]> git.saurik.com Git - apple/libc.git/blame - db.subproj/btree.subproj/Makefile
Libc-186.tar.gz
[apple/libc.git] / db.subproj / btree.subproj / Makefile
CommitLineData
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
10NAME = btree
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Component
14
15HFILES = bt_extern.h btree.h
16
17CFILES = 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
21OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
22
23
24MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
25CODE_GEN_STYLE = DYNAMIC
26MAKEFILE = subproj.make
27NEXTSTEP_INSTALLDIR = /Local/Developer/System
28LIBS =
29DEBUG_LIBS = $(LIBS)
30PROF_LIBS = $(LIBS)
31
32
33PROJECT_HEADERS = btree.h bt_extern.h
34
35
36
37NEXTSTEP_BUILD_OUTPUT_DIR = /Local/Public/Sandbox/$(USER)/BUILD/$(NAME)
38
39NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include
40
41NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
42WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
43PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
44NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
45WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
46PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
47
48include $(MAKEFILEDIR)/platform.make
49
50-include Makefile.preamble
51
52include $(MAKEFILEDIR)/$(MAKEFILE)
53
54-include Makefile.postamble
55
56-include Makefile.dependencies