Changeset 9680805 in git
- Timestamp:
- Aug 25, 2011, 6:34:13 PM (12 years ago)
- 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
- Location:
- Singular
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feOpt.cc
r5fe834 r9680805 14 14 #include <factory/factory.h> 15 15 #endif 16 #include <Singular/feOpt.h>16 #include "feOpt.h" 17 17 #if !defined(GENERATE_OPTION_INDEX) && !defined(ESINGULAR) && !defined(TSINGULAR) 18 18 #include <misc/options.h> -
Singular/makefile
r5fe834 r9680805 240 240 clean: mostlyclean 241 241 -rm -f *.bak *.d *.dd depend *.a *.so* 242 -rm feOpt.inc iparith.inc plural_cmd.inc 242 243 243 244 distclean: clean … … 257 258 #dep. 258 259 feOpt.h: feOpt.inc 260 259 261 misc_ip.cc: feOpt.h 260 262 … … 386 388 ./feOptTS 387 389 rm -f feOptTS feOptTS.exe 390 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 388 396 389 397 iparith.inc: gentable.cc grammar.h tok.h table.h -
Singular/mpsr_sl.cc
r5fe834 r9680805 29 29 #include <Singular/silink.h> 30 30 #include <Singular/cntrlc.h> 31 #include <Singular/feOpt.h>31 #include "feOpt.h" 32 32 33 33 -
Singular/tesths.cc
r5fe834 r9680805 33 33 #include <Singular/sdb.h> 34 34 #include <kernel/fegetopt.h> 35 #include <Singular/feOpt.h>35 #include "feOpt.h" 36 36 #include <Singular/distrib.h> 37 37 #include <Singular/version.h>
Note: See TracChangeset
for help on using the changeset viewer.