Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / comerr / test / Makefile.in
1 srcdir=@srcdir@
2 include @TOP_OBJDIR@/src/config/Makefile.config
3
4 LDIRS=-L${TOP_LIBDIR} -L${DESTDIR}/lib/afs -L..
5
6 all: test
7
8 install:
9
10 #
11 # Build targets
12 #
13 test: test.o test1.o test2.o
14 $(AFS_LDRULE) ${LDIRS} -lafscom_err test.o test1.o test2.o
15
16 test.o: test1.h test2.h
17 test1.o : test1.c
18 test1.c : test1.et
19 test2.o : test2.c
20 test2.c : test2.et
21
22 #
23 # Misc targets
24 #
25 clean:
26 $(RM) -f *~ \#* *.bak \
27 *.otl *.aux *.toc *.PS *.dvi *.x9700 *.ps \
28 *.cp *.fn *.ky *.log *.pg *.tp *.vr \
29 *.o *.a libafscom_err.a \
30 com_err.o compile_et \
31 et.ar TAGS y.tab.c lex.yy.c error_table.c \
32 et_lex.lex.c \
33 test1.h test1.c test2.h test2.c test \
34 eddep makedep core
35
36 dest:
37