mpg123-1.32.0
This commit is contained in:
37
Makefile.am
37
Makefile.am
@@ -10,13 +10,21 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
bin_PROGRAMS =
|
||||
EXTRA_PROGRAMS =
|
||||
EXTRA_DIST =
|
||||
if NEED_LIB
|
||||
pkglib_LTLIBRARIES =
|
||||
lib_LTLIBRARIES =
|
||||
endif
|
||||
noinst_LIBRARIES =
|
||||
noinst_LTLIBRARIES =
|
||||
nodist_include_HEADERS =
|
||||
if NEED_MAINLIB
|
||||
if NEED_LIB
|
||||
include_HEADERS =
|
||||
endif
|
||||
endif
|
||||
if NEED_MAN
|
||||
dist_man_MANS =
|
||||
endif
|
||||
CLEANFILES =
|
||||
TESTS =
|
||||
XFAIL_TESTS =
|
||||
@@ -31,22 +39,37 @@ AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/compat \
|
||||
-I$(top_srcdir)/src/libmpg123 \
|
||||
-I$(top_srcdir)/src/libsyn123 \
|
||||
-I$(top_srcdir)/src/libout123 \
|
||||
-I$(top_builddir)/src/libmpg123 \
|
||||
-I$(top_builddir)/src/libsyn123 \
|
||||
-I$(top_builddir)/src/libout123
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA =
|
||||
|
||||
# Include Make modules from subdirectories.
|
||||
include src/Makemodule.am
|
||||
include doc/Makemodule.am
|
||||
|
||||
# Stuff from this directory.
|
||||
pkgconfig_DATA += libmpg123.pc libout123.pc libsyn123.pc
|
||||
if NEED_MAINLIB
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA =
|
||||
|
||||
# Stuff from this directory.
|
||||
if BUILD_LIBMPG123
|
||||
pkgconfig_DATA += libmpg123.pc
|
||||
endif
|
||||
if BUILD_LIBOUT123
|
||||
pkgconfig_DATA += libout123.pc
|
||||
endif
|
||||
if BUILD_LIBSYN123
|
||||
pkgconfig_DATA += libsyn123.pc
|
||||
endif
|
||||
endif
|
||||
|
||||
if BUILD_PROGRAMS
|
||||
if NEED_MAN
|
||||
dist_man_MANS += man1/mpg123.1 man1/out123.1
|
||||
endif
|
||||
endif
|
||||
|
||||
# mpg123.spec is autogenerated but needs to be present in tarball!
|
||||
EXTRA_DIST += \
|
||||
@@ -73,10 +96,6 @@ EXTRA_DIST += \
|
||||
ports/cmake/src/tests/CMakeLists.txt \
|
||||
ports/cmake/src/compat/CMakeLists.txt \
|
||||
ports/README \
|
||||
ports/Sony_PSP/config.h \
|
||||
ports/Sony_PSP/README \
|
||||
ports/Sony_PSP/Makefile.psp \
|
||||
ports/Sony_PSP/readers.c.patch \
|
||||
scripts/benchmark-cpu.pl \
|
||||
scripts/tag_lyrics.py \
|
||||
scripts/conplay \
|
||||
|
||||
Reference in New Issue
Block a user