xref: /aosp_15_r20/external/libpng/scripts/libpng-config-head.in (revision a67afe4df73cf47866eedc69947994b8ff839aba)
1*a67afe4dSAndroid Build Coastguard Worker#! /bin/sh
2*a67afe4dSAndroid Build Coastguard Worker
3*a67afe4dSAndroid Build Coastguard Worker# libpng-config
4*a67afe4dSAndroid Build Coastguard Worker# provides configuration info for libpng.
5*a67afe4dSAndroid Build Coastguard Worker
6*a67afe4dSAndroid Build Coastguard Worker# Copyright (C) 2002 Glenn Randers-Pehrson
7*a67afe4dSAndroid Build Coastguard Worker
8*a67afe4dSAndroid Build Coastguard Worker# This code is released under the libpng license.
9*a67afe4dSAndroid Build Coastguard Worker# For conditions of distribution and use, see the disclaimer
10*a67afe4dSAndroid Build Coastguard Worker# and license in png.h
11*a67afe4dSAndroid Build Coastguard Worker
12*a67afe4dSAndroid Build Coastguard Worker# Modeled after libxml-config.
13*a67afe4dSAndroid Build Coastguard Worker
14*a67afe4dSAndroid Build Coastguard Workerversion=1.6.44
15*a67afe4dSAndroid Build Coastguard Workerprefix=""
16*a67afe4dSAndroid Build Coastguard Workerlibdir=""
17*a67afe4dSAndroid Build Coastguard Workerlibs=""
18*a67afe4dSAndroid Build Coastguard WorkerI_opts=""
19*a67afe4dSAndroid Build Coastguard WorkerL_opts=""
20*a67afe4dSAndroid Build Coastguard WorkerR_opts=""
21*a67afe4dSAndroid Build Coastguard Workercppflags=""
22*a67afe4dSAndroid Build Coastguard Workerccopts=""
23*a67afe4dSAndroid Build Coastguard Workerldopts=""
24*a67afe4dSAndroid Build Coastguard Worker
25