[gimp] tools: formatting fixes in Makefile.am



commit 9ec11eece95a08fb567a49df6b49d5007f0c407d
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jan 29 20:13:27 2018 +0100

    tools: formatting fixes in Makefile.am

 tools/Makefile.am |   39 ++++++++++++++++++++-------------------
 1 files changed, 20 insertions(+), 19 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 7abe5de..e395fcb 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -7,9 +7,9 @@ libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
 if OS_WIN32
 
 bin_PROGRAMS = \
-              gimptool-2.0 \
-              gimpdebug-2.0 \
-              gimp-debug-resume
+       gimptool-2.0    \
+       gimpdebug-2.0   \
+       gimp-debug-resume
 
 gimp_debug_resume_SOURCES = gimp-debug-resume.c
 
@@ -30,26 +30,27 @@ noinst_PROGRAMS = test-clipboard
 EXTRA_PROGRAMS = \
        kernelgen
 
-gimpdebug_2_0_SOURCES = gimpdebug.c                         \
-                       ../app/widgets/gimpcriticaldialog.h \
-                       ../app/widgets/gimpcriticaldialog.c \
-                       ../app/gimp-version.h               \
-                       ../app/gimp-version.c
+gimpdebug_2_0_SOURCES = \
+       gimpdebug.c                             \
+       ../app/widgets/gimpcriticaldialog.h     \
+       ../app/widgets/gimpcriticaldialog.c     \
+       ../app/gimp-version.h                   \
+       ../app/gimp-version.c
 
 gimpdebug_2_0_CPPFLAGS = \
-       -DCC_VERSION=\""$(CC_VERSION)"\" \
-       -I$(top_srcdir)/app              \
-       -I$(top_builddir)/app            \
-       $(AM_CPPFLAGS)                   \
-       $(GIO_CFLAGS)                    \
-       $(GEGL_CFLAGS)                   \
-       $(GTK_CFLAGS)                    \
+       -DCC_VERSION=\""$(CC_VERSION)"\"        \
+       -I$(top_srcdir)/app                     \
+       -I$(top_builddir)/app                   \
+       $(AM_CPPFLAGS)                          \
+       $(GIO_CFLAGS)                           \
+       $(GEGL_CFLAGS)                          \
+       $(GTK_CFLAGS)                           \
        $(FONTCONFIG_CFLAGS)
 
-gimpdebug_2_0_LDADD =   \
-       $(GIO_LIBS)     \
-       $(GEGL_LIBS)    \
-       $(GTK_LIBS)     \
+gimpdebug_2_0_LDADD = \
+       $(GIO_LIBS)             \
+       $(GEGL_LIBS)            \
+       $(GTK_LIBS)             \
        $(FONTCONFIG_LIBS)
 
 


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