Changeset eff0508 in git for Singular/Makefile.in


Ignore:
Timestamp:
Jul 14, 1999, 9:55:00 AM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ff67107dcced00eea462fd735d62e6e426cb314b
Parents:
2eeb7d1017a21755a73976d7e957ee1db6cc06b2
Message:
*hannes: Singularb works again (not perfect..)


git-svn-id: file:///usr/local/Singular/svn/trunk@3267 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r2eeb7d reff0508  
    413413CXXFLAGSB       = -g -O3 ${PIPE}
    414414CXXTEMPLFLAGSB  = -fno-implicit-templates
    415 DEFSB           = -DNDEBUG -D@SING_UNAME@
     415DEFSB           = -D@SING_UNAME@
    416416LDFLAGSB        = -static @LDFLAGS@
    417417# bprof object  file to link with
     
    473473## for brof
    474474
    475 Singularb: scanner.cc gmalloc.op $(OBJP) iparith.op mpsr_Tok.op tesths.cc version.h
    476         $(CXXP) ${CXXFLAGSB} ${CPPFLAGS} ${DEFSB} -o Singularb \
    477         tesths.cc iparith.op mpsr_Tok.op $(OBJP)  $(BPROFOBJ) \
    478         ${LDFLAGSB} ${LD_DYN_FLAGS} ${LIBS} gmalloc.op
     475Singularb: 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
    479479
    480480installp: Singularp
Note: See TracChangeset for help on using the changeset viewer.