summaryrefslogtreecommitdiff
path: root/libdiskfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-05-20 01:37:01 +0000
committerMiles Bader <miles@gnu.org>1995-05-20 01:37:01 +0000
commitf4cf2dbac585812b06f0611002e5e23e8717c24e (patch)
tree6d74af85734916e5c025f53f8ffd7efe33a077eb /libdiskfs/Makefile
parent614d26129494c1cc97bb8d68440bac87804e5591 (diff)
(OTHERSRCS): Add opts-set.c, opts-std-startup.c, and opts-runtime-def.c.
(OBJS): Add argz.o & options.o. (REMHDRS): Add argz.h & options.h.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r--libdiskfs/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index 03dfeda3..bedd33d7 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -50,7 +50,8 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
boot-parse.c boot-start.c ports-clean.c \
ports-consts.c pager-consts.c ports-demuxer.c exc.c node-times.c \
trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c \
- sync-interval.c sync-default.c
+ sync-interval.c sync-default.c \
+ opts-set.c opts-std-startup.c opts-runtime-def.c
SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \
$(IFSOCKSRCS)
@@ -58,15 +59,19 @@ MIGSTUBS = fsServer.o ioServer.o fsysServer.o notifyServer.o execServer.o \
interruptServer.o fsys_replyUser.o ourfs_notifyUser.o ifsockServer.o
notify-MIGSFLAGS = -DSEQNOS
-OBJS = $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS))
+OBJS = $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) argz.o options.o
LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h
-REMHDRS = ../hurd/ports.h ../hurd/pager.h ../hurd/fshelp.h ../hurd/ioserver.h
+REMHDRS = ../hurd/ports.h ../hurd/pager.h ../hurd/fshelp.h ../hurd/ioserver.h ../lib/argz.h ../lib/options.h
MIGSFLAGS = -imacros fsmutations.h
MIGCOMSFLAGS = -prefix diskfs_
libname = libdiskfs
installhdrs = diskfs.h
+CPPFLAGS += -I../lib
+CPPFLAGS += $(CPPFLAGS-$(notdir $<))
+vpath %.c ../lib
+
include ../Makeconf
$(subst .c,.o,$(FSSRCS)): fs_S.h