Changeset 6d672b4 in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
Nov 18, 2011, 11:31:17 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
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/polys/Makefile.am

    r80c102 r6d672b4  
    2727endif
    2828
    29 libpolys_LIBRARIES = libpolys.a libpolys_g.a
     29libpolys_LTLIBRARIES = libpolys.la libpolys_g.la
    3030libpolysdir = $(libdir)/singular
    3131
     
    126126nobase_libpolys_include_HEADERS = $(LIBPOLYSHEADERS)
    127127
    128 libpolys_a_SOURCES = ${SOURCES}
    129 libpolys_g_a_SOURCES = ${SOURCES}
     128libpolys_la_SOURCES = ${SOURCES}
     129libpolys_g_la_SOURCES = ${SOURCES}
    130130
    131 EXTRA_libpolys_a_SOURCES = templates/p_Procs_Static.cc templates/p_Procs_Dynamic.cc
     131EXTRA_libpolys_la_SOURCES = templates/p_Procs_Static.cc templates/p_Procs_Dynamic.cc
    132132
    133 libpolys_g_a_CXXFLAGS = ${DEBUGCXXFLAGS}
    134 libpolys_a_CPPFLAGS = ${NODEBUGDEFS}
     133libpolys_g_la_CXXFLAGS = ${DEBUGCXXFLAGS}
     134libpolys_la_CPPFLAGS = ${NODEBUGDEFS}
    135135
    136136
Note: See TracChangeset for help on using the changeset viewer.