xref: /xnu-8792.61.2/osfmk/prng/Makefile (revision 42e220869062b56f8d7d0726fd4c88954f87902c)
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