Update ooo320-m1
[ooovba.git] / helpcontent2 / source / text / shared / autopi / makefile.mk
blobff32f73dbd12033b403a728dabac0a1ad1c928aa
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/autopi
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_shared_autopi
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 01000000.xhp \
52 01010000.xhp \
53 01010100.xhp \
54 01010200.xhp \
55 01010300.xhp \
56 01010400.xhp \
57 01010500.xhp \
58 01010600.xhp \
59 01020000.xhp \
60 01020100.xhp \
61 01020200.xhp \
62 01020300.xhp \
63 01020400.xhp \
64 01020500.xhp \
65 01040000.xhp \
66 01040100.xhp \
67 01040200.xhp \
68 01040300.xhp \
69 01040400.xhp \
70 01040500.xhp \
71 01040600.xhp \
72 01050000.xhp \
73 01050100.xhp \
74 01050200.xhp \
75 01050300.xhp \
76 01050400.xhp \
77 01050500.xhp \
78 01090000.xhp \
79 01090100.xhp \
80 01090200.xhp \
81 01090210.xhp \
82 01090220.xhp \
83 01090300.xhp \
84 01090400.xhp \
85 01090500.xhp \
86 01090600.xhp \
87 01100000.xhp \
88 01100100.xhp \
89 01100150.xhp \
90 01100200.xhp \
91 01100300.xhp \
92 01100400.xhp \
93 01100500.xhp \
94 01110000.xhp \
95 01110100.xhp \
96 01110200.xhp \
97 01110300.xhp \
98 01110400.xhp \
99 01110500.xhp \
100 01110600.xhp \
101 01120000.xhp \
102 01120100.xhp \
103 01120200.xhp \
104 01120300.xhp \
105 01120400.xhp \
106 01120500.xhp \
107 01130000.xhp \
108 01130100.xhp \
109 01130200.xhp \
110 01150000.xhp \
111 01170000.xhp \
112 01170200.xhp \
113 01170300.xhp \
114 01170400.xhp \
115 01170500.xhp \
116 purchase.xhp \
117 startup.xhp \
118 webwizard00.xhp \
119 webwizard01.xhp \
120 webwizard02.xhp \
121 webwizard03.xhp \
122 webwizard04.xhp \
123 webwizard05.xhp \
124 webwizard05bi.xhp \
125 webwizard05is.xhp \
126 webwizard06.xhp \
127 webwizard07.xhp \
128 webwizard07fc.xhp
130 # --- Targets ------------------------------------------------------
132 .INCLUDE : target.mk
133 .INCLUDE : $(PRJ)$/makefile.pmk