solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

srcv.pc.in (278B)


      1 prefix=@PREFIX@
      2 includedir=${prefix}/include
      3 libdir=${prefix}/lib
      4 
      5 Requires: \
      6  rsys >= @RSYS_VERSION@
      7 Requires.private:\
      8  yaml-0.1 >= @YAML_VERSION@
      9 Name: srcv
     10 Description: Solstice Receiver
     11 Version: @VERSION@
     12 Libs: -L${libdir} -lsrcv
     13 Libs.private: -lm
     14 CFlags: -I${includedir}