Changeset 4fc8028 in git


Ignore:
Timestamp:
Sep 24, 2011, 1:01:31 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6179c1fcdd2c1b21e040bdac6db37f0b3e0128b9
Parents:
8679524adeabb49ec1b470bd043baa1099d7f64c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-24 01:01:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:26+01:00
Message:
FIX: another try to fix feOpt.inc-issue...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    r867952 r4fc8028  
    231231OBJP := $(OBJP) $(STATIC_SOURCES:.cc=.op)
    232232
    233 all: feOpt.inc libSingular_g.a libSingular.a Singular Singularg
     233all: feOpt.inc all1
     234
     235all1: feOpt.inc libSingular_g.a libSingular.a Singular Singularg
    234236
    235237tesths.og: %.og: %.cc
     
    239241        $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSNL} -c $< -o $@
    240242
    241 Singular: tesths.o libSingular.a
     243Singular: feOpt.inc tesths.o libSingular.a
    242244        $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} tesths.o -o $@ -L. -lSingular -L../kernel -lkernel -L../numeric -lnumeric ${LIBPOLYS_LIBS} ${LD_DYN_FLAGS}
    243245
    244 Singularg: tesths.og libSingular_g.a
     246Singularg: feOpt.inc tesths.og libSingular_g.a
    245247        $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGSG} ${CPPFLAGSG} ${DEFSG} tesths.og -o $@ -L. -lSingular_g -L../kernel -lkernel_g -L../numeric -lnumeric_g ${LIBPOLYS_LIBSG} ${LD_DYN_FLAGS}
    246248
     
    272274#dep. ( manually?!! :((( )
    273275
     276feOpt.cc: feOpt.inc
    274277feOpt.h: feOpt.inc
    275278cntrlc.cc: feOpt.inc
    276 iparith.cc: iparith.inc
    277279misc_ip.cc: feOpt.inc
    278280test.cc: iparith.inc
     281iparith.cc: iparith.inc
    279282
    280283mpsr_Tok.inc: gentable2.cc
     
    390393# test: test.o
    391394
    392 feOpt.inc: feOpt.cc
     395feOpt.inc:
    393396        $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} feOpt.cc -o feOpt
    394397        ./feOpt
    395398        /bin/rm -f feOpt feOpt.exe
    396399
    397 feOptES.inc: feOpt.cc
     400feOptES.inc:
    398401        $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} -DESINGULAR -I../kernel feOpt.cc -o feOptES
    399402        ./feOptES
    400403        rm -f feOptES feOptES.exe
    401404
    402 feOptTS.inc: feOpt.cc
     405feOptTS.inc:
    403406        $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} -DTSINGULAR -I../kernel feOpt.cc -o feOptTS
    404407        ./feOptTS
    405408        rm -f feOptTS feOptTS.exe
    406409
    407 plural_cmd.inc: gentable.cc grammar.h tok.h table.h
     410plural_cmd.inc: feOpt.inc gentable.cc grammar.h tok.h table.h
    408411         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
    409412             -o gentable1
     
    411414        /bin/rm -f gentable1 gentable1.exe
    412415
    413 iparith.inc: gentable.cc grammar.h tok.h table.h
     416iparith.inc: feOpt.inc gentable.cc grammar.h tok.h table.h
    414417         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
    415418             -o gentable1
     
    429432
    430433# My headers test
    431 check: feOpt.inc testg testr
     434check: feOpt.inc libSingular.a libSingular_g.a testg testr
    432435        SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testg
    433436        SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testr
Note: See TracChangeset for help on using the changeset viewer.