home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-04-21 | 1.1 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 = TreeView
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Tree.tiff
- DOCICONS = Tree2.tiff
-
- LOCAL_RESOURCES = DocWindow.nib InfoPanel.nib TreeView.nib
-
- CLASSES = Line.m NamedTree.m String.m Tree.m TreeButton.m TreeButtonCell.m \
- TreeController.m TreeView.m
-
- HFILES = Line.h NamedTree.h String.h Tree.h TreeButton.h TreeButtonCell.h \
- TreeController.h TreeView.h
-
- MFILES = TreeView_main.m
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Tree.tiff \
- -sectcreate __ICON Tree2 Tree2.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-