Kaydet (Commit) 6a18fdce authored tarafından Michael Stahl's avatar Michael Stahl

trivial makefile cleanups

Change-Id: Ida5bdfa06ecd7907305f4f171ca5ab64260d0259
üst ac9ba521
......@@ -41,9 +41,9 @@ $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_scanner, \
endif
$(eval $(call gb_CppunitTest_set_include,basic_scanner,\
-I$(SRCDIR)/basic/source/inc \
-I$(SRCDIR)/basic/inc \
$$(INCLUDE) \
-I$(SRCDIR)/basic/source/inc \
-I$(SRCDIR)/basic/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
......@@ -59,10 +59,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_set_include,dbaccess_RowSetClones,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,dbaccess_RowSetClones,\
offapi \
oovbaapi \
......
......@@ -55,10 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_dialog_save, \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_set_include,dbaccess_dialog_save,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,dbaccess_dialog_save,\
offapi \
oovbaapi \
......
......@@ -55,10 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_empty_stdlib_save, \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_set_include,dbaccess_empty_stdlib_save,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,dbaccess_empty_stdlib_save,\
offapi \
oovbaapi \
......
......@@ -55,10 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_macros_test, \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_set_include,dbaccess_macros_test,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,dbaccess_macros_test,\
offapi \
oovbaapi \
......
......@@ -55,10 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_nolib_save, \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_set_include,dbaccess_nolib_save,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,dbaccess_nolib_save,\
offapi \
oovbaapi \
......
......@@ -20,7 +20,7 @@
$(eval $(call gb_Module_Module,editeng))
$(eval $(call gb_Module_add_targets,editeng,\
CustomTarget_generated \
CustomTarget_generated \
Library_editeng \
))
......
......@@ -16,7 +16,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,filter_dxf_test, \
))
$(eval $(call gb_CppunitTest_use_libraries,filter_dxf_test, \
gie \
gie \
sal \
test \
tl \
......
......@@ -18,14 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,filter_pict_test, \
))
$(eval $(call gb_CppunitTest_use_libraries,filter_pict_test, \
cppu \
comphelper \
cppu \
comphelper \
basegfx \
sal \
test \
tk \
tk \
tl \
utl \
utl \
unotest \
vcl \
$(gb_UWINAPI) \
......
......@@ -19,9 +19,9 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_oustring,\
))
$(eval $(call gb_CppunitTest_set_include,sal_rtl_oustring,\
-I$(SRCDIR)/sal/qa/inc \
$$(INCLUDE) \
))
-I$(SRCDIR)/sal/qa/inc \
$$(INCLUDE) \
))
# The test uses O(U)String capabilities that dlopen this lib:
$(call gb_CppunitTest_get_target,sal_rtl_oustring) : \
......
......@@ -10,7 +10,7 @@
$(eval $(call gb_CppunitTest_CppunitTest,svl_lngmisc))
$(eval $(call gb_CppunitTest_add_exception_objects,svl_lngmisc, \
svl/qa/unit/test_lngmisc \
svl/qa/unit/test_lngmisc \
))
# add a list of all needed libraries here
......@@ -33,4 +33,5 @@ $(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
-I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
......@@ -13,10 +13,6 @@ $(eval $(call gb_CppunitTest_use_external,svx_unit,boost_headers))
$(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
$(eval $(call gb_CppunitTest_set_include,svx_unit,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \
svx/qa/unit/svdraw/test_SdrTextObject \
svx/qa/unit/xoutdev \
......
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