diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 22:08:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 22:08:46 +0000 |
commit | b9ab362703a128add14d9dcf591b1e8e3a641acd (patch) | |
tree | 30761d9f89cec9b365e6b2ad16e483e3923a61d1 /init | |
parent | 5b9ba18174eb10025abc507594f915323437c39d (diff) |
entered into RCS
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/init/Makefile b/init/Makefile index f3e2d3e5..f4cb27b9 100644 --- a/init/Makefile +++ b/init/Makefile @@ -16,39 +16,12 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := init.trim - -include ../Makeconf - -DIST_FILES = Makefile init.c ChangeLog - -OBJS = init.o startupServer.o startup_replyUser.o notifyServer.o +makemode := server SRCS = init.c +OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o +target = init -all: init - -init: $(OBJS) - $(CC) $(CFLAGS) -o $@ $^ - -init.o: startup_S.h startup_reply.h notify_S.h - -install: init $(hurdroot) - $(INSTALL_BIN) init $(hurdroot)/hurd/init - - -startup_S.h startupServer.c: $(includedir)/hurd/startup.defs $(includedir)/hurd/hurd_types.defs - $(CPP) $(CPPFLAGS) $(includedir)/hurd/startup.defs \ - | $(MIGCOM) -prefix S_ -sheader startup_S.h -header /dev/null -user /dev/null - -startup_reply.h startup_replyUser.c: $(includedir)/hurd/startup_reply.defs $(includedir)/hurd/hurd_types.defs - $(CPP) $(CPPFLAGS) $(includedir)/hurd/startup_reply.defs \ - | $(MIGCOM) -server /dev/null - -notify_S.h notifyServer.c: $(includedir)/mach/notify.defs - $(CPP) $(CPPFLAGS) $(includedir)/mach/notify.defs \ - | $(MIGCOM) -sheader notify_S.h -header /dev/null -user /dev/null +include ../Makeconf -clean: - rm -f init *.o -relink: - rm -f init +init.o: startup_reply_U.h startup_S.h notify_S.h |