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


Ignore:
Timestamp:
Mar 19, 2014, 8:03:42 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Minor BS cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r35f51c1 rc0bbad  
    66noinst_LTLIBRARIES = libcoeffs.la
    77###### libcoeffsdir = $(libdir)/singular
    8 
    98# noinst_HEADERS= \
    109#       gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \
     
    1211#       mpr_complex.h mpr_global.h
    1312
    14 
    1513SOURCES = \
    16         numbers.cc rintegers.cc rmodulo2m.cc rmodulon.cc shortfl.cc \
    17         gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \
    18         modulop.cc mpr_complex.cc \
     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 \
    1917  bigintmat.cc  AE.cc OPAE.cc AEp.cc OPAEp.cc AEQ.cc OPAEQ.cc
    2018
     
    2220
    2321libcoeffs_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 \
     22libcoeffs_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 \
    2525  bigintmat.h Enumerator.h AE.h OPAE.h AEp.h OPAEp.h AEQ.h OPAEQ.h
    2626
     
    3434${USE_FACTORY} ${NTL_LIBS} ${GMP_LIBS}
    3535
    36 ## libcoeffs_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    3736
    3837TESTS_ENVIRONMENT = SINGULARPATH='${top_srcdir}/../factory:${top_builddir}/../factory'
     
    4039
    4140TESTS = test
    42 
    4341check_PROGRAMS = $(TESTS)
    44 
    4542
    4643test_SOURCES = test.cc
Note: See TracChangeset for help on using the changeset viewer.