Changeset 53f204 in git


Ignore:
Timestamp:
Jul 12, 2010, 2:39:00 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
6139c4c8e9e2a4596608ad6cc67d415feef47d8c
Parents:
c874cb9e14415ec1a0e1688640ab6cac9a7c689c
Message:
tr 241

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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rc874cb r53f204  
    370370        ${CXX} ${CXXFLAGS}  ${CPPFLAGS} ${DEFS} -c $<
    371371
    372 iparith.inc mpsr_Tok.inc: claptmpl.o iparith.cc \
     372iparith.inc: claptmpl.o iparith.cc \
    373373                          ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h
    374374        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DGENTABLE \
    375              -o gentable claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \
     375             -o gentable1 claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \
    376376             ${OBJS} ${LDFLAGS} ${LIBS} ../kernel/mmalloc.o
    377         ./gentable
    378         /bin/rm -f gentable gentable.exe
     377        ./gentable1
     378        /bin/rm -f gentable1 gentable1.exe
     379
     380mpsr_Tok.inc: claptmpl.o iparith.cc \
     381                          ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h
     382        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DGENTABLE \
     383             -o gentable2 claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \
     384             ${OBJS} ${LDFLAGS} ${LIBS} ../kernel/mmalloc.o
     385        ./gentable2
     386        /bin/rm -f gentable2 gentable2.exe
    379387
    380388
  • Singular/mpsr_Tok.cc

    rc874cb r53f204  
    1515 *
    1616 ***************************************************************/
     17
     18#include <sys/types.h>
     19#include <unistd.h>
    1720
    1821#include"mod2.h"
Note: See TracChangeset for help on using the changeset viewer.