1 # Makefile for the tests
4 CFLAGS
= -Wall
-D_MINIX
-D_POSIX_SOURCE
6 PROG
= speed test00 test01 test02 test03 test04_srv test04_cli test05_srv \
7 test05_cli test06_srv test06_cli test07_srv test07_cli test08_srv \
8 test08_cli test09 test10 test11 test12 test13a test13b test14
13 $(CC
) $(CFLAGS
) -o
$@
$@.c
-lutil
16 /usr
/bin
/rm -f
*.o
$(PROG
)
23 test04_cli
: test04_cli.c
24 test04_srv
: test04_srv.c
25 test05_cli
: test05_cli.c
26 test05_srv
: test05_srv.c
27 test06_cli
: test06_cli.c
28 test06_srv
: test06_srv.c
29 test07_cli
: test07_cli.c
30 test07_srv
: test07_srv.c
31 test08_cli
: test08_cli.c
32 test08_srv
: test08_srv.c