1 # machine-dependent mach sources
2 .if exists(${.CURDIR}/${MACHINE_ARCH}/mach/Makefile.inc)
3 .include "${.CURDIR}/${MACHINE_ARCH}/mach/Makefile.inc"
8 .include "${.CURDIR}/mach/headers/Makefile.inc"
9 .include "${.CURDIR}/mach/servers/Makefile.inc"
11 MD_MIGDEFS += task.defs \
14 MD_MIGHDRS += ${MD_MIGDEFS:.defs=.h}
30 MIGHDRS = ${MIGDEFS:.defs=.h}
31 MIGHDRS += clock_reply.h
32 MACH_INSTHDRS += ${MIGHDRS}
34 # These files are generated from the .defs files
35 MIGSRCS = ${MIGDEFS:.defs=User.c} ${MD_MIGDEFS:.defs=User.c}
37 MISRCS += ${MIGSRCS} \
45 exc_catcher_state_identity.c \
65 CLEANFILES += ${MIGHDRS} ${MIGSRCS} ${MD_MIGDEFS:.defs=Server.c} \
66 ${MIGDEFS:.defs=Server.c} exc.h excUser.c excServer.c \
67 notify.h notifyUser.c notifyServer.c