Changeset c0bbad in git
- Timestamp:
- Mar 19, 2014, 8:03:42 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 37e66f95be01e9f3d6e938257173798bc6a8dabe
- Parents:
- 35f51c1498caac698f88edaebe09d65cb380aec7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 20:03:42+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 21:44:40+01:00
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r35f51c1 rc0bbad 159 159 # AC_DEFINE_UNQUOTED([AC_CT_CC], "$ac_ct_CC",[ac_ct_CC]) 160 160 161 AC_DEFINE_UNQUOTED([FACTORY_CFLAGS],"$FACTORY_CFLAGS",[FACTORY_CFLAGS])162 AC_DEFINE_UNQUOTED([FACTORY_LIBS],"$FACTORY_LIBS",[FACTORY_LIBS])163 164 161 AC_DEFINE_UNQUOTED([NTL_CFLAGS],"$NTL_CFLAGS",[NTL_CFLAGS]) 165 162 AC_DEFINE_UNQUOTED([NTL_LIBS],"$NTL_LIBS",[NTL_LIBS]) -
factory/configure.ac
r35f51c1 rc0bbad 250 250 # for installation of the templates 251 251 #templatedir='${includedir}/templates' 252 253 #254 # - the name of the game and the targets to create.255 #256 #if test "x$with_Singular" = xyes; then257 # libfactory=libfactory.a258 #259 # factorysrc='$(basefactorysrc) $(singfactorysrc)'260 # factoryincl='$(basefactoryincl) $(singfactoryincl)'261 #262 # alltargets=cf263 # installtargets=installcf264 # uninstalltargets=uninstallcf265 #else266 # libfactory=libcf.a267 #268 # factorysrc='$(basefactorysrc)'269 # factoryincl='$(basefactoryincl)'270 #271 # alltargets=cf272 # installtargets=installcf273 # uninstalltargets=uninstallcf274 #fi275 252 276 253 # -
libpolys/coeffs/Makefile.am
r35f51c1 rc0bbad 6 6 noinst_LTLIBRARIES = libcoeffs.la 7 7 ###### libcoeffsdir = $(libdir)/singular 8 9 8 # noinst_HEADERS= \ 10 9 # gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \ … … 12 11 # mpr_complex.h mpr_global.h 13 12 14 15 13 SOURCES = \ 16 17 18 14 numbers.cc rintegers.cc rmodulo2m.cc rmodulon.cc shortfl.cc \ 15 gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \ 16 modulop.cc mpr_complex.cc \ 19 17 bigintmat.cc AE.cc OPAE.cc AEp.cc OPAEp.cc AEQ.cc OPAEQ.cc 20 18 … … 22 20 23 21 libcoeffs_la_includedir =$(includedir)/singular/coeffs 24 libcoeffs_la_include_HEADERS = coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h shortfl.h mpr_complex.h mpr_global.h \ 22 libcoeffs_la_include_HEADERS = \ 23 coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h \ 24 shortfl.h mpr_complex.h mpr_global.h \ 25 25 bigintmat.h Enumerator.h AE.h OPAE.h AEp.h OPAEp.h AEQ.h OPAEQ.h 26 26 … … 34 34 ${USE_FACTORY} ${NTL_LIBS} ${GMP_LIBS} 35 35 36 ## libcoeffs_la_LDFLAGS = -release ${PACKAGE_VERSION}37 36 38 37 TESTS_ENVIRONMENT = SINGULARPATH='${top_srcdir}/../factory:${top_builddir}/../factory' … … 40 39 41 40 TESTS = test 42 43 41 check_PROGRAMS = $(TESTS) 44 45 42 46 43 test_SOURCES = test.cc -
libpolys/configure.ac
r35f51c1 rc0bbad 102 102 AX_PYTHON_WITH_VERSION([2.4]) 103 103 104 AC_DEFINE_UNQUOTED([FACTORY_CFLAGS],"$FACTORY_CFLAGS",[FACTORY_CFLAGS])105 AC_DEFINE_UNQUOTED([FACTORY_LIBS],"$FACTORY_LIBS",[FACTORY_LIBS])106 107 104 AC_DEFINE_UNQUOTED([NTL_CFLAGS],"$NTL_CFLAGS",[NTL_CFLAGS]) 108 105 AC_DEFINE_UNQUOTED([NTL_LIBS],"$NTL_LIBS",[NTL_LIBS]) -
libpolys/polys/Makefile.am
r35f51c1 rc0bbad 105 105 templates_p_Procs_Generate_SOURCES = templates/p_Procs_Generate.cc 106 106 templates_p_Procs_Generate_CPPFLAGS = ${USE_P_PROCS_STATIC} ${AM_CPPFLAGS} 107 templates_p_Procs_Generate_LDADD = ${top_builddir}/reporter/libreporter.la ${top_builddir}/misc/libmisc.la 107 templates_p_Procs_Generate_LDADD = \ 108 ${top_builddir}/reporter/libreporter.la ${top_builddir}/misc/libmisc.la 108 109 109 110 templates/p_Procs.inc: templates/p_Procs_Generate$(EXEEXT) -
m4/options.m4
r35f51c1 rc0bbad 60 60 61 61 if test "x$ENABLE_PLURAL" = xyes; then 62 AC_DEFINE(HAVE_PLURAL, 1,Enable non-commutative subsystem)62 AC_DEFINE(HAVE_PLURAL,[1],[Enable non-commutative subsystem]) 63 63 #TODO make a seperate switch 64 AC_DEFINE(HAVE_SHIFTBBA, 1,[Enable letterplace])64 AC_DEFINE(HAVE_SHIFTBBA,[1],[Enable letterplace]) 65 65 fi 66 66
Note: See TracChangeset
for help on using the changeset viewer.