"Fossies" - the Fresh Open Source Software Archive

Member "laspack/examples/vectopt/config" (19 Mar 1994, 168 Bytes) of package /linux/privat/old/laspack.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/csh
    2 #
    3 # set used libraries
    4 #
    5 rm -f mkmf.tmp
    6 sed -e '/^EXTLIBS       =/ s/=/= -llaspack -lxc/' makefile > mkmf.tmp
    7 rm -f makefile                
    8 mv mkmf.tmp makefile