Changeset 12a9ac in git


Ignore:
Timestamp:
Jul 9, 2010, 7:08:41 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
44a09232a9adaf4b99f377accc9696063c842b05
Parents:
70881f79cffde5493a69d4d5e322097bef3a58ce
Message:
tr 241/ par. build of Singular

git-svn-id: file:///usr/local/Singular/svn/trunk@12972 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r70881f7 r12a9ac  
    417417extra.o: feOpt.inc
    418418
    419 feOpt.inc: feOpt.cc mod2.h
     419feOpt.inc feOptES.inc feOptTS.inc: feOpt.cc mod2.h
    420420        $(CXX) -DGENERATE_OPTION_INDEX -I../kernel feOpt.cc -o feOpt
    421421        ./feOpt
    422422        /bin/rm -f feOpt feOpt.exe
    423 
    424 feOptES.inc: feOpt.cc mod2.h
    425423        $(CXX) -DGENERATE_OPTION_INDEX  -DESINGULAR -I../kernel feOpt.cc -o feOptES
    426424        ./feOptES
    427425        rm -f feOptES feOptES.exe
    428 
    429 feOptTS.inc: feOpt.cc mod2.h
    430426        $(CXX) -DGENERATE_OPTION_INDEX  -DTSINGULAR -I../kernel feOpt.cc -o feOptTS
    431427        ./feOptTS
     
    589585## miscellanous targets
    590586##
     587fehelp.o fehelp.og fehelp.op: feOpt.inc
     588
    591589LIB/all.lib:    LIB/all.lib.tmpl
    592590        ./make_alllib.sh LIB/all.lib.tmpl ${SLIB0} ${PLIBS}
  • Singular/iparith.cc

    r70881f7 r12a9ac  
    77607760void ttGen1()
    77617761{
    7762   FILE *outfile = myfopen("iparith.inc","w");
     7762  FILE *outfile = myfopen("iparith.xx","w");
    77637763  int i,j,l1=0,l2=0;
    77647764  currRing=(ring)omAllocBin(sip_sring_bin);
     
    82098209void ttGen4()
    82108210{
    8211   FILE *outfile = myfopen("plural_cmd.inc","w");
     8211  FILE *outfile = myfopen("plural_cmd.xx","w");
    82128212  int i;
    82138213  const char *old_s="";
  • Singular/mpsr_Tok.cc

    r70881f7 r12a9ac  
    453453
    454454  // Generate the template file
    455   outfile = myfopen("mpsr_Tok.inc", "w");
     455  outfile = myfopen("mpsr_Tok.xx", "w");
    456456  if (outfile == NULL)
    457457  {
     
    536536void mpsr_ttGen()
    537537{
    538   system("touch mpsr_Tok.inc");
     538  system("touch mpsr_Tok.xx");
    539539}
    540540#endif
  • Singular/tesths.cc

    r70881f7 r12a9ac  
    147147  ttGen1();
    148148  ttGen2b();
     149  rename("iparith.xx","iparith.inc");
     150  rename("plural_cmd.xx","plural_cmd.inc");
     151  rename("mpsr_Tok.xx","mpsr_Tok.inc");
    149152#else
    150153  // Don't worry: ifdef OM_NDEBUG, then all these calls are undef'ed
Note: See TracChangeset for help on using the changeset viewer.