Home | History | Annotate | Download | only in lmfit
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: lmfit
      7 Description: Levenberg-Marquardt mean-squares minimization and curve fitting
      8 Version: @PACKAGE_VERSION@
      9 Libs: -L${libdir} -llmfit
     10 Cflags: -I${includedir}
     11