home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.1 KB | 54 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 = Sced
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = ScedApp.tiff
- DOCICONS = ScedFM.tiff ScedEPS.tiff ScedFMB.tiff ScedCGM.tiff ScedCGM.tiff
-
- LOCAL_RESOURCES = Sced.nib
-
- GLOBAL_RESOURCES = .dir.tiff ScedApp.tiff ScedFM.tiff ScedPS.tiff
-
- CLASSES = ScedApp.m
-
- HFILES = ScedApp.h
-
- MFILES = Sced_main.m
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app ScedApp.tiff \
- -sectcreate __ICON ScedFM ScedFM.tiff \
- -sectcreate __ICON ScedEPS ScedEPS.tiff \
- -sectcreate __ICON ScedFMB ScedFMB.tiff \
- -sectcreate __ICON ScedCGM ScedCGM.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
-