std.mk (4847a43b) | std.mk (985d02c7) |
---|---|
1#************************************************************** | 1#************************************************************** |
2# | 2# |
3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at | 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at |
10# | 10# |
11# http://www.apache.org/licenses/LICENSE-2.0 | 11# http://www.apache.org/licenses/LICENSE-2.0 |
12# | 12# |
13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. | 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. |
19# | 19# |
20#************************************************************** | 20#************************************************************** |
21 |
|
21ifneq "$(OO_SDK_OUT)" "" 22OUT=$(subst \,/,$(OO_SDK_OUT))/$(OS)example.out 23else 24OUT=$(PRJ)/$(OS)example.out 25endif 26 27UNOPKG_EXT=uno.pkg 28UNOOXT_EXT=oxt --- 34 unchanged lines hidden (view full) --- 63endif 64endif 65 66DEPLOYTOOL="$(OFFICE_PROGRAM_PATH)$(PS)unopkg" add -f 67SDK_JAVA="$(OO_SDK_JAVA_HOME)/$(JAVABIN)/java" $(JAVA_OPTIONS) 68SDK_JAVAC="$(OO_SDK_JAVA_HOME)/$(JAVABIN)/javac" 69SDK_JAR="$(OO_SDK_JAVA_HOME)/$(JAVABIN)/jar" 70SDK_ZIP="$(OO_SDK_ZIP_HOME)/zip" | 22ifneq "$(OO_SDK_OUT)" "" 23OUT=$(subst \,/,$(OO_SDK_OUT))/$(OS)example.out 24else 25OUT=$(PRJ)/$(OS)example.out 26endif 27 28UNOPKG_EXT=uno.pkg 29UNOOXT_EXT=oxt --- 34 unchanged lines hidden (view full) --- 64endif 65endif 66 67DEPLOYTOOL="$(OFFICE_PROGRAM_PATH)$(PS)unopkg" add -f 68SDK_JAVA="$(OO_SDK_JAVA_HOME)/$(JAVABIN)/java" $(JAVA_OPTIONS) 69SDK_JAVAC="$(OO_SDK_JAVA_HOME)/$(JAVABIN)/javac" 70SDK_JAR="$(OO_SDK_JAVA_HOME)/$(JAVABIN)/jar" 71SDK_ZIP="$(OO_SDK_ZIP_HOME)/zip" |
72SDK_CAT="$(OO_SDK_CAT_HOME)/cat" 73SDK_SED="$(OO_SDK_SED_HOME)/sed" |
|
71IDLC="$(OO_SDK_HOME)/bin/idlc" 72CPPUMAKER="$(OO_SDK_HOME)/bin/cppumaker" 73JAVAMAKER="$(OO_SDK_HOME)/bin/javamaker" 74REGMERGE="$(OO_SDK_URE_HOME)/bin/regmerge" 75REGCOMP="$(OO_SDK_URE_HOME)/bin/regcomp" 76 77SDK_JAVA_UNO_BOOTSTRAP_FILES=\ 78 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader.class$(SQM) \ 79 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$Drain.class$(SQM) \ 80 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class$(SQM) \ 81 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$Drain.class$(SQM) \ 82 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/InstallationFinder.class$(SQM) \ 83 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/InstallationFinder$$StreamGobbler.class$(SQM) \ 84 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/WinRegKey.class$(SQM) \ 85 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/WinRegKeyException.class$(SQM) \ 86 -C $(CLASSES_DIR) $(SQM)win/unowinreg.dll$(SQM) | 74IDLC="$(OO_SDK_HOME)/bin/idlc" 75CPPUMAKER="$(OO_SDK_HOME)/bin/cppumaker" 76JAVAMAKER="$(OO_SDK_HOME)/bin/javamaker" 77REGMERGE="$(OO_SDK_URE_HOME)/bin/regmerge" 78REGCOMP="$(OO_SDK_URE_HOME)/bin/regcomp" 79 80SDK_JAVA_UNO_BOOTSTRAP_FILES=\ 81 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader.class$(SQM) \ 82 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$Drain.class$(SQM) \ 83 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class$(SQM) \ 84 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$Drain.class$(SQM) \ 85 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/InstallationFinder.class$(SQM) \ 86 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/InstallationFinder$$StreamGobbler.class$(SQM) \ 87 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/WinRegKey.class$(SQM) \ 88 -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/WinRegKeyException.class$(SQM) \ 89 -C $(CLASSES_DIR) $(SQM)win/unowinreg.dll$(SQM) |