blob: ddbb482e6fc07800d703ef7aa92f21ba987728f4 [file] [log] [blame]
The Android Open Source Project893912b2009-03-03 19:30:05 -08001#! /bin/sh
2
3# libpng-config
4# provides configuration info for libpng.
5
6# Copyright (C) 2002 Glenn Randers-Pehrson
7# For conditions of distribution and use, see copyright notice in png.h
8
9# Modeled after libxml-config.
10
The Android Open Source Project4215dd12009-03-09 11:52:12 -070011version=1.2.35
The Android Open Source Project893912b2009-03-03 19:30:05 -080012prefix=""
13libdir=""
14libs=""
15I_opts=""
16L_opts=""
17R_opts=""
18cppflags=""
19ccopts=""
20ldopts=""
21