1 # Makefile for the tests.
4 CFLAGS
= -O
-D_MINIX
-D_POSIX_SOURCE
6 OBJ
= test1 test2 test3 test4 test5 test6 test7 test8 test9 \
7 test10 test12 test13 test14 test15 test16 test17 test18 test19 \
8 test21 test22 test23 test25 test26 test27 test28 test29 \
9 test30 test31 test32 test34 test35 test36 test37 test38 test39 \
10 test40 test41 t10a t11a t11b
13 ROOTOBJ
= test11 test33
15 all: $(OBJ
) $(BIGOBJ
) $(ROOTOBJ
)
19 $(CC
) $(CFLAGS
) -o
$@
$@.c
22 $(CC
) $(CFLAGS
) -o
$@
$@.c
26 @
install -c
-o root
-m
4755 a.out
$@
30 cd select
&& make
clean
31 -rm -rf
*.o
*.s
*.bak
test?
test?? t10a t11a t11b DIR
*