]>
Commit | Line | Data |
---|---|---|
c6b71bff GD |
1 | #! /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 | ||
11 | version=1.2.4 | |
12 | prefix="" | |
13 | cppflags="" | |
14 | cflags="" | |
15 | ldflags="" | |
16 | libs="" | |
17 | rpath="" | |
18 |