Changeset 4bc0ab9 in git for libpolys/reporter


Ignore:
Timestamp:
Mar 29, 2012, 2:15:30 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9f524dff0ae56f9b1800fbdba56cdbb6f6b120b3
Parents:
fca452a782a426cceaa9e98f3a95b5a5acccd04f
Message:
updated all active automake files: INCLUDES -> AM_CPPFLAGS

chg: ... and some minor cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/Makefile.am

    rfca452 r4bc0ab9  
     1CXXTEMPLFLAGS = 
     2## -fno-implicit-templates
    13noinst_LTLIBRARIES=libreporter.la libreporter_g.la
    24# libreporterdir = $(libdir)/singular
    35
    4 CXXTEMPLFLAGS =  ## -fno-implicit-templates
     6AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
     7
    58
    69libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     
    1114# -fdiagnostics-show-option
    1215
    13 libreporter_la_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    14 libreporter_g_la_CPPFLAGS = -DHAVE_CONFIG_H
     16libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
     17libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    1518
    16 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
    1719
    1820SOURCES  = dError.c reporter.cc
Note: See TracChangeset for help on using the changeset viewer.