convert-all-makefiles-to-makefile-ins-20010802
[openafs.git] / src / rx / test / Makefile.in
similarity index 92%
rename from src/rx/test/Makefile
rename to src/rx/test/Makefile.in
index c46ca9f..fb2da46 100644 (file)
@@ -5,15 +5,19 @@
 # License.  For details, see the LICENSE file in the top-level source
 # directory or online at http://www.openafs.org/dl/license10.html
 
-COMPONENT=rxtest
+DESTDIR=@DESTDIR@
+SRCDIR=@SRCDIR@
+TOP_SRCDIR=@TOP_SRCDIR@
+SYS_NAME=@AFS_SYSNAME@
+
+
 include ../../config/Makefile.${SYS_NAME}
 OPTIMIZE=-g
 
 INCDIRS= -I${DESTDIR}include -I.. 
 LDIRS= -L.. -L${DESTDIR}lib -L${DESTDIR}lib/afs  
-utilib=${DESTDIR}lib/afs/util.a
 LIBS= ${DESTDIR}lib/afs/libcmd.a  ../librx.a ${DESTDIR}lib/liblwp.a \
-        ${utilib} ${DESTDIR}/lib/afs/libsys.a ${XLIBS}
+        ${DESTDIR}/lib/util.a ${DESTDIR}/lib/afs/libsys.a ${XLIBS}
 
 CFLAGS = ${OPTIMIZE} ${INCDIRS} -DRXDEBUG ${LDIRS} ${LIBS} ${XCFLAGS}