summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:44:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:44:11 +0000
commit986502d34c2637a8b4d3cc3e85585cbcda0164a4 (patch)
tree1ccd483602747b7ece8b45113c3f0de094c2a6ed
parent46b0768e6e5672c811c3f52335222bd342ab5cd5 (diff)
Formerly Makefile.~10~
-rw-r--r--libtrivfs/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 44a7d74d..9d3aca3f 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -45,7 +45,8 @@ SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS)
TAGSHDRS = trivfs.h fsmutations.h
-MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o
+MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o \
+ fsys_replyUser.o
OBJS= $(subst .c,.o,$(SRCS)) $(MIGSTUBS)
@@ -76,6 +77,7 @@ $(subst .c,.o,$(IOSRCS)): io_S.h
$(subst .c,.o,$(FSYSSRCS)): fsys_S.h
$(subst .c,.o,$(NOTIFYSRCS)): notify_S.h
$(subst .c,.o,$(INTSRCS)): interrupt_S.h
+fsys-getroot.c: fsys_reply.h
$(OBJS): trivfs.h $(includedir)/hurd/ports.h
@@ -98,6 +100,11 @@ fsys_S.h fsysServer.c: $(includedir)/hurd/fsys.defs \
sed -e 's/fsys_server/trivfs_fsys_server/' < fsysServer.c > tmp.c
mv tmp.c fsysServer.c
+fsys_reply.h fsys_replyUser.c: $(includedir)/hurd/fsys_reply.defs \
+ $(includedir)/hurd/hurd_types.defs
+ $(CPP) $(CPPFLAGS) $(includedir)/hurd/fsys_reply.defs \
+ | $(MIGCOM) -server /dev/null
+
notify_S.h notifyServer.c: $(includedir)/mach/notify.defs
$(CPP) $(CPPFLAGS) $(includedir)/mach/notify.defs \
| $(MIGCOM) -prefix trivfs_ \