home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-06-25 | 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 = Lisp
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = LispApp.tiff
- DOCICONS = LispDoc.tiff LispDoc2.tiff
-
- GLOBAL_RESOURCES = Lisp.nib
-
- CLASSES = Lisp.m LispApp.m LispListener.m LispText.m
-
- HFILES = Lisp.h LispApp.h LispListener.h LispText.h
-
- MFILES = Lisp_main.m
-
- OTHERSRCS = lispEvaluate.m Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app LispApp.tiff \
- -sectcreate __ICON LispDoc LispDoc.tiff \
- -sectcreate __ICON LispDoc2 LispDoc2.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-