From 272a3f8f609da9a8a93c819fc9f456ecf9b84ffc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 21 Jul 1994 23:13:29 +0000 Subject: Formerly Makefile.~25~ --- fstests/Makefile | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'fstests') diff --git a/fstests/Makefile b/fstests/Makefile index 4845c8ff..ee8de2c1 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -16,30 +16,10 @@ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. dir := fstests - -include ../Makeconf - -DIST_FILES = fstests.c Makefile fdtests.c ChangeLog timertest.c +makemode := utilities SRCS = fstests.c fdtests.c timertest.c +targets = timertest fstests # fdtests -all: timertest fstests # fdtests - -fstests: fstests.o $(libc) - $(CC) $(CFLAGS) -o $@ $^ - -fdtests: fdtests.o $(libc) - $(CC) $(CFLAGS) -o $@ $^ - -timertest: timertest.o $(libc) - $(CC) $(CFLAGS) -o $@ $^ - -install: $(hurdroot) timertest fstests # fdtests - $(INSTALL_BIN) fstests $(hurdroot)/bin/fstests - $(INSTALL_BIN) timertest $(hurdroot)/bin/timertest -# $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests +include ../Makeconf -clean: - rm -f fstests fdtests timertest *.o -relink: - rm -f fstests fdtests timertest -- cgit v1.2.3