From 51bdc8eddb6632a4883ca18f65788164c3f2e456 Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 27 Jul 1997 23:44:39 +0000 Subject: [PATCH] updated makefile to contain all checked-in tests --- lib/libc/tests/gen/Makefile | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/lib/libc/tests/gen/Makefile b/lib/libc/tests/gen/Makefile index 0d0d540..9a1a7db 100644 --- a/lib/libc/tests/gen/Makefile +++ b/lib/libc/tests/gen/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1997/02/28 05:12:51 gdr Exp $ +# $Id: Makefile,v 1.2 1997/07/27 23:44:39 gdr Exp $ # .INCLUDE: ../../../const.mk @@ -9,7 +9,30 @@ LIBC := ../../libc LDLIBS = -l$(LIBC) CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES) -default: basename dirent envtest err getcwd getgrent scandir sleep +default: \ + basename \ + dirent \ + err \ + fnmatch \ + getcwd \ + getgrent \ + getpwent \ + multiopen \ + popen \ + scandir \ + sleep \ + utime -.PRECIOUS: basename dirent.o envtest.o err.o getcwd.o getgrent.o scandir.o \ - sleep.o +.PRECIOUS: \ + basename.o \ + dirent.o \ + err.o \ + fnmatch.o \ + getcwd.o \ + getgrent.o \ + getpwent.o \ + multiopen.o \ + popen.o \ + scandir.o \ + sleep.o \ + utime.o