]> git.saurik.com Git - apple/xnu.git/blob - libkern/libkern/c++/Makefile
69b376774b1f5d865d142d8e143ad74397eaeb5a
[apple/xnu.git] / libkern / libkern / c++ / 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 DATAFILES = \
10 OSArray.h \
11 OSBoolean.h \
12 OSCollection.h \
13 OSCollectionIterator.h \
14 OSContainers.h \
15 OSCPPDebug.h \
16 OSData.h \
17 OSDictionary.h \
18 OSEndianTypes.h \
19 OSIterator.h \
20 OSKext.h \
21 OSLib.h \
22 OSMetaClass.h \
23 OSNumber.h \
24 OSObject.h \
25 OSOrderedSet.h \
26 OSSerialize.h \
27 OSSet.h \
28 OSString.h \
29 OSSymbol.h \
30 OSUnserialize.h
31
32 INSTALL_MI_LIST =
33
34 INSTALL_MI_DIR = libkern/c++
35
36 EXPORT_MI_LIST = ${DATAFILES}
37
38 EXPORT_MI_DIR = libkern/c++
39
40 include $(MakeInc_rule)
41 include $(MakeInc_dir)