Changeset 9ba92b in git for gfanlib/Makefile.am


Ignore:
Timestamp:
May 13, 2013, 6:15:41 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b5c26ceea134a59045fa059dc743890650cc31af
Parents:
2c889feac51678743ef6b5578f907f6042a0698f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-13 18:15:41+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-23 22:47:01+02:00
Message:
BS cleanup: singular targets (no simultanious debug version)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/Makefile.am

    r2c889f r9ba92b  
    33if HAVE_GFANLIB
    44  libgfan_LTLIBRARIES=libgfan.la
    5 if WANT_DEBUG
    6   libgfan_LTLIBRARIES+=libgfan_g.la
    7 endif
     5# if WANT_DEBUG
     6#   libgfan_LTLIBRARIES+=libgfan_g.la
     7# endif
    88endif
    99
    1010libgfandir = $(libdir)/
    1111
    12 CXXTEMPLFLAGS =-ftrapv
     12#CXXTEMPLFLAGS =-ftrapv
    1313### -fno-implicit-templates
    1414
    15 libgfan_la_CFLAGS   = -O3 -fpermissive -fomit-frame-pointer ${PIPE}
    16 libgfan_g_la_CFLAGS = ${PIPE}
     15#libgfan_la_CFLAGS   = -O3 -fpermissive -fomit-frame-pointer ${PIPE}
     16#libgfan_g_la_CFLAGS = ${PIPE}
    1717
    18 libgfan_la_CXXFLAGS   = -O3 -fpermissive -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti
    19 libgfan_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     18# libgfan_la_CXXFLAGS   = -O3 -fpermissive -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti
     19# libgfan_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    2020# -fdiagnostics-show-option
    2121
    22 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL
     22AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL -DHAVE_CONFIG_H
    2323
    24 libgfan_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    25 libgfan_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
     24# libgfan_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
     25# libgfan_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    2626
    2727SOURCES  = gfanlib_zcone.cpp gfanlib_symmetry.cpp gfanlib_symmetriccomplex.cpp gfanlib_polyhedralfan.cpp gfanlib_zfan.cpp gfanlib_polymakefile.cpp
    2828libgfan_la_SOURCES   = $(SOURCES)
    29 libgfan_g_la_SOURCES = $(SOURCES)
     29# libgfan_g_la_SOURCES = $(SOURCES)
    3030
    3131libgfan_includedir  =$(includedir)/gfanlib/
Note: See TracChangeset for help on using the changeset viewer.