xref: /xnu-11417.140.69/bsd/crypto/Makefile (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
1*43a90889SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2*43a90889SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3*43a90889SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4*43a90889SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5*43a90889SApple OSS Distributions
6*43a90889SApple OSS Distributionsinclude $(MakeInc_cmd)
7*43a90889SApple OSS Distributionsinclude $(MakeInc_def)
8*43a90889SApple OSS Distributions
9*43a90889SApple OSS DistributionsEXPINC_SUBDIRS = \
10*43a90889SApple OSS Distributions	entropy \
11*43a90889SApple OSS Distributions
12*43a90889SApple OSS DistributionsPRIVATE_DATAFILES = \
13*43a90889SApple OSS Distributions	sha1.h \
14*43a90889SApple OSS Distributions	sha2.h \
15*43a90889SApple OSS Distributions	des.h \
16*43a90889SApple OSS Distributions	aes.h aesxts.h \
17*43a90889SApple OSS Distributions
18*43a90889SApple OSS DistributionsINSTALL_MI_DIR = crypto
19*43a90889SApple OSS Distributions
20*43a90889SApple OSS DistributionsEXPORT_MI_DIR = ${INSTALL_MI_DIR}
21*43a90889SApple OSS Distributions
22*43a90889SApple OSS DistributionsINSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
23*43a90889SApple OSS Distributions
24*43a90889SApple OSS Distributions# We use this to install aesxts.h in Kernel.framework/PrivateHeaders
25*43a90889SApple OSS Distributions# in addition to Kernel.framework/PrivateHeaders/crypto
26*43a90889SApple OSS Distributions# This should be removed once all clients are switched to include libkern/crypto/aesxts.h
27*43a90889SApple OSS DistributionsINSTALL_KF_MD_LCL_LIST = aesxts.h
28*43a90889SApple OSS Distributions
29*43a90889SApple OSS Distributionsinclude $(MakeInc_rule)
30*43a90889SApple OSS Distributionsinclude $(MakeInc_dir)
31