]> git.saurik.com Git - apple/libsystem.git/blame - Makefile
Libsystem-111.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
7a301563 15OTHERLINKED = SystemMath.s
10dba534 16OTHERLINKEDOFILES = SystemMath.o
435227b9 17
e29534dc 18OTHERSRCS = GNUmakefile Makefile.preamble Makefile Makefile.postamble \
7a301563 19 SystemInit.order System.order Info.plist CommPageSymbols.st libsys
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
8081b39d
A
29
30ifneq ($(filter %64,$(RC_ARCHS)),)
31LP64 = 1
32endif
7a301563
A
33LIBS = -lc -lcommonCrypto -ldyldapis\
34 -linfo -ldns_sd -lm -lmacho\
35 -lnotify -lunc -lkeymgr -llaunch\
36 -lcopyfile -lsandbox -lquarantine -lremovefile
10dba534
A
37DEBUG_LIBS = $(LIBS)
38PROF_LIBS = $(LIBS)
435227b9 39
8594eb27
A
40ifdef ALTUSRLOCALLIBSYSTEM
41LIBSYS = $(ALTUSRLOCALLIBSYSTEM)
42else
43LIBSYS = $(NEXT_ROOT)/usr/local/lib/system
44endif
435227b9 45
7a301563 46LIBRARY_PATHS = -L$(DESTDIR)/usr/local/lib/system -L$(LIBSYS)
e29534dc 47NEXTSTEP_PB_CFLAGS = -Wall -Werror -I$(NEXT_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
7a301563 48NEXTSTEP_PB_LDFLAGS = -nodefaultlibs -all_load -multi_module -Wl,-search_paths_first
435227b9
A
49
50
51NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
52WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
53PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
54NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
55WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
56PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
57
58include $(MAKEFILEDIR)/platform.make
59
60-include Makefile.preamble
61
62include $(MAKEFILEDIR)/$(MAKEFILE)
63
64-include Makefile.postamble
65
66-include Makefile.dependencies