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 @@
$(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 \
))
......
......@@ -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, \
......
......@@ -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) \
))
......
......@@ -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:
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