]> git.saurik.com Git - apple/libsystem.git/blob - Makefile
Libsystem-71.1.3.tar.gz
[apple/libsystem.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 = System
11
12 PROJECTVERSION = 2.8
13 PROJECT_TYPE = Library
14
15 OTHERLINKED = SystemMath.s spinlock_stub.s spinlocktry_stub.s spinunlock_stub.s
16
17 OTHERSRCS = GNUmakefile Makefile.preamble Makefile Makefile.postamble \
18 System.order Info.plist CommPageSymbols.st
19
20 OTHERLINKEDOFILES = SystemMath.o
21
22 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
23 CURRENTLY_ACTIVE_VERSION = YES
24 DEPLOY_WITH_VERSION_NAME = B
25 CODE_GEN_STYLE = DYNAMIC
26 MAKEFILE = library.make
27 NEXTSTEP_INSTALLDIR = $(USRLIBDIR)
28 WINDOWS_INSTALLDIR = /Library/Frameworks
29 PDO_UNIX_INSTALLDIR = /Library/Frameworks
30 LIBSYSTEM_LIBS = -lc -ldyld -linfo -lkvm -lm -lmacho\
31 -lnotify -lstreams -lunc -lkeymgr -lpoll -ldl
32 #DEBUG_LIBS = $(LIBS)
33 #PROF_LIBS = $(LIBS)
34
35 ifdef ALTUSRLOCALLIBSYSTEM
36 LIBSYS = $(ALTUSRLOCALLIBSYSTEM)
37 else
38 LIBSYS = $(NEXT_ROOT)/usr/local/lib/system
39 endif
40
41 LIBRARY_PATHS = -L$(LIBSYS)
42 NEXTSTEP_PB_CFLAGS = -Wall -Werror -I$(NEXT_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
43 NEXTSTEP_PB_LDFLAGS = -nostdlib -all_load -multi_module -Wl,-search_paths_first
44
45
46 NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
47 WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
48 PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
49 NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
50 WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
51 PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
52
53 include $(MAKEFILEDIR)/platform.make
54
55 -include Makefile.preamble
56
57 include $(MAKEFILEDIR)/$(MAKEFILE)
58
59 -include Makefile.postamble
60
61 -include Makefile.dependencies