Changeset 643b1eb in git for factory


Ignore:
Timestamp:
May 10, 2011, 3:30:09 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
b58d4735ba8885b68e60e175df833c691cd3c04e
Parents:
06541226e172777614f7a62af88d739f6cea424c
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-10 15:30:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:41+01:00
Message:
include ftmpl_inst.cc in libsingcf.a (template instantiations)

- disabled memutil by default in factory
- include readcf.og in the debug version of factory
- check for ntl in libpolys
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r0654122 r643b1eb  
    200200                bifac.cc \
    201201                lgs.cc \
    202                 singext.cc
     202                singext.cc \
     203                ftmpl_inst.cc
    203204
    204205useiofactorysrc := \
     
    216217factoryobj1 :=  $(factorysrc:%.cc=%.o)
    217218factoryobj :=   $(factoryobj1:%.y=%.o)
    218 factorygobj :=  $(factorysrc:%.cc=%.og)
     219factorygobj1 :=  $(factorysrc:%.cc=%.og)
     220factorygobj :=  $(factorygobj1:%.y=%.og)
    219221factorypobj :=  $(factorysrc:%.cc=%.op)
    220222factorydep :=   $(factorysrc:%.cc=%.d)
  • factory/configure.in

    r0654122 r643b1eb  
    389389   
    390390# memory manager
    391 if test "x$with_memman" != xno; then
     391if test "x$with_memman" = xyes; then
    392392  alltargets="$alltargets mem"
    393393  installtargets="$installtargets installmem"
Note: See TracChangeset for help on using the changeset viewer.