Changeset eff0508 in git for Singular/Makefile.in
- Timestamp:
- Jul 14, 1999, 9:55:00 AM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ff67107dcced00eea462fd735d62e6e426cb314b
- Parents:
- 2eeb7d1017a21755a73976d7e957ee1db6cc06b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r2eeb7d reff0508 413 413 CXXFLAGSB = -g -O3 ${PIPE} 414 414 CXXTEMPLFLAGSB = -fno-implicit-templates 415 DEFSB = -D NDEBUG -D@SING_UNAME@415 DEFSB = -D@SING_UNAME@ 416 416 LDFLAGSB = -static @LDFLAGS@ 417 417 # bprof object file to link with … … 473 473 ## for brof 474 474 475 Singularb: scanner.cc gmalloc.o p $(OBJP) iparith.op mpsr_Tok.op tesths.cc version.h476 $(CXX P) ${CXXFLAGSB} ${CPPFLAGS} ${DEFSB} -o Singularb \477 tesths.cc iparith.o p mpsr_Tok.op $(OBJP) $(BPROFOBJ) \478 ${LDFLAGSB} ${LD_DYN_FLAGS} ${LIBS} gmalloc.o p475 Singularb: scanner.cc gmalloc.og $(OBJG) iparith.op mpsr_Tok.op tesths.cc version.h 476 $(CXXG) ${CXXFLAGSB} ${CPPFLAGS} ${DEFSG} ${DEFSB} -o Singularb \ 477 tesths.cc iparith.og mpsr_Tok.og $(OBJG) $(BPROFOBJ) \ 478 ${LDFLAGSB} ${LD_DYN_FLAGS} ${LIBS} gmalloc.og 479 479 480 480 installp: Singularp
Note: See TracChangeset
for help on using the changeset viewer.