xref: /xnu-8792.41.9/pexpert/Makefile (revision 5c2921b07a2480ab43ec66f5b9e41cb872bc554f)
1*5c2921b0SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2*5c2921b0SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3*5c2921b0SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4*5c2921b0SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5*5c2921b0SApple OSS Distributions
6*5c2921b0SApple OSS Distributionsinclude $(MakeInc_cmd)
7*5c2921b0SApple OSS Distributionsinclude $(MakeInc_def)
8*5c2921b0SApple OSS Distributions
9*5c2921b0SApple OSS DistributionsINSTINC_SUBDIRS = pexpert
10*5c2921b0SApple OSS DistributionsINSTINC_SUBDIRS_X86_64 = pexpert
11*5c2921b0SApple OSS DistributionsINSTINC_SUBDIRS_X86_64H = pexpert
12*5c2921b0SApple OSS DistributionsINSTINC_SUBDIRS_ARM = pexpert
13*5c2921b0SApple OSS DistributionsINSTINC_SUBDIRS_ARM64 = pexpert
14*5c2921b0SApple OSS Distributions
15*5c2921b0SApple OSS Distributions
16*5c2921b0SApple OSS DistributionsEXPINC_SUBDIRS = pexpert
17*5c2921b0SApple OSS DistributionsEXPINC_SUBDIRS_X86_64 = pexpert
18*5c2921b0SApple OSS DistributionsEXPINC_SUBDIRS_X86_64H = pexpert
19*5c2921b0SApple OSS DistributionsEXPINC_SUBDIRS_ARM = pexpert
20*5c2921b0SApple OSS DistributionsEXPINC_SUBDIRS_ARM64 = pexpert
21*5c2921b0SApple OSS Distributions
22*5c2921b0SApple OSS DistributionsCOMP_SUBDIRS =	\
23*5c2921b0SApple OSS Distributions	conf
24*5c2921b0SApple OSS Distributions
25*5c2921b0SApple OSS Distributionsinclude $(MakeInc_rule)
26*5c2921b0SApple OSS Distributionsinclude $(MakeInc_dir)
27