summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:21:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:21:50 +0000
commit3d45e2550d8fe52ac10c8f3f8b72efb098751866 (patch)
tree174f5fe4946803eec48fb33ff88cb6f83e45e9fe /i18npool
parent8e0e9d9e7aba34e83964b8e0c9c36e0090ff57e8 (diff)
INTEGRATION: CWS ause061 (1.2.36); FILE MERGED
2006/07/10 13:47:19 hjs 1.2.36.1: #i67188# rewrite dependency on generation tool
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/collator/data/makefile.mk10
-rw-r--r--i18npool/source/indexentry/data/makefile.mk10
-rw-r--r--i18npool/source/textconversion/data/makefile.mk10
3 files changed, 21 insertions, 9 deletions
diff --git a/i18npool/source/collator/data/makefile.mk b/i18npool/source/collator/data/makefile.mk
index 9d7fc70dc5ed..84bef0e65cf9 100644
--- a/i18npool/source/collator/data/makefile.mk
+++ b/i18npool/source/collator/data/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-01-31 18:36:49 $
+# last change: $Author: hr $ $Date: 2006-08-14 16:21:25 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -67,5 +67,9 @@ LIB1OBJFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-$(MISC)$/collator_%.cxx : %.txt $(BIN)$/gencoll_rule
+$(MISC)$/collator_%.cxx : %.txt
+$(BIN)$/gencoll_rule $< $@ $*
+
+# ugly - is this dependency really required here?
+$(foreach,i,$(shell $(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gencoll_rule
+
diff --git a/i18npool/source/indexentry/data/makefile.mk b/i18npool/source/indexentry/data/makefile.mk
index 0fb1e0996111..e32113e7dc8f 100644
--- a/i18npool/source/indexentry/data/makefile.mk
+++ b/i18npool/source/indexentry/data/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-01-31 18:43:42 $
+# last change: $Author: hr $ $Date: 2006-08-14 16:21:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -67,5 +67,9 @@ LIB1OBJFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-$(MISC)$/%.cxx : %.txt $(BIN)$/genindex_data
+$(MISC)$/%.cxx : %.txt
+$(BIN)$/genindex_data $< $@ $*
+
+# ugly - is this dependency really required here?
+$(foreach,i,$(shell $(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genindex_data
+
diff --git a/i18npool/source/textconversion/data/makefile.mk b/i18npool/source/textconversion/data/makefile.mk
index 1d7bfe3a2591..3fca9a323759 100644
--- a/i18npool/source/textconversion/data/makefile.mk
+++ b/i18npool/source/textconversion/data/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-01-31 18:48:39 $
+# last change: $Author: hr $ $Date: 2006-08-14 16:21:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -68,5 +68,9 @@ LIB1OBJFILES=$(SHL1OBJS)
.INCLUDE : target.mk
APP1TARGET = genconv_dict
-$(MISC)$/%.cxx : %.dic $(BIN)$/genconv_dict
+$(MISC)$/%.cxx : %.dic
+$(BIN)$/genconv_dict $* $< $@
+
+# ugly - is this dependency really required here?
+$(foreach,i,$(shell $(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genconv_dict
+