Changeset 9d9df3 in git
- Timestamp:
- Dec 20, 2011, 9:03:27 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 79d39d6c5087cc235a32018f8c1c6f64fcaa7758
- Parents:
- a3df16e27d36a9f1be3447d202a10a676ccd638f
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-20 21:03:27+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:34+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
ra3df16e r9d9df3 155 155 #define SI_DONT_HAVE_GLOBAL_VARS 156 156 157 ////// #include <libfac/factor.h> //////????? 157 #ifdef HAVE_LIBFAC 158 //#include <factory/libfac/factor.h> 159 #endif 158 160 159 161 #include <polys/clapconv.h> -
factory/Makefile.am
ra3df16e r9d9df3 1 1 ACLOCAL_AMFLAGS = -I ../m4 2 2 3 SUBDIRS=include/factory libfac 4 5 CXXTEMPLFLAGS = ## -fno-implicit-templates 3 PACKAGES=include/factory libfac 4 SUBDIRS=$(PACKAGES) 5 6 CXXTEMPLFLAGS= 7 ## -fno-implicit-templates 6 8 7 9 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include ${GMP_CFLAGS} ${NTL_CFLAGS} 8 10 11 AM_LDFLAGS = -L${builddir} -L${builddir}/libfac 12 9 13 lib_LTLIBRARIES = libfactory.la libfactory_g.la 10 14 11 15 libfactory_la_CXXFLAGS = -O3 -fomit-frame-pointer ${CXXTEMPLFLAGS} 12 libfactory_la_LIBADD = ${abs_top_builddir}/libfac/libfac.la ${GMP_LIBS} ${NTL_LIBS}16 libfactory_la_LIBADD = libfac/libfac.la ${GMP_LIBS} ${NTL_LIBS} 13 17 libfactory_la_LDFLAGS = -release ${PACKAGE_VERSION} 14 18 libfactory_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS} 15 libfactory_g_la_LIBADD = ${abs_top_builddir}/libfac/libfac_g.la ${GMP_LIBS} ${NTL_LIBS}19 libfactory_g_la_LIBADD = libfac/libfac_g.la ${GMP_LIBS} ${NTL_LIBS} 16 20 libfactory_g_la_LDFLAGS = -release ${PACKAGE_VERSION} 17 21 … … 294 298 examples/factorize.cc examples/gcd.cc \ 295 299 bin/folding.el bin/fold-docu.el \ 296 bin/makeheader bin/gen-readcf readcf.yy libfac300 bin/makeheader bin/gen-readcf readcf.yy 297 301 298 302 ################################################## … … 339 343 test_s_r_CFLAGS = -O3 -fomit-frame-pointer 340 344 #ftmpl_inst.o 341 test_s_r_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS) 342 343 test_s_r_LDFLAGS = -static 344 test_s_g_LDFLAGS = -static 345 346 345 test_s_r_LDADD = -lfactory $(GMP_LIBS) $(NTL_LIBS) 346 347 test_s_r_LDFLAGS = -static ${AM_LDFLAGS} 348 test_s_g_LDFLAGS = -static ${AM_LDFLAGS} 347 349 348 350 test_d_g_SOURCES = $(TESTSSOURCES)
Note: See TracChangeset
for help on using the changeset viewer.