summaryrefslogtreecommitdiff
path: root/src/libxineadec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec')
-rw-r--r--src/libxineadec/Makefile.am24
-rw-r--r--src/libxineadec/gsm610/Makefile.am21
-rw-r--r--src/libxineadec/nosefart/Makefile.am21
3 files changed, 3 insertions, 63 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am
index e58ac8d30..6451cc3b7 100644
--- a/src/libxineadec/Makefile.am
+++ b/src/libxineadec/Makefile.am
@@ -1,13 +1,8 @@
-#
-# the Makefile for the native xine audio decoders
-#
+include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = fooaudio.c
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
-
libdir = $(XINE_PLUGINDIR)
-XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la
AM_CFLAGS = -DNSF_PLAYER
@@ -55,20 +50,3 @@ xineplug_decode_28k8_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
xineplug_decode_28k8_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
# noinst_HEADERS =
-
-$(XINE_LIB):
- @cd $(top_builddir)/src/xine-engine && $(MAKE)
-
-debug:
- @$(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
diff --git a/src/libxineadec/gsm610/Makefile.am b/src/libxineadec/gsm610/Makefile.am
index 4076efc55..07fc0e2fa 100644
--- a/src/libxineadec/gsm610/Makefile.am
+++ b/src/libxineadec/gsm610/Makefile.am
@@ -1,8 +1,4 @@
-##
-## Process this file with automake to produce Makefile.in
-##
-
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
+include $(top_srcdir)/misc/Makefile.common
noinst_LTLIBRARIES = libgsm610.la
@@ -26,18 +22,3 @@ noinst_HEADERS = \
private.h \
proto.h \
unproto.h
-
-debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_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
-
diff --git a/src/libxineadec/nosefart/Makefile.am b/src/libxineadec/nosefart/Makefile.am
index 0d421c2fa..78744b002 100644
--- a/src/libxineadec/nosefart/Makefile.am
+++ b/src/libxineadec/nosefart/Makefile.am
@@ -1,8 +1,4 @@
-##
-## Process this file with automake to produce Makefile.in
-##
-
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
+include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = -DNSF_PLAYER
@@ -38,18 +34,3 @@ noinst_HEADERS = \
osd.h \
version.h \
vrcvisnd.h
-
-debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_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
-