Kaydet (Commit) 27d47293 authored tarafından Matúš Kukan's avatar Matúš Kukan

sax: Tabify makefiles to be more consistent

Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0
üst ce2d41b5
...@@ -10,22 +10,22 @@ ...@@ -10,22 +10,22 @@
$(eval $(call gb_CppunitTest_CppunitTest,sax)) $(eval $(call gb_CppunitTest_CppunitTest,sax))
$(eval $(call gb_CppunitTest_use_api,sax,\ $(eval $(call gb_CppunitTest_use_api,sax,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_external,sax,boost_headers)) $(eval $(call gb_CppunitTest_use_external,sax,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,sax, \ $(eval $(call gb_CppunitTest_use_libraries,sax, \
sax \ sax \
sal \ sal \
comphelper \ comphelper \
cppu \ cppu \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_add_exception_objects,sax, \ $(eval $(call gb_CppunitTest_add_exception_objects,sax, \
sax/qa/cppunit/test_converter \ sax/qa/cppunit/test_converter \
)) ))
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
$(eval $(call gb_CppunitTest_CppunitTest,sax_parser)) $(eval $(call gb_CppunitTest_CppunitTest,sax_parser))
$(eval $(call gb_CppunitTest_add_exception_objects,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, \ $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \
......
...@@ -12,28 +12,28 @@ $(eval $(call gb_Library_Library,expwrap)) ...@@ -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_componentfile,expwrap,sax/source/expatwrap/expwrap))
$(eval $(call gb_Library_set_include,expwrap,\ $(eval $(call gb_Library_set_include,expwrap,\
-I$(SRCDIR)/sax/inc \ -I$(SRCDIR)/sax/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_Library_add_defs,expwrap,\ $(eval $(call gb_Library_add_defs,expwrap,\
-DFASTSAX_DLLIMPLEMENTATION \ -DFASTSAX_DLLIMPLEMENTATION \
)) ))
$(eval $(call gb_Library_use_sdk_api,expwrap)) $(eval $(call gb_Library_use_sdk_api,expwrap))
$(eval $(call gb_Library_use_externals,expwrap,\ $(eval $(call gb_Library_use_externals,expwrap,\
boost_headers \ boost_headers \
expat \ expat \
zlib \ zlib \
)) ))
$(eval $(call gb_Library_use_libraries,expwrap,\ $(eval $(call gb_Library_use_libraries,expwrap,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
salhelper \ salhelper \
sax \ sax \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
$(eval $(call gb_Library_Library,sax)) $(eval $(call gb_Library_Library,sax))
$(eval $(call gb_Library_set_include,sax,\ $(eval $(call gb_Library_set_include,sax,\
-I$(SRCDIR)/sax/inc \ -I$(SRCDIR)/sax/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_Library_use_external,sax,boost_headers)) $(eval $(call gb_Library_use_external,sax,boost_headers))
...@@ -19,22 +19,22 @@ $(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_sdk_api,sax))
$(eval $(call gb_Library_use_libraries,sax,\ $(eval $(call gb_Library_use_libraries,sax,\
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Library_add_defs,sax,\ $(eval $(call gb_Library_add_defs,sax,\
-DSAX_DLLIMPLEMENTATION \ -DSAX_DLLIMPLEMENTATION \
)) ))
$(eval $(call gb_Library_add_exception_objects,sax,\ $(eval $(call gb_Library_add_exception_objects,sax,\
sax/source/tools/converter \ sax/source/tools/converter \
sax/source/tools/fastattribs \ sax/source/tools/fastattribs \
sax/source/tools/fastserializer \ sax/source/tools/fastserializer \
sax/source/tools/fshelper \ sax/source/tools/fshelper \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment