#! /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.2.44" prefix="/caen.a/gnatmail/gcc-45/install-caen/gtk" exec_prefix="${prefix}" libdir="${exec_prefix}/lib" includedir="${prefix}/include/libpng12" libs="-lpng12" all_libs="-lpng12 -lz -lm " I_opts="-I${includedir}" L_opts="-L${libdir}" R_opts="" cppflags="" ccopts="" ldopts="" usage() { cat <