1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: packagedef.mk,v $
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 DIR_FILTERCFGOUT
:= $(MISC
)$/filters
33 .IF
"$(WITH_LANG)"!=""
34 DIR_LOCFRAG
:= $(DIR_FILTERCFGOUT
)$/ui
$/fragments
35 .ELSE
# "$(WITH_LANG)"!=""
36 DIR_LOCFRAG
:= $(PRJ
)$/source
$/config
$/fragments
37 .ENDIF
# "$(WITH_LANG)"!=""
38 DIR_LOCMERGE
:= $(DIR_FILTERCFGOUT
)$/ui
$/merge
39 DIR_LANGPACK
:= $(DIR_FILTERCFGOUT
)$/ui
$/langpacks
40 DIR_MODPACKS
:= $(DIR_FILTERCFGOUT
)$/modulepacks
43 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_base.mk \
44 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_database.mk \
45 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_writer.mk \
46 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_web.mk \
47 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_global.mk \
48 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_w4w.mk \
49 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_calc.mk \
50 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_draw.mk \
51 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_impress.mk \
52 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_database.mk \
53 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_chart.mk \
54 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_math.mk \
55 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_xslt.mk \
56 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_palm.mk \
57 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_pocketword.mk \
58 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_pocketexcel.mk \
59 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_drawgraphics.mk \
60 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_impressgraphics.mk \
61 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_internalgraphics.mk
63 .IF
"$(WITH_BINFILTER)" != "NO"
64 INCLUDE_FRAGMENTS
+= \
65 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_writer_bf.mk \
66 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_web_bf.mk \
67 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_global_bf.mk \
68 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_calc_bf.mk \
69 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_draw_bf.mk \
70 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_impress_bf.mk \
71 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_chart_bf.mk \
72 $(PRJ
)$/source
$/config
$/fragments
$/fcfg_math_bf.mk
75 .INCLUDE
: $(INCLUDE_FRAGMENTS
)