lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 18 Oct 2008 11:46:25 +0200
changeset 323 94b832d461f7
parent 1 51eaad3a817b
child 645 cb8270a98660
permissions -rw-r--r--
Improve the 0.x->1.x converter script (ticket #157)

- Support updating more files at once.
- Much better regexp solution for "whole words only" replacements.
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: @PACKAGE_NAME@
     7 Description: Library of Efficient Models and Optimization in Networks
     8 Version: @PACKAGE_VERSION@
     9 Libs: -L${libdir} -lemon
    10 Cflags: -I${includedir}