0
|
1 #
|
|
2 # Generated by the NeXT Project Builder.
|
|
3 #
|
|
4 # NOTE: Do NOT change this file -- Project Builder maintains it.
|
|
5 #
|
|
6 # Put all of your customizations in files called Makefile.preamble
|
|
7 # and Makefile.postamble (both optional), and Makefile will include them.
|
|
8 #
|
|
9
|
|
10 NAME = TreeView
|
|
11
|
|
12 PROJECTVERSION = 1.1
|
|
13 LANGUAGE = English
|
|
14
|
|
15 APPICON = Tree.tiff
|
|
16 DOCICONS = Tree2.tiff
|
|
17
|
|
18 LOCAL_RESOURCES = DocWindow.nib InfoPanel.nib TreeView.nib
|
|
19
|
|
20 CLASSES = Line.m NamedTree.m String.m Tree.m TreeButton.m TreeButtonCell.m \
|
|
21 TreeController.m TreeView.m
|
|
22
|
|
23 HFILES = Line.h NamedTree.h String.h Tree.h TreeButton.h TreeButtonCell.h \
|
|
24 TreeController.h TreeView.h
|
|
25
|
|
26 MFILES = TreeView_main.m
|
|
27
|
|
28 OTHERSRCS = Makefile
|
|
29
|
|
30
|
|
31 MAKEFILEDIR = /NextDeveloper/Makefiles/app
|
|
32 INSTALLDIR = /LocalApps
|
|
33 INSTALLFLAGS = -c -s -m 755
|
|
34 SOURCEMODE = 444
|
|
35
|
|
36 ICONSECTIONS = -sectcreate __ICON app Tree.tiff \
|
|
37 -sectcreate __ICON Tree2 Tree2.tiff
|
|
38
|
|
39 LIBS = -lMedia_s -lNeXT_s
|
|
40 DEBUG_LIBS = $(LIBS)
|
|
41 PROF_LIBS = $(LIBS)
|
|
42
|
|
43
|
|
44 -include Makefile.preamble
|
|
45
|
|
46 include $(MAKEFILEDIR)/app.make
|
|
47
|
|
48 -include Makefile.postamble
|
|
49
|
|
50 -include Makefile.dependencies
|