summaryrefslogtreecommitdiff
path: root/src/post
diff options
context:
space:
mode:
Diffstat (limited to 'src/post')
-rw-r--r--src/post/Makefile.am22
-rw-r--r--src/post/goom/Makefile.am23
-rw-r--r--src/post/mosaico/Makefile.am21
-rw-r--r--src/post/planar/Makefile.am21
-rw-r--r--src/post/visualizations/Makefile.am22
5 files changed, 6 insertions, 103 deletions
diff --git a/src/post/Makefile.am b/src/post/Makefile.am
index b555bbd57..d24bfbcba 100644
--- a/src/post/Makefile.am
+++ b/src/post/Makefile.am
@@ -1,22 +1,4 @@
+include $(top_srcdir)/misc/Makefile.common
+
SUBDIRS = \
planar goom visualizations mosaico
-
-debug:
- @list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) $@) || exit; \
- done;
-
-install-debug: debug
- @list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) $@) || exit; \
- done;
-
-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/post/goom/Makefile.am b/src/post/goom/Makefile.am
index f0037b7af..76aee8ca8 100644
--- a/src/post/goom/Makefile.am
+++ b/src/post/goom/Makefile.am
@@ -1,10 +1,4 @@
-##
-## Process this file with automake to produce Makefile.in
-##
-
-DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@
-
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
+include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = zoom_filter_mmx.c ppc_zoom_ultimate.s
@@ -35,18 +29,3 @@ xineplug_post_goom_la_SOURCES = xine_goom.c \
xineplug_post_goom_la_LIBADD = $(XINE_LIB)
xineplug_post_goom_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
-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/post/mosaico/Makefile.am b/src/post/mosaico/Makefile.am
index 3b2c26c01..e110215ac 100644
--- a/src/post/mosaico/Makefile.am
+++ b/src/post/mosaico/Makefile.am
@@ -1,11 +1,6 @@
-##
-## Process this file with automake to produce Makefile.in
-##
+include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = @ANSI_FLAGS@
-DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@
-
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)/post
@@ -18,17 +13,3 @@ xineplug_post_mosaico_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_post_switch_la_SOURCES = switch.c
xineplug_post_switch_la_LIBADD = $(XINE_LIB)
xineplug_post_switch_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
-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/post/planar/Makefile.am b/src/post/planar/Makefile.am
index 59d4518aa..d140b932b 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -1,11 +1,6 @@
-##
-## Process this file with automake to produce Makefile.in
-##
+include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = @ANSI_FLAGS@
-DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@
-
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)/post
@@ -14,17 +9,3 @@ lib_LTLIBRARIES = xineplug_post_invert.la
xineplug_post_invert_la_SOURCES = invert.c
xineplug_post_invert_la_LIBADD = $(XINE_LIB)
xineplug_post_invert_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
-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/post/visualizations/Makefile.am b/src/post/visualizations/Makefile.am
index e8870d55b..318ce7ef7 100644
--- a/src/post/visualizations/Makefile.am
+++ b/src/post/visualizations/Makefile.am
@@ -1,13 +1,8 @@
-##
-## Process this file with automake to produce Makefile.in
-##
+include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = fooviz.c
AM_CFLAGS = @ANSI_FLAGS@
-DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@
-
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)/post
@@ -17,18 +12,3 @@ xineplug_post_visualizations_la_SOURCES = \
visualizations.c fftscope.c oscope.c
xineplug_post_visualizations_la_LIBADD = $(XINE_LIB)
xineplug_post_visualizations_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -lm
-
-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
-