diff options
Diffstat (limited to 'src/xine-engine/nvtv/Makefile.am')
-rw-r--r-- | src/xine-engine/nvtv/Makefile.am | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/xine-engine/nvtv/Makefile.am b/src/xine-engine/nvtv/Makefile.am index 097b58cf2..2cace3681 100644 --- a/src/xine-engine/nvtv/Makefile.am +++ b/src/xine-engine/nvtv/Makefile.am @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in +include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(X_CFLAGS) @@ -21,17 +21,3 @@ noinst_HEADERS = backend.h local.h tv_chip.h xf86i2c.h back_client.h debug.h \ miscstruct.h pipe.h tv_common.h xfree.h error.h libnvclient_la_LIBADD = $(X_LIBS) - -debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(X_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 |