Changeset 08df49 in git for Singular/Makefile.in


Ignore:
Timestamp:
Jan 13, 2005, 4:30:28 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
683cfe62da0bbe1ce71bc0f81d1fc19f2707ffc7
Parents:
bded3a399a0db190d9194dce07cae62d77571598
Message:
*hannes: STANDALONE: include febase.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rbded3a r08df49  
    5555CPPFLAGS        = -I${srcdir} -I../kernel @CPPFLAGS@
    5656DEFS            = -DNDEBUG -DOM_NDEBUG -D@SING_UNAME@ @DEFS@
     57LDFLAGS2        = @LDFLAGS@
    5758LDFLAGS         = -L../kernel -lkernel @LDFLAGS@
    5859LDFLAGSG        = -L../kernel -lkernel-g @LDFLAGS@
     
    303304
    304305libparse: libparse_main.o utils.o fegetopt.o
    305         ${CXX}  ${CPPFLAGS} -DSTANDALONE_PARSER -o libparse libparse_main.o utils.o fegetopt.o ${LDFLAGS} ${LIBS} -lomalloc_ndebug mmalloc.o
     306        ${CXX}  ${CPPFLAGS} -DSTANDALONE_PARSER -o libparse libparse_main.o utils.o fegetopt.o ${LDFLAGS2} -lomalloc_ndebug
    306307
    307308libparse_main.o: libparse.cc
Note: See TracChangeset for help on using the changeset viewer.