Changeset ea0001 in git for libpolys/tests


Ignore:
Timestamp:
May 12, 2011, 1:11:06 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
17b0b0589ef61f1aceedb2f51df2a1d7c82454e5
Parents:
9a90342ac6c7e2f12bfda27f0321e45d10c13c82
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-12 13:11:06+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:07+01:00
Message:
make check finds the gftables and dynamic modules (also out of tree)

- added AM_MAINTAINER_MODE to configure.ac everywhere
- we now symlink to gftables rather than copying
- use GFTABLEDIR to find gftables in nfReadTable
  (this is a hack which breaks Singular when it is installed)
- symlink the dynamic modules from libpolys/polys to libpolys/tests
Location:
libpolys/tests
Files:
9 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r9a9034 rea0001  
    3131rings_test_LDADD = $(polys_test_LDADD)
    3232
     33noinst_SCRIPTS =        p_Procs_FieldGeneral.so \
     34                        p_Procs_FieldIndep.so \
     35                        p_Procs_FieldQ.so \
     36                        p_Procs_FieldZp.so
    3337
     38p_Procs_FieldGeneral.so:        ${top_builddir}/polys/.libs/p_Procs_FieldGeneral.so
     39                                ln -snf ${top_builddir}/polys/.libs/p_Procs_FieldGeneral.so ${builddir}
     40
     41p_Procs_FieldIndep.so:  ${top_builddir}/polys/.libs/p_Procs_FieldIndep.so
     42                                ln -snf ${top_builddir}/polys/.libs/p_Procs_FieldIndep.so ${builddir}
     43
     44p_Procs_FieldQ.so:      ${top_builddir}/polys/.libs/p_Procs_FieldQ.so
     45                                ln -snf ${top_builddir}/polys/.libs/p_Procs_FieldQ.so ${builddir}
     46
     47p_Procs_FieldZp.so:     ${top_builddir}/polys/.libs/p_Procs_FieldZp.so
     48                                ln -snf ${top_builddir}/polys/.libs/p_Procs_FieldZp.so ${builddir}
    3449
    3550BUILT_SOURCES = $(simple_test_SOURCES) $(coeffs_test_SOURCES) $(rings_test_SOURCES) $(polys_test_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.