annotate lisp/oobr/tree-nx/Makefile @ 0:376386a54a3c r19-14

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