Changeset a250e1 in git
- Timestamp:
- Nov 21, 2011, 3:03:13 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- a6e550e2a4d0c172e369eedbf17d1cce1e49ef2a
- Parents:
- 27ba59ded4b41a0e73f98a87edfe7fa8a95c2046
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-21 03:03:13+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
r27ba59 ra250e1 49 49 50 50 51 TESTS = test g testr51 TESTS = test_s_g test_s_r test_d_g test_d_r 52 52 check_PROGRAMS = $(TESTS) 53 53 54 test r_SOURCES = test.cc55 test g_SOURCES = test.cc54 test_s_r_SOURCES = test.cc 55 test_s_g_SOURCES = test.cc 56 56 57 test r_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS}58 test g_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}57 test_d_r_SOURCES = test.cc 58 test_d_g_SOURCES = test.cc 59 59 60 60 61 test r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}62 test g_CFLAGS = ${PIPE}61 test_s_r_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS} 62 test_s_g_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS} 63 63 64 testr_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} 64 test_d_r_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS} 65 test_d_g_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS} 66 67 68 test_s_r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 69 test_s_g_CFLAGS = ${PIPE} 70 71 test_d_r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 72 test_d_g_CFLAGS = ${PIPE} 73 74 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} 65 75 # -fimplicit-templates 66 test g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}76 test_s_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 67 77 # -fimplicit-templates 68 78 # -fdiagnostics-show-option 69 79 70 testr_CPPFLAGS = -DNDEBUG -DOM_NDEBUG 71 testg_CPPFLAGS = 80 81 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} 82 test_d_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 83 84 test_s_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG 85 test_s_g_CPPFLAGS = 86 87 test_d_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG 88 test_d_g_CPPFLAGS = 72 89 73 90 91 test_s_r_LDFLAGS = -static 92 test_s_g_LDFLAGS = -static
Note: See TracChangeset
for help on using the changeset viewer.