Kaydet (Commit) a2d9a4b3 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED

2005/03/03 15:42:03 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
üst 93fe92cb
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: Makefile,v $ # $RCSfile: Makefile,v $
# #
# $Revision: 1.6 $ # $Revision: 1.7 $
# #
# last change: $Author: rt $ $Date: 2005-01-31 16:54:59 $ # last change: $Author: rt $ $Date: 2005-03-29 12:14:24 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# the BSD license. # the BSD license.
...@@ -270,9 +270,9 @@ $(SAMPLE_NAME) : $(COMP1_REGISTERFLAG) $(COMP2_REGISTERFLAG) $(APP1_JAR) $(APP2_ ...@@ -270,9 +270,9 @@ $(SAMPLE_NAME) : $(COMP1_REGISTERFLAG) $(COMP2_REGISTERFLAG) $(APP1_JAR) $(APP2_
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
@echo Please use one of the following commands to execute the examples! @echo Please use one of the following commands to execute the examples!
@echo - @echo -
@echo make $(APP1_NAME).run @echo $(MAKE) $(APP1_NAME).run
@echo make $(APP2_NAME).run @echo $(MAKE) $(APP2_NAME).run
@echo make $(APP3_NAME).run @echo $(MAKE) $(APP3_NAME).run
@echo -------- @echo --------
@echo The "$(QM)$(COMP1_NAME)$(QM)" and "$(QM)$(COMP2_NAME)$(QM)" component are installed if @echo The "$(QM)$(COMP1_NAME)$(QM)" and "$(QM)$(COMP2_NAME)$(QM)" component are installed if
@echo SDK_AUTO_DEPLOYMENT = YES. You can use this components inside your office @echo SDK_AUTO_DEPLOYMENT = YES. You can use this components inside your office
...@@ -280,7 +280,7 @@ $(SAMPLE_NAME) : $(COMP1_REGISTERFLAG) $(COMP2_REGISTERFLAG) $(APP1_JAR) $(APP2_ ...@@ -280,7 +280,7 @@ $(SAMPLE_NAME) : $(COMP1_REGISTERFLAG) $(COMP2_REGISTERFLAG) $(APP1_JAR) $(APP2_
@echo document to see how the add-in functions can be used. For more details about the @echo document to see how the add-in functions can be used. For more details about the
@echo "$(QM)$(COMP2_NAME)$(QM)" component see the "$(QM)DataPilotReadme.txt"$(QM). @echo "$(QM)$(COMP2_NAME)$(QM)" component see the "$(QM)DataPilotReadme.txt"$(QM).
@echo - @echo -
@echo make ExampleAddIn.ods.load @echo $(MAKE) ExampleAddIn.ods.load
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
%.run: $(SAMPLE_CLASS_OUT)/%.jar %.run: $(SAMPLE_CLASS_OUT)/%.jar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment