[Xfce4-commits] [xfce/thunar] 01/01: Simplify Makefile.am. Generated files are separated from typed source files.

noreply at xfce.org noreply at xfce.org
Thu Feb 19 11:00:57 CET 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/thunar.

commit 86124ec39ab193068ef86e10418ba40722d2d911
Author: Matt Thirtytwo <matt.59491 at gmail.com>
Date:   Wed Feb 11 20:35:29 2015 +0100

    Simplify Makefile.am. Generated files are separated from typed source files.
---
 thunar/Makefile.am |   45 ++++++++++++++-------------------------------
 1 file changed, 14 insertions(+), 31 deletions(-)

diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 04846de..0055e43 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -23,7 +23,17 @@ bin_PROGRAMS =								\
 
 thunar_built_sources =							\
 	thunar-marshal.c						\
-	thunar-marshal.h
+	thunar-marshal.h						\
+	thunar-abstract-icon-view-ui.h					\
+	thunar-details-view-ui.h					\
+	thunar-launcher-ui.h						\
+	thunar-location-buttons-ui.h					\
+	thunar-shortcuts-pane-ui.h					\
+	thunar-renamer-dialog-ui.h					\
+	thunar-standard-view-ui.h					\
+	thunar-thumbnail-frame.c					\
+	thunar-window-ui.h
+
 
 thunar_SOURCES =							\
 	$(thunar_include_HEADERS)					\
@@ -32,7 +42,6 @@ thunar_SOURCES =							\
 	main.c								\
 	thunar-abstract-dialog.c					\
 	thunar-abstract-dialog.h					\
-	thunar-abstract-icon-view-ui.h					\
 	thunar-abstract-icon-view.c					\
 	thunar-abstract-icon-view.h					\
 	thunar-application.c						\
@@ -59,7 +68,6 @@ thunar_SOURCES =							\
 	thunar-create-dialog.h						\
 	thunar-deep-count-job.h						\
 	thunar-deep-count-job.c						\
-	thunar-details-view-ui.h					\
 	thunar-details-view.c						\
 	thunar-details-view.h						\
 	thunar-dialogs.c						\
@@ -114,7 +122,6 @@ thunar_SOURCES =							\
 	thunar-job.h							\
 	thunar-launcher.c						\
 	thunar-launcher.h						\
-	thunar-launcher-ui.h						\
 	thunar-list-model.c						\
 	thunar-list-model.h						\
 	thunar-location-bar.c						\
@@ -123,7 +130,6 @@ thunar_SOURCES =							\
 	thunar-location-button.h					\
 	thunar-location-buttons.c					\
 	thunar-location-buttons.h					\
-	thunar-location-buttons-ui.h					\
 	thunar-location-dialog.c					\
 	thunar-location-dialog.h					\
 	thunar-location-entry.c						\
@@ -153,7 +159,6 @@ thunar_SOURCES =							\
 	thunar-properties-dialog.h					\
 	thunar-renamer-dialog.c						\
 	thunar-renamer-dialog.h						\
-	thunar-renamer-dialog-ui.h					\
 	thunar-renamer-model.c						\
 	thunar-renamer-model.h						\
 	thunar-renamer-pair.c						\
@@ -170,7 +175,6 @@ thunar_SOURCES =							\
 	thunar-shortcuts-model.h					\
 	thunar-shortcuts-pane.c						\
 	thunar-shortcuts-pane.h						\
-	thunar-shortcuts-pane-ui.h					\
 	thunar-shortcuts-view.c						\
 	thunar-shortcuts-view.h						\
 	thunar-side-pane.c						\
@@ -181,7 +185,6 @@ thunar_SOURCES =							\
 	thunar-size-label.h						\
 	thunar-standard-view.c						\
 	thunar-standard-view.h						\
-	thunar-standard-view-ui.h					\
 	thunar-statusbar.c						\
 	thunar-statusbar.h						\
 	thunar-stock.c							\
@@ -194,7 +197,6 @@ thunar_SOURCES =							\
 	thunar-thumbnail-cache.h					\
 	thunar-thumbnailer.c						\
 	thunar-thumbnailer.h						\
-	thunar-thumbnail-frame.c					\
 	thunar-thumbnail-frame.h					\
 	thunar-transfer-job.c						\
 	thunar-transfer-job.h						\
@@ -213,8 +215,7 @@ thunar_SOURCES =							\
 	thunar-view.c							\
 	thunar-view.h							\
 	thunar-window.c							\
-	thunar-window.h							\
-	thunar-window-ui.h
+	thunar-window.h
 
 thunar_CFLAGS =								\
 	$(EXO_CFLAGS)							\
@@ -301,28 +302,10 @@ CLEANFILES =								\
 
 DISTCLEANFILES +=							\
 	$(thunar_built_sources)						\
-	stamp-thunar-marshal.h						\
-	thunar-abstract-icon-view-ui.h					\
-	thunar-details-view-ui.h					\
-	thunar-launcher-ui.h						\
-	thunar-location-buttons-ui.h					\
-	thunar-shortcuts-pane-ui.h					\
-	thunar-renamer-dialog-ui.h					\
-	thunar-standard-view-ui.h					\
-	thunar-thumbnail-frame.c					\
-	thunar-window-ui.h
+	stamp-thunar-marshal.h
 
 BUILT_SOURCES =								\
-	$(thunar_built_sources)						\
-	thunar-abstract-icon-view-ui.h					\
-	thunar-details-view-ui.h					\
-	thunar-launcher-ui.h						\
-	thunar-location-buttons-ui.h					\
-	thunar-shortcuts-pane-ui.h					\
-	thunar-renamer-dialog-ui.h					\
-	thunar-standard-view-ui.h					\
-	thunar-thumbnail-frame.c					\
-	thunar-window-ui.h
+	$(thunar_built_sources)
 
 if HAVE_DBUS
 thunar-dbus-service-infos.h: $(srcdir)/thunar-dbus-service-infos.xml Makefile

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list