]>
Commit | Line | Data |
---|---|---|
e29534dc | 1 | BEFORE_BUILD += comm-page-symbols |
435227b9 | 2 | BEFORE_INSTALL += profile debug |
4a9703e6 | 3 | AFTER_INSTALL += compat-next compat-bsd copy_plist |
435227b9 A |
4 | |
5 | PROFILE_BUILD_LIBS := $(foreach LIBS, $(LIBS), $(LIBS)_profile) -lcc_noc++ | |
4a9703e6 | 6 | DEBUG_BUILD_LIBS := $(foreach LIBS, $(LIBS), $(LIBS)_debug ) -lcc_noc++ |
435227b9 | 7 | |
e29534dc A |
8 | # the _stub.o files need to come first to ensure that they override the default stubs |
9 | OTHER_LIBTOOL_FLAGS = $(OFILE_DIR)/spinlock_stub.o \ | |
10 | $(OFILE_DIR)/spinlocktry_stub.o \ | |
11 | $(OFILE_DIR)/spinunlock_stub.o \ | |
12 | -L/usr/lib/system -sub_library libmathCommon \ | |
13 | -lmathCommon -sectorder __TEXT __text System.order \ | |
14 | -segcreate __DATA __commpage $(OFILE_DIR)/CommPageSymbols.o | |
435227b9 | 15 | |
e29534dc | 16 | BSD_LIBS = c info kvm m pthread dbm poll dl rpcsvc |
435227b9 A |
17 | |
18 | include $(MAKEFILEPATH)/CoreOS/ProjectBuilder/Makefile.Preamble.Common |