]> git.saurik.com Git - apple/xnu.git/blob - osfmk/prng/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / prng / 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 EXPORT_ONLY_FILES = \
10 entropy.h \
11 random.h
12
13 EXPORT_MI_DIR = prng
14
15 # Export our headers
16 EXPORT_MI_LIST = ${EXPORT_ONLY_FILES}
17
18 INSTALL_MI_DIR = prng
19
20 INSTALL_MI_LIST = $(empty)
21
22 # Don't install in non-local, though
23 INSTALL_KF_MI_LIST = $(empty)
24
25 include $(MakeInc_rule)
26 include $(MakeInc_dir)