Changeset 9c35ef in git for Singular/Makefile.in


Ignore:
Timestamp:
Aug 3, 1999, 6:33:45 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
b29464faa2e2d8875cccfe3b0e20da4aa8dcd0ee
Parents:
41d8a646a293686ab005a0cbfe1dcd9d35786779
Message:
* implementation of resources and help system


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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r41d8a6 r9c35ef  
    6767CXXSOURCES=grammar.cc scanner.cc algmap.cc attrib.cc binom.cc clapconv.cc \
    6868    clapmem.cc clapsing.cc claptmpl.cc cntrlc.cc \
    69     extra.cc febase.cc feread.cc fehelp.cc \
     69    extra.cc febase.cc feread.cc fehelp.cc feResource.cc \
    7070    ffields.cc hdegree.cc hilb.cc hutil.cc \
    7171    ideals.cc intvec.cc iparith.cc \
     
    9797        numbers.h stype.h clapconv.h ipconv.h maps.h page.h \
    9898        subexpr.h clapsing.h ipid.h matpol.h polys.h syz.h \
    99         cntrlc.h ipprint.h ring.h timer.h sdb.h fehelp.h \
     99        cntrlc.h ipprint.h ring.h timer.h sdb.h \
    100100        febase.h ipshell.h shortfl.h tok.h mpr_complex.h mpr_global.h \
    101101        mmemory.h mmprivate.h mmheap.h mmpage.h page.h \
     
    107107        ndbm.h spSpolyLoop.h polys-impl.h polys-comp.h getopt.h libparse.h \
    108108        pcv.h mod_raw.h kbuckets.h kbPolyProcs.h \
    109         mpr_global.h mpr_inout.h mpr_base.h mpr_numeric.h       
     109        mpr_global.h mpr_inout.h mpr_base.h mpr_numeric.h 
    110110
    111111INCS=febase.inc polys.inc iparith.inc mpsr_Tok.inc spSpolyLoop.inc
     
    117117
    118118DISTFILES=${SOURCES} ${HEADERS} Makefile.in configure.in configure \
    119         mod2.h.in si_paths.h.in grammar.h testgh install-sh mkinstalldirs \
     119        mod2.h.in grammar.h testgh install-sh mkinstalldirs \
    120120        ${INCS}
    121121
    122122OBJS=grammar.o scanner.o matpol.o binom.o mpr_complex.o gnumpfl.o gnumpc.o \
    123      febase.o feread.o fehelp.o timer.o intvec.o attrib.o lists.o\
     123     febase.o feread.o fehelp.o feResource.o timer.o intvec.o attrib.o lists.o\
    124124     longrat.o longrat0.o misc.o ring.o numbers.o maps.o\
    125125     hilb.o comm.o kstd1.o kstd2.o kutil.o khstd.o kstdfac.o modulop.o spolys.o\
     
    163163all:    Singular
    164164
    165 Singular: mod2.h si_paths.h Makefile version.h scanner.cc gmalloc.o \
     165Singular: mod2.h Makefile version.h scanner.cc gmalloc.o \
    166166          ${OBJS} iparith.o mpsr_Tok.o tesths.cc libparse.cc
    167167        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -o Singular \
     
    169169        ${LD_DYN_FLAGS} gmalloc.o
    170170
    171 Singular-static: mod2.h si_paths.h Makefile version.h scanner.cc  gmalloc.o \
     171Singular-static: mod2.h Makefile version.h scanner.cc  gmalloc.o \
    172172                ${OBJS} iparith.o mpsr_Tok.o tesths.cc
    173173        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} \
     
    197197mmtables.o mmtables.d: mmtables.inc
    198198
    199 version.h: ${SOURCES} ${HEADERS} Makefile.in mod2.h.in si_paths.h.in \
     199version.h: ${SOURCES} ${HEADERS} Makefile.in mod2.h.in \
    200200           configure.in
    201201        echo "#define SINGULAR_VERSION_ID " `date '+%y%m%d%H'` >version.h
     
    234234src: scanner.cc grammar.h grammar.cc libparse.cc spSpolyLoop.inc
    235235
    236 mod2.h si_paths.h: stamp-h
    237 
    238 stamp-h : config.status mod2.h.in  si_paths.h.in
    239         CONFIG_FILES= CONFIG_HEADERS="mod2.h si_paths.h" ./config.status
     236mod2.h: stamp-h
     237
     238stamp-h : config.status mod2.h.in 
     239        CONFIG_FILES= CONFIG_HEADERS="mod2.h" ./config.status
    240240
    241241Makefile: Makefile.in config.status
     
    307307
    308308Singular-bindist: mod2.h Makefile version.h scanner.cc ${OBJS} iparith.o \
    309                   mpsr_Tok.o tesths.cc libparse.cc si_paths.h depend
    310         touch si_paths.h
    311         ${MAKE} CXXFLAGS="${CXXFLAGS} -DMAKE_DISTRIBUTION" Singular
     309                  mpsr_Tok.o tesths.cc libparse.cc depend
     310        ${MAKE} CXXFLAGS="${CXXFLAGS} -DMAKE_DISTRIBUTION" -W feResource.cc Singular
    312311        ${INSTALL} -s Singular Singular-bindist
     312        rm feResource.o
    313313
    314314Singular-static-bindist: mod2.h Makefile version.h scanner.cc si_paths.h \
    315315                         ${OBJS} iparith.o mpsr_Tok.o tesths.cc \
    316                          libparse.cc depend
    317         touch si_paths.h
    318         ${MAKE} CXXFLAGS="${CXXFLAGS} -DMAKE_DISTRIBUTION" Singular-static
     316                         libparse.cc depend
     317        ${MAKE} CXXFLAGS="${CXXFLAGS} -DMAKE_DISTRIBUTION" -W feResource.cc Singular-static
    319318        strip Singular-static
    320319        mv Singular-static Singular-static-bindist
     320        rm feResource.o
    321321
    322322tar:
     
    354354
    355355OBJG1=  grammar.og scanner.og matpol.og binom.og gnumpfl.og mpr_complex.og \
    356      febase.og feread.og fehelp.og timer.og intvec.og attrib.og lists.og \
     356     febase.og feread.og fehelp.og feResource.og timer.og intvec.og attrib.og lists.og \
    357357     gnumpc.og longrat.og longrat0.og misc.og ring.og numbers.og maps.og\
    358358     hilb.og comm.og kstd1.og kstd2.og kutil.og khstd.og kstdfac.og modulop.og \
     
    430430
    431431OBJP1=  grammar.op scanner.op matpol.op binom.op gnumpfl.op mpr_complex.op \
    432      febase.op feread.op fehelp.op timer.op intvec.op attrib.op lists.op \
     432     febase.op feread.op fehelp.op feResource.op timer.op intvec.op attrib.op lists.op \
    433433     gnumpc.op longrat.op longrat0.op misc.op ring.op numbers.op maps.op\
    434434     hilb.op comm.op kstd1.op kstd2.op kutil.op khstd.op kstdfac.op modulop.op \
Note: See TracChangeset for help on using the changeset viewer.