Skip to content

Commit 9680805

Browse files
Oleksandr Motsakmohamed-barakat
authored andcommitted
FIX: minor fixes due to feOpt.*
1 parent 5fe8340 commit 9680805

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Singular/feOpt.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

Singular/makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ mostlyclean:
239239

240240
clean: mostlyclean
241241
-rm -f *.bak *.d *.dd depend *.a *.so*
242+
-rm feOpt.inc iparith.inc plural_cmd.inc
242243

243244
distclean: clean
244245
-rm -f *~ .\#*
@@ -256,6 +257,7 @@ maintainer-clean: distclean srcclean
256257

257258
#dep.
258259
feOpt.h: feOpt.inc
260+
259261
misc_ip.cc: feOpt.h
260262

261263
mpsr_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+
389397
iparith.inc: gentable.cc grammar.h tok.h table.h
390398
${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
391399
-o gentable1

Singular/mpsr_sl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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

3434
static int Batch_ReadEval(si_link silink);

Singular/tesths.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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>

0 commit comments

Comments
 (0)