Makefile (34dd1e25) | Makefile (122c3632) |
---|---|
1/************************************************************** 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 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 19 * 20 *************************************************************/ 21 22#************************************************************************* 23# 24# The Contents of this file are made available subject to the terms of 25# the BSD license. | 1#************************************************************** |
26# | 2# |
27# Copyright 2000, 2010 Oracle and/or its affiliates. 28# All rights reserved. 29# 30# Redistribution and use in source and binary forms, with or without 31# modification, are permitted provided that the following conditions 32# are met: 33# 1. Redistributions of source code must retain the above copyright 34# notice, this list of conditions and the following disclaimer. 35# 2. Redistributions in binary form must reproduce the above copyright 36# notice, this list of conditions and the following disclaimer in the 37# documentation and/or other materials provided with the distribution. 38# 3. Neither the name of Sun Microsystems, Inc. nor the names of its 39# contributors may be used to endorse or promote products derived 40# from this software without specific prior written permission. 41# 42# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 43# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 44# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 45# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 46# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 47# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 48# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 49# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 50# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 51# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 52# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 53# 54#************************************************************************** | 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# 11# http://www.apache.org/licenses/LICENSE-2.0 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. 19# 20#************************************************************** |
55 56# Builds the DialogWithHelp example of the Developers Guide. 57 58PRJ=../../../.. 59SETTINGS=$(PRJ)/settings 60 61include $(SETTINGS)/settings.mk 62include $(SETTINGS)/std.mk --- 15 unchanged lines hidden (view full) --- 78 DialogWithHelp/script.xlb\ 79 DialogWithHelp/Module1.xba\ 80 DialogWithHelp/Dialog1.xdl 81 82COMP_MISC_FILES=\ 83 META-INF/manifest.xml\ 84 Addons.xcu\ 85 description.xml | 21 22# Builds the DialogWithHelp example of the Developers Guide. 23 24PRJ=../../../.. 25SETTINGS=$(PRJ)/settings 26 27include $(SETTINGS)/settings.mk 28include $(SETTINGS)/std.mk --- 15 unchanged lines hidden (view full) --- 44 DialogWithHelp/script.xlb\ 45 DialogWithHelp/Module1.xba\ 46 DialogWithHelp/Dialog1.xdl 47 48COMP_MISC_FILES=\ 49 META-INF/manifest.xml\ 50 Addons.xcu\ 51 description.xml |
86 | 52 |
87COMP_HELP_FILES=\ 88 help/de/com.foocorp.foo-ext/page1.xhp\ 89 help/de/com.foocorp.foo-ext/page2.xhp\ 90 help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp\ 91 help/en/com.foocorp.foo-ext/page1.xhp\ 92 help/en/com.foocorp.foo-ext/page2.xhp\ 93 help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp\ 94 --- 45 unchanged lines hidden --- | 53COMP_HELP_FILES=\ 54 help/de/com.foocorp.foo-ext/page1.xhp\ 55 help/de/com.foocorp.foo-ext/page2.xhp\ 56 help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp\ 57 help/en/com.foocorp.foo-ext/page1.xhp\ 58 help/en/com.foocorp.foo-ext/page2.xhp\ 59 help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp\ 60 --- 45 unchanged lines hidden --- |