Changeset 148d3c in git for libpolys/tests/Makefile.am
- Timestamp:
- May 19, 2011, 5:39:53 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c8204aefe85bd27523a76a77f4ae555c156bdc21
- Parents:
- 3199ac3605af0f6ec91729ae32d5704af6105991
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 05:39:53+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/Makefile.am
r3199ac r148d3c 12 12 AM_CPPFLAGS = -DHAVE_CONFIG_H 13 13 14 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}14 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} ${FACTORY_CFLAGS} 15 15 16 16 … … 18 18 check_PROGRAMS = $(TESTS) 19 19 20 simple_test_SOURCES = simple_test_runner.cpp 21 coeffs_test_SOURCES = coeffs_test_runner.cpp 22 polys_test_SOURCES = polys_test_runner.cpp 23 rings_test_SOURCES = rings_test_runner.cpp 20 simple_test_SOURCES = simple_test_runner.cpp gftables 21 coeffs_test_SOURCES = coeffs_test_runner.cpp gftables 22 polys_test_SOURCES = polys_test_runner.cpp gftables 23 rings_test_SOURCES = rings_test_runner.cpp gftables 24 24 25 25 … … 27 27 rings_test_LDFLAGS = $(polys_test_LDFLAGS) 28 28 29 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g -lfactory_g -lomalloc_debug29 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g 30 30 polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} $(coeffs_test_LDADD) 31 31 rings_test_LDADD = $(polys_test_LDADD) 32 32 33 noinst_SCRIPTS = p_Procs_FieldGeneral.so \ 34 p_Procs_FieldIndep.so \ 35 p_Procs_FieldQ.so \ 36 p_Procs_FieldZp.so 33 noinst_SCRIPTS = p_Procs_FieldGeneral.so \ 34 p_Procs_FieldIndep.so \ 35 p_Procs_FieldQ.so \ 36 p_Procs_FieldZp.so 37 38 gftables: ${top_srcdir}/../factory/gftables 39 ln -snf ${top_srcdir}/../factory/gftables ${builddir} 37 40 38 41 p_Procs_FieldGeneral.so: ${top_builddir}/polys/.libs/p_Procs_FieldGeneral.so
Note: See TracChangeset
for help on using the changeset viewer.