home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.4 KB | 57 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 = Pencil
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = PencilTitle.tiff
- DOCICONS = pencildoc.tiff
-
- LOCAL_RESOURCES = EmptyDocument.nib Pencil.nib
-
- GLOBAL_RESOURCES = Align3Icon.tiff DeleteIcon.eps Insert2Icon.eps\
- Insert3Icon.tiff InsertIcon.eps ScrollDown.tiff\
- ScrollLeft.tiff ScrollRight.tiff ScrollUp.tiff\
- ToBackIcon.eps ToFrontIcon.eps
-
- CLASSES = Group.m MultipleSelection.m PencilGraphic.m PencilImage.m\
- PencilInspector.m PencilText.m PencilView.m
-
- HFILES = Group.h MultipleSelection.h PencilGraphic.h PencilImage.h\
- PencilInspector.h PencilText.h PencilView.h
-
- MFILES = Pencil_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app PencilTitle.tiff \
- -sectcreate __ICON pencildoc pencildoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-