[Libreoffice-commits] core.git: sax/CppunitTest_sax.mk sax/CppunitTest_sax_parser.mk sax/Library_expwrap.mk sax/Library_sax.mk

Matúš Kukan matus.kukan at collabora.com
Sun Sep 21 23:42:02 PDT 2014


 sax/CppunitTest_sax.mk        |   14 +++++++-------
 sax/CppunitTest_sax_parser.mk |    2 +-
 sax/Library_expwrap.mk        |   22 +++++++++++-----------
 sax/Library_sax.mk            |   20 ++++++++++----------
 4 files changed, 29 insertions(+), 29 deletions(-)

New commits:
commit 27d472936659632c7f172972508264e99561a50d
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Sat Sep 20 00:31:52 2014 +0200

    sax: Tabify makefiles to be more consistent
    
    Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0

diff --git a/sax/CppunitTest_sax.mk b/sax/CppunitTest_sax.mk
index 62624b9..951386b 100644
--- a/sax/CppunitTest_sax.mk
+++ b/sax/CppunitTest_sax.mk
@@ -10,22 +10,22 @@
 $(eval $(call gb_CppunitTest_CppunitTest,sax))
 
 $(eval $(call gb_CppunitTest_use_api,sax,\
-    offapi \
-    udkapi \
+	offapi \
+	udkapi \
 ))
 
 $(eval $(call gb_CppunitTest_use_external,sax,boost_headers))
 
 $(eval $(call gb_CppunitTest_use_libraries,sax, \
-    sax \
-    sal \
-    comphelper \
-    cppu \
+	sax \
+	sal \
+	comphelper \
+	cppu \
 	$(gb_UWINAPI) \
 ))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sax, \
-    sax/qa/cppunit/test_converter \
+	sax/qa/cppunit/test_converter \
 ))
 
 
diff --git a/sax/CppunitTest_sax_parser.mk b/sax/CppunitTest_sax_parser.mk
index a926121..9c7245c 100644
--- a/sax/CppunitTest_sax_parser.mk
+++ b/sax/CppunitTest_sax_parser.mk
@@ -10,7 +10,7 @@
 $(eval $(call gb_CppunitTest_CppunitTest,sax_parser))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sax_parser, \
-    sax/qa/cppunit/parser \
+	sax/qa/cppunit/parser \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index 7e3b53e..ef749a2 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -12,28 +12,28 @@ $(eval $(call gb_Library_Library,expwrap))
 $(eval $(call gb_Library_set_componentfile,expwrap,sax/source/expatwrap/expwrap))
 
 $(eval $(call gb_Library_set_include,expwrap,\
-    -I$(SRCDIR)/sax/inc \
-    $$(INCLUDE) \
+	-I$(SRCDIR)/sax/inc \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_Library_add_defs,expwrap,\
-    -DFASTSAX_DLLIMPLEMENTATION \
+	-DFASTSAX_DLLIMPLEMENTATION \
 ))
 
 $(eval $(call gb_Library_use_sdk_api,expwrap))
 
 $(eval $(call gb_Library_use_externals,expwrap,\
-    boost_headers \
-    expat \
-    zlib \
+	boost_headers \
+	expat \
+	zlib \
 ))
 
 $(eval $(call gb_Library_use_libraries,expwrap,\
-    cppu \
-    cppuhelper \
-    sal \
-    salhelper \
-    sax \
+	cppu \
+	cppuhelper \
+	sal \
+	salhelper \
+	sax \
 	$(gb_UWINAPI) \
 ))
 
diff --git a/sax/Library_sax.mk b/sax/Library_sax.mk
index ebb314c..353c5c6 100644
--- a/sax/Library_sax.mk
+++ b/sax/Library_sax.mk
@@ -10,8 +10,8 @@
 $(eval $(call gb_Library_Library,sax))
 
 $(eval $(call gb_Library_set_include,sax,\
-    -I$(SRCDIR)/sax/inc \
-    $$(INCLUDE) \
+	-I$(SRCDIR)/sax/inc \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_Library_use_external,sax,boost_headers))
@@ -19,22 +19,22 @@ $(eval $(call gb_Library_use_external,sax,boost_headers))
 $(eval $(call gb_Library_use_sdk_api,sax))
 
 $(eval $(call gb_Library_use_libraries,sax,\
-    comphelper \
-    cppu \
-    cppuhelper \
-    sal \
+	comphelper \
+	cppu \
+	cppuhelper \
+	sal \
 	$(gb_UWINAPI) \
 ))
 
 $(eval $(call gb_Library_add_defs,sax,\
-    -DSAX_DLLIMPLEMENTATION \
+	-DSAX_DLLIMPLEMENTATION \
 ))
 
 $(eval $(call gb_Library_add_exception_objects,sax,\
-    sax/source/tools/converter \
-    sax/source/tools/fastattribs \
+	sax/source/tools/converter \
+	sax/source/tools/fastattribs \
 	sax/source/tools/fastserializer \
-    sax/source/tools/fshelper \
+	sax/source/tools/fshelper \
 ))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list