xref: /xnu-11215.1.10/osfmk/prng/Makefile (revision 8d741a5de7ff4191bf97d57b9f54c2f6d4a15585)
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9EXPORT_ONLY_FILES =	\
10			entropy.h \
11			random.h
12
13EXPORT_MI_DIR = prng
14
15# Export our headers
16EXPORT_MI_LIST = ${EXPORT_ONLY_FILES}
17
18INSTALL_MI_DIR = prng
19
20INSTALL_MI_LIST = $(empty)
21
22# Don't install in non-local, though
23INSTALL_KF_MI_LIST = $(empty)
24
25include $(MakeInc_rule)
26include $(MakeInc_dir)
27