summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 14:47:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 14:47:47 +0000
commit77584b00b0eb09e9afdcf53d93fd9a283db1a864 (patch)
tree9b518a34dc585a6f96a367824b5db0b94bce30a1
parentbb273e943bad8b9eab77011a7f27a4b4344a5567 (diff)
INTEGRATION: CWS native156 (1.3.12); FILE MERGED
2008/06/18 13:08:05 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:02 mba 1.3.12.1: #i90657#: create extensions
-rw-r--r--dictionaries/zu_ZA/makefile.mk50
1 files changed, 37 insertions, 13 deletions
diff --git a/dictionaries/zu_ZA/makefile.mk b/dictionaries/zu_ZA/makefile.mk
index 8de7fa0..399d0cb 100644
--- a/dictionaries/zu_ZA/makefile.mk
+++ b/dictionaries/zu_ZA/makefile.mk
@@ -1,14 +1,14 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
# This file is part of OpenOffice.org.
#
@@ -28,26 +28,50 @@
# for a copy of the LGPLv3 License.
#
#*************************************************************************
-PRJ = ..
-PRJNAME = dictionaries
-TARGET = dict_zu_ZA
+PRJ=..
+
+PRJNAME=dictionaries
+TARGET=dict-zu
-#----- Settings ---------------------------------------------------------
+# --- Settings -----------------------------------------------------
-.INCLUDE : settings.mk
+.INCLUDE: settings.mk
+# it might be useful to have an extension wide include to set things
+# like the EXTNAME variable (used for configuration processing)
+# .INCLUDE : $(PRJ)$/source$/<extension name>$/<extension_name>.pmk
# --- Files --------------------------------------------------------
-.IF "$(DIC_ALL)$(DIC_ZUZA)"!=""
+# name for uniq directory
+EXTENSIONNAME:=dict-zu
+EXTENSION_ZIPNAME:=dict-zu
+
+# some other targets to be done
+
+# --- Extension packaging ------------------------------------------
+
+# just copy:
+COMPONENT_FILES= \
+ $(EXTENSIONDIR)$/hyph_zu_ZA.dic
-DIC2BIN= \
- hyph_zu_ZA.dic
+COMPONENT_CONFIGDEST=.
+COMPONENT_XCU= \
+ $(EXTENSIONDIR)$/dictionaries.xcu
-.ENDIF
+# disable fetching default OOo license text
+# CUSTOM_LICENSE=README_da_DK.txt
+# override default license destination
+# PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE)
-# --- Targets ------------------------------------------------------
+# add own targets to packing dependencies (need to be done before
+# packing the xtension
+# EXTENSION_PACKDEPS=makefile.mk $(CUSTOM_LICENSE)
+EXTENSION_PACKDEPS=$(COMPONENT_UNZIP_FILES)
+# global settings for extension packing
+.INCLUDE : extension_pre.mk
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/util$/target.pmk
+# global targets for extension packing
+.INCLUDE : extension_post.mk