[baobab] Cleanup Makefiles



commit a9affb1c2d68058ff810dc694588535267c1ac6d
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Wed Sep 12 21:41:31 2012 +0200

    Cleanup Makefiles

 Makefile.am     |   13 ++++++++++++-
 src/Makefile.am |   15 +++------------
 2 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 37bcc92..8bd7c0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+NULL =
 
 SUBDIRS =  src data pixmaps help po
 
@@ -22,7 +23,17 @@ MAINTAINERCLEANFILES = 		\
 	m4/ltsugar.m4		\
 	m4/ltversion.m4		\
 	omf.make		\
-	xmldocs.make
+	xmldocs.make		\
+	po/Makefile.in.in	\
+	po/Makevars.template	\
+	po/Rules-quot		\
+	po/boldquot.sed		\
+	po/en boldquot header	\
+	po/en quot header	\
+	po/insert-header.sin	\
+	po/quot.sed		\
+	po/remove-potcdate.sin	\
+	$(NULL)
 
 dist-hook:
 	@if test -d "$(srcdir)/.git"; \
diff --git a/src/Makefile.am b/src/Makefile.am
index 2fb52d5..133f6b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,18 +62,9 @@ baobab_LDADD = \
 	$(gtk_LIBS)			\
 	$(NULL)
 
-MAINTAINERCLEANFILES = \
-	baobab-application.c		\
-	baobab-cellrenderers.c		\
-	baobab-connect-server.c		\
-	baobab-location-monitor.c	\
-	baobab-location.c		\
-	baobab-location-list.c		\
-	baobab-location-widget.c	\
-	baobab-scanner.c		\
-	baobab-window.c			\
-	baobab_vala.stamp		\
-	main.c				\
+MAINTAINERCLEANFILES =	\
+	*.stamp				\
+	$(baobab_SOURCES:.vala=.c)	\
 	$(BUILT_SOURCES)
 
 EXTRA_DIST = \



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