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