2002-05-10 21:19:58 -04:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
# libpng-config
|
|
|
|
# provides configuration info for libpng.
|
|
|
|
|
|
|
|
# Copyright (C) 2002 Glenn Randers-Pehrson
|
2009-06-24 10:31:28 -04:00
|
|
|
|
2009-06-26 22:46:52 -04:00
|
|
|
# This code is released under the libpng license.
|
2009-06-25 14:43:50 -04:00
|
|
|
# For conditions of distribution and use, see the disclaimer
|
2009-06-24 11:27:36 -04:00
|
|
|
# and license in png.h
|
2002-05-10 21:19:58 -04:00
|
|
|
|
|
|
|
# Modeled after libxml-config.
|
|
|
|
|
2017-07-13 12:26:48 -04:00
|
|
|
version=1.6.31beta06
|
2002-05-10 21:19:58 -04:00
|
|
|
prefix=""
|
2002-09-18 00:38:46 -04:00
|
|
|
libdir=""
|
2002-05-10 21:19:58 -04:00
|
|
|
libs=""
|
2002-09-18 00:38:46 -04:00
|
|
|
I_opts=""
|
|
|
|
L_opts=""
|
|
|
|
R_opts=""
|
|
|
|
cppflags=""
|
|
|
|
ccopts=""
|
|
|
|
ldopts=""
|
2002-05-10 21:19:58 -04:00
|
|
|
|