Changeset 6d672b4 in git for libpolys/reporter


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/reporter/Makefile.am

    r80c102 r6d672b4  
    1 libreporter_LIBRARIES=libreporter.a libreporter_g.a
     1libreporter_LTLIBRARIES=libreporter.la libreporter_g.la
    22libreporterdir = $(libdir)/singular
    33
    44CXXTEMPLFLAGS =  --no-exceptions ## -fno-implicit-templates
    55
    6 libreporter_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    7 libreporter_g_a_CFLAGS = ${PIPE}
     6libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     7libreporter_g_la_CFLAGS = ${PIPE}
    88
    9 libreporter_a_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
    10 libreporter_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     9libreporter_la_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
     10libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    1111# -fdiagnostics-show-option
    1212
    13 libreporter_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    14 libreporter_g_a_CPPFLAGS = -DHAVE_CONFIG_H
     13libreporter_la_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
     14libreporter_g_la_CPPFLAGS = -DHAVE_CONFIG_H
    1515
    1616INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
    1717
    1818SOURCES  = dError.c reporter.cc
    19 libreporter_a_SOURCES   = $(SOURCES)
    20 libreporter_g_a_SOURCES = $(SOURCES)
     19libreporter_la_SOURCES   = $(SOURCES)
     20libreporter_g_la_SOURCES = $(SOURCES)
    2121
    2222libreporter_includedir  =$(includedir)/singular/reporter
Note: See TracChangeset for help on using the changeset viewer.