[gtk+] Makefile: Add a few more cleanfile / ignore rules



commit 38a6a72a7fe3442445a0e204977c42a196e2402a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jun 16 13:08:48 2014 -0400

    Makefile: Add a few more cleanfile / ignore rules

 tests/Makefile.am              |    4 ++++
 testsuite/reftests/Makefile.am |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1cf7bf2..c761bc2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -512,5 +512,9 @@ EXTRA_DIST +=                       \
        mydialog2.ui            \
        popover.ui
 
+CLEANFILES =                   \
+       autotestkeywords.log    \
+       autotestkeywords.trs    \
+       test-suite.log
 
 -include $(top_srcdir)/git.mk
diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am
index 7e296a6..cb2da38 100644
--- a/testsuite/reftests/Makefile.am
+++ b/testsuite/reftests/Makefile.am
@@ -385,13 +385,15 @@ substitutions = \
 %.test: %.test.in
        $(AM_V_GEN) sed $(substitutions) $< > $  tmp && mv $  tmp $@
 
-DISTCLEANFILES = reftests.test
-
-testmetadir = $(datadir)/installed-tests/$(PACKAGE)
-testmeta_DATA =                \
+built_tests =                  \
        reftests.test           \
        reftests-dark.test      \
        reftests-hc.test
+
+DISTCLEANFILES = $(built_tests)
+
+testmetadir = $(datadir)/installed-tests/$(PACKAGE)
+testmeta_DATA = $(built_tests)
 endif
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]