From 84ca5730f3f84d61fdac84b978f3d3fa4cc0b136 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 16 Mar 1994 03:43:22 +0000 Subject: Formerly Makefile.~7~ --- boot/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'boot/Makefile') diff --git a/boot/Makefile b/boot/Makefile index ace74b1c..862050cb 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -21,10 +21,13 @@ include ../Makeconf VPATH=.:../machine -OBJS = boot.o notifyServer.o execServer.o deviceServer.o boot_machdep.o +OBJS = boot.o notifyServer.o execServer.o deviceServer.o boot_machdep.o \ + ioServer.o DIST_FILES = boot.c Makefile +all: boot + boot: $(OBJS) $(link) @@ -34,7 +37,7 @@ install: boot clean: rm -f boot $(OBJS) *_S.h *Server.c -boot.o: notify_S.h exec_S.h device_S.h +boot.o: notify_S.h exec_S.h device_S.h io_S.h notify_S.h notifyServer.c: $(headers)/mach/notify.defs $(CPP) $(CPPFLAGS) $< | \ @@ -50,3 +53,7 @@ device_S.h deviceServer.c: $(headers)/device/device.defs $(CPP) $(CPPFLAGS) $< | \ $(MIGCOM) -user /dev/null -header /dev/null \ -sheader device_S.h + +io_S.h ioServer.c: $(headers)/hurd/io.defs + $(CPP) $(CPPFLAGS) $< | \ + $(MIGCOM) -user /dev/null -header /dev/null -sheader io_S.h -- cgit v1.2.3