Update ooo320-m1
[ooovba.git] / helpcontent2 / source / text / shared / 00 / makefile.mk
blob65cbb49aaf6146ee4180abab33739cdb4d45123c
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.template,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 # edit to match directory level
33 PRJ = ..$/..$/..$/..
34 # same for all makefiles in "helpcontent2"
35 PRJNAME = helpcontent2
36 # edit to match the current package
37 PACKAGE = text/shared/00
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_shared_00
41 # edit to match the current module
42 MODULE = shared
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 00000001.xhp \
52 00000002.xhp \
53 00000003.xhp \
54 00000004.xhp \
55 00000005.xhp \
56 00000007.xhp \
57 00000010.xhp \
58 00000011.xhp \
59 00000020.xhp \
60 00000021.xhp \
61 00000099.xhp \
62 00000202.xhp \
63 00000203.xhp \
64 00000204.xhp \
65 00000205.xhp \
66 00000206.xhp \
67 00000207.xhp \
68 00000208.xhp \
69 00000210.xhp \
70 00000212.xhp \
71 00000213.xhp \
72 00000214.xhp \
73 00000215.xhp \
74 00000401.xhp \
75 00000402.xhp \
76 00000403.xhp \
77 00000404.xhp \
78 00000406.xhp \
79 00000407.xhp \
80 00000408.xhp \
81 00000409.xhp \
82 00000450.xhp \
83 00040500.xhp \
84 00040501.xhp \
85 00040502.xhp \
86 00040503.xhp \
87 01000000.xhp \
88 01010000.xhp \
89 01020000.xhp \
90 01050000.xhp \
91 icon_alt.xhp
93 # --- Targets ------------------------------------------------------
95 .INCLUDE : target.mk
96 .INCLUDE : $(PRJ)$/makefile.pmk