summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-12 13:01:12 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-12 13:01:12 +0300
commitf0c047b25a26339ddcde1287328d9ad0cde69011 (patch)
tree8b7c621f90c9fde8c9cf0961003e909a179a326d
parent4d62313de5dd568230fa06634569e5d098bef7be (diff)
Don't do anything when cross-compiling for now
-rw-r--r--testtools/com/sun/star/comp/bridge/makefile.mk5
-rw-r--r--testtools/source/bridgetest/idl/makefile.mk8
-rw-r--r--testtools/source/bridgetest/makefile.mk7
-rw-r--r--testtools/source/bridgetest/pyuno/makefile.mk6
-rw-r--r--testtools/source/cliversioning/makefile.mk6
5 files changed, 32 insertions, 0 deletions
diff --git a/testtools/com/sun/star/comp/bridge/makefile.mk b/testtools/com/sun/star/comp/bridge/makefile.mk
index 7083f2381..0a6b9a8c1 100644
--- a/testtools/com/sun/star/comp/bridge/makefile.mk
+++ b/testtools/com/sun/star/comp/bridge/makefile.mk
@@ -34,6 +34,11 @@ TARGET=com_sun_star_comp_bridge
.INCLUDE : settings.mk
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
# ------------------------------------------------------------------
.IF "$(SOLAR_JAVA)" != ""
diff --git a/testtools/source/bridgetest/idl/makefile.mk b/testtools/source/bridgetest/idl/makefile.mk
index b056aec1c..dce276e4e 100644
--- a/testtools/source/bridgetest/idl/makefile.mk
+++ b/testtools/source/bridgetest/idl/makefile.mk
@@ -30,8 +30,16 @@ PRJNAME := testtools
TARGET := bridgetest_idl
.INCLUDE: settings.mk
+
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
.INCLUDE: target.mk
+
.IF "$(L10N_framework)"==""
+
ALLTAR: $(MISC)$/$(TARGET).cppumaker.done $(MISC)$/$(TARGET).javamaker.done
$(MISC)$/$(TARGET).cppumaker.done: $(BIN)$/bridgetest.rdb
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk
index 8ce4116f1..3932d04c9 100644
--- a/testtools/source/bridgetest/makefile.mk
+++ b/testtools/source/bridgetest/makefile.mk
@@ -34,7 +34,14 @@ ENABLE_EXCEPTIONS=TRUE
LIBTARGET=NO
.INCLUDE: settings.mk
+
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
.IF "$(L10N_framework)"==""
+
DLLPRE = # no leading "lib" on .so files
.IF "$(GUI)"=="WNT"
diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk
index b5d90cb21..b7a7294dc 100644
--- a/testtools/source/bridgetest/pyuno/makefile.mk
+++ b/testtools/source/bridgetest/pyuno/makefile.mk
@@ -38,6 +38,12 @@ my_components = pythonloader
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
# --- Files --------------------------------------------------------
.IF "$(DISABLE_PYTHON)" != "TRUE"
.IF "$(L10N_framework)"==""
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index bb9cd3de2..803fda83a 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -33,6 +33,12 @@ TARGET := test_climaker
PACKAGE = cliversion
.INCLUDE: settings.mk
+
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(debug)" != ""