Changeset ab4f17 in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
Mar 31, 2011, 1:20:09 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
45d23321ec375e053d06319b3624e9a098669f4a
Parents:
cf5c053a2033583db0824a2b0459625b00d37a26
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-03-31 13:20:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:16+01:00
Message:
added an autoconf macro to check for GMP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    rcf5c05 rab4f17  
     1ACLOCAL_AMFLAGS = -I ../../m4
    12lib_LIBRARIES=libcoeffs.a libcoeffs_g.a
    23
     
    2122        mpr_complex.h mpr_global.h
    2223
    23 INCLUDES = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/.. -I${srcdir}
     24INCLUDES = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS}
    2425
    2526SOURCES = \
     
    4748test_g_SOURCES = test.cc
    4849
    49 test_LDADD   = libcoeffs.a -lresources -lreporter -lgmp -lomalloc
    50 test_g_LDADD = libcoeffs_g.a -lresources_g -lreporter_g -lgmp -lomalloc_debug
     50test_LDADD   = libcoeffs.a -lresources -lreporter -lomalloc ${GMP_LIBS}
     51test_g_LDADD = libcoeffs_g.a -lresources_g -lreporter_g -lomalloc_debug ${GMP_LIBS}
    5152
    5253
Note: See TracChangeset for help on using the changeset viewer.