]> git.saurik.com Git - apple/xnu.git/blob - libkern/Makefile
xnu-517.tar.gz
[apple/xnu.git] / libkern / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7 export COMP_LDFLAGS_COMPONENT_PPC = -i_OSCompareAndSwap:_hw_compare_and_store
8
9 include $(MakeInc_cmd)
10 include $(MakeInc_def)
11
12 INSTINC_SUBDIRS = libkern
13 INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
14 INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
15
16 EXPINC_SUBDIRS = libkern
17 EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
18 EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
19
20 SETUP_SUBDIRS = conf
21
22 COMP_SUBDIRS = conf
23
24 INST_SUBDIRS = kmod
25
26 include $(MakeInc_rule)
27 include $(MakeInc_dir)