2002-05-11 01:19:58 +00:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
# libpng-config
|
|
|
|
# provides configuration info for libpng.
|
|
|
|
|
|
|
|
# Copyright (C) 2002 Glenn Randers-Pehrson
|
2009-06-24 14:31:28 +00:00
|
|
|
|
2009-06-27 02:46:52 +00:00
|
|
|
# This code is released under the libpng license.
|
2009-06-25 18:43:50 +00:00
|
|
|
# For conditions of distribution and use, see the disclaimer
|
2009-06-24 15:27:36 +00:00
|
|
|
# and license in png.h
|
2002-05-11 01:19:58 +00:00
|
|
|
|
|
|
|
# Modeled after libxml-config.
|
|
|
|
|
2016-06-11 18:59:40 +00:00
|
|
|
version=1.6.24beta01
|
2002-05-11 01:19:58 +00:00
|
|
|
prefix=""
|
2002-09-18 04:38:46 +00:00
|
|
|
libdir=""
|
2002-05-11 01:19:58 +00:00
|
|
|
libs=""
|
2002-09-18 04:38:46 +00:00
|
|
|
I_opts=""
|
|
|
|
L_opts=""
|
|
|
|
R_opts=""
|
|
|
|
cppflags=""
|
|
|
|
ccopts=""
|
|
|
|
ldopts=""
|
2002-05-11 01:19:58 +00:00
|
|
|
|