merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / util / shared / makefile.mk
blob6bc04ce32dddddaae31d163cfd0ce608cd19c9ca
1 #*************************************************************************
2 #*
3 #* $Workfile:$
4 #*
5 #* Creation date KR 28.06.99
6 #* last change $Author: hr $ $Date: 2007-06-26 12:34:21 $
7 #*
8 #* $Revision: 1.11 $
9 #*
10 #* $Logfile:$
12 #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
14 #*************************************************************************
16 # edit to match directory level
17 PRJ = ..$/..
18 # same for all makefiles in "helpcontent2"
19 PRJNAME = helpcontent2
20 # uniqe name (module wide);
21 # using a modified form of package should do here
22 TARGET = util_shared
24 # --- Settings -----------------------------------------------------
26 .INCLUDE : settings.mk
27 .INCLUDE : $(PRJ)$/settings.pmk
29 common_build_zip:=
30 zip1generatedlangs=TRUE
31 zip1langdirs=$(aux_alllangiso)
32 ZIP1TARGET=xhp_shared
33 ZIP1FLAGS= -u -r
34 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
35 ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created"
37 LINKNAME=shared
38 LINKADDEDFILES= \
39 -add shared.tree $(COMMONMISC)$/LANGUAGE$/shared.tree \
40 -add shared.jar $(BIN)$/xhp_shared_LANGUAGE.zip \
41 -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \
42 -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \
43 -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \
44 -add highcontrastwhite.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \
45 -add highcontrastblack.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \
46 -add err.html $(COMMONMISC)$/LANGUAGE$/text$/shared$/05$/err_html.xhp
49 LINKADDEDDEPS= \
50 $(COMMONMISC)$/LANGUAGE$/shared.tree \
51 $(BIN)$/xhp_shared_LANGUAGE.zip \
52 $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \
53 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \
54 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \
55 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \
56 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \
57 $(COMMONMISC)$/LANGUAGE$/text$/shared$/05$/err_html.xhp
60 LINKLINKFILES= \
63 # --- Targets ------------------------------------------------------
65 .INCLUDE : target.mk
66 .INCLUDE : $(PRJ)$/util$/target.pmk