afs: Consolidate fheader initialization
[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.libtool
11 include @TOP_OBJDIR@/src/config/Makefile.pthread
12 top_builddir=@top_builddir@
13
14 LT_deps = \
15         $(TOP_OBJDIR)/src/sys/liboafs_sys.la \
16         $(TOP_OBJDIR)/src/ubik/liboafs_ubik.la \
17         $(TOP_OBJDIR)/src/vlserver/liboafs_vldb.la \
18         $(TOP_OBJDIR)/src/auth/liboafs_auth.la \
19         $(TOP_OBJDIR)/src/rxkad/liboafs_rxkad.la \
20         $(TOP_OBJDIR)/src/comerr/liboafs_comerr.la \
21         $(TOP_OBJDIR)/src/cmd/liboafs_cmd.la \
22         $(TOP_OBJDIR)/src/rx/liboafs_rx.la \
23         $(TOP_OBJDIR)/src/util/liboafs_util.la \
24         $(TOP_OBJDIR)/src/opr/liboafs_opr.la
25 LT_libs = \
26         $(LDFLAGS_roken) $(LIB_roken) $(LDFLAGS_hcrypto) $(LIB_hcrypto) $(XLIBS)
27
28 all test:  fulltest owntest idtest getinitparams
29
30 install:
31 dest:
32
33 fulltest: fulltest.lo
34         $(LT_LDRULE_static) $@.lo $(LT_deps) $(LT_libs)
35 owntest: owntest.lo
36         $(LT_LDRULE_static) $@.lo $(LT_deps) $(LT_libs)
37 idtest: idtest.lo
38         $(LT_LDRULE_static) $@.lo $(LT_deps) $(LT_libs)
39 getinitparams: getinitparams.lo
40         $(LT_LDRULE_static) $@.lo $(LT_deps) $(LT_libs)
41
42 clean:
43         $(LT_CLEAN)
44         $(RM) -f fulltest owntest idtest getinitparams
45