From eaac42f1becbbcc62317e9bf81e07608aaad62fd Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 12 Jan 2003 23:20:37 +0000 Subject: DVB plugin updated to new api. thanks to Micael Beronius, Chris Purnell for their great work CVS patchset: 3884 CVS date: 2003/01/12 23:20:37 --- src/input/dvb/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/input/dvb/Makefile.am (limited to 'src/input/dvb/Makefile.am') diff --git a/src/input/dvb/Makefile.am b/src/input/dvb/Makefile.am new file mode 100644 index 000000000..b3682a971 --- /dev/null +++ b/src/input/dvb/Makefile.am @@ -0,0 +1,20 @@ +noinst_HEADERS = \ + dmx.h \ + frontend.h + +debug: + @list='$(SUBDIRS)'; for subdir in $$list; do \ + (cd $$subdir && $(MAKE) $@) || exit;\ + done; + @$(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