summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 12:38:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 12:38:09 +0000
commitfeecbd0fb4dc1192fa206d871ea91440eac7fea0 (patch)
tree867d22d9e3bbe372d4a8bd80051844d4fb978b0f /scp2/source
parentd997504de335b07f100457fcd81a90116cff01d4 (diff)
INTEGRATION: CWS sb83 (1.2.2); FILE MERGED
2008/02/06 14:07:23 sb 1.2.2.4: #i84200# streamlined image set processing 2008/01/31 09:41:41 is 1.2.2.3: #i85112# language modules with names and descriptions 2008/01/30 09:29:31 sb 1.2.2.2: #i85112# merged in cws_src680_native121 2008/01/29 16:00:26 sb 1.2.2.1: #i85112# merged in cws_src680_native121
Diffstat (limited to 'scp2/source')
-rwxr-xr-xscp2/source/templates/makefile.mk42
1 files changed, 35 insertions, 7 deletions
diff --git a/scp2/source/templates/makefile.mk b/scp2/source/templates/makefile.mk
index b4378ad9a1dd..13c2588c5249 100755
--- a/scp2/source/templates/makefile.mk
+++ b/scp2/source/templates/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: obo $ $Date: 2008-01-04 17:11:50 $
+# last change: $Author: vg $ $Date: 2008-03-18 13:38:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,12 +48,40 @@ TARGET=templates
COMPLETELANGISO_VAR:=$(uniq $(completelangiso) $(alllangiso))
.EXPORT : COMPLETELANGISO_VAR
-# used here to force expanding before export
-CUSTOM_IMAGE_SETS!:=$(CUSTOM_IMAGE_SETS)
-.EXPORT : CUSTOM_IMAGE_SETS
-
-ALLTAR : $(INCCOM)$/alllangmodules.inc
+ALLTAR : $(INCCOM)$/alllangmodules.inc $(INCCOM)$/alllangmodules_root.inc $(INCCOM)$/alllangmodules_base.inc $(INCCOM)$/alllangmodules_calc.inc $(INCCOM)$/alllangmodules_draw.inc $(INCCOM)$/alllangmodules_impress.inc $(INCCOM)$/alllangmodules_math.inc $(INCCOM)$/alllangmodules_writer.inc $(INCCOM)$/alllangmodules_onlineupdate.inc
.PHONY $(INCCOM)$/alllangmodules.inc:
@@-$(RENAME) $@ $@.tmp
$(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_root.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_root.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_base.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_base.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_calc.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_calc.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_draw.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_draw.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_impress.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_impress.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_math.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_math.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_writer.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_writer.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
+
+.PHONY $(INCCOM)$/alllangmodules_onlineupdate.inc:
+ @@-$(RENAME) $@ $@.tmp
+ $(PERL) -w modules.pl -i $(PRJ)$/source$/templates$/module_langpack_onlineupdate.sct -o $@.tmp && $(RENAME:s/+//) $@.tmp $@