X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=0000000000000000000000000000000000000000;hb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;hp=e23b977ff21c3680141be670e2ff69388cb1813a;hpb=c2bbb2bb3bead80144e2dda3ccd40599e4a2b48d;p=mafwsubrenderer diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index e23b977..0000000 --- a/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -# -# Makefile.am for MAFW gst renderer library. -# -# Author: Visa Smolander -# -# Copyright (C) 2007, 2008, 2009 Nokia. All rights reserved. - - -SUBDIRS = libmafw-gst-renderer applet po - -if ENABLE_TESTS -SUBDIRS += tests -endif - -noinst_DATA = mafw-gst-renderer-uninstalled.pc -EXTRA_DIST = mafw-gst-renderer-uninstalled.pc.in - -# Extra clean files so that maintainer-clean removes *everything* -MAINTAINERCLEANFILES = aclocal.m4 compile config.guess \ - config.sub configure depcomp \ - install-sh ltmain.sh Makefile.in \ - missing config.h.in *-stamp omf.make - -if ENABLE_COVERAGE -LCOV_DATA_DIR = lcov-data -LCOV_DATA_FILE = lcov.info - -distclean-local: - -rm -rf $(LCOV_DATA_DIR) - -lcov-zero-counters: - $(LCOV) -z -d . - -lcov: - -mkdir -p $(LCOV_DATA_DIR) - $(LCOV) -c -d . -o $(LCOV_DATA_DIR)/$(LCOV_DATA_FILE) - genhtml -s $(LCOV_DATA_DIR)/$(LCOV_DATA_FILE) -o $(LCOV_DATA_DIR) - @echo - @echo "Please, have a look on ./$(LCOV_DATA_DIR)/index.html for coverage statistics" - @echo -endif