Changeset 53f204 in git
- Timestamp:
- Jul 12, 2010, 2:39:00 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 6139c4c8e9e2a4596608ad6cc67d415feef47d8c
- Parents:
- c874cb9e14415ec1a0e1688640ab6cac9a7c689c
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
rc874cb r53f204 370 370 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -c $< 371 371 372 iparith.inc mpsr_Tok.inc: claptmpl.o iparith.cc \372 iparith.inc: claptmpl.o iparith.cc \ 373 373 ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h 374 374 ${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 \ 376 376 ${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 380 mpsr_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 379 387 380 388 -
Singular/mpsr_Tok.cc
rc874cb r53f204 15 15 * 16 16 ***************************************************************/ 17 18 #include <sys/types.h> 19 #include <unistd.h> 17 20 18 21 #include"mod2.h"
Note: See TracChangeset
for help on using the changeset viewer.