Changeset f47f56 in git for libpolys/polys/Makefile.am
- Timestamp:
- Mar 9, 2011, 3:56:48 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/Makefile.am
r16f8f1 rf47f56 1 ACLOCAL_AMFLAGS = -I m4 1 2 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 2 3 AM_CFLAGS = -O3 -w -fomit-frame-pointer ${PIPE} … … 29 30 sbuckets.h simpleideals.h 30 31 32 libp_Procs_FieldGeneral_la_CPPFLAGS = -Dp_Procs_FieldGeneral 33 libp_Procs_FieldIndep_la_CPPFLAGS = -Dp_Procs_FieldIndep 34 libp_Procs_FieldQ_la_CPPFLAGS = -Dp_Procs_FieldQ 35 libp_Procs_FieldZp_la_CPPFLAGS = -Dp_Procs_FieldZp 36 37 P_PROCS = templates/p_Procs_Lib.cc 38 39 libp_Procs_FieldGeneral_la_SOURCES = ${P_PROCS} 40 libp_Procs_FieldIndep_la_SOURCES = ${P_PROCS} 41 libp_Procs_FieldQ_la_SOURCES = ${P_PROCS} 42 libp_Procs_FieldZp_la_SOURCES = ${P_PROCS} 43 44 #-g -Wextra -Wall -pedantic -Wno-long-long 45 31 46 lib_LIBRARIES=libpolys.a libpolys_g.a 47 48 moduledir = ${libdir}/singular/MOD/ 49 50 module_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 32 52 33 53 libpolys_a_SOURCES = ${SOURCES}
Note: See TracChangeset
for help on using the changeset viewer.