]> git.saurik.com Git - apple/libc.git/blob - Makefile
Libc-166.tar.gz
[apple/libc.git] / Makefile
1 #
2 # Generated by the Apple 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 = c
11
12 PROJECTVERSION = 2.8
13 PROJECT_TYPE = Library
14
15 CFILES = crt_externs.c
16 HFILES =
17
18 SUBPROJECTS = compat43.subproj db.subproj gen.subproj headers.subproj\
19 internat.subproj locale.subproj mach.subproj net.subproj\
20 pthreads.subproj regex.subproj stdio.subproj\
21 stdlib.subproj string.subproj sys.subproj threads.subproj\
22 util.subproj
23
24 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
25
26
27 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
28 CURRENTLY_ACTIVE_VERSION = YES
29 DEPLOY_WITH_VERSION_NAME = A
30 CODE_GEN_STYLE = DYNAMIC
31 MAKEFILE = library.make
32 NEXTSTEP_INSTALLDIR = /usr/local/lib/system
33 WINDOWS_INSTALLDIR = /Developer/Libraries
34 PDO_UNIX_INSTALLDIR = /lib
35 LIBS =
36 DEBUG_LIBS = $(LIBS)
37 PROF_LIBS = $(LIBS)
38
39
40
41
42 NEXTSTEP_BUILD_OUTPUT_DIR = /Users/Shared/$(USER)/BUILD/$(NAME)
43
44 NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include
45
46 WINDOWS_PUBLIC_HEADERS_DIR = $(HOMEDRIVE)$(LOCAL_DEVELOPER_DIR)/Headers/$(NAME)
47
48 PDO_UNIX_PUBLIC_HEADERS_DIR = $(LOCAL_DEVELOPER_DIR)/Headers/$(NAME)
49
50 NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
51 WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
52 PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
53 NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
54 WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
55 PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
56
57 include $(MAKEFILEDIR)/platform.make
58
59 -include Makefile.preamble
60
61 include $(MAKEFILEDIR)/$(MAKEFILE)
62
63 -include Makefile.postamble
64
65 -include Makefile.dependencies