From ca1512a619ca74a03184d6f0c2b98d266539b463 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sat, 4 Jan 2003 20:42:47 +0000 Subject: added a visualizations post plugin directory and an oscilloscope viz plguin, as well as a reference template viz plugin CVS patchset: 3776 CVS date: 2003/01/04 20:42:47 --- src/post/visualizations/Makefile.am | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/post/visualizations/Makefile.am (limited to 'src/post/visualizations/Makefile.am') diff --git a/src/post/visualizations/Makefile.am b/src/post/visualizations/Makefile.am new file mode 100644 index 000000000..992430c6d --- /dev/null +++ b/src/post/visualizations/Makefile.am @@ -0,0 +1,34 @@ +## +## Process this file with automake to produce Makefile.in +## + +EXTRA_DIST = fooviz.c + +AM_CFLAGS = @ANSI_FLAGS@ +DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@ + +LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic + +libdir = $(XINE_PLUGINDIR)/post + +lib_LTLIBRARIES = xineplug_post_visualizations.la + +xineplug_post_visualizations_la_SOURCES = \ + visualizations.c oscope.c +xineplug_post_visualizations_la_LIBADD = $(XINE_LIB) +xineplug_post_visualizations_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 + -- cgit v1.2.3