]> git.saurik.com Git - apple/xnu.git/blob - osfmk/profiling/Makefile
3b2b64363543aacef7652a05844b62afb1f19f54
[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_I386 = \
14 i386
15
16 INSTINC_SUBDIRS_X86_64 = \
17 x86_64
18
19 INSTINC_SUBDIRS_ARM = \
20 arm
21
22 EXPINC_SUBDIRS = \
23 machine
24
25 EXPINC_SUBDIRS_I386 = \
26 i386
27
28 EXPINC_SUBDIRS_ARM = \
29 arm
30
31 EXPINC_SUBDIRS_X86_64 = \
32 x86_64
33
34 MIG_DEFS = \
35
36 MIG_HDRS = \
37
38 DATAFILES = \
39 profile-internal.h profile-mk.h profile-kgmon.c \
40 ${MIG_DEFS}
41
42 MIGINCLUDES = \
43
44 INSTALL_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES}
45
46 INSTALL_MI_DIR = profile
47
48 EXPORT_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES}
49
50 EXPORT_MI_DIR = profile
51
52 .ORDER: ${_MIG_HDRS_} ${MIGINCLUDES}
53
54 include $(MakeInc_rule)
55 include $(MakeInc_dir)
56
57