summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io/source/acceptor/makefile.mk15
-rw-r--r--io/source/connector/makefile.mk11
-rw-r--r--ure/Rdb_ure.mk5
3 files changed, 19 insertions, 12 deletions
diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk
index 40d6c023bf38..566c2b5ca51d 100644
--- a/io/source/acceptor/makefile.mk
+++ b/io/source/acceptor/makefile.mk
@@ -68,17 +68,20 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-# --- Targets ------------------------------------------------------
-.ENDIF # L10N_framework
-
-.ENDIF
+.ENDIF # IOS
-.INCLUDE : target.mk
+.ENDIF # L10N_framework
-ALLTAR : $(MISC)/acceptor.component
+.IF "$(OS)" != "IOS"
$(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
acceptor.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_URE_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt acceptor.component
+
+ALLTAR : $(MISC)/acceptor.component
+
+.ENDIF # IOS
+
+.INCLUDE : target.mk
diff --git a/io/source/connector/makefile.mk b/io/source/connector/makefile.mk
index a4844304d031..2470b614eb35 100644
--- a/io/source/connector/makefile.mk
+++ b/io/source/connector/makefile.mk
@@ -68,12 +68,11 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-# --- Targets ------------------------------------------------------
-.ENDIF # L10N_framework
+.ENDIF # IOS
-.ENDIF
+.ENDIF # L10N_framework
-.INCLUDE : target.mk
+.IF "$(OS)" != "IOS"
ALLTAR : $(MISC)/connector.component
@@ -82,3 +81,7 @@ $(MISC)/connector.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_URE_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt connector.component
+
+.ENDIF # IOS
+
+.INCLUDE : target.mk
diff --git a/ure/Rdb_ure.mk b/ure/Rdb_ure.mk
index a0639c1c4aa3..464c747eb8c2 100644
--- a/ure/Rdb_ure.mk
+++ b/ure/Rdb_ure.mk
@@ -28,10 +28,11 @@
$(eval $(call gb_Rdb_Rdb,ure/services))
$(eval $(call gb_Rdb_add_components,ure/services,\
- acceptor \
+ $(if $(filter IOS,$(OS)),, \
+ acceptor \
+ connector) \
binaryurp/source/binaryurp \
bootstrap \
- connector \
introspection \
invocadapt \
invocation \