diff options
Diffstat (limited to 'src/xine-engine')
-rw-r--r-- | src/xine-engine/Makefile.am | 42 | ||||
-rw-r--r-- | src/xine-engine/nvtv/Makefile.am | 16 |
2 files changed, 2 insertions, 56 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index e79353708..d28686976 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -1,6 +1,4 @@ -## -## Process this file with automake to produce Makefile.in -## +include $(top_srcdir)/misc/Makefile.common SUBDIRS = nvtv @@ -41,46 +39,8 @@ noinst_HEADERS = bswap.h @INCLUDED_INTL_TRUE@@INTLLIBS@: @INCLUDED_INTL_TRUE@ @cd $(top_builddir)/intl && $(MAKE) libintl.la -debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(THREAD_CFLAGS) $(X_CFLAGS) $(FT2_CFLAGS)" - -install-debug: debug - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - $(XINEUTILS_LIB): cd $(top_srcdir)/src/xine-utils && $(MAKE) libxineutils.la $(NVTVCLIENT_LIB): cd $(top_builddir)/src/xine-engine/nvtv && $(MAKE) libnvclient.la - -### -# Install header files (default=$includedir/xine) -# -install-includeHEADERS: $(include_HEADERS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(includedir)/xine - @list='$(include_HEADERS)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/xine/"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/xine/; \ - done - - -### -# Remove them -# -uninstall-includeHEADERS: - @$(NORMAL_UNINSTALL) - list='$(include_HEADERS)'; for p in $$list; do \ - rm -f $(DESTDIR)$(includedir)/xine/$$p; \ - done - - -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 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 |