update dev300-m57
[ooovba.git] / helpcontent2 / helpers / linkmakefile.template
blob17a1ae718b6574784ec6c5d35d44363e0a62e711
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             = %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_%module%
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_%module%
33 ZIP1FLAGS= -u -r
34 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
35 ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created"
37 LINKNAME=%module%
38 LINKADDEDFILES= \
39 %linkaddedfiles%
41 LINKADDEDDEPS= \
42 %linkaddeddeps%
44 LINKLINKFILES= \
45 %linklinkfiles%
47 # --- Targets ------------------------------------------------------
49 .INCLUDE :  target.mk
50 .INCLUDE :  $(PRJ)$/util$/target.pmk