Changeset a492d2 in git for Singular/Makefile.in


Ignore:
Timestamp:
May 3, 1997, 12:09:29 AM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
1eed4ee3e5d96c4420bb542d28e2fe2f8facab45
Parents:
1a80b406d1ca4dff5c2ee1821cf2797ce0b6ec82
Message:
Sat May  3 00:07:55 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* small mpsr Changes to reflect some name changes of MP Dicts

	* configure.in Makefile.in: new schem for updating Makefile mod2.h
	  based on time-stamps


git-svn-id: file:///usr/local/Singular/svn/trunk@232 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r1a80b4 ra492d2  
    1313SINGULAR_MINOR_VERSION  = @SINGULAR_MINOR_VERSION@
    1414DIST_NAME       = Singular-${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}
    15 CONFIGURE_INPUT = @ac_configure_args@
    1615
    1716##
     
    148147all:    Singular
    149148
    150 Singular: mod2.h version.h scanner.cc ${OBJS} iparith.o mpsr_Tok.o tesths.cc
     149Singular: mod2.h Makefile version.h scanner.cc ${OBJS} iparith.o \
     150                                                mpsr_Tok.o tesths.cc
    151151        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -o Singular \
    152152        tesths.cc iparith.o mpsr_Tok.o ${OBJS} ${LDFLAGS} ${LIBS}
     
    166166        echo "#define SINGULAR_VERSION_ID " `date '+%y%m%d%H'` >version.h
    167167
    168 mod2.h: config.status config.cache mod2.h.in Makefile.in
    169         ./config.status
    170         touch -r mod2.h  config.status config.cache configure \
    171                  configure.in Makefile.in
    172 
    173 config.status config.cache : configure
    174         ./configure ${CONFIGURE_INPUT} --no-create
    175         touch -r configure config.status config.cache
     168mod2.h: stamp-h
     169
     170stamp-h : config.status mod2.h.in
     171        CONFIG_FILES= CONFIG_HEADERS=mod2.h ./config.status
     172
     173Makefile: Makefile.in config.status
     174        CONFIG_FILES="Makefile" CONFIG_HEADERS= ./config.status
     175
     176doc/Makefile: doc/Makefile.in config.status
     177        CONFIG_FILES="doc/Makefile" CONFIG_HEADERS= ./config.status
     178
     179config.status: configure
     180        ./config.status --recheck
    176181
    177182configure: configure.in
    178         autoconf configure.in > configure
    179         chmod a+x configure
     183        autoconf
    180184
    181185##
     
    224228
    225229distclean: clean
    226         -rm -rf depend *.inc ${DIST_NAME} ${testdir}/out
     230        -rm -rf depend *.inc ${DIST_NAME} ${testdir}/out stamp-h
    227231        -rm mod2.h Makefile TAGS* config.status config.cache config.log
    228232        cd ${docdir}; ${MAKE} clean
     
    233237        @echo "bison and autoconf"
    234238        -rm configure scanner.cc grammar.h grammar.cc
    235         cd ${docdir}; ${MAKE} distclean
    236239
    237240info dvi ps html:
Note: See TracChangeset for help on using the changeset viewer.