]> git.saurik.com Git - apple/xnu.git/blob - libkern/uuid/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / libkern / uuid / 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
12 INSTINC_SUBDIRS_PPC = \
13
14 INSTINC_SUBDIRS_I386 = \
15
16 INSTINC_SUBDIRS_X86_64 = \
17
18 INSTINC_SUBDIRS_ARM = \
19
20 EXPINC_SUBDIRS = \
21
22 EXPINC_SUBDIRS_PPC = \
23
24 EXPINC_SUBDIRS_I386 = \
25
26 EXPINC_SUBDIRS_X86_64 = \
27
28 EXPINC_SUBDIRS_ARM = \
29
30 # uuid.h is now installed by bsd/uuid/Makefile
31 DATAFILES = \
32
33 INSTALL_MI_LIST = \
34
35 INSTALL_MI_DIR = \
36
37 EXPORT_MI_LIST = ${DATAFILES}
38
39 EXPORT_MI_DIR =
40
41
42 include $(MakeInc_rule)
43 include $(MakeInc_dir)
44
45