Changeset 7d73857 in git
- Timestamp:
- May 10, 2011, 2:18:07 PM (12 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 06541226e172777614f7a62af88d739f6cea424c
- Parents:
- 9af8a636c86c38e9bbe27e6a123a32692e234a88
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-10 14:18:07+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:40+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/Makefile.am
r9af8a63 r7d73857 2 2 3 3 ## for testing... 4 AM_LDFLAGS = -L${top_builddir}/polys -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc -L${top_builddir}/../ omalloc4 AM_LDFLAGS = -L${top_builddir}/polys -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc -L${top_builddir}/../factory -L${top_builddir}/../omalloc 5 5 6 6 … … 27 27 rings_test_LDFLAGS = $(polys_test_LDFLAGS) 28 28 29 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g -l libsingcf_g -lomalloc_debug29 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g -lsingcf_g -lomalloc_debug 30 30 polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} $(coeffs_test_LDADD) 31 31 rings_test_LDADD = $(polys_test_LDADD)
Note: See TracChangeset
for help on using the changeset viewer.