2005-12-11 15:16:03 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2005/12/11 12:20:20 christos Exp $
|
2003-10-26 10:25:33 +03:00
|
|
|
|
2005-02-27 01:58:54 +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
|
2003-11-13 16:40:39 +03:00
|
|
|
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
|