Changeset a3705ae in git


Ignore:
Timestamp:
Mar 5, 2001, 12:48:55 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
6b866722ecda917ce3e75d905f34c31c8d5d5c98
Parents:
afe42055d824d4630c64c6e9ba0cb11119fccccd
Message:
*hannes: feVersionId


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

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rafe420 ra3705ae  
    237237
    238238windist: ${SINGULAR}
    239         cd Singular; ${MAKE} Singular-bindist libparse
     239        cd Singular; ${MAKE} install-bindist
    240240        rm -rf ${TMPDIR}
    241241        ${MKINSTALLDIRS} ${TMPDIR}/${BINDIR_NAME}
  • Singular/Makefile.in

    rafe420 ra3705ae  
    300300version.h: ${SOURCES} ${HEADERS} Makefile.in mod2.h.in \
    301301           configure.in
    302         echo unsigned long feVersionId =  `date '+%Y%m%d%H'`\; >version.h
     302        echo "#define feVersionId "  `date '+%Y%m%d%H'` >version.h
    303303
    304304libparse: libparse_main.o utils.o fegetopt.o febase.cc
     
    486486        ${MKINSTALLDIRS} ${install_bindir}
    487487        ${INSTALL_PROGRAM} -s  ${SING_EXEC} ${install_bindir}/Singular
    488         ${INSTALL_PROGRAM} ${DL_LIBS} ${install_bindir}
    489488        ${INSTALL_PROGRAM} -s  libparse ${RUN_SINGULARS} ESingular TSingular ${install_bindir}
    490489        echo "#undef MAKE_DISTRIBUTION " > distrib.h
     490        ${INSTALL_PROGRAM} ${DL_LIBS} ${install_bindir}
    491491
    492492install-sharedist: ${SLIBS_FILES} LIB/gftables
  • Singular/cntrlc.cc

    rafe420 ra3705ae  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: cntrlc.cc,v 1.36 2000-12-18 15:44:39 obachman Exp $ */
     4/* $Id: cntrlc.cc,v 1.37 2001-03-05 11:48:54 Singular Exp $ */
    55/*
    66* ABSTRACT - interupt handling
     
    2020#include "polys.h"
    2121#include "feOpt.h"
     22#include "version.h"
    2223#ifdef PAGE_TEST
    2324#include "page.h"
  • Singular/dError.c

    rafe420 ra3705ae  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 9/00
    9  *  Version: $Id: dError.c,v 1.7 2001-03-01 16:14:18 hannes Exp $
     9 *  Version: $Id: dError.c,v 1.8 2001-03-05 11:48:55 Singular Exp $
    1010 *******************************************************************/
    1111#ifndef DERROR_C
     
    2626{
    2727#endif
    28 
    29 extern unsigned long feVersionId;
    3028
    3129int dReportError(const char* fmt, ...)
  • Singular/febase.h

    rafe420 ra3705ae  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.49 2001-01-31 13:39:04 levandov Exp $ */
     6/* $Id: febase.h,v 1.50 2001-03-05 11:48:55 Singular Exp $ */
    77/*
    88* ABSTRACT: basic i/o
     
    175175 *
    176176 *****************************************************************/
    177 extern unsigned long feVersionId;
     177/* extern unsigned long feVersionId; */
    178178
    179179/*****************************************************************
  • Singular/misc.cc

    rafe420 ra3705ae  
    3030#include "omSingularConfig.h"
    3131#include "p_Procs.h"
     32#include "version.h"
    3233
    3334#include "static.h"
Note: See TracChangeset for help on using the changeset viewer.