Changeset b2366e in git
- Timestamp:
- May 23, 2011, 9:27:56 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '7725b5cfc1eaf99630826ecc59f559d3b6831c24')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
r9eb0f9 rb2366e 47 47 AM_LDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc 48 48 49 50 TESTS = test test-g 49 TESTS = tt-g tt-r 51 50 check_PROGRAMS = $(TESTS) 52 51 53 t est_SOURCES = test.cc54 t est_g_SOURCES = test.cc52 tt_r_SOURCES = test.cc 53 tt_g_SOURCES = test.cc 55 54 56 t est_LDADD= -lcoeffs ${GMP_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc57 t est_g_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g55 tt_r_LDADD = -lcoeffs ${GMP_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc 56 tt_g_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g 58 57 59 t est: gftables60 t est_g: gftables58 tt_r: gftables 59 tt_g: gftables 61 60 62 t est_CFLAGS= -O3 -fomit-frame-pointer ${PIPE}63 t est_g_CFLAGS = ${PIPE}61 tt_r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 62 tt_g_CFLAGS = ${PIPE} 64 63 65 t est_CXXFLAGS= -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates66 t est_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates64 tt_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates 65 tt_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates 67 66 # -fdiagnostics-show-option 68 67 69 t est_CPPFLAGS= -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H70 t est_g_CPPFLAGS = -DHAVE_CONFIG_H68 tt_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H 69 tt_g_CPPFLAGS = -DHAVE_CONFIG_H 71 70 72 71 gftables: ${top_srcdir}/../factory/gftables
Note: See TracChangeset
for help on using the changeset viewer.