summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-20 00:31:52 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-22 08:41:08 +0200
commit27d472936659632c7f172972508264e99561a50d (patch)
treee376d3446db8e46d17fc1f66a5f067b61d4ebb2a /sax
parentce2d41b58ab8128b90e453ed95482c82a9d0ab76 (diff)
sax: Tabify makefiles to be more consistent
Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0
Diffstat (limited to 'sax')
-rw-r--r--sax/CppunitTest_sax.mk14
-rw-r--r--sax/CppunitTest_sax_parser.mk2
-rw-r--r--sax/Library_expwrap.mk22
-rw-r--r--sax/Library_sax.mk20
4 files changed, 29 insertions, 29 deletions
diff --git a/sax/CppunitTest_sax.mk b/sax/CppunitTest_sax.mk
index 62624b967b45..951386b9e1c4 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 a926121edaf3..9c7245c49684 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 7e3b53e5bfba..ef749a201a51 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 ebb314ce152c..353c5c6bc753 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: