summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 11:10:04 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 11:10:04 +0000
commitac80ee6b3d4c7f16e869c12c0758e1e0924d2dcd (patch)
tree17fc20cb18070795ec9657ac23924ce3004c3b1c
parent7c910adf725ef536ae5862bc87f0a2b25f71d4ab (diff)
INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
2005/03/03 15:41:54 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
-rw-r--r--odk/examples/DevelopersGuide/Database/Makefile10
-rw-r--r--odk/examples/DevelopersGuide/Drawing/Makefile32
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/Makefile10
3 files changed, 26 insertions, 26 deletions
diff --git a/odk/examples/DevelopersGuide/Database/Makefile b/odk/examples/DevelopersGuide/Database/Makefile
index bd48a0ec6c14..f9182317e5e8 100644
--- a/odk/examples/DevelopersGuide/Database/Makefile
+++ b/odk/examples/DevelopersGuide/Database/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:19:45 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:09:35 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -127,9 +127,9 @@ $(EXAMPLE_NAME) : $(APP1_JAR) $(APP2_JAR) $(APP3_JAR)
@echo have created such a database and have established a connection to it.
@echo Please use one of the following commands to execute the examples!
@echo -
- @echo make CodeSamples.run
- @echo make OpenQuery.run
- @echo make RowSet.run
+ @echo $(MAKE) CodeSamples.run
+ @echo $(MAKE) OpenQuery.run
+ @echo $(MAKE) RowSet.run
@echo --------------------------------------------------------------------------------
%.run: $(OUT_APP_CLASS)/%.jar
diff --git a/odk/examples/DevelopersGuide/Drawing/Makefile b/odk/examples/DevelopersGuide/Drawing/Makefile
index 4b16150ad657..b6351d740cc6 100644
--- a/odk/examples/DevelopersGuide/Drawing/Makefile
+++ b/odk/examples/DevelopersGuide/Drawing/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:23:34 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:09:50 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -140,20 +140,20 @@ DrawingExamples : $(APP1_JAR) $(APP2_JAR) $(APP3_JAR) $(APP4_JAR) $(APP5_JAR) $(
@echo --------------------------------------------------------------------------------
@echo Please use one of the following commands to execute the examples!
@echo -
- @echo make $(APP1_NAME).run
- @echo make $(APP2_NAME).run
- @echo make $(APP3_NAME).run
- @echo make $(APP4_NAME).run
- @echo make $(APP5_NAME).run
- @echo make $(APP6_NAME).run
- @echo make $(APP7_NAME).run
- @echo make $(APP8_NAME).run
- @echo make $(APP9_NAME).run
- @echo make $(APP10_NAME).run
- @echo make $(APP11_NAME).run
- @echo make $(APP12_NAME).run
- @echo make $(APP13_NAME).run
- @echo make $(APP14_NAME).run
+ @echo $(MAKE) $(APP1_NAME).run
+ @echo $(MAKE) $(APP2_NAME).run
+ @echo $(MAKE) $(APP3_NAME).run
+ @echo $(MAKE) $(APP4_NAME).run
+ @echo $(MAKE) $(APP5_NAME).run
+ @echo $(MAKE) $(APP6_NAME).run
+ @echo $(MAKE) $(APP7_NAME).run
+ @echo $(MAKE) $(APP8_NAME).run
+ @echo $(MAKE) $(APP9_NAME).run
+ @echo $(MAKE) $(APP10_NAME).run
+ @echo $(MAKE) $(APP11_NAME).run
+ @echo $(MAKE) $(APP12_NAME).run
+ @echo $(MAKE) $(APP13_NAME).run
+ @echo $(MAKE) $(APP14_NAME).run
@echo --------
@echo The $(APP5_NAME) and the $(APP8_NAME) needs parameters. Please use the
@echo following command to start the demo if you do not want the default parameters
diff --git a/odk/examples/DevelopersGuide/FirstSteps/Makefile b/odk/examples/DevelopersGuide/FirstSteps/Makefile
index e519257c725b..07b299c7f0f2 100644
--- a/odk/examples/DevelopersGuide/FirstSteps/Makefile
+++ b/odk/examples/DevelopersGuide/FirstSteps/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:27:04 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:10:04 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -94,9 +94,9 @@ $(EXAMPLE_NAME) : $(APP1_JAR) $(APP2_JAR) $(APP3_JAR)
@echo --------------------------------------------------------------------------------
@echo Please use one of the following commands to execute the examples!
@echo -
- @echo make $(APP1_NAME).run
- @echo make $(APP2_NAME).run
- @echo make $(APP3_NAME).run
+ @echo $(MAKE) $(APP1_NAME).run
+ @echo $(MAKE) $(APP2_NAME).run
+ @echo $(MAKE) $(APP3_NAME).run
@echo --------------------------------------------------------------------------------
%.run: $(OUT_APP_CLASS)/%.jar