summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-08-24 14:23:29 +0000
committerMiles Bader <miles@gnu.org>1995-08-24 14:23:29 +0000
commite22e0f279d0f5c7c5ad18df7f8c12ed610743c1c (patch)
tree74cbf7f86cc50803a2850c10a66a9a2d50244c66 /ufs
parent0cf45c1e7e1c995c587fb72a91a0418fe52a5d62 (diff)
(ufs): Add explicit dependencies.
(HURDLIBS, LDFLAGS, REMHDRS): Removed. Rules associated with ../lib removed.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 33582409..a7763efc 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -18,21 +18,13 @@
dir := ufs
makemode := server
+target = ufs
SRCS = alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \
sizes.c subr.c tables.c bmap.c pokeloc.c
-OBJS = $(SRCS:.c=.o)
LCLHDRS = ufs.h fs.h dinode.h dir.h
-REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\
- ../hurd/ioserver.h ../hurd/fshelp.h
-#HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \
-# libfshelp libdiskfs libthreads libports
-HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads libihash
-LDFLAGS = -Wl,--no-keep-memory
-target = ufs
-CPPFLAGS += -I../lib
-CPPFLAGS += $(CPPFLAGS-$(notdir $<))
-vpath %.c ../lib
+OBJS = $(SRCS:.c=.o)
-include ../Makeconf
+ufs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a
+include ../Makeconf