Changeset b37bf4b in git for libpolys/tests/Makefile.am
- Timestamp:
- Feb 17, 2021, 10:54:11 PM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6993036b12d3795242f9e55fd0dad291a8bfe1e5
- Parents:
- 1f4a6c49f94b09a3b40da3dfe69488fdbb2738e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/Makefile.am
r1f4a6c rb37bf4b 18 18 nodist_rings_test_SOURCES = rings_test_runner.cpp 19 19 20 coeffs_test_LDADD = ${top_builddir}/coeffs/libcoeffs.la \ 21 ${top_builddir}/reporter/libreporter.la ${top_builddir}/misc/libmisc.la \ 20 coeffs_test_LDADD = ${top_builddir}/libpolys.la \ 22 21 $(FACTORY_LIBS) $(RESOURCES_LIBS) $(OMALLOC_LIBS) \ 23 22 $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) 24 23 25 simple_test_LDADD = $ {top_builddir}/polys/libpolys.la $(coeffs_test_LDADD)26 polys_test_LDADD = $ {top_builddir}/polys/libpolys.la $(coeffs_test_LDADD)24 simple_test_LDADD = $(coeffs_test_LDADD) 25 polys_test_LDADD = $(coeffs_test_LDADD) 27 26 rings_test_LDADD = $(polys_test_LDADD) 28 27 … … 34 33 35 34 MOD: 36 if [ -d "${top_builddir}/libpolys/ polys/.libs" ]; then \37 ln -snf ${top_builddir}/libpolys/ polys/.libs/ ${abs_builddir}/MOD; \35 if [ -d "${top_builddir}/libpolys/.libs" ]; then \ 36 ln -snf ${top_builddir}/libpolys/.libs/ ${abs_builddir}/MOD; \ 38 37 fi 39 38
Note: See TracChangeset
for help on using the changeset viewer.