2003-11-16 01:55:35 +03:00
|
|
|
# $NetBSD: Makefile,v 1.5 2003/11/15 22:55:35 manu Exp $
|
2003-10-26 10:25:33 +03:00
|
|
|
|
2003-11-13 16:40:39 +03:00
|
|
|
SYSCALL_DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
|
|
|
|
SYSCALL_OBJS= mach_sysent.c mach_syscalls.c mach_syscall.h mach_syscallargs.h
|
|
|
|
MACH_DEP= mach_services.master makemachservices.sh
|
2003-11-16 01:55:35 +03:00
|
|
|
MACH_OBJ= mach_services.c mach_services.h mach_services_names.c
|
2003-11-13 16:40:39 +03:00
|
|
|
|
|
|
|
all: ${SYSCALL_OBJS} ${MACH_OBJ}
|
2001-07-14 06:10:59 +04:00
|
|
|
|
2003-11-13 16:40:39 +03:00
|
|
|
.include <bsd.sys.mk> # for HOST_SH
|
2001-07-14 06:10:59 +04:00
|
|
|
|
2003-11-13 16:40:39 +03:00
|
|
|
${SYSCALL_OBJS}: ${SYSCALL_DEP}
|
2003-10-26 10:25:33 +03:00
|
|
|
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
|
2003-11-13 16:40:39 +03:00
|
|
|
|
|
|
|
${MACH_OBJ}: ${MACH_DEP}
|
|
|
|
${HOSH_SH} ./makemachservices.sh
|