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