Changeset e63576 in git for kernel/makefile


Ignore:
Timestamp:
Aug 11, 2011, 4:42:02 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
95eb6d00149ac8549074f366eba29162578e4ead
Parents:
3e305b6ce4edb47687c2d4f484f63a86ab340c0f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 16:42:02+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
Message:
FIX: started moving GB-related non-commutative routines to kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/makefile

    r3e305b re63576  
    4040
    4141PIPE            = -pipe
    42 CFLAGS          = -O3 -w -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS}
    43 CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS}
     42CFLAGS          = -O3 -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS}
     43CXXFLAGS        = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS}
    4444CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    4545CPPFLAGS        = -I${srcdir} -I..  -I${includedir}   ${LIBPOLYS_CFLAGS}
     
    8383    tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc \
    8484    f5c.cc ratgring.cc shiftgb.cc gfan.cc \
    85     linearAlgebra.cc
     85    linearAlgebra.cc nc.cc
    8686CXXSOURCES2     = SingularBuilder.cpp
    8787
     
    112112        eigenval.h units.h \
    113113        fegetopt.h \
    114         ratgring.h shiftgb.h \
     114        ratgring.h shiftgb.h nc.h \
    115115        mmalloc.h \
    116116        semic.h \
Note: See TracChangeset for help on using the changeset viewer.