More cleaning up in Makefiles
authorMikael Hallendal <micke@imendio.com>
Sat, 11 Oct 2008 13:20:15 +0200
changeset 524 8835e4566b3a
parent 523 91aabe0b330f
child 525 0499e563dbdf
More cleaning up in Makefiles
examples/Makefile.am
tests/Makefile.am
--- a/examples/Makefile.am	Sat Oct 11 13:14:29 2008 +0200
+++ b/examples/Makefile.am	Sat Oct 11 13:20:15 2008 +0200
@@ -1,16 +1,16 @@
 include $(top_srcdir)/Makefile.decl
 
-INCLUDES =                                         \
-	-I$(top_srcdir)                            \
-	$(LOUDMOUTH_CFLAGS)
+INCLUDES =                                          \
+    -I$(top_srcdir)                                 \
+    $(LOUDMOUTH_CFLAGS)
 
-noinst_PROGRAMS =                                  \
-	test-lm                                    \
-	test-http-proxy                            \
-	test-tunnel                                \
-	lm-send-async                              \
-	lm-change-password                         \
-	lm-register
+noinst_PROGRAMS =                                   \
+    test-lm                                         \
+    test-http-proxy                                 \
+    test-tunnel                                     \
+    lm-send-async                                   \
+    lm-change-password                              \
+    lm-register
 
 test_lm_SOURCES = test-lm.c
 
@@ -24,8 +24,6 @@
 
 lm_register_SOURCES = lm-register.c
 
-LDADD =                                            \
-	$(LOUDMOUTH_LIBS)                          \
-	$(top_builddir)/loudmouth/libloudmouth-1.la
-
-	
+LDADD =                                             \
+    $(LOUDMOUTH_LIBS)                               \
+    $(top_builddir)/loudmouth/libloudmouth-1.la
--- a/tests/Makefile.am	Sat Oct 11 13:14:29 2008 +0200
+++ b/tests/Makefile.am	Sat Oct 11 13:20:15 2008 +0200
@@ -6,18 +6,18 @@
 TEST_PROGS = 
 
 TEST_PROGS += test-parser
-test_parser_SOURCES =                         \
-	test-parser.c
+test_parser_SOURCES =                           \
+    test-parser.c
 
-AM_CPPFLAGS =                                 \
-	-I.                                   \
-	-I$(top_srcdir)                       \
-	-DLM_COMPILATION                      \
-	-DRUNTIME_ENDIAN                      \
-	$(LOUDMOUTH_CFLAGS)                   \
-	-DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""
+AM_CPPFLAGS =                                   \
+    -I.                                         \
+    -I$(top_srcdir)                             \
+    -DLM_COMPILATION                            \
+    -DRUNTIME_ENDIAN                            \
+    $(LOUDMOUTH_CFLAGS)                         \
+    -DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""
 
-LIBS =                                        \
-	$(LOUDMOUTH_LIBS)                     \
-	$(top_builddir)/loudmouth/libloudmouth-1.la
+LIBS =                                          \
+    $(LOUDMOUTH_LIBS)                           \
+    $(top_builddir)/loudmouth/libloudmouth-1.la