]> git.saurik.com Git - apple/xnu.git/blob - osfmk/profiling/Makefile
xnu-344.34.tar.gz
[apple/xnu.git] / osfmk / profiling / 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 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 INSTINC_SUBDIRS = \
11 machine
12
13 INSTINC_SUBDIRS_PPC = \
14 ppc
15
16 INSTINC_SUBDIRS_I386 = \
17 i386
18
19 EXPINC_SUBDIRS = \
20 machine
21
22 EXPINC_SUBDIRS_PPC = \
23 ppc
24
25 EXPINC_SUBDIRS_I386 = \
26 i386
27
28 MIG_DEFS = \
29
30 MIG_HDRS = \
31
32 DATAFILES = \
33 profile-internal.h profile-mk.h profile-kgmon.c \
34 ${MIG_DEFS}
35
36 MIGINCLUDES = \
37
38 INSTALL_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES}
39
40 INSTALL_MI_DIR = profile
41
42 EXPORT_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES}
43
44 EXPORT_MI_DIR = profile
45
46 .ORDER: ${_MIG_HDRS_} ${MIGINCLUDES}
47
48 include $(MakeInc_rule)
49 include $(MakeInc_dir)
50
51