Changeset 746fd8 in git
- Timestamp:
- Sep 12, 2011, 8:23:19 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
rd4e056 r746fd8 231 231 OBJP := $(OBJP) $(STATIC_SOURCES:.cc=.op) 232 232 233 all: libSingular_g.a libSingular.a Singular Singularg233 all: feOpt.inc libSingular_g.a libSingular.a Singular Singularg 234 234 235 235 tesths.og: %.og: %.cc … … 271 271 272 272 #dep. ( manually?!! :((( ) 273 273 274 feOpt.h: feOpt.inc 274 275 cntrlc.cc: feOpt.inc 275 276 iparith.cc: iparith.inc 276 misc_ip.cc: feOpt.h 277 misc_ip.cc: feOpt.inc 278 test.cc: iparith.inc 277 279 278 280 mpsr_Tok.inc: gentable2.cc … … 427 429 428 430 # My headers test 429 check: testg testr431 check: feOpt.inc testg testr 430 432 SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testg 431 433 SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testr
Note: See TracChangeset
for help on using the changeset viewer.