home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / TeX / tex / src / texview / Makefile < prev    next >
Encoding:
Makefile  |  1992-05-05  |  1.5 KB  |  60 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = TeXview
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = tex.tiff
  16. DOCICONS = dvi.tiff tex.tiff
  17.  
  18. GLOBAL_RESOURCES = TeXview.nib
  19.  
  20. CLASSES = ComScroll.m CText.m FaxView.m PageView.m SheetView.m \
  21.           TeXviewApp.m TeXviewObject.m TVPrint.m TVWindow.m
  22.  
  23. HFILES = ComScroll.h CText.h dviAccessors.h FaxView.h PageView.h paths.h \
  24.          SheetView.h structures.h TeXviewApp.h TeXviewObject.h TVPrint.h \
  25.          TVWindow.h
  26.  
  27. MFILES = config.m TeXview_main.m
  28.  
  29. CFILES = color.c dopage.c dospecial.c drawPS.c dviAccessors.c dviinput.c \
  30.          fontdef.c initialize.c ipc.c loadfont.c makefont.c mymalloc.c \
  31.          papersiz.c pots.c preview.c random.c resident.c scalewidth.c \
  32.          search.c skippage.c tfmload.c unpack.c virtualfont.c
  33.  
  34. PSWFILES = tex.psw
  35.  
  36. OTHERSRCS = TeXview.service
  37.  
  38.  
  39. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  40. INSTALLDIR = /NextDeveloper/Demos
  41. INSTALLFLAGS = -c -s -m 755
  42. SOURCEMODE = 444
  43.  
  44. ICONSECTIONS =    -sectcreate __ICON app tex.tiff \
  45.         -sectcreate __ICON dvi dvi.tiff \
  46.         -sectcreate __ICON tex tex.tiff
  47.  
  48. LIBS = -lMedia_s -lNeXT_s
  49. DEBUG_LIBS = $(LIBS)
  50. PROF_LIBS = $(LIBS)
  51.  
  52.  
  53. -include Makefile.preamble
  54.  
  55. include $(MAKEFILEDIR)/app.make
  56.  
  57. -include Makefile.postamble
  58.  
  59. -include Makefile.dependencies
  60.