Changeset f47f56 in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
Mar 9, 2011, 3:56:48 PM (12 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
e69b7cef94c2a886390e5aeaa7b65e2840aedc7a
Parents:
16f8f1227d3e09337313bb55007fdaaf58f2d048
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-03-09 15:56:48+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:01:05+01:00
Message:
- introduced libtools in libpolys/polys
- enables the compilation of the dynamic modules in libpolys/polys/templates
- replaced p_Procs_Dynamic.in by p_Procs.inc in templates/p_Procs_Lib.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r16f8f1 rf47f56  
     1ACLOCAL_AMFLAGS = -I m4
    12CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    23AM_CFLAGS       = -O3 -w -fomit-frame-pointer ${PIPE}
     
    2930        sbuckets.h simpleideals.h
    3031
     32libp_Procs_FieldGeneral_la_CPPFLAGS = -Dp_Procs_FieldGeneral
     33libp_Procs_FieldIndep_la_CPPFLAGS = -Dp_Procs_FieldIndep
     34libp_Procs_FieldQ_la_CPPFLAGS = -Dp_Procs_FieldQ
     35libp_Procs_FieldZp_la_CPPFLAGS = -Dp_Procs_FieldZp
     36
     37P_PROCS = templates/p_Procs_Lib.cc
     38
     39libp_Procs_FieldGeneral_la_SOURCES = ${P_PROCS}
     40libp_Procs_FieldIndep_la_SOURCES = ${P_PROCS}
     41libp_Procs_FieldQ_la_SOURCES = ${P_PROCS}
     42libp_Procs_FieldZp_la_SOURCES = ${P_PROCS}
     43
     44#-g -Wextra -Wall -pedantic -Wno-long-long
     45
    3146lib_LIBRARIES=libpolys.a libpolys_g.a
     47
     48moduledir = ${libdir}/singular/MOD/
     49
     50module_LTLIBRARIES=libp_Procs_FieldGeneral.la libp_Procs_FieldIndep.la libp_Procs_FieldQ.la libp_Procs_FieldZp.la
     51#               libp_Procs_FieldGeneral_g.la libp_Procs_FieldIndep_g.la libp_Procs_FieldQ_g.la libp_Procs_FieldZp_g.la
    3252
    3353libpolys_a_SOURCES = ${SOURCES}
Note: See TracChangeset for help on using the changeset viewer.