~ubuntu-branches/ubuntu/lucid/mpg123/lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## Makefile.am: produce Makefile.in from this

## copyright by the mpg123 project - free software under the terms of the LGPL 2.1
## see COPYING and AUTHORS files in distribution or http://mpg123.org
## initially written by Nicholas J. Humfrey
dist_man_MANS = man1/mpg123.1

SUBDIRS = src doc
DIST_SUBDIRS = src doc
ACLOCAL_AMFLAGS = -I m4

# pkg-config file for the mpg123 library
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmpg123.pc

# mpg123.spec is autogenerated but needs to be present in tarball!
EXTRA_DIST = \
	mpg123.spec \
	makedll.sh \
	windows-builds.sh \
	equalize.dat \
	NEWS.libmpg123 \
	ports/MSVC++/mpg123.h \
	ports/MSVC++/config.h \
	ports/MSVC++/msvc.c \
	ports/MSVC++/examples/scan.c \
	ports/MSVC++/examples/feedseek.c \
	ports/MSVC++/2005/libmpg123/libmpg123.vcproj \
	ports/MSVC++/2008/mpg123.sln \
	ports/MSVC++/2008/feedseek/feedseek.vcproj \
	ports/MSVC++/2008/mpglib/mpglib.vcproj \
	ports/MSVC++/2008/libmpg123/libmpg123.vcproj \
	ports/MSVC++/2008/scan/scan.vcproj \
	ports/MSVC++/CMP3Stream/libMPG123/libMPG123.vcproj \
	ports/MSVC++/CMP3Stream/libMPG123/PLACE_LIBMPG123_SOURCES_HERE \
	ports/MSVC++/CMP3Stream/README \
	ports/MSVC++/CMP3Stream/SOURCE/CORE_Log.CPP \
	ports/MSVC++/CMP3Stream/SOURCE/CORE_FileIn.CPP \
	ports/MSVC++/CMP3Stream/SOURCE/SourceFilter_MP3Stream.CPP \
	ports/MSVC++/CMP3Stream/SOURCE/CORE_Mutex.CPP \
	ports/MSVC++/CMP3Stream/INCLUDE/CORE/CORE_FileIn.H \
	ports/MSVC++/CMP3Stream/INCLUDE/CORE/SourceFilter_MP3.H \
	ports/MSVC++/CMP3Stream/INCLUDE/IIEP_FileIn.H \
	ports/MSVC++/CMP3Stream/INCLUDE/IIEP_Def.H \
	ports/README \
	ports/Sony_PSP/config.h \
	ports/Sony_PSP/README \
	ports/Sony_PSP/Makefile.psp \
	ports/Sony_PSP/readers.c.patch \
	ports/mpg123_.pas \
	scripts/benchmark-cpu.pl