makefile.mk (54628ca4) makefile.mk (db611b0e)
1#*************************************************************************
2#
3# Licensed Materials - Property of IBM.
4# (C) Copyright IBM Corporation 2003, 2012. All Rights Reserved.
5# U.S. Government Users Restricted Rights:
6# Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
7#
8#*************************************************************************
9
10#*************************************************************************
11#
12# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
13#
14# Copyright 2008 by Sun Microsystems, Inc.
15#
16# OpenOffice.org - a multi-platform office productivity suite
17#
18# $RCSfile: makefile.mk,v $
19#
20# $Revision: 1.3 $
21#
22# This file is part of OpenOffice.org.
23#
24# OpenOffice.org is free software: you can redistribute it and/or modify
25# it under the terms of the GNU Lesser General Public License version 3
26# only, as published by the Free Software Foundation.
27#
28# OpenOffice.org is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31# GNU Lesser General Public License version 3 for more details
32# (a copy is included in the LICENSE file that accompanied this code).
33#
34# You should have received a copy of the GNU Lesser General Public License
35# version 3 along with OpenOffice.org. If not, see
36# <http://www.openoffice.org/license.html>
37# for a copy of the LGPLv3 License.
38#
39#*************************************************************************
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#**************************************************************
40PRJ=..$/..$/..
41
42
21PRJ=..$/..$/..
22
23
43
44PRJNAME=extras
45TARGET=galleryarrows
46
47.INCLUDE : settings.mk
48
49.INCLUDE : $(PRJ)$/util$/target.pmk
50
51
52
53ZIP1TARGET = $(GALLERY_ARROWS_TARGET)
54
55ZIP1LIST = * -x makefile.*
56
57
58
59.INCLUDE : target.mk
60
61
62
24PRJNAME=extras
25TARGET=galleryarrows
26
27.INCLUDE : settings.mk
28
29.INCLUDE : $(PRJ)$/util$/target.pmk
30
31
32
33ZIP1TARGET = $(GALLERY_ARROWS_TARGET)
34
35ZIP1LIST = * -x makefile.*
36
37
38
39.INCLUDE : target.mk
40
41
42