2002-05-10 21:19:58 -04:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
# libpng-config
|
|
|
|
# provides configuration info for libpng.
|
|
|
|
|
|
|
|
# Copyright (C) 2002 Glenn Randers-Pehrson
|
|
|
|
# For conditions of distribution and use, see copyright notice in png.h
|
|
|
|
|
|
|
|
# Modeled after libxml-config.
|
|
|
|
|
2002-09-15 21:30:38 -04:00
|
|
|
version=1.2.5rc2
|
2002-05-10 21:19:58 -04:00
|
|
|
prefix=""
|
|
|
|
cppflags=""
|
|
|
|
cflags=""
|
|
|
|
ldflags=""
|
|
|
|
libs=""
|
2002-07-01 23:23:46 -04:00
|
|
|
rpath=""
|
2002-05-10 21:19:58 -04:00
|
|
|
|