2015-02-23 07:51:47 -05:00
|
|
|
AUTOMAKE_OPTIONS = 1.10 foreign
|
2004-01-30 12:19:45 -05:00
|
|
|
|
2009-03-17 18:25:47 -04:00
|
|
|
SUBDIRS = shout
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
README.win32 config.h compat.h \
|
|
|
|
ezstream.sln ezstream.vcproj \
|
|
|
|
libflac.vcproj libogg.vcproj libshout.vcproj libspeex.vcproj \
|
2009-08-01 06:51:48 -04:00
|
|
|
libtheora.vcproj libvorbis.vcproj libvorbisfile.vcproj libz.vcproj \
|
2009-08-01 06:54:00 -04:00
|
|
|
taglib.vcproj taglib_c.vcproj \
|
|
|
|
tfile.cpp
|
2004-01-30 12:19:45 -05:00
|
|
|
|
2009-03-15 20:08:31 -04:00
|
|
|
CLEANFILES = core *.core *~ .*~ ezstream.1.pdf
|
2007-03-08 20:49:22 -05:00
|
|
|
|
2009-03-15 20:08:31 -04:00
|
|
|
do_subst = sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/examples,g'
|
2007-03-08 20:49:22 -05:00
|
|
|
|
2009-03-15 20:08:31 -04:00
|
|
|
.PHONY: regen-win32
|
2007-03-09 08:43:26 -05:00
|
|
|
|
2007-03-08 20:49:22 -05:00
|
|
|
regen-win32: Makefile
|
|
|
|
$(do_subst) < $(top_srcdir)/doc/ezstream.1.in | nroff -Tps -mandoc - | ps2pdf - ezstream.1.pdf
|