home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-11 | 1.8 KB | 62 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 = ClassEditor
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = SmallObjectClassEditor.tiff
- DOCICONS = ObjectPink.m.tiff ObjectPink.h.tiff
-
- LOCAL_RESOURCES = ClassEditor.nib ClassWindow.nib Help
-
- GLOBAL_RESOURCES = CESmallObjectPink.tiff MiscTabBegin.tiff\
- MiscTabBeginSelected.tiff MiscTabEnd.tiff\
- MiscTabEndSelected.tiff ObjectPink.rtf.m.h.tiff\
- CEClassDocuTemplate.rtf CEMethodDocuTemplate.rtf\
- ClassEditor.info DocuTemplate.rtf
-
- CLASSES = Application_more.m CEAppManager.m CEBrowserCell.m\
- CEClassEditor.m CEListener.m CEMethod.m MiscCompletionText.m\
- MiscStringArray_List.m Text_MiscExtensions.m
-
- HFILES = Application_more.h CEAppManager.h CEBrowserCell.h\
- CEClassEditor.h CEListener.h CEMethod.h MiscCompletionText.h\
- MiscStringArray_List.h Text_MiscExtensions.h
-
- MFILES = ClassEditor_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 SmallObjectClassEditor.tiff \
- -sectcreate __ICON ObjectPink.m ObjectPink.m.tiff \
- -sectcreate __ICON ObjectPink.h ObjectPink.h.tiff
-
- LIBS = -lMiscTabMatrix -lMiscSwapKit -lMiscShell -lMedia_s -lMiscKit\
- -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-