diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-07-16 17:58:58 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-07-16 18:01:11 +0200 |
commit | 437dc5384985c97d6b59e91ab5280a840a387731 (patch) | |
tree | 6ca76a1f75c99b1430c4c748d7e385aafedc0314 /cppuhelper | |
parent | aad94ec02c625a1cb15d8e8ebb71f2213520a6d2 (diff) |
forgot to rename cppu -> cppuhelper from the template
Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_checkapi.mk | 24 | ||||
-rw-r--r-- | cppuhelper/CustomTarget_cppuhelper_allheaders.mk | 22 |
2 files changed, 23 insertions, 23 deletions
diff --git a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk index 98832d086fb0..60a66b6e9cf5 100644 --- a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk +++ b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk @@ -25,30 +25,30 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CppunitTest_CppunitTest,cppu_checkapi)) +$(eval $(call gb_CppunitTest_CppunitTest,cppuhelper_checkapi)) -$(eval $(call gb_CppunitTest_add_exception_objects,cppu_checkapi,\ - cppu/qa/checkapi/strings \ +$(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_checkapi,\ + cppuhelper/qa/checkapi/strings \ )) -$(eval $(call gb_CppunitTest_set_include,cppu_checkapi,\ +$(eval $(call gb_CppunitTest_set_include,cppuhelper_checkapi,\ $$(INCLUDE) \ - -I$(SRCDIR)/cppu/inc \ + -I$(SRCDIR)/cppuhelper/inc \ )) -$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_checkapi, \ +$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppuhelper_checkapi, \ cppu \ udkapi \ )) # strings.cxx includes generated strings.hxx -$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings) : \ - INCLUDE += -I$(call gb_CustomTarget_get_workdir,cppu/allheaders) -$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings) :| \ - $(call gb_CustomTarget_get_workdir,cppu/allheaders)/cppu_allheaders.hxx +$(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) : \ + INCLUDE += -I$(call gb_CustomTarget_get_workdir,cppuhelper/allheaders) +$(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) :| \ + $(call gb_CustomTarget_get_workdir,cppuhelper/allheaders)/cppuhelper_allheaders.hxx -$(eval $(call gb_CppunitTest_use_libraries,cppu_checkapi,\ - cppu \ +$(eval $(call gb_CppunitTest_use_libraries,cppuhelper_checkapi,\ + cppuhelper \ $(gb_STDLIBS) \ )) diff --git a/cppuhelper/CustomTarget_cppuhelper_allheaders.mk b/cppuhelper/CustomTarget_cppuhelper_allheaders.mk index 9097ae465175..24d80c3650ff 100644 --- a/cppuhelper/CustomTarget_cppuhelper_allheaders.mk +++ b/cppuhelper/CustomTarget_cppuhelper_allheaders.mk @@ -25,24 +25,24 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,cppu/allheaders)) +$(eval $(call gb_CustomTarget_CustomTarget,cppuhelper/allheaders)) -cppu_allheaders_DIR := $(call gb_CustomTarget_get_workdir,cppu/allheaders) +cppuhelper_allheaders_DIR := $(call gb_CustomTarget_get_workdir,cppuhelper/allheaders) -$(call gb_CustomTarget_get_target,cppu/allheaders) : \ - $(cppu_allheaders_DIR)/cppu_allheaders.hxx +$(call gb_CustomTarget_get_target,cppuhelper/allheaders) : \ + $(cppuhelper_allheaders_DIR)/cppuhelper_allheaders.hxx # dependency on Package_inc.mk should ensure this is updated whenever a new public header is added -$(cppu_allheaders_DIR)/cppu_allheaders.hxx :| $(cppu_allheaders_DIR)/.dir $(SRCDIR)/cppu/Package_inc.mk +$(cppuhelper_allheaders_DIR)/cppuhelper_allheaders.hxx :| $(cppuhelper_allheaders_DIR)/.dir $(SRCDIR)/cppuhelper/Package_inc.mk $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) - echo '// Generated list of all cppu/ includes' > $@ + echo '// Generated list of all cppuhelper/ includes' > $@ echo -e \ - $(foreach file, $(wildcard $(SRCDIR)/cppu/inc/*.h) $(wildcard $(SRCDIR)/cppu/inc/*.hxx) \ - $(wildcard $(SRCDIR)/cppu/inc/*/*.h) $(wildcard $(SRCDIR)/cppu/inc/*/*.hxx) \ - $(wildcard $(SRCDIR)/cppu/inc/*/*/*.h) $(wildcard $(SRCDIR)/cppu/inc/*/*/*.hxx) \ - $(wildcard $(SRCDIR)/cppu/inc/*/*/*/*.h) $(wildcard $(SRCDIR)/cppu/inc/*/*/*/*.hxx), \ + $(foreach file, $(wildcard $(SRCDIR)/cppuhelper/inc/*.h) $(wildcard $(SRCDIR)/cppuhelper/inc/*.hxx) \ + $(wildcard $(SRCDIR)/cppuhelper/inc/*/*.h) $(wildcard $(SRCDIR)/cppuhelper/inc/*/*.hxx) \ + $(wildcard $(SRCDIR)/cppuhelper/inc/*/*/*.h) $(wildcard $(SRCDIR)/cppuhelper/inc/*/*/*.hxx) \ + $(wildcard $(SRCDIR)/cppuhelper/inc/*/*/*/*.h) $(wildcard $(SRCDIR)/cppuhelper/inc/*/*/*/*.hxx), \ $(if $(findstring /win32/, $(file)), '#ifdef _WIN32\n') \ - '#include <$(subst $(SRCDIR)/cppu/inc/,,$(file))>\n' \ + '#include <$(subst $(SRCDIR)/cppuhelper/inc/,,$(file))>\n' \ $(if $(findstring /win32/, $(file)), '#endif // _WIN32\n') \ ) >> $@ |