diff options
Diffstat (limited to 'src/post/goom')
-rw-r--r-- | src/post/goom/Makefile.am | 23 |
1 files changed, 1 insertions, 22 deletions
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 - |