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