diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-06-18 12:52:19 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-06-18 12:52:19 +0000 |
commit | d96ed959351fb17f515e82405dec199e40dc581c (patch) | |
tree | 356e27c1fa5e06fdb055128145694374184b94f0 /src/libspeex | |
parent | 3df319e1aefae857e22be20831fa9c91c71b11eb (diff) | |
download | xine-lib-d96ed959351fb17f515e82405dec199e40dc581c.tar.gz xine-lib-d96ed959351fb17f515e82405dec199e40dc581c.tar.bz2 |
small Makefile cleanup
CVS patchset: 5063
CVS date: 2003/06/18 12:52:19
Diffstat (limited to 'src/libspeex')
-rw-r--r-- | src/libspeex/Makefile.am | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/src/libspeex/Makefile.am b/src/libspeex/Makefile.am index 627f14f65..ae10631a9 100644 --- a/src/libspeex/Makefile.am +++ b/src/libspeex/Makefile.am @@ -1,11 +1,7 @@ -## -## Process this file with automake to produce Makefile.in -## +include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(SPEEX_CFLAGS) -LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic - libdir = $(XINE_PLUGINDIR) if HAVE_SPEEX @@ -15,20 +11,5 @@ endif lib_LTLIBRARIES = $(speex_module) xineplug_decode_speex_la_SOURCES = xine_decoder.c -xineplug_decode_speex_la_LIBADD = $(SPEEX_LIBS) +xineplug_decode_speex_la_LIBADD = $(SPEEX_LIBS) $(XINE_LIB) xineplug_decode_speex_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ - -debug: -# @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(OGG_CFLAGS) $(SPEEX_CFLAGS)" - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" - -install-debug: debug - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in |