xref: /aoo41x/main/desktop/zipintro/makefile.mk (revision cdf0e10c)
1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweirPRJ=..
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirPRJNAME=desktop
31*cdf0e10cSrcweirTARGET=zipintro
32*cdf0e10cSrcweir# --- Settings -----------------------------------------------------------
33*cdf0e10cSrcweir
34*cdf0e10cSrcweir.INCLUDE :  settings.mk
35*cdf0e10cSrcweir
36*cdf0e10cSrcweirDEFAULT_FLAVOURS=dev dev_nologo nologo broffice dev_broffice nologo_broffice nologo_dev_broffice intro
37*cdf0e10cSrcweir
38*cdf0e10cSrcweirZIP1LIST= \
39*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/dev$/introabout$/intro.png $(INTRO_BITMAPS)) \
40*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/$(RSCDEFIMG)$/introabout$/about.png $(ABOUT_BITMAPS))
41*cdf0e10cSrcweirZIP2LIST= \
42*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/dev_nologo$/introabout$/intro.png $(INTRO_BITMAPS)) \
43*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/$(RSCDEFIMG)$/introabout$/about.png $(ABOUT_BITMAPS))
44*cdf0e10cSrcweirZIP3LIST= \
45*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/nologo$/introabout$/intro.png $(INTRO_BITMAPS)) \
46*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/$(RSCDEFIMG)$/introabout$/about.png $(ABOUT_BITMAPS))
47*cdf0e10cSrcweirZIP4LIST= \
48*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/$(RSCDEFIMG)$/introabout$/intro.png $(INTRO_BITMAPS)) \
49*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/$(RSCDEFIMG)$/introabout$/about.png $(ABOUT_BITMAPS))
50*cdf0e10cSrcweirZIP5LIST= \
51*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/dev_broffice$/introabout$/intro.png $(INTRO_BITMAPS)) \
52*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/ooo_custom_images$/broffice$/introabout$/about.png $(ABOUT_BITMAPS))
53*cdf0e10cSrcweirZIP6LIST= \
54*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/broffice$/introabout$/intro.png $(INTRO_BITMAPS)) \
55*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/ooo_custom_images$/broffice$/introabout$/about.png $(ABOUT_BITMAPS))
56*cdf0e10cSrcweirZIP7LIST= \
57*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/nologo_broffice$/introabout$/intro.png $(INTRO_BITMAPS)) \
58*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/ooo_custom_images$/broffice$/introabout$/about.png $(ABOUT_BITMAPS))
59*cdf0e10cSrcweirZIP8LIST= \
60*cdf0e10cSrcweir	$(null,$(INTRO_BITMAPS) $(MISC)$/ooo_custom_images$/dev_nologo_broffice$/introabout$/intro.png $(INTRO_BITMAPS)) \
61*cdf0e10cSrcweir	$(null,$(ABOUT_BITMAPS) $(MISC)$/ooo_custom_images$/broffice$/introabout$/about.png $(ABOUT_BITMAPS))
62*cdf0e10cSrcweir
63*cdf0e10cSrcweirZIP1TARGET=dev_intro
64*cdf0e10cSrcweirZIP1DEPS=$(ZIP1LIST)
65*cdf0e10cSrcweir
66*cdf0e10cSrcweirZIP2TARGET=dev_nologo_intro
67*cdf0e10cSrcweirZIP2DEPS=$(ZIP2LIST)
68*cdf0e10cSrcweir
69*cdf0e10cSrcweirZIP3TARGET=nologo_intro
70*cdf0e10cSrcweirZIP3DEPS=$(ZIP3LIST)
71*cdf0e10cSrcweir
72*cdf0e10cSrcweirZIP4TARGET=intro_intro
73*cdf0e10cSrcweirZIP4DEPS=$(ZIP4LIST)
74*cdf0e10cSrcweir
75*cdf0e10cSrcweirZIP5TARGET=dev_broffice_intro
76*cdf0e10cSrcweirZIP5DEPS=$(ZIP5LIST)
77*cdf0e10cSrcweir
78*cdf0e10cSrcweirZIP6TARGET=broffice_intro
79*cdf0e10cSrcweirZIP6DEPS=$(ZIP6LIST)
80*cdf0e10cSrcweir
81*cdf0e10cSrcweirZIP7TARGET=nologo_broffice_intro
82*cdf0e10cSrcweirZIP7DEPS=$(ZIP7LIST)
83*cdf0e10cSrcweir
84*cdf0e10cSrcweirZIP8TARGET=nologo_dev_broffice_intro
85*cdf0e10cSrcweirZIP8DEPS=$(ZIP8LIST)
86*cdf0e10cSrcweir
87*cdf0e10cSrcweir.INCLUDE :  target.mk
88*cdf0e10cSrcweir
89*cdf0e10cSrcweirALLTAR : $(foreach,i,$(DEFAULT_FLAVOURS) $(COMMONBIN)$/$i$/intro.zip)
90*cdf0e10cSrcweir
91*cdf0e10cSrcweir# now duplicate for deliver...
92*cdf0e10cSrcweir# Because of issue 78837 we cannot use a % rule here (Commented out below)
93*cdf0e10cSrcweir# but have to write individual rules.
94*cdf0e10cSrcweir#$(COMMONBIN)$/%$/intro.zip : $(COMMONBIN)$/%_intro.zip
95*cdf0e10cSrcweir
96*cdf0e10cSrcweir$(COMMONBIN)$/dev$/intro.zip : $(COMMONBIN)$/dev_intro.zip
97*cdf0e10cSrcweir	@@-$(MKDIR) $(@:d)
98*cdf0e10cSrcweir	@$(COPY) $< $@
99*cdf0e10cSrcweir
100*cdf0e10cSrcweir$(COMMONBIN)$/dev_nologo$/intro.zip : $(COMMONBIN)$/dev_nologo_intro.zip
101*cdf0e10cSrcweir	@@-$(MKDIR) $(@:d)
102*cdf0e10cSrcweir	@$(COPY) $< $@
103*cdf0e10cSrcweir
104*cdf0e10cSrcweir$(COMMONBIN)$/nologo$/intro.zip : $(COMMONBIN)$/nologo_intro.zip
105*cdf0e10cSrcweir	@@-$(MKDIR) $(@:d)
106*cdf0e10cSrcweir	@$(COPY) $< $@
107*cdf0e10cSrcweir
108*cdf0e10cSrcweir$(COMMONBIN)$/broffice$/intro.zip : $(COMMONBIN)$/broffice_intro.zip
109*cdf0e10cSrcweir	@@-$(MKDIR) $(@:d)
110*cdf0e10cSrcweir	@$(COPY) $< $@
111*cdf0e10cSrcweir
112*cdf0e10cSrcweir$(COMMONBIN)$/dev_broffice$/intro.zip : $(COMMONBIN)$/dev_broffice_intro.zip
113*cdf0e10cSrcweir        @@-$(MKDIR) $(@:d)
114*cdf0e10cSrcweir        @$(COPY) $< $@
115*cdf0e10cSrcweir
116*cdf0e10cSrcweir$(COMMONBIN)$/nologo_broffice$/intro.zip : $(COMMONBIN)$/nologo_broffice_intro.zip
117*cdf0e10cSrcweir        @@-$(MKDIR) $(@:d)
118*cdf0e10cSrcweir        @$(COPY) $< $@
119*cdf0e10cSrcweir
120*cdf0e10cSrcweir$(COMMONBIN)$/nologo_dev_broffice$/intro.zip : $(COMMONBIN)$/nologo_dev_broffice_intro.zip
121*cdf0e10cSrcweir        @@-$(MKDIR) $(@:d)
122*cdf0e10cSrcweir        @$(COPY) $< $@
123*cdf0e10cSrcweir
124*cdf0e10cSrcweir$(COMMONBIN)$/intro$/intro.zip : $(COMMONBIN)$/intro_intro.zip
125*cdf0e10cSrcweir	@@-$(MKDIR) $(@:d)
126*cdf0e10cSrcweir	@$(COPY) $< $@
127*cdf0e10cSrcweir
128*cdf0e10cSrcweir$(MISC)$/%.bmp : $(SOLARSRC)$/%.bmp
129*cdf0e10cSrcweir	@@-$(MKDIRHIER) $(@:d)
130*cdf0e10cSrcweir	$(COPY) $< $@
131*cdf0e10cSrcweir
132*cdf0e10cSrcweir$(MISC)$/%.png : $(SOLARSRC)$/%.png
133*cdf0e10cSrcweir	@@-$(MKDIRHIER) $(@:d)
134*cdf0e10cSrcweir	$(COPY) $< $@
135