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