Kaydet (Commit) 81f077bc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't point to inc directories that don't exist any longer

Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
üst d12a3e8b
...@@ -9,11 +9,6 @@ ...@@ -9,11 +9,6 @@
$(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest)) $(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest))
$(eval $(call gb_CppunitTest_set_include,basebmp_cpputest,\
-I$(SRCDIR)/basebmp/inc/ \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers)) $(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\ $(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
......
...@@ -22,11 +22,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\ ...@@ -22,11 +22,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Library_set_include,basebmp,\
-I$(SRCDIR)/basebmp/inc/ \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,basebmp,\ $(eval $(call gb_Library_add_defs,basebmp,\
-DBASEBMP_DLLIMPLEMENTATION \ -DBASEBMP_DLLIMPLEMENTATION \
)) ))
......
...@@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,cairocanvas)) ...@@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,cairocanvas))
$(eval $(call gb_Library_set_componentfile,cairocanvas,canvas/source/cairo/cairocanvas)) $(eval $(call gb_Library_set_componentfile,cairocanvas,canvas/source/cairo/cairocanvas))
$(eval $(call gb_Library_set_include,cairocanvas,\
$$(INCLUDE) \
-I$(SRCDIR)/canvas/inc \
))
$(eval $(call gb_Library_use_sdk_api,cairocanvas)) $(eval $(call gb_Library_use_sdk_api,cairocanvas))
ifeq ($(OS),MACOSX) ifeq ($(OS),MACOSX)
......
...@@ -26,9 +26,4 @@ $(eval $(call gb_CppunitTest_use_libraries,comphelper_test, \ ...@@ -26,9 +26,4 @@ $(eval $(call gb_CppunitTest_use_libraries,comphelper_test, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_set_include,comphelper_test,\
-I$(SRCDIR)/comphelper/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -37,11 +37,6 @@ $(eval $(call gb_CppunitTest_use_package,i18nlangtag_test_languagetag,langtag_da ...@@ -37,11 +37,6 @@ $(eval $(call gb_CppunitTest_use_package,i18nlangtag_test_languagetag,langtag_da
endif endif
endif endif
$(eval $(call gb_CppunitTest_set_include,i18nlangtag_test_languagetag,\
-I$(SRCDIR)/i18nlangtag/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_add_exception_objects,i18nlangtag_test_languagetag,\ $(eval $(call gb_CppunitTest_add_exception_objects,i18nlangtag_test_languagetag,\
i18nlangtag/qa/cppunit/test_languagetag \ i18nlangtag/qa/cppunit/test_languagetag \
)) ))
......
...@@ -19,11 +19,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\ ...@@ -19,11 +19,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\
salhelper/qa/test_api \ salhelper/qa/test_api \
)) ))
$(eval $(call gb_CppunitTest_set_include,salhelper_testapi,\
$$(INCLUDE) \
-I$(SRCDIR)/salhelper/inc \
))
$(eval $(call gb_CppunitTest_use_external,salhelper_testapi,boost_headers)) $(eval $(call gb_CppunitTest_use_external,salhelper_testapi,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\ $(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\
......
...@@ -50,7 +50,6 @@ endif ...@@ -50,7 +50,6 @@ endif
$(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\ $(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
-I$(SRCDIR)/svl/source/inc \ -I$(SRCDIR)/svl/source/inc \
-I$(SRCDIR)/svl/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -14,7 +14,6 @@ $(eval $(call gb_Executable_set_targettype_gui,langsupport,YES)) ...@@ -14,7 +14,6 @@ $(eval $(call gb_Executable_set_targettype_gui,langsupport,YES))
$(eval $(call gb_Executable_set_include,langsupport,\ $(eval $(call gb_Executable_set_include,langsupport,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/svtools/inc \ -I$(SRCDIR)/svtools/inc \
-I$(SRCDIR)/svtools/inc/svtools \
-I$(SRCDIR)/svtools/source/inc \ -I$(SRCDIR)/svtools/source/inc \
)) ))
......
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