From e22e0f279d0f5c7c5ad18df7f8c12ed610743c1c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 24 Aug 1995 14:23:29 +0000 Subject: (ufs): Add explicit dependencies. (HURDLIBS, LDFLAGS, REMHDRS): Removed. Rules associated with ../lib removed. --- ufs/Makefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'ufs/Makefile') 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 -- cgit v1.2.3