diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-27 00:53:49 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-27 00:53:49 +0000 |
| commit | eadff9a874810b5963dd483a044a481c291a6199 (patch) | |
| tree | 70d99f5a5cd70e9b4026d37f2958d1067166c8b5 /src/input/ost/Makefile.am | |
| parent | 4b80217cb872335e6f01de22d58fc0778da265c6 (diff) | |
| download | xine-lib-eadff9a874810b5963dd483a044a481c291a6199.tar.gz xine-lib-eadff9a874810b5963dd483a044a481c291a6199.tar.bz2 | |
finally - dvb support in xine :)
CVS patchset: 3687
CVS date: 2002/12/27 00:53:49
Diffstat (limited to 'src/input/ost/Makefile.am')
| -rw-r--r-- | src/input/ost/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/input/ost/Makefile.am b/src/input/ost/Makefile.am new file mode 100644 index 000000000..7c179a4af --- /dev/null +++ b/src/input/ost/Makefile.am @@ -0,0 +1,22 @@ +noinst_HEADERS = \ + demux.h \ + dmx.h \ + frontend.h \ + sec.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 |
