]> git.saurik.com Git - apple/xnu.git/blob - libkern/libkern/c++/Makefile
9b7738bd706c0123e0c628ccdcfd4750616988a2
[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 INSTINC_SUBDIRS =
10
11 INSTINC_SUBDIRS_I386 =
12
13 INSTINC_SUBDIRS_X86_64 =
14
15
16 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
17
18 EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
19
20 EXPINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS_X86_64}
21
22
23 DATAFILES = \
24 OSArray.h \
25 OSBoolean.h \
26 OSCollection.h \
27 OSCollectionIterator.h \
28 OSContainers.h \
29 OSCPPDebug.h \
30 OSData.h \
31 OSDictionary.h \
32 OSEndianTypes.h \
33 OSIterator.h \
34 OSKext.h \
35 OSLib.h \
36 OSMetaClass.h \
37 OSNumber.h \
38 OSObject.h \
39 OSOrderedSet.h \
40 OSSerialize.h \
41 OSSet.h \
42 OSString.h \
43 OSSymbol.h \
44 OSUnserialize.h
45
46 INSTALL_MD_LIST =
47
48 INSTALL_MD_DIR = libkern/c++
49
50 EXPORT_MD_LIST = ${DATAFILES}
51
52 EXPORT_MD_DIR = libkern/c++
53
54 include $(MakeInc_rule)
55 include $(MakeInc_dir)
56
57