home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-15 | 1.0 KB | 51 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 = WhatsUpDoc
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Button_Rew1.tiff
- DOCICONS = Button_Rew2.tiff
-
- LOCAL_RESOURCES = Document.nib Help.nib Info.nib WhatsUpDoc.nib
-
- GLOBAL_RESOURCES = Button_Rew1.tiff Button_Rew2.tiff
-
- CLASSES = DocController.m Document.m
-
- HFILES = DocController.h Document.h
-
- MFILES = WhatsUpDoc_main.m
-
- OTHERSRCS = HelpText.rtf Makefile README.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Button_Rew1.tiff \
- -sectcreate __ICON Button_Rew2 Button_Rew2.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
-