Changeset 746fd8 in git


Ignore:
Timestamp:
Sep 12, 2011, 8:23:19 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7fbb01c98614caf3b33d1a020c7835fa4a986cf3
Parents:
d4e056c018301c40e4c55d6f5e5e9a2899c1d6bf
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-12 20:23:19+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:45+01:00
Message:
FIX: feOpt.inc should be generated 1st thing in for any target..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    rd4e056 r746fd8  
    231231OBJP := $(OBJP) $(STATIC_SOURCES:.cc=.op)
    232232
    233 all: libSingular_g.a libSingular.a Singular Singularg
     233all: feOpt.inc libSingular_g.a libSingular.a Singular Singularg
    234234
    235235tesths.og: %.og: %.cc
     
    271271
    272272#dep. ( manually?!! :((( )
     273
    273274feOpt.h: feOpt.inc
    274275cntrlc.cc: feOpt.inc
    275276iparith.cc: iparith.inc
    276 misc_ip.cc: feOpt.h
     277misc_ip.cc: feOpt.inc
     278test.cc: iparith.inc
    277279
    278280mpsr_Tok.inc: gentable2.cc
     
    427429
    428430# My headers test
    429 check: testg testr
     431check: feOpt.inc testg testr
    430432        SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testg
    431433        SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testr
Note: See TracChangeset for help on using the changeset viewer.