diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-09-10 13:21:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-09-10 14:56:06 +0200 |
commit | cc60672058f8ea72f29e5ebc5be3439fd41a5de9 (patch) | |
tree | 376d98fc3bba02dd82a4adf58a3440b2ac7a5208 /odk/examples | |
parent | 9eaf09e363c2c1377f74aa0db4854be2f825dd23 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/cpp/remoteclient/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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),$@) $< |