mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
9acbffc2dd
There are a few benefits to this, but the main reason is consistency and me completely understanding what's going on. Regressions are not expected, but wouldn't surprise either ... this needs lots of testing. git-svn-id: https://svn.xiph.org/trunk/ezstream@15776 0101bb08-14d6-0310-b084-bc0e0c8e3800
23 lines
507 B
Makefile
23 lines
507 B
Makefile
AUTOMAKE_OPTIONS = 1.9 foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = build-aux compat doc examples m4 src win32
|
|
|
|
dist_doc_DATA = COPYING NEWS README
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
m4/ccflags.m4 m4/libogg.m4 m4/libshout.m4 m4/libvorbis.m4 \
|
|
m4/libxml2.m4 m4/progname.m4 m4/taglib.m4 m4/tree.m4 m4/vacopy.m4 \
|
|
m4/vars.m4
|
|
|
|
CLEANFILES = core *.core *~ .*~
|
|
|
|
.PHONY: regen-win32 snapshot
|
|
|
|
regen-win32:
|
|
cd win32; ${MAKE} regen-win32
|
|
|
|
snapshot:
|
|
${MAKE} distcheck distdir=${PACKAGE}-snapshot-`date +'%Y%m%d'`
|