Changeset 286be1f in git for factory


Ignore:
Timestamp:
Mar 23, 2012, 2:09:45 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d922485f75d399f736245a5fbd9ed2f28bf7a2c5
Parents:
8944cce035ff58492704973d26cb38b03f95f538
git-author:
Martin Lee <martinlee84@web.de>2012-03-23 14:09:45+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:44:11+02:00
Message:
chg: changes due to building with FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r8944cc r286be1f  
    77## -fno-implicit-templates
    88
    9 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS}
     9AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS}
    1010
    1111lib_LTLIBRARIES = libfactory.la libfactory_g.la
    1212
    1313libfactory_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${CXXTEMPLFLAGS}
    14 libfactory_la_LIBADD     = ${abs_builddir}/libfac/libfac.la ${GMP_LIBS} ${NTL_LIBS}
     14libfactory_la_LIBADD     = ${abs_builddir}/libfac/libfac.la $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS}
    1515libfactory_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    1616libfactory_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS}
    17 libfactory_g_la_LIBADD   = ${abs_builddir}/libfac/libfac_g.la ${GMP_LIBS} ${NTL_LIBS}
     17libfactory_g_la_LIBADD   = ${abs_builddir}/libfac/libfac_g.la $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS}
    1818libfactory_g_la_LDFLAGS  = -release ${PACKAGE_VERSION}
    1919
     
    244244EXTRA_PROGRAMS = gengftables
    245245gengftables_SOURCES = gengftables-conway.cc
    246 gengftables_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS)
     246gengftables_LDADD = -L${builddir} -lfactory $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS)
    247247
    248248
     
    349349test_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long -fomit-frame-pointer
    350350#ftmpl_inst.o
    351 test_s_g_LDADD = -lfactory_g $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIBDEBUG)
     351test_s_g_LDADD = -lfactory_g $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIBDEBUG)
    352352
    353353test_s_r_SOURCES = $(TESTSSOURCES)
    354354test_s_r_CFLAGS = -O3 -fomit-frame-pointer
    355355#ftmpl_inst.o
    356 test_s_r_LDADD = -lfactory $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIB)
     356test_s_r_LDADD = -lfactory $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIB)
    357357
    358358test_s_r_LDFLAGS = -static ${AMLDFLAGS}
     
    362362test_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long -fomit-frame-pointer
    363363#ftmpl_inst.o
    364 test_d_g_LDADD = -lfactory_g $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIBDEBUG)
     364test_d_g_LDADD = -lfactory_g $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIBDEBUG)
    365365
    366366test_d_r_SOURCES = $(TESTSSOURCES)
    367367test_d_r_CFLAGS = -O3 -fomit-frame-pointer
    368368#ftmpl_inst.o
    369 test_d_r_LDADD = -lfactory $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIB)
     369test_d_r_LDADD = -lfactory $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) $(TESTADDLIB)
    370370
    371371test_d_r_LDFLAGS = ${AMLDFLAGS}
Note: See TracChangeset for help on using the changeset viewer.