From 2ebab9ec4a93cf17ab2c781425e13816f1af08e4 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Mon, 4 Nov 2002 00:37:18 +0000 Subject: To build xine-lib now from cvs you run: autogen.sh You would do: autogen.sh or autogen The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18 --- src/libffmpeg/libavcodec/alpha/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/libffmpeg/libavcodec/alpha/Makefile.am b/src/libffmpeg/libavcodec/alpha/Makefile.am index 8b9553319..1f24445ba 100644 --- a/src/libffmpeg/libavcodec/alpha/Makefile.am +++ b/src/libffmpeg/libavcodec/alpha/Makefile.am @@ -6,8 +6,12 @@ EXTRA_DIST = asm.h \ regdef.h all: + debug: -install-debug: + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_CFLAGS)" + +install-debug: debug + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -- cgit v1.2.3