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#*************************************************************************
40PRJ=..$/..$/..
41
42
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
63