[Libsysio-commit] RedStorm: libsysio/tests Makefile.am
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2003-09-26 23:34:25
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1:/tmp/cvs-serv20600 Modified Files: Tag: RedStorm Makefile.am Log Message: fix automake errors Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.8.6.3 retrieving revision 1.8.6.4 diff -u -w -b -B -p -r1.8.6.3 -r1.8.6.4 --- Makefile.am 26 Sep 2003 21:28:34 -0000 1.8.6.3 +++ Makefile.am 26 Sep 2003 22:15:40 -0000 1.8.6.4 @@ -46,20 +46,13 @@ DRIVERS=$(NATIVE_DRIVER_NAME) $(INCORE_D CMNSRC=drv_init_all.c drv_data.c BUILT_SOURCES=drv_data.c -check_PROGRAMS=test_driver -if TEST_ALPHA_ARG -TESTS_ENVIRONMENT=IS_ALPHA=yes -else -TESTS_ENVIRONMENT=IS_ALPHA=no -endif -TESTS=test_all.pl CFL=$(AM_CFLAGS) $(AM_CPPFLAGS) \ $(NATIVE_DRIVER_CFLAGS) $(INCORE_DRIVER_CFLAGS) \ $(STDFD_DEV_CFLAGS) $(YOD_DRIVER_CFLAGS) LIBS=$(NATIVE_DRIVER_LIB) $(INCORE_DRIVER_LIB) \ - $(STDFD_DEV_LIB) $(YOD_DRIVER_LIB) \ + $(STDFD_DEV_LIB) \ $(top_builddir)/src/libsysio.a test_copy_SOURCES=test_copy.c $(CMNSRC) |