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