Changeset 148d3c in git for libpolys/tests


Ignore:
Timestamp:
May 19, 2011, 5:39:53 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Message:
FIX: fixing the build system (install needed headers on needed places)
FIX: libpolys-config is correct now (installed, echo -n-fixed)
ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl
CHG: switched from omalloc_debug to omalloc_g
ADD: symlink for gftables in libpolys/tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r3199ac r148d3c  
    1212AM_CPPFLAGS = -DHAVE_CONFIG_H
    1313
    14 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS}  ${NTL_CFLAGS}
     14INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} ${FACTORY_CFLAGS}
    1515
    1616
     
    1818check_PROGRAMS = $(TESTS)
    1919
    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
     20simple_test_SOURCES = simple_test_runner.cpp gftables
     21coeffs_test_SOURCES = coeffs_test_runner.cpp gftables
     22polys_test_SOURCES = polys_test_runner.cpp gftables
     23rings_test_SOURCES = rings_test_runner.cpp gftables
    2424
    2525
     
    2727rings_test_LDFLAGS = $(polys_test_LDFLAGS)
    2828
    29 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g -lfactory_g -lomalloc_debug
     29coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g
    3030polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} $(coeffs_test_LDADD)
    3131rings_test_LDADD = $(polys_test_LDADD)
    3232
    33 noinst_SCRIPTS =        p_Procs_FieldGeneral.so \
    34                         p_Procs_FieldIndep.so \
    35                         p_Procs_FieldQ.so \
    36                         p_Procs_FieldZp.so
     33noinst_SCRIPTS = p_Procs_FieldGeneral.so \
     34                 p_Procs_FieldIndep.so \
     35                 p_Procs_FieldQ.so \
     36                 p_Procs_FieldZp.so
     37
     38gftables: ${top_srcdir}/../factory/gftables
     39        ln -snf ${top_srcdir}/../factory/gftables ${builddir}
    3740
    3841p_Procs_FieldGeneral.so:        ${top_builddir}/polys/.libs/p_Procs_FieldGeneral.so
Note: See TracChangeset for help on using the changeset viewer.