Build system: Move install definitions to include
[openafs.git] / src / libadmin / cfg / 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
12
13 ########################################################################
14 # build tests
15
16 CFGTESTLIBS =\
17         $(DESTDIR)/lib/afs/libafsadminutil.a \
18         $(DESTDIR)/lib/afs/libclientadmin.a \
19         $(DESTDIR)/lib/afs/libcfgadmin.a \
20         $(DESTDIR)/lib/afs/libbosadmin.a \
21         $(DESTDIR)/lib/afs/libvosadmin.a \
22         $(DESTDIR)/lib/afs/libkasadmin.a \
23         $(DESTDIR)/lib/afs/libptsadmin.a \
24         $(DESTDIR)/lib/libafsauthent.a \
25         $(DESTDIR)/lib/libafsrpc.a \
26         $(DESTDIR)/lib/afs/libcmd.a  # static library
27
28 cfgtest: cfgtest.o $(CFGTESTLIBS)
29         $(AFS_LDRULE) cfgtest.o -LDEST/lib/afs $(CFGTESTLIBS) $(XLIBS)
30
31 #######################################################################
32 test tests: cfgtest
33
34 clean:
35         $(RM) -f *.o cfgtest core