Changeset 444bcf in git for Singular


Ignore:
Timestamp:
Nov 18, 2011, 11:34:37 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
508432ffa60986e6cdf4337a45658713b16fca5b
Parents:
c2eeb7c5df3b3532cc86d6d87ae87c9d1e290861
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-18 23:34:37+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:48+01:00
Message:
CHG: minor cleanup
ADD: original Hans's test for standalone testing: tt.cc
FIX: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rc2eeb7 r444bcf  
    180180
    181181gentable2_SOURCES = gentable2.cc grammar.h tok.h table.h
    182 # gentable2_LDADD = -lSingular -lnumeric -lkernel -lpolys -lcoeffs -lresources -lreporter -lmisc $(FACTORY_LIBS) -lomalloc $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}
    183182gentable2_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
    184183gentable2_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)
     
    187186
    188187gentable1_SOURCES = gentable.cc grammar.h tok.h table.h
    189 # gentable1_LDADD = -lSingular -lnumeric -lkernel -lpolys -lcoeffs -lresources -lreporter -lmisc $(FACTORY_LIBS) -lomalloc $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}
    190188gentable1_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
    191189gentable1_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)
     
    235233singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%)
    236234nobase_dist_singularlibrary_DATA = LIB/all.lib LIB/tst.lib LIB/help.cnf ${singularlibrary}
    237 EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs LIB/help.cnf LIB/tst.lib
     235EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs LIB/help.cnf
    238236
    239237# ${nobase_dist_singularlibrary_DATA}
Note: See TracChangeset for help on using the changeset viewer.