diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 286ecc2f1..664001b16 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,23 +1,7 @@ -## -## Process this file with automake to produce Makefile.in -## +include $(top_srcdir)/misc/Makefile.common EXTRA_DIST = xine.h.in include_HEADERS = xine.h CONFIG_CLEAN_FILES = xine.h - -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 |