Changeset 148d3c in git for factory/Makefile.am


Ignore:
Timestamp:
May 19, 2011, 5:39:53 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c8204aefe85bd27523a76a77f4ae555c156bdc21
Parents:
3199ac3605af0f6ec91729ae32d5704af6105991
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 05:39:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
Message:
FIX: fixing the build system (install needed headers on needed places)
FIX: libpolys-config is correct now (installed, echo -n-fixed)
ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl
CHG: switched from omalloc_debug to omalloc_g
ADD: symlink for gftables in libpolys/tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r3199ac r148d3c  
    44
    55lib_LIBRARIES = libfactory.a libfactory_g.a
     6
     7libfactory_a_includedir=$(includedir)/factory
     8libfactory_g_a_includedir=$(includedir)/factory
     9
     10libfactory_a_libdir=$(libdir)/factory
     11libfactory_g_a_libdir=$(libdir)/factory
    612
    713libfactory_a_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${CXXTEMPLFLAGS}
     
    215221
    216222
    217 gftables:       gengftables
     223gftables: gengftables
    218224                @if test -x ${srcdir}/gftables; then \
    219225                        if test ! -x ${builddir}/gftables; then \
     
    231237
    232238BUILT_SOURCES = factory.h factoryconf.h
     239
     240libfactory_a_include_HEADERS=$(BUILT_SOURCES)
     241libfactory_g_a_include_HEADERS=$(BUILT_SOURCES)
    233242
    234243# These files listed below are not used anywhere but are included in
     
    289298
    290299CLEANFILES = factory.h factoryconf.h
     300
     301
     302
Note: See TracChangeset for help on using the changeset viewer.