diff options
author | Miles Bader <miles@gnu.org> | 1995-09-06 22:20:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-06 22:20:46 +0000 |
commit | 6d996b453b6b7e7362f323082a1f0ddccb1ead3f (patch) | |
tree | 12f2f365cdfbcbedcf84d74214e3a9b31b03919a /libtrivfs | |
parent | 1257983b6e6e6636ee981fed7d165778d92ba7a5 (diff) |
(SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS).
(NOTIFYSRCS, INTSRCS): Removed.
(MIGSTUBS): Removed notifyServer.o and interruptServer.o.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 82d50c35..055f9dc2 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -34,17 +34,12 @@ IOSRCS=io-async-icky.c \ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c -NOTIFYSRCS=nosenders.c notify-stubs.c - -INTSRCS=interrupt.c - OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-clean.c \ migsupport.c times.c startup.c open.c -SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS) +SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS) -MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o \ - fsys_replyUser.o +MIGSTUBS=fsServer.o ioServer.o fsysServer.o fsys_replyUser.o OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) LCLHDRS = trivfs.h fsmutations.h priv.h |