odk/examples/cpp/remoteclient/Makefile | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit cc60672058f8ea72f29e5ebc5be3439fd41a5de9 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Sep 10 13:21:04 2021 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Sep 10 14:56:06 2021 +0200 This example doesn't have any idl files Change-Id: Ia70268084603db3329d276533a9351e6c1eebbca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121894 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/odk/examples/cpp/remoteclient/Makefile b/odk/examples/cpp/remoteclient/Makefile index 238ec3ca2a74..956243a5d452 100644 --- a/odk/examples/cpp/remoteclient/Makefile +++ b/odk/examples/cpp/remoteclient/Makefile @@ -44,8 +44,6 @@ include $(SETTINGS)/std.mk COMP_NAME=remoteclientsample COMP_IMPL_NAME=$(COMP_NAME).uno.$(SHAREDLIB_EXT) COMP_IMPL=$(SHAREDLIB_OUT)/$(COMP_IMPL_NAME) -COMP_RDB_NAME = $(COMP_NAME).uno.rdb -COMP_RDB = $(OUT_BIN)/$(COMP_RDB_NAME) COMP_SERVICES=$(SHAREDLIB_OUT)/remoteclientsample.rdb ENV_COMP_SERVICES=-env:URE_MORE_SERVICES=$(URLPREFIX)$(COMP_SERVICES) @@ -67,12 +65,6 @@ ALL : \ include $(SETTINGS)/stdtarget.mk -# This example type library will be extended by the URE types -$(OUT_BIN)/%.rdb : - -$(MKDIR) $(subst /,$(PS),$(@D)) - -$(DEL) $(subst \\,\,$(subst /,$(PS),$@)) - $(REGMERGE) $@ / $(URE_TYPES) - $(OUT_COMP_SLO)/%.$(OBJ_EXT) : %.cxx $(SDKTYPEFLAG) -$(MKDIR) $(subst /,$(PS),$(@D)) $(CC) $(CC_FLAGS) $(CC_INCLUDES) -I$(OUT_COMP_INC) $(CC_DEFINES) $(CC_OUTPUT_SWITCH)$(subst /,$(PS),$@) $<