Changeset b2366e in git


Ignore:
Timestamp:
May 23, 2011, 9:27:56 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e0f4de302feaeed59ca7e6d186663ee351f715cd
Parents:
9eb0f96f1972e349b922911e900cb26db0e540ea
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 21:27:56+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:49+01:00
Message:
FIX: libpolys/coeffs/test was not compiled on FreeBSD (renamed into tt-r, and tt-g resp.)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r9eb0f9 rb2366e  
    4747AM_LDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc
    4848
    49 
    50 TESTS = test test-g
     49TESTS = tt-g tt-r
    5150check_PROGRAMS = $(TESTS)
    5251
    53 test_SOURCES   = test.cc
    54 test_g_SOURCES = test.cc
     52tt_r_SOURCES = test.cc
     53tt_g_SOURCES = test.cc
    5554
    56 test_LDADD  = -lcoeffs ${GMP_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc
    57 test_g_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g
     55tt_r_LDADD = -lcoeffs ${GMP_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc
     56tt_g_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g
    5857
    59 test: gftables
    60 test_g: gftables
     58tt_r: gftables
     59tt_g: gftables
    6160
    62 test_CFLAGS  = -O3 -fomit-frame-pointer ${PIPE}
    63 test_g_CFLAGS = ${PIPE}
     61tt_r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
     62tt_g_CFLAGS = ${PIPE}
    6463
    65 test_CXXFLAGS  = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates
    66 test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates
     64tt_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates
     65tt_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates
    6766# -fdiagnostics-show-option
    6867
    69 test_CPPFLAGS  = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    70 test_g_CPPFLAGS = -DHAVE_CONFIG_H
     68tt_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
     69tt_g_CPPFLAGS = -DHAVE_CONFIG_H
    7170
    7271gftables: ${top_srcdir}/../factory/gftables
Note: See TracChangeset for help on using the changeset viewer.