shithub: choc

ref: 04a1a01f3d264c56c52b414f6999564c1c3d5444
dir: /pkg/config.make.in/

View raw version
# Shared file included by the makefiles used to build packages.
# This contains various information needed by the makefiles,
# and is autogenerated by configure to include various
# necessary details.

# Tools needed:

CC = @CC@
OBJDUMP = @OBJDUMP@
STRIP = @STRIP@
LDFLAGS = @LDFLAGS@

# Package name and version number:

PROGRAM_PREFIX = @PROGRAM_PREFIX@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@

# Documentation files to distribute with packages.

DOC_FILES = README.md        \
            README.Music.md  \
            COPYING.md       \
            NEWS.md