mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
22 lines
324 B
Plaintext
22 lines
324 B
Plaintext
|
#! /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.
|
||
|
|
||
|
version=1.2.5
|
||
|
prefix=""
|
||
|
libdir=""
|
||
|
libs=""
|
||
|
I_opts=""
|
||
|
L_opts=""
|
||
|
R_opts=""
|
||
|
cppflags=""
|
||
|
ccopts=""
|
||
|
ldopts=""
|
||
|
|