Changeset 4bc0ab9 in git for libpolys/misc


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

    rfca452 r4bc0ab9  
     1CXXTEMPLFLAGS      = 
     2## -fno-implicit-templates
    13noinst_LTLIBRARIES = libmisc.la libmisc_g.la
    24# libmiscdir = $(libdir)/singular
    35
    4 CXXTEMPLFLAGS      =  ## -fno-implicit-templates
     6AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
     7
    58
    69libmisc_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     
    1114# -fdiagnostics-show-option
    1215
    13 libmisc_la_CPPFLAGS   = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    14 libmisc_g_la_CPPFLAGS = -DHAVE_CONFIG_H
    15 
    16 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
     16libmisc_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
     17libmisc_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    1718
    1819SOURCES  = intvec.cc int64vec.cc options.c
Note: See TracChangeset for help on using the changeset viewer.