Changeset 76944d in git


Ignore:
Timestamp:
Aug 10, 2011, 2:45:36 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4a48c47615e94a3c63018715abea80de7e53d76a
Parents:
9b01b109e08780f8e6f510609056f70e9557663e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 14:45:36+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
Message:
fixed dependencies of feOpt.inc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    r9b01b1 r76944d  
    230230distclean: clean
    231231        -rm -f *~ .\#*
    232         -rm -f mod2.h Makefile TAGS* tags config.status config.cache config.log
     232        -rm -f Makefile TAGS* tags config.status config.cache config.log
    233233
    234234srcclean:
     
    242242        @echo "bison, perl and autoconf"
    243243
     244#dep.
     245feOpt.h: feOpt.inc
     246misc_ip.cc: feOpt.h
     247
    244248##
    245249## miscellanous targets
     
    336340##
    337341
    338 %.dd: %.cc mod2.h
     342%.dd: %.cc
    339343        echo $(@:.dd=.og) $(@:.dd=.op) " " \\ > $@
    340344        $(CXXM) -DGENTABLE ${CPPFLAGS} ${DEFSG} $< >> $@
    341345
    342 %.d: %.c mod2.h
     346%.d: %.c
    343347        echo $(@:.d=.og) $(@:.d=.op) " " \\ > $@
    344348        $(CCM) ${CPPFLAGS} ${DEFSG} $< >> $@
    345349
    346 depend:   $(CXXSOURCES:.cc=.dd) $(ESOURCES:.cc=.dd) $(CSOURCES:.c=.d) mod2.h
     350depend:   $(CXXSOURCES:.cc=.dd) $(ESOURCES:.cc=.dd) $(CSOURCES:.c=.d)
    347351        cat *.d *.dd >depend
    348352
     
    355359# test: test.o
    356360
    357 test.o: test.cc mod2.h feOpt.inc
     361test.o: test.cc feOpt.inc
    358362        $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSG} -c $< -o $@
    359363
    360 feOpt.inc: feOpt.cc mod2.h
     364feOpt.inc: feOpt.cc
    361365        $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} feOpt.cc -o feOpt
    362366        ./feOpt
    363367        /bin/rm -f feOpt feOpt.exe
    364368
    365 feOptES.inc: feOpt.cc mod2.h
     369feOptES.inc: feOpt.cc
    366370        $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} -DESINGULAR -I../kernel feOpt.cc -o feOptES
    367371        ./feOptES
    368372        rm -f feOptES feOptES.exe
    369373
    370 feOptTS.inc: feOpt.cc mod2.h
     374feOptTS.inc: feOpt.cc
    371375        $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} -DTSINGULAR -I../kernel feOpt.cc -o feOptTS
    372376        ./feOptTS
    373377        rm -f feOptTS feOptTS.exe
    374378
    375 iparith.inc: gentable.cc grammar.h tok.h table.h mod2.h
     379iparith.inc: gentable.cc grammar.h tok.h table.h
    376380         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
    377381             -o gentable1
  • Singular/misc_ip.cc

    r9b01b1 r76944d  
    357357#include <polys/polys.h>
    358358#endif
    359 #include <Singular/version.h>
    360359
    361360#include <Singular/static.h>
     
    837836#endif
    838837              StringAppend("random=%d\n",siRandomStart);
    839               StringAppend("\tCC=%s,\n\tCXX=%s"
     838//              StringAppend("\tCC=%s,\n\tCXX=%s"
    840839#ifdef __GNUC__
    841               "(" __VERSION__ ")"
    842 #endif
    843               "\n",CC,CXX);
     840//              "(" __VERSION__ ")"
     841#endif
     842//              "\n",CC,CXX);
    844843              feStringAppendResources(0);
    845844              feStringAppendBrowsers(0);
Note: See TracChangeset for help on using the changeset viewer.