summaryrefslogtreecommitdiff
path: root/libdiskfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-31 18:11:35 +0000
committerMiles Bader <miles@gnu.org>1995-10-31 18:11:35 +0000
commit00af9cdb5c5f4210dbee0e1abf39abe2577914f5 (patch)
tree746c5d4d113c2d5b754a3fe013827859ef949faf /libdiskfs/Makefile
parenta11b2f6956899f77bbe2e3d09ff2d2a22d15a668 (diff)
(OTHERSRCS): Add init-completed.c, dev-open.c, dev-io.c, dev-globals.c,
console.c, readonly.c, remount.c, opts-common.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r--libdiskfs/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index e0872d53..666ca818 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -38,10 +38,11 @@ IFSOCKSRCS=ifsock.c
OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \
peropen-make.c peropen-rele.c protid-make.c protid-rele.c \
- rdwr-internal.c init-init.c init-startup.c init-first.c \
- boot-start.c demuxer.c exc.c node-times.c shutdown.c \
+ init-init.c init-startup.c init-first.c init-completed.c \
+ rdwr-internal.c boot-start.c demuxer.c exc.c node-times.c shutdown.c \
sync-interval.c sync-default.c opts-set.c opts-std-startup.c \
- opts-runtime-def.c trans-callback.c filedev.c machdev.c
+ opts-runtime-def.c opts-common.c trans-callback.c readonly.c remount.c \
+ filedev.c machdev.c dev-open.c dev-io.c dev-globals.c console.c
SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)
LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h
installhdrs = diskfs.h
@@ -59,5 +60,5 @@ MIGCOMSFLAGS = -prefix diskfs_
include ../Makeconf
-libdiskfs.so: ../libpager/libpager.so ../libioserver/libioserver.so \
- ../libfshelp/libfshelp.so ../libthreads/libthreads.so
+libdiskfs.so: $(foreach lib,threads ports fshelp shouldbeinlibc ioserver,\
+ ../lib$(lib)/lib$(lib).so)