]>
Commit | Line | Data |
---|---|---|
e9ce8d39 A |
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 = btree | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
15 | HFILES = bt_extern.h btree.h | |
16 | ||
17 | CFILES = bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c\ | |
18 | bt_open.c bt_overflow.c bt_page.c bt_put.c bt_search.c\ | |
19 | bt_seq.c bt_split.c bt_stack.c bt_utils.c | |
20 | ||
21 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble | |
22 | ||
23 | ||
24 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
25 | CODE_GEN_STYLE = DYNAMIC | |
26 | MAKEFILE = subproj.make | |
27 | NEXTSTEP_INSTALLDIR = /Local/Developer/System | |
28 | LIBS = | |
29 | DEBUG_LIBS = $(LIBS) | |
30 | PROF_LIBS = $(LIBS) | |
31 | ||
32 | ||
33 | PROJECT_HEADERS = btree.h bt_extern.h | |
34 | ||
35 | ||
36 | ||
37 | NEXTSTEP_BUILD_OUTPUT_DIR = /Local/Public/Sandbox/$(USER)/BUILD/$(NAME) | |
38 | ||
39 | NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include | |
40 | ||
41 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
42 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
43 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
44 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
45 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
46 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
47 | ||
48 | include $(MAKEFILEDIR)/platform.make | |
49 | ||
50 | -include Makefile.preamble | |
51 | ||
52 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
53 | ||
54 | -include Makefile.postamble | |
55 | ||
56 | -include Makefile.dependencies |