Changeset 12a9ac in git
- Timestamp:
- Jul 9, 2010, 7:08:41 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 44a09232a9adaf4b99f377accc9696063c842b05
- Parents:
- 70881f79cffde5493a69d4d5e322097bef3a58ce
- Location:
- Singular
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r70881f7 r12a9ac 417 417 extra.o: feOpt.inc 418 418 419 feOpt.inc : feOpt.cc mod2.h419 feOpt.inc feOptES.inc feOptTS.inc: feOpt.cc mod2.h 420 420 $(CXX) -DGENERATE_OPTION_INDEX -I../kernel feOpt.cc -o feOpt 421 421 ./feOpt 422 422 /bin/rm -f feOpt feOpt.exe 423 424 feOptES.inc: feOpt.cc mod2.h425 423 $(CXX) -DGENERATE_OPTION_INDEX -DESINGULAR -I../kernel feOpt.cc -o feOptES 426 424 ./feOptES 427 425 rm -f feOptES feOptES.exe 428 429 feOptTS.inc: feOpt.cc mod2.h430 426 $(CXX) -DGENERATE_OPTION_INDEX -DTSINGULAR -I../kernel feOpt.cc -o feOptTS 431 427 ./feOptTS … … 589 585 ## miscellanous targets 590 586 ## 587 fehelp.o fehelp.og fehelp.op: feOpt.inc 588 591 589 LIB/all.lib: LIB/all.lib.tmpl 592 590 ./make_alllib.sh LIB/all.lib.tmpl ${SLIB0} ${PLIBS} -
Singular/iparith.cc
r70881f7 r12a9ac 7760 7760 void ttGen1() 7761 7761 { 7762 FILE *outfile = myfopen("iparith. inc","w");7762 FILE *outfile = myfopen("iparith.xx","w"); 7763 7763 int i,j,l1=0,l2=0; 7764 7764 currRing=(ring)omAllocBin(sip_sring_bin); … … 8209 8209 void ttGen4() 8210 8210 { 8211 FILE *outfile = myfopen("plural_cmd. inc","w");8211 FILE *outfile = myfopen("plural_cmd.xx","w"); 8212 8212 int i; 8213 8213 const char *old_s=""; -
Singular/mpsr_Tok.cc
r70881f7 r12a9ac 453 453 454 454 // Generate the template file 455 outfile = myfopen("mpsr_Tok. inc", "w");455 outfile = myfopen("mpsr_Tok.xx", "w"); 456 456 if (outfile == NULL) 457 457 { … … 536 536 void mpsr_ttGen() 537 537 { 538 system("touch mpsr_Tok. inc");538 system("touch mpsr_Tok.xx"); 539 539 } 540 540 #endif -
Singular/tesths.cc
r70881f7 r12a9ac 147 147 ttGen1(); 148 148 ttGen2b(); 149 rename("iparith.xx","iparith.inc"); 150 rename("plural_cmd.xx","plural_cmd.inc"); 151 rename("mpsr_Tok.xx","mpsr_Tok.inc"); 149 152 #else 150 153 // Don't worry: ifdef OM_NDEBUG, then all these calls are undef'ed
Note: See TracChangeset
for help on using the changeset viewer.