mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
a6859b4715
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11149 91177308-0d34-0410-b5e6-96231b3b80d8
22 lines
324 B
Bash
Executable File
22 lines
324 B
Bash
Executable File
#! /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=""
|
|
|