1*5e3eaea3SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd 2*5e3eaea3SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def 3*5e3eaea3SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule 4*5e3eaea3SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir 5*5e3eaea3SApple OSS Distributions 6*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_cmd) 7*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_def) 8*5e3eaea3SApple OSS Distributions 9*5e3eaea3SApple OSS DistributionsMIG_DEFS = gssd_mach.defs 10*5e3eaea3SApple OSS Distributions 11*5e3eaea3SApple OSS DistributionsPRIVATE_DATAFILES = gssd_mach_types.h ${MIG_DEFS} 12*5e3eaea3SApple OSS Distributions 13*5e3eaea3SApple OSS DistributionsINSTALL_MI_LIST = 14*5e3eaea3SApple OSS Distributions 15*5e3eaea3SApple OSS DistributionsINSTALL_SF_MI_LCL_LIST = ${PRIVATE_DATAFILES} 16*5e3eaea3SApple OSS Distributions 17*5e3eaea3SApple OSS DistributionsINSTALL_MI_GEN_LIST = 18*5e3eaea3SApple OSS Distributions 19*5e3eaea3SApple OSS DistributionsINSTALL_MI_DIR = gssd 20*5e3eaea3SApple OSS Distributions 21*5e3eaea3SApple OSS DistributionsEXPORT_MI_LIST = \ 22*5e3eaea3SApple OSS Distributions ${PRIVATE_DATAFILES} 23*5e3eaea3SApple OSS Distributions 24*5e3eaea3SApple OSS DistributionsEXPORT_MI_GEN_LIST = gssd_mach.h 25*5e3eaea3SApple OSS Distributions 26*5e3eaea3SApple OSS DistributionsEXPORT_MI_DIR = gssd 27*5e3eaea3SApple OSS Distributions 28*5e3eaea3SApple OSS Distributions# 29*5e3eaea3SApple OSS Distributions# Build path 30*5e3eaea3SApple OSS Distributions# 31*5e3eaea3SApple OSS DistributionsINCFLAGS_MAKEFILE= -I.. 32*5e3eaea3SApple OSS Distributions 33*5e3eaea3SApple OSS DistributionsMIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024 34*5e3eaea3SApple OSS Distributions 35*5e3eaea3SApple OSS DistributionsMIG_KUHDRS = gssd_mach.h 36*5e3eaea3SApple OSS Distributions 37*5e3eaea3SApple OSS DistributionsMIG_KUSRC = gssd_mach.c gssd_mach.h 38*5e3eaea3SApple OSS Distributions 39*5e3eaea3SApple OSS DistributionsCOMP_FILES = ${MIG_KUSRC} 40*5e3eaea3SApple OSS Distributions 41*5e3eaea3SApple OSS Distributionsdo_build_all:: $(COMP_FILES) 42*5e3eaea3SApple OSS Distributions 43*5e3eaea3SApple OSS Distributions${MIG_KUSRC} : gssd_mach.defs 44*5e3eaea3SApple OSS Distributions @$(LOG_MIG) "$@" 45*5e3eaea3SApple OSS Distributions $(_v)${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \ 46*5e3eaea3SApple OSS Distributions -user gssd_mach.c \ 47*5e3eaea3SApple OSS Distributions -header gssd_mach.h \ 48*5e3eaea3SApple OSS Distributions -server /dev/null \ 49*5e3eaea3SApple OSS Distributions -sheader /dev/null \ 50*5e3eaea3SApple OSS Distributions $< 51*5e3eaea3SApple OSS Distributions 52*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_rule) 53*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_dir) 54