Changeset 7b8818 in git for kernel/Makefile.am
- Timestamp:
- Feb 13, 2013, 4:19:37 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 26b71347b556b24c26b980182b98e5bd3b5dc27b
- Parents:
- 88893694bcc8ccf5424ed8901d9f6109248c564a
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2013-02-13 16:19:37+01:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2013-03-14 15:32:21+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.am
r888936 r7b8818 28 28 libkernel_la_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 29 29 libkernel_g_la_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 30 # -fdiagnostics-show-option 30 # -fdiagnostics-show-option 31 31 32 32 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) 33 33 34 34 libkernel_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 35 libkernel_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 35 libkernel_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 36 36 37 37 SOURCES = polys.cc febase.cc feread.cc \ … … 52 52 fast_mult.cc digitech.cc \ 53 53 tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc f5c.cc \ 54 ratgring.cc shiftgb.cc gfan.cc\54 ratgring.cc shiftgb.cc \ 55 55 linearAlgebra.cc preimage.cc \ 56 mod2.h 56 mod2.h 57 57 58 58 libkernel_la_SOURCES = $(SOURCES) … … 72 72 eigenval.h units.h \ 73 73 ratgring.h shiftgb.h nc.h \ 74 gfan.h bbcone.h bbfan.h \75 74 preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \ 76 75 digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \ … … 95 94 96 95 if WANT_DEBUG 97 TESTS = test-s-g test-s-r test-d-g test-d-r 96 TESTS = test-s-g test-s-r test-d-g test-d-r 98 97 else 99 TESTS = test-s-r test-d-r 98 TESTS = test-s-r test-d-r 100 99 endif 101 100 check_PROGRAMS = $(TESTS) … … 115 114 116 115 test_s_r_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 117 test_s_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 116 test_s_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 118 117 119 118 test_s_r_LDFLAGS = -static ${AMLDFLAGS} … … 134 133 135 134 test_d_r_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 136 test_d_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 135 test_d_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 137 136 138 137 test_d_r_LDFLAGS = ${AMLDFLAGS} … … 140 139 141 140 # These files are built first 142 # BUILT_SOURCES = MOD 141 # BUILT_SOURCES = MOD 143 142 144 143 # MOD: ${top_builddir}/libpolys/tests/MOD … … 146 145 147 146 148 CLEANFILES = $(TESTS) 147 CLEANFILES = $(TESTS) 149 148 # $(BUILT_SOURCES)
Note: See TracChangeset
for help on using the changeset viewer.