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