diff options
Diffstat (limited to 'sax')
-rw-r--r-- | sax/CppunitTest_sax.mk | 14 | ||||
-rw-r--r-- | sax/CppunitTest_sax_parser.mk | 2 | ||||
-rw-r--r-- | sax/Library_expwrap.mk | 22 | ||||
-rw-r--r-- | sax/Library_sax.mk | 20 |
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: |