DAFS: large volume support - fileserver crash after "addled bitmap"
[openafs.git] / tests / tap / Makefile.in
1 # Build rules for the OpenAFS test suite.
2
3 srcdir=@srcdir@
4 tapdir=$(srcdir)/../../src/external/c-tap-harness/tests/tap
5 include @TOP_OBJDIR@/src/config/Makefile.config
6 include @TOP_OBJDIR@/src/config/Makefile.pthread
7
8 objects = basic.o
9
10 all check test tests: libtap.a basic.h macros.h libtap.sh
11
12 basic.o: $(tapdir)/basic.c $(tapdir)/basic.h
13         $(CC) $(AFS_CFLAGS) @CFLAGS_NOERROR@ -I$(tapdir)/../.. -c $(tapdir)/basic.c
14
15 basic.h: $(tapdir)/basic.h
16         cp $(tapdir)/basic.h basic.h
17
18 macros.h: $(tapdir)/macros.h
19         cp $(tapdir)/macros.h macros.h
20
21 libtap.sh: $(tapdir)/libtap.sh
22         cp $(tapdir)/libtap.sh libtap.sh
23
24 libtap.a: $(objects)
25         $(RM) -f libtap.a
26         $(AR) crv libtap.a $(objects)
27         $(RANLIB) libtap.a
28
29 install:
30
31 clean distclean:
32         $(RM) -f *.o *.a core basic.h macros.h libtap.sh