Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / venus / test / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10 include @TOP_OBJDIR@/src/config/Makefile.pthread
11 top_builddir=@top_builddir@
12
13 LT_deps = \
14 $(TOP_OBJDIR)/src/sys/liboafs_sys.la \
15 $(TOP_OBJDIR)/src/ubik/liboafs_ubik.la \
16 $(TOP_OBJDIR)/src/vlserver/liboafs_vldb.la \
17 $(TOP_OBJDIR)/src/auth/liboafs_auth.la \
18 $(TOP_OBJDIR)/src/rxkad/liboafs_rxkad.la \
19 $(TOP_OBJDIR)/src/comerr/liboafs_comerr.la \
20 $(TOP_OBJDIR)/src/cmd/liboafs_cmd.la \
21 $(TOP_OBJDIR)/src/rx/liboafs_rx.la \
22 $(TOP_OBJDIR)/src/util/liboafs_util.la \
23 $(TOP_OBJDIR)/src/opr/liboafs_opr.la
24 LT_libs = \
25 $(LDFLAGS_roken) $(LIB_roken) $(LDFLAGS_hcrypto) $(LIB_hcrypto) $(XLIBS)
26
27 all test: fulltest owntest idtest getinitparams
28
29 install:
30 dest:
31
32 fulltest: fulltest.o
33 $(LT_LDRULE_static) $@.o $(LT_deps) $(LT_libs)
34 owntest: owntest.o
35 $(LT_LDRULE_static) $@.o $(LT_deps) $(LT_libs)
36 idtest: idtest.o
37 $(LT_LDRULE_static) $@.o $(LT_deps) $(LT_libs)
38 getinitparams: getinitparams.o
39 $(LT_LDRULE_static) $@.o $(LT_deps) $(LT_libs)
40
41 clean:
42 $(LT_CLEAN)
43 $(RM) -f *.o fulltest owntest idtest getinitparams
44