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