xref: /xnu-12377.1.9/libkern/libkern/apple_encrypted_archive/Makefile (revision f6217f891ac0bb64f3d375211650a4c1ff8ca1ea)
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
9DATAFILES =
10PRIVATE_DATAFILES =
11KERNELFILES =
12PRIVATE_KERNELFILES = apple_encrypted_archive.h
13
14INSTALL_MI_LIST = $(empty)
15INSTALL_MI_LCL_LIST = $(empty)
16INSTALL_KF_MI_LIST = $(empty)
17INSTALL_KF_MI_LCL_LIST = ${PRIVATE_KERNELFILES}
18EXPORT_MI_LIST = ${INSTALL_KF_MI_LCL_LIST}
19
20INSTALL_MI_DIR = libkern/apple_encrypted_archive
21EXPORT_MI_DIR = libkern/apple_encrypted_archive
22
23include $(MakeInc_rule)
24include $(MakeInc_dir)
25