home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-01-24 | 1.5 KB | 58 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 = Starter
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- DOCICONS = docIcon.tiff
-
- LOCAL_RESOURCES = Document.nib InfoPanel.nib InspectorPanel.nib\
- PrefPanel.nib Starter.nib
-
- GLOBAL_RESOURCES = clockbits.tiff
-
- CLASSES = AdjFontTextField.m ClockView.m CommandView.m Controller.m\
- Document.m DocumentWindow.m InspectorManager.m KeyPanel.m\
- MenuController.m MultipleScreenManager.m PreferenceManager.m\
- RemoteServer.m
-
- HFILES = AdjFontTextField.h ClockView.h CommandView.h Controller.h\
- Document.h DocumentWindow.h InspectorManager.h KeyPanel.h\
- MenuController.h MultipleScreenManager.h PreferenceManager.h\
- RemoteServer.h util.h
-
- MFILES = util.m Starter_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff \
- -sectcreate __ICON docIcon docIcon.tiff
-
- LIBS = -lFoundation_s -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-