|
|
1.1 root 1: #
2: # @(#)Makefile 1.3 90/01/03 NFS Rev 2 Testsuite
3: # 1.4 Lachman ONC Test Suite source
4: #
5:
6: RUNTESTS= open-unlk open-chmod dupreq excltest negseek rename holey
7: TESTS= $(RUNTESTS) nstat stat stat2 touchn fstat
8: DESTDIR=/no/such/path
9: CC=cc
10: CFLAGS=-O $(SYSTYPE)
11:
12: rall: $(RUNTESTS)
13: all: $(TESTS)
14:
15: $(TESTS):
16: $(CC) $(CFLAGS) -o $@ [email protected] $(LIBS)
17:
18: open-unlk: open-unlk.c
19: open-chmod: open-chmod.c
20: dupreq: dupreq.c
21: excltest: excltest.c
22: fstat: fstat.c
23: negseek: negseek.c
24: nstat: nstat.c
25: rename: rename.c
26: stat: stat.c
27: stat2: stat2.c
28: touchn: touchn.c
29: holey: holey.c
30:
31: clean:
32: rm -f *.o $(TESTS) testfile exctest.file holeyfile
33:
34: copy: $(TESTS)
35: cp runtests runtests.wrk $(TESTS) $(DESTDIR)
36:
37: dist:
38: cp runtests runtests.wrk Makefile *.c $(DESTDIR)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.