Changeset 148d3c in git for libpolys/coeffs/Makefile.am
- Timestamp:
- May 19, 2011, 5:39:53 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
r3199ac r148d3c 13 13 14 14 15 include_HEADERS = coeffs.h numbers.h16 17 15 noinst_HEADERS= \ 18 16 gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \ … … 20 18 mpr_complex.h mpr_global.h 21 19 22 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${ GMP_CFLAGS} ${NTL_CFLAGS}20 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} 23 21 24 22 SOURCES = \ … … 29 27 libcoeffs_g_a_SOURCES = $(SOURCES) 30 28 29 30 ## include_HEADERS = coeffs.h numbers.h 31 31 32 libcoeffs_a_includedir =$(includedir)/libpolys/coeffs 32 33 libcoeffs_g_a_includedir=$(includedir)/libpolys/coeffs 33 34 34 COEFFSHEADERS = coeffs.h numbers.h 35 COEFFSHEADERS = coeffs.h numbers.h si_gmp.h 35 36 libcoeffs_a_include_HEADERS = $(COEFFSHEADERS) 36 37 libcoeffs_g_a_include_HEADERS = $(COEFFSHEADERS) … … 46 47 test_g_SOURCES = test.cc 47 48 48 test_LDADD = -lcoeffs ${GMP_LIBS} ${NTL_LIBS} -lresources -lreporter -lmisc -lfactory-lomalloc49 test_g_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g -lfactory_g -lomalloc_debug49 test_LDADD = -lcoeffs ${GMP_LIBS} ${NTL_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc 50 test_g_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} ${FACTORY_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g 50 51 51 52
Note: See TracChangeset
for help on using the changeset viewer.