File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313#define SI_DONT_HAVE_GLOBAL_VARS
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>
1919#endif
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ mostlyclean:
239239
240240clean : mostlyclean
241241 -rm -f * .bak * .d * .dd depend * .a * .so*
242+ -rm feOpt.inc iparith.inc plural_cmd.inc
242243
243244distclean : clean
244245 -rm -f * ~ .\# *
@@ -256,6 +257,7 @@ maintainer-clean: distclean srcclean
256257
257258# dep.
258259feOpt.h : feOpt.inc
260+
259261misc_ip.cc : feOpt.h
260262
261263mpsr_Tok.inc : gentable2.cc
@@ -386,6 +388,12 @@ feOptTS.inc: feOpt.cc
386388 ./feOptTS
387389 rm -f feOptTS feOptTS.exe
388390
391+ plural_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
396+
389397iparith.inc : gentable.cc grammar.h tok.h table.h
390398 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
391399 -o gentable1
Original file line number Diff line number Diff line change 2828#include < Singular/ipid.h>
2929#include < Singular/silink.h>
3030#include < Singular/cntrlc.h>
31- #include < Singular/ feOpt.h>
31+ #include " feOpt.h"
3232
3333
3434static int Batch_ReadEval (si_link silink);
Original file line number Diff line number Diff line change 3232#include < kernel/timer.h>
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>
3838#include < Singular/slInit.h>
You can’t perform that action at this time.
0 commit comments