Changeset 7b8818 in git for kernel/Makefile.am


Ignore:
Timestamp:
Feb 13, 2013, 4:19:37 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
26b71347b556b24c26b980182b98e5bd3b5dc27b
Parents:
88893694bcc8ccf5424ed8901d9f6109248c564a
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-13 16:19:37+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-03-14 15:32:21+01:00
Message:
chg: deleted old packages for convex geometry in Singular
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    r888936 r7b8818  
    2828libkernel_la_CXXFLAGS   = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)
    2929libkernel_g_la_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS)
    30 # -fdiagnostics-show-option 
     30# -fdiagnostics-show-option
    3131
    3232AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS)
    3333
    3434libkernel_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    35 libkernel_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 
     35libkernel_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    3636
    3737SOURCES = polys.cc febase.cc feread.cc \
     
    5252    fast_mult.cc digitech.cc \
    5353    tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc f5c.cc \
    54     ratgring.cc shiftgb.cc gfan.cc \
     54    ratgring.cc shiftgb.cc \
    5555    linearAlgebra.cc preimage.cc \
    56     mod2.h 
     56    mod2.h
    5757
    5858libkernel_la_SOURCES   = $(SOURCES)
     
    7272        eigenval.h units.h \
    7373        ratgring.h shiftgb.h nc.h \
    74         gfan.h bbcone.h bbfan.h \
    7574        preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \
    7675        digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \
     
    9594
    9695if WANT_DEBUG
    97 TESTS = test-s-g test-s-r test-d-g test-d-r 
     96TESTS = test-s-g test-s-r test-d-g test-d-r
    9897else
    99 TESTS = test-s-r test-d-r 
     98TESTS = test-s-r test-d-r
    10099endif
    101100check_PROGRAMS = $(TESTS)
     
    115114
    116115test_s_r_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    117 test_s_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 
     116test_s_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    118117
    119118test_s_r_LDFLAGS = -static ${AMLDFLAGS}
     
    134133
    135134test_d_r_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    136 test_d_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H 
     135test_d_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    137136
    138137test_d_r_LDFLAGS = ${AMLDFLAGS}
     
    140139
    141140# These files are built first
    142 # BUILT_SOURCES = MOD 
     141# BUILT_SOURCES = MOD
    143142
    144143# MOD: ${top_builddir}/libpolys/tests/MOD
     
    146145
    147146
    148 CLEANFILES = $(TESTS) 
     147CLEANFILES = $(TESTS)
    149148# $(BUILT_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.