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