summaryrefslogtreecommitdiff
path: root/fstests
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-21 23:13:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-21 23:13:29 +0000
commit272a3f8f609da9a8a93c819fc9f456ecf9b84ffc (patch)
treebca77fab1f32af331a0d316fd1b2c5f43c9b7219 /fstests
parent4be44f23a436d3a64a1ed59718c060daa7756692 (diff)
Formerly Makefile.~25~
Diffstat (limited to 'fstests')
-rw-r--r--fstests/Makefile26
1 files changed, 3 insertions, 23 deletions
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