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