]> git.saurik.com Git - apple/xnu.git/blame - osfmk/profiling/ppc/Makefile
xnu-123.5.tar.gz
[apple/xnu.git] / osfmk / profiling / ppc / Makefile
CommitLineData
1c79356b
A
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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10
11DATAFILES = \
12 profile-md.h
13
14INSTALL_MD_LIST = ${DATAFILES}
15
16INSTALL_MD_DIR = profile/ppc
17
18EXPORT_MD_LIST = ${DATAFILES}
19
20EXPORT_MD_DIR = profile/ppc
21
22include $(MakeInc_rule)
23include $(MakeInc_dir)
24
25