Changeset a94666 in git for libpolys/tests/Makefile.am
- Timestamp:
- Aug 9, 2011, 5:14:13 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- c3e4d2da17027c3a2ec66cb6016320f25d2dd693
- Parents:
- b346acb2920be74c82c143ff140501724929c222
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-09 17:14:13+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:25+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/Makefile.am
rb346ac ra94666 18 18 AM_CPPFLAGS = -DHAVE_CONFIG_H 19 19 20 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${ GMP_CFLAGS} ${NTL_CFLAGS} ${FACTORY_CFLAGS}20 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} 21 21 22 22 … … 34 34 rings_test_LDFLAGS = $(polys_test_LDFLAGS) 35 35 36 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g36 coeffs_test_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS} 37 37 polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} $(coeffs_test_LDADD) 38 38 rings_test_LDADD = $(polys_test_LDADD)
Note: See TracChangeset
for help on using the changeset viewer.