]> git.saurik.com Git - apple/xnu.git/blame - libkern/uuid/Makefile
xnu-2050.48.11.tar.gz
[apple/xnu.git] / libkern / uuid / 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
10INSTINC_SUBDIRS = \
11
1c79356b
A
12INSTINC_SUBDIRS_I386 = \
13
b0d623f7
A
14INSTINC_SUBDIRS_X86_64 = \
15
2d21ac55 16
1c79356b
A
17EXPINC_SUBDIRS = \
18
1c79356b
A
19EXPINC_SUBDIRS_I386 = \
20
b0d623f7
A
21EXPINC_SUBDIRS_X86_64 = \
22
316670eb 23
2d21ac55 24
91447636
A
25# uuid.h is now installed by bsd/uuid/Makefile
26DATAFILES = \
1c79356b 27
91447636 28INSTALL_MI_LIST = \
1c79356b 29
91447636
A
30INSTALL_MI_DIR = \
31
32EXPORT_MI_LIST = ${DATAFILES}
33
34EXPORT_MI_DIR =
1c79356b
A
35
36
37include $(MakeInc_rule)
38include $(MakeInc_dir)
39
40