blob: 8856493e15e4c9279800e31869387d8e1fa7e1c2 [file] [log] [blame]
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -05001#! /bin/sh
2
3# libpng-config
4# provides configuration info for libpng.
5
6# Copyright (C) 2002 Glenn Randers-Pehrson
Glenn Randers-Pehrson3e61d792009-06-24 09:31:28 -05007
Glenn Randers-Pehrsonbfbf8652009-06-26 21:46:52 -05008# This code is released under the libpng license.
Glenn Randers-Pehrsonc332bbc2009-06-25 13:43:50 -05009# For conditions of distribution and use, see the disclaimer
Glenn Randers-Pehrson037023b2009-06-24 10:27:36 -050010# and license in png.h
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -050011
12# Modeled after libxml-config.
13
Glenn Randers-Pehrsona42edec2010-06-25 21:42:28 -050014version=1.5.0beta33
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -050015prefix=""
Glenn Randers-Pehrson5ff38d32002-09-17 23:38:46 -050016libdir=""
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -050017libs=""
Glenn Randers-Pehrson5ff38d32002-09-17 23:38:46 -050018I_opts=""
19L_opts=""
20R_opts=""
21cppflags=""
22ccopts=""
23ldopts=""
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -050024