Changeset 4fc8028 in git
- Timestamp:
- Sep 24, 2011, 1:01:31 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
r867952 r4fc8028 231 231 OBJP := $(OBJP) $(STATIC_SOURCES:.cc=.op) 232 232 233 all: feOpt.inc libSingular_g.a libSingular.a Singular Singularg 233 all: feOpt.inc all1 234 235 all1: feOpt.inc libSingular_g.a libSingular.a Singular Singularg 234 236 235 237 tesths.og: %.og: %.cc … … 239 241 $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSNL} -c $< -o $@ 240 242 241 Singular: tesths.o libSingular.a243 Singular: feOpt.inc tesths.o libSingular.a 242 244 $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} tesths.o -o $@ -L. -lSingular -L../kernel -lkernel -L../numeric -lnumeric ${LIBPOLYS_LIBS} ${LD_DYN_FLAGS} 243 245 244 Singularg: tesths.og libSingular_g.a246 Singularg: feOpt.inc tesths.og libSingular_g.a 245 247 $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGSG} ${CPPFLAGSG} ${DEFSG} tesths.og -o $@ -L. -lSingular_g -L../kernel -lkernel_g -L../numeric -lnumeric_g ${LIBPOLYS_LIBSG} ${LD_DYN_FLAGS} 246 248 … … 272 274 #dep. ( manually?!! :((( ) 273 275 276 feOpt.cc: feOpt.inc 274 277 feOpt.h: feOpt.inc 275 278 cntrlc.cc: feOpt.inc 276 iparith.cc: iparith.inc277 279 misc_ip.cc: feOpt.inc 278 280 test.cc: iparith.inc 281 iparith.cc: iparith.inc 279 282 280 283 mpsr_Tok.inc: gentable2.cc … … 390 393 # test: test.o 391 394 392 feOpt.inc: feOpt.cc395 feOpt.inc: 393 396 $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} feOpt.cc -o feOpt 394 397 ./feOpt 395 398 /bin/rm -f feOpt feOpt.exe 396 399 397 feOptES.inc: feOpt.cc400 feOptES.inc: 398 401 $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} -DESINGULAR -I../kernel feOpt.cc -o feOptES 399 402 ./feOptES 400 403 rm -f feOptES feOptES.exe 401 404 402 feOptTS.inc: feOpt.cc405 feOptTS.inc: 403 406 $(CXX) $(CXXFLAGS) -DGENERATE_OPTION_INDEX ${CPPFLAGS} -DTSINGULAR -I../kernel feOpt.cc -o feOptTS 404 407 ./feOptTS 405 408 rm -f feOptTS feOptTS.exe 406 409 407 plural_cmd.inc: gentable.cc grammar.h tok.h table.h410 plural_cmd.inc: feOpt.inc gentable.cc grammar.h tok.h table.h 408 411 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \ 409 412 -o gentable1 … … 411 414 /bin/rm -f gentable1 gentable1.exe 412 415 413 iparith.inc: gentable.cc grammar.h tok.h table.h416 iparith.inc: feOpt.inc gentable.cc grammar.h tok.h table.h 414 417 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \ 415 418 -o gentable1 … … 429 432 430 433 # My headers test 431 check: feOpt.inc testg testr434 check: feOpt.inc libSingular.a libSingular_g.a testg testr 432 435 SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testg 433 436 SINGULAR_ROOT_DIR="${PWD}/../" SINGULARPATH="${PWD}/../libpolys/polys/.libs" ./testr
Note: See TracChangeset
for help on using the changeset viewer.