gems-kernel/source/THIRDPARTY/xnu/bsd/arm/Makefile

40 lines
952 B
Makefile
Raw Normal View History

2024-06-03 16:29:39 +00:00
export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
include $(MakeInc_cmd)
include $(MakeInc_def)
DATAFILES = \
endian.h fasttrap_isa.h param.h \
profile.h signal.h limits.h _limits.h \
types.h vmparam.h _types.h _param.h \
_mcontext.h
DRIVERKIT_DATAFILES = \
limits.h _limits.h types.h _types.h endian.h
PRIVATE_DATAFILES = \
disklabel.h
KERNELFILES = \
endian.h param.h \
profile.h signal.h limits.h _limits.h \
types.h vmparam.h _types.h _param.h \
_mcontext.h
# These are covered by ../machine/machine.modulemap.
INSTALL_MD_LIST = ${DATAFILES}
INSTALL_DRIVERKIT_MD_LIST = ${DRIVERKIT_DATAFILES}
INSTALL_SF_MD_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
INSTALL_MD_DIR = arm
EXPORT_MD_LIST = ${KERNELFILES}
EXPORT_MD_DIR = arm
include $(MakeInc_rule)
include $(MakeInc_dir)