]> git.saurik.com Git - apple/xnu.git/blame_incremental - libkern/Makefile
xnu-1228.12.14.tar.gz
[apple/xnu.git] / libkern / Makefile
... / ...
CommitLineData
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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9INSTINC_SUBDIRS = \
10 libkern \
11 uuid
12
13INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
14
15INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
16
17INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS}
18
19EXPINC_SUBDIRS = \
20 libkern \
21 uuid
22
23EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
24
25EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
26
27EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS}
28
29SETUP_SUBDIRS = conf
30
31COMP_SUBDIRS = conf kmod
32
33INST_SUBDIRS = kmod
34
35include $(MakeInc_rule)
36include $(MakeInc_dir)