Changeset 6d672b4 in git for libpolys/coeffs


Ignore:
Timestamp:
Nov 18, 2011, 11:31:17 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e050c2c52ddb1b4df2ac2ffdead80b4c34feb2c2
Parents:
80c102e75622524947cd27fb319c231bc62c9233
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-18 23:31:17+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:47+01:00
Message:
ADD: build LTlibraries .la (.a & .so) EVERYWHERE!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r80c102 r6d672b4  
    1 libcoeffs_LIBRARIES = libcoeffs.a libcoeffs_g.a
     1libcoeffs_LTLIBRARIES = libcoeffs.la libcoeffs_g.la
    22libcoeffsdir = $(libdir)/singular
    33
     
    55## -fno-implicit-templates
    66
    7 libcoeffs_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    8 libcoeffs_g_a_CFLAGS = ${PIPE}
     7libcoeffs_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     8libcoeffs_g_la_CFLAGS = ${PIPE}
    99
    10 libcoeffs_a_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
    11 libcoeffs_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     10libcoeffs_la_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
     11libcoeffs_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    1212# -fdiagnostics-show-option
    1313
    14 libcoeffs_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG
    15 libcoeffs_g_a_CPPFLAGS =
     14libcoeffs_la_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG
     15libcoeffs_g_la_CPPFLAGS =
    1616
    1717
     
    2828        modulop.cc mpr_complex.cc
    2929
    30 libcoeffs_a_SOURCES   = $(SOURCES)
    31 libcoeffs_g_a_SOURCES = $(SOURCES)
     30libcoeffs_la_SOURCES   = $(SOURCES)
     31libcoeffs_g_la_SOURCES = $(SOURCES)
    3232
    3333libcoeffs_includedir  =$(includedir)/singular/coeffs
Note: See TracChangeset for help on using the changeset viewer.