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