Changeset ec4fe3 in git for Singular/Makefile.in


Ignore:
Timestamp:
Jan 12, 2005, 2:19:36 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
9d235d8ffd9bf59c39be55c2a974344d602b1031
Parents:
52005b23ac167dd5f5ec1099b101510b01b76204
Message:
+ custom flexer integrated


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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r52005b rec4fe3  
    3737LD              = @LD@
    3838CXX             = @CXX@
    39 LEX             = @LEX@
     39LEX             = sh flexer.sh
    4040PERL            = @PERL@
    4141BISON           = bison
     
    243243                exit 1; \
    244244        fi
    245         ${LEX} -s -I -t $< > scanner.cc
     245        ${LEX} -s -I -t $< > scanner.cc.lmp
     246        cp scanner.cc.lmp scanner.cc
     247
    246248.y.cc:
    247249        @if test "x${BISON}" = x; then \
     
    311313                exit 1; \
    312314        fi
    313         ${LEX} -I -Pyylp -olibparse.cc libparse.l
     315        ${LEX} -I -Pyylp -t libparse.l >libparse.cc.lmp
     316        cp libparse.cc.lmp libparse.cc
    314317
    315318# Hmm compiling with -fomit-frame-pointer resulted in access violation
Note: See TracChangeset for help on using the changeset viewer.