summaryrefslogtreecommitdiff
path: root/sal/test/makefile.mk
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-07-25 07:18:39 +0000
committerKay Ramme <kr@openoffice.org>2001-07-25 07:18:39 +0000
commit7c6cb8fded2027cb3ab189d85db58d8e85f77bed (patch)
tree6fb94c25caa74ff3d5174b6b07c3e73c060abbcf /sal/test/makefile.mk
parentd371ca70fec5ec3d5a94e6588d0c7abe37a79ad3 (diff)
extended to test to check exe. extension removal (#88338#)
Diffstat (limited to 'sal/test/makefile.mk')
-rw-r--r--sal/test/makefile.mk33
1 files changed, 29 insertions, 4 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk
index 5b78baa490c4..d01ca52ff1e9 100644
--- a/sal/test/makefile.mk
+++ b/sal/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: jbu $ $Date: 2001-07-06 09:39:53 $
+# last change: $Author: kr $ $Date: 2001-07-25 08:18:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,9 +107,33 @@ APP2STDLIBS = $(SALLIB)
# --- Targets ------------------------------------------------------
-
.IF "$(depend)" == ""
-ALL : $(BIN)$/$(BOOTSTRAPSCRIPT) $(BIN)$/$(BOOTSTRAPINI) $(BIN)$/bootstraptest.ini ALLTAR
+ALL : ALLTAR \
+ $(BIN)$/$(BOOTSTRAPSCRIPT) \
+ $(BIN)$/$(BOOTSTRAPINI) \
+ $(BIN)$/bootstraptest.ini \
+ $(BIN)$/testbootstrap.bin \
+ $(BIN)$/testbootstrap.Bin \
+ $(BIN)$/testbootstrap.Exe
+
+
+.IF "$(GUI)"=="UNX"
+ALL: $(BIN)$/testbootstrap.exe
+
+$(BIN)$/testbootstrap.exe : $(APP2TARGETN)
+ cp $(APP2TARGETN) $@
+
+.ENDIF
+
+$(BIN)$/testbootstrap.bin : $(APP2TARGETN)
+ cp $(APP2TARGETN) $@
+
+$(BIN)$/testbootstrap.Bin : $(APP2TARGETN)
+ cp $(APP2TARGETN) $@
+
+$(BIN)$/testbootstrap.Exe : $(APP2TARGETN)
+ cp $(APP2TARGETN) $@
+
.ELSE
ALL: ALLDEP
.ENDIF
@@ -129,6 +153,7 @@ $(BIN)$/$(BOOTSTRAPINI) : testbootstrap.ini
$(BIN)$/bootstraptest.ini : bootstraptest.ini
$(MY_SCRIPTCAT) bootstraptest.ini > $@
+
# --- SO2-Filter-Datei ---
$(MISC)$/tsl$(UPD)$(DLLPOSTFIX).flt:
@echo ------------------------------