home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-04-21 | 994 b | 50 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 = MyShell
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = MyShell.tiff
- LOCAL_RESOURCES = InfoPanel.nib MyShell.nib
-
- CLASSES = CommandScroll.m Coordinator.m Subprocess.m
-
- HFILES = CommandScroll.h Coordinator.h Subprocess.h
-
- MFILES = MyShell_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble README.rtf\
- Subprocess.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app MyShell.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-