Changeset 148d3c in git for libpolys/coeffs/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/coeffs/Makefile.am

    r3199ac r148d3c  
    1313
    1414
    15 include_HEADERS = coeffs.h numbers.h
    16 
    1715noinst_HEADERS= \
    1816        gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \
     
    2018        mpr_complex.h mpr_global.h
    2119
    22 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}
     20INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS}
    2321
    2422SOURCES = \
     
    2927libcoeffs_g_a_SOURCES = $(SOURCES)
    3028
     29
     30## include_HEADERS = coeffs.h numbers.h
     31
    3132libcoeffs_a_includedir  =$(includedir)/libpolys/coeffs
    3233libcoeffs_g_a_includedir=$(includedir)/libpolys/coeffs
    3334
    34 COEFFSHEADERS  = coeffs.h numbers.h
     35COEFFSHEADERS  = coeffs.h numbers.h si_gmp.h
    3536libcoeffs_a_include_HEADERS   = $(COEFFSHEADERS)
    3637libcoeffs_g_a_include_HEADERS = $(COEFFSHEADERS)
     
    4647test_g_SOURCES = test.cc
    4748
    48 test_LDADD   = -lcoeffs ${GMP_LIBS} ${NTL_LIBS} -lresources -lreporter -lmisc -lfactory -lomalloc
    49 test_g_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g -lfactory_g -lomalloc_debug
     49test_LDADD   = -lcoeffs ${GMP_LIBS} ${NTL_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc
     50test_g_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} ${FACTORY_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g
    5051
    5152
Note: See TracChangeset for help on using the changeset viewer.