Build system: Move install definitions to include
[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.lwp
11
12
13
14 INCDIRS= -I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} -I..
15 LDIRS= -L${TOP_LIBDIR} -L..
16 LIBS= -lsys -lubik -lvldb -lauth -lrxkad -lafshcrypto_lwp \
17       -lafscom_err -lcmd -lrx -llwp -lafsutil $(LIB_roken)
18
19 all test:  fulltest owntest idtest getinitparams
20
21 install:
22 dest:
23
24 fulltest: fulltest.o
25         $(AFS_LDRULE) $@.o $(LDIRS) $(LIBS)
26 owntest: owntest.o
27         $(AFS_LDRULE) $@.o $(LDIRS) $(LIBS)
28 idtest: idtest.o
29         $(AFS_LDRULE) $@.o $(LDIRS) $(LIBS)
30 getinitparams: getinitparams.o
31         $(AFS_LDRULE) $@.o $(LDIRS) $(LIBS)
32
33 clean:
34         $(RM) -f *.o fulltest owntest idtest getinitparams
35