home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-05 | 1.5 KB | 60 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = TeXview
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = tex.tiff
- DOCICONS = dvi.tiff tex.tiff
-
- GLOBAL_RESOURCES = TeXview.nib
-
- CLASSES = ComScroll.m CText.m FaxView.m PageView.m SheetView.m \
- TeXviewApp.m TeXviewObject.m TVPrint.m TVWindow.m
-
- HFILES = ComScroll.h CText.h dviAccessors.h FaxView.h PageView.h paths.h \
- SheetView.h structures.h TeXviewApp.h TeXviewObject.h TVPrint.h \
- TVWindow.h
-
- MFILES = config.m TeXview_main.m
-
- CFILES = color.c dopage.c dospecial.c drawPS.c dviAccessors.c dviinput.c \
- fontdef.c initialize.c ipc.c loadfont.c makefont.c mymalloc.c \
- papersiz.c pots.c preview.c random.c resident.c scalewidth.c \
- search.c skippage.c tfmload.c unpack.c virtualfont.c
-
- PSWFILES = tex.psw
-
- OTHERSRCS = TeXview.service
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = /NextDeveloper/Demos
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app tex.tiff \
- -sectcreate __ICON dvi dvi.tiff \
- -sectcreate __ICON tex tex.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-