Changeset c0bbad in git for libpolys/coeffs/Makefile.am
- Timestamp:
- Mar 19, 2014, 8:03:42 PM (10 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 37e66f95be01e9f3d6e938257173798bc6a8dabe
- Parents:
- 35f51c1498caac698f88edaebe09d65cb380aec7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 20:03:42+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 21:44:40+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
r35f51c1 rc0bbad 6 6 noinst_LTLIBRARIES = libcoeffs.la 7 7 ###### libcoeffsdir = $(libdir)/singular 8 9 8 # noinst_HEADERS= \ 10 9 # gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \ … … 12 11 # mpr_complex.h mpr_global.h 13 12 14 15 13 SOURCES = \ 16 17 18 14 numbers.cc rintegers.cc rmodulo2m.cc rmodulon.cc shortfl.cc \ 15 gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \ 16 modulop.cc mpr_complex.cc \ 19 17 bigintmat.cc AE.cc OPAE.cc AEp.cc OPAEp.cc AEQ.cc OPAEQ.cc 20 18 … … 22 20 23 21 libcoeffs_la_includedir =$(includedir)/singular/coeffs 24 libcoeffs_la_include_HEADERS = coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h shortfl.h mpr_complex.h mpr_global.h \ 22 libcoeffs_la_include_HEADERS = \ 23 coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h \ 24 shortfl.h mpr_complex.h mpr_global.h \ 25 25 bigintmat.h Enumerator.h AE.h OPAE.h AEp.h OPAEp.h AEQ.h OPAEQ.h 26 26 … … 34 34 ${USE_FACTORY} ${NTL_LIBS} ${GMP_LIBS} 35 35 36 ## libcoeffs_la_LDFLAGS = -release ${PACKAGE_VERSION}37 36 38 37 TESTS_ENVIRONMENT = SINGULARPATH='${top_srcdir}/../factory:${top_builddir}/../factory' … … 40 39 41 40 TESTS = test 42 43 41 check_PROGRAMS = $(TESTS) 44 45 42 46 43 test_SOURCES = test.cc
Note: See TracChangeset
for help on using the changeset viewer.