1 # Copyright 2000, International Business Machines Corporation and others.
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
9 include @TOP_OBJDIR@
/src
/config
/Makefile.config
11 INSTALL_DATA
= @INSTALL_DATA@
12 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
13 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
16 LDIRS
= -L
${DESTDIR}/lib
-L
${DESTDIR}/lib
/afs
-L..
17 LIBS
=-lcmd
-lafscom_err
-lafsutil
19 INCDIRS
= -I
${SRCDIR}/include -I
${SRCDIR}/include/afs
-I..
21 CFLAGS
= ${OPTIMIZE} ${INCDIRS} ${LDIRS} ${LIBS} ${XCFLAGS} ${ARCHFLAGS}
24 test tests
: ctest dtest itest
27 cc ${CFLAGS} -o itest itest.o
30 cc ${CFLAGS} -o ctest ctest.o
33 cc ${CFLAGS} -o dtest dtest.o
38 $(RM
) -f
*.a
*.o ctest dtest itest core