]> git.saurik.com Git - apple/xnu.git/blob - osfmk/profiling/Makefile
xnu-3789.1.32.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 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 INSTINC_SUBDIRS = \
10 machine
11
12 INSTINC_SUBDIRS_X86_64 = \
13 x86_64
14
15 INSTINC_SUBDIRS_X86_64H = \
16 x86_64
17
18 INSTINC_SUBDIRS_ARM = \
19 arm
20
21 INSTINC_SUBDIRS_ARM64 = \
22 arm
23
24 EXPINC_SUBDIRS = \
25 machine
26
27 EXPINC_SUBDIRS_ARM = \
28 arm
29
30 EXPINC_SUBDIRS_ARM64 = \
31 arm
32
33 EXPINC_SUBDIRS_X86_64 = \
34 x86_64
35
36 EXPINC_SUBDIRS_X86_64H = \
37 x86_64
38
39 DATAFILES = \
40 profile-internal.h profile-mk.h profile-kgmon.c
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)