home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.0 KB | 53 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 = EL2
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = emacs.tiff
- DOCICONS = emacsM.tiff emacsH.tiff emacsC.tiff
-
- GLOBAL_RESOURCES = EL2.nib emacs.tiff
-
- CLASSES = Controller.m EmacsApp.m
-
- HFILES = Controller.h EmacsApp.h
-
- MFILES = EL2_main.m
-
- CFILES = emacs_client.c
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app emacs.tiff \
- -sectcreate __ICON emacsM emacsM.tiff \
- -sectcreate __ICON emacsH emacsH.tiff \
- -sectcreate __ICON emacsC emacsC.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-