Changeset 9680805 in git


Ignore:
Timestamp:
Aug 25, 2011, 6:34:13 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
8aa03b2badd649c49b82f40c89165d11cee9fc4c
Parents:
5fe8340bb506aa3534e306d613549e8083aedd5d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:34:13+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:28+01:00
Message:
FIX: minor fixes due to feOpt.*
Location:
Singular
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    r5fe834 r9680805  
    1414#include <factory/factory.h>
    1515#endif
    16 #include <Singular/feOpt.h>
     16#include "feOpt.h"
    1717#if !defined(GENERATE_OPTION_INDEX) && !defined(ESINGULAR) && !defined(TSINGULAR)
    1818#include <misc/options.h>
  • Singular/makefile

    r5fe834 r9680805  
    240240clean: mostlyclean
    241241        -rm -f *.bak *.d *.dd depend *.a *.so*
     242        -rm feOpt.inc iparith.inc plural_cmd.inc
    242243
    243244distclean: clean
     
    257258#dep.
    258259feOpt.h: feOpt.inc
     260
    259261misc_ip.cc: feOpt.h
    260262
     
    386388        ./feOptTS
    387389        rm -f feOptTS feOptTS.exe
     390
     391plural_cmd.inc: gentable.cc grammar.h tok.h table.h
     392         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
     393             -o gentable1
     394        ./gentable1
     395        /bin/rm -f gentable1 gentable1.exe
    388396
    389397iparith.inc: gentable.cc grammar.h tok.h table.h
  • Singular/mpsr_sl.cc

    r5fe834 r9680805  
    2929#include <Singular/silink.h>
    3030#include <Singular/cntrlc.h>
    31 #include <Singular/feOpt.h>
     31#include "feOpt.h"
    3232
    3333
  • Singular/tesths.cc

    r5fe834 r9680805  
    3333#include <Singular/sdb.h>
    3434#include <kernel/fegetopt.h>
    35 #include <Singular/feOpt.h>
     35#include "feOpt.h"
    3636#include <Singular/distrib.h>
    3737#include <Singular/version.h>
Note: See TracChangeset for help on using the changeset viewer.