libpng-config-head.in 387 B

12345678910111213141516171819202122232425
  1. #! /bin/sh
  2. # libpng-config
  3. # provides configuration info for libpng.
  4. # Copyright (C) 2002 Glenn Randers-Pehrson
  5. # This code is released under the libpng license.
  6. # For conditions of distribution and use, see the disclaimer
  7. # and license in png.h
  8. # Modeled after libxml-config.
  9. version=1.5.9
  10. prefix=""
  11. libdir=""
  12. libs=""
  13. I_opts=""
  14. L_opts=""
  15. R_opts=""
  16. cppflags=""
  17. ccopts=""
  18. ldopts=""