Changeset a3705ae in git
- Timestamp:
- Mar 5, 2001, 12:48:55 PM (22 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 6b866722ecda917ce3e75d905f34c31c8d5d5c98
- Parents:
- afe42055d824d4630c64c6e9ba0cb11119fccccd
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rafe420 ra3705ae 237 237 238 238 windist: ${SINGULAR} 239 cd Singular; ${MAKE} Singular-bindist libparse239 cd Singular; ${MAKE} install-bindist 240 240 rm -rf ${TMPDIR} 241 241 ${MKINSTALLDIRS} ${TMPDIR}/${BINDIR_NAME} -
Singular/Makefile.in
rafe420 ra3705ae 300 300 version.h: ${SOURCES} ${HEADERS} Makefile.in mod2.h.in \ 301 301 configure.in 302 echo unsigned long feVersionId = `date '+%Y%m%d%H'`\;>version.h302 echo "#define feVersionId " `date '+%Y%m%d%H'` >version.h 303 303 304 304 libparse: libparse_main.o utils.o fegetopt.o febase.cc … … 486 486 ${MKINSTALLDIRS} ${install_bindir} 487 487 ${INSTALL_PROGRAM} -s ${SING_EXEC} ${install_bindir}/Singular 488 ${INSTALL_PROGRAM} ${DL_LIBS} ${install_bindir}489 488 ${INSTALL_PROGRAM} -s libparse ${RUN_SINGULARS} ESingular TSingular ${install_bindir} 490 489 echo "#undef MAKE_DISTRIBUTION " > distrib.h 490 ${INSTALL_PROGRAM} ${DL_LIBS} ${install_bindir} 491 491 492 492 install-sharedist: ${SLIBS_FILES} LIB/gftables -
Singular/cntrlc.cc
rafe420 ra3705ae 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: cntrlc.cc,v 1.3 6 2000-12-18 15:44:39 obachmanExp $ */4 /* $Id: cntrlc.cc,v 1.37 2001-03-05 11:48:54 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - interupt handling … … 20 20 #include "polys.h" 21 21 #include "feOpt.h" 22 #include "version.h" 22 23 #ifdef PAGE_TEST 23 24 #include "page.h" -
Singular/dError.c
rafe420 ra3705ae 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 9/00 9 * Version: $Id: dError.c,v 1. 7 2001-03-01 16:14:18 hannesExp $9 * Version: $Id: dError.c,v 1.8 2001-03-05 11:48:55 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef DERROR_C … … 26 26 { 27 27 #endif 28 29 extern unsigned long feVersionId;30 28 31 29 int dReportError(const char* fmt, ...) -
Singular/febase.h
rafe420 ra3705ae 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: febase.h,v 1. 49 2001-01-31 13:39:04 levandovExp $ */6 /* $Id: febase.h,v 1.50 2001-03-05 11:48:55 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: basic i/o … … 175 175 * 176 176 *****************************************************************/ 177 extern unsigned long feVersionId; 177 /* extern unsigned long feVersionId; */ 178 178 179 179 /***************************************************************** -
Singular/misc.cc
rafe420 ra3705ae 30 30 #include "omSingularConfig.h" 31 31 #include "p_Procs.h" 32 #include "version.h" 32 33 33 34 #include "static.h"
Note: See TracChangeset
for help on using the changeset viewer.