Changeset 148d3c in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
May 19, 2011, 5:39:53 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
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
  • libpolys/polys/Makefile.am

    r3199ac r148d3c  
    3030endif
    3131
     32lib_LIBRARIES=libpolys.a libpolys_g.a
     33
     34libpolys_a_includedir=$(includedir)/libpolys/polys
     35libpolys_g_a_includedir=$(includedir)/libpolys/polys
     36
    3237SOURCES = \
    3338        monomials/monomials.cc monomials/p_polys.cc monomials/ring.cc monomials/maps.cc \
     
    4449noinst_HEADERS =
    4550
    46 include_HEADERS = \
    47         monomials/ring.h nc/nc.h \
    48   nc/sca.h nc/summator.h nc/ncSAFormula.h nc/ncSACache.h nc/ncSAMult.h \
     51LIBPOLYSHEADERS = monomials/ring.h monomials/monomials.h \
     52        nc/nc.h nc/sca.h nc/summator.h nc/ncSAFormula.h nc/ncSACache.h nc/ncSAMult.h \
    4953        pInline0.h operations/pShallowCopyDelete.h \
    5054        templates/p_MemAdd.h templates/p_MemCmp.h templates/p_MemCopy.h operations/p_Mult_q.h \
     
    5458        kbuckets.h sbuckets.h simpleideals.h weight.h matpol.h \
    5559        ext_fields/algext.h clapsing.h clapconv.h
     60
     61### nobase_include_HEADERS = $(LIBPOLYSHEADERS)
     62
     63
    5664
    5765P_PROCS_CPPFLAGS_COMMON = -DHAVE_CONFIG_H -DDYNAMIC_VERSION
     
    103111
    104112
    105 
    106 lib_LIBRARIES=libpolys.a libpolys_g.a
    107 
    108 moduledir = ${libdir}/singular/MOD/
     113moduledir = $(libdir)/libpolys/MOD/
    109114
    110115if ENABLE_P_PROCS_DYNAMIC
     
    113118endif
    114119
     120
     121nobase_libpolys_a_include_HEADERS = $(LIBPOLYSHEADERS)
     122nobase_libpolys_g_a_include_HEADERS = $(LIBPOLYSHEADERS)
     123
     124
    115125libpolys_a_SOURCES = ${SOURCES}
    116126libpolys_g_a_SOURCES = ${SOURCES}
    117127
     128## libpolys_adir = $(libdir)/libpolys
     129## libpolys_g_adir = $(libdir)/libpolys
     130
    118131EXTRA_libpolys_a_SOURCES = templates/p_Procs_Static.cc templates/p_Procs_Dynamic.cc
    119 
    120 libpolys_a_includedir  =$(includedir)/libpolys/polys
    121 libpolys_g_a_includedir=$(includedir)/libpolys/polys
    122132
    123133EXTRA_PROGRAMS = templates/p_Procs_Generate
Note: See TracChangeset for help on using the changeset viewer.