Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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 |