From 4b97c5dc4ef7cc049c18f9636859d341eeb531c5 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Fri, 22 Nov 2002 05:25:14 +0000 Subject: Developers can now run "make" in their work area (e.g. src/libffmpeg) and it will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14 --- src/libxineadec/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/libxineadec') diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index 320f05b3b..1907a5fc5 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = fooaudio.c LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) +XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la SUBDIRS = gsm610 @@ -20,21 +21,24 @@ xineplug_decode_roqaudio_la_SOURCES = roqaudio.c xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_adpcm_la_SOURCES = adpcm.c -xineplug_decode_adpcm_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_decode_adpcm_la_LIBADD = $(XINE_LIB) xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_logpcm_la_SOURCES = logpcm.c -xineplug_decode_logpcm_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_decode_logpcm_la_LIBADD = $(XINE_LIB) xineplug_decode_logpcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_gsm610_la_SOURCES = gsm610.c xineplug_decode_gsm610_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_gsm610_la_LIBADD = \ - $(top_builddir)/src/xine-engine/libxine.la \ + $(XINE_LIB) \ $(top_builddir)/src/libxineadec/gsm610/libgsm610.la # noinst_HEADERS = +$(XINE_LIB): + @cd $(top_builddir)/src/xine-engine && $(MAKE) + debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" -- cgit v1.2.3