summaryrefslogtreecommitdiffstats
path: root/chart2/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:06:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:06:40 +0000
commit20687e16cd8741993ad5dec868f02bcc682e452a (patch)
tree5bd15b4e2a0f6bf04b5d454295dc41325cc888a9 /chart2/util
parentINTEGRATION: CWS dr42 (1.16.18); FILE MERGED (diff)
downloadcore-20687e16cd8741993ad5dec868f02bcc682e452a.tar.gz
core-20687e16cd8741993ad5dec868f02bcc682e452a.zip
INTEGRATION: CWS ause039 (1.1.1.1.72); FILE MERGED
2005/10/13 17:54:26 hjs 1.1.1.1.72.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/29 16:24:42 hjs 1.1.1.1.72.1: #i55253# fix makefile
Diffstat (limited to 'chart2/util')
-rw-r--r--chart2/util/makefile.mk15
1 files changed, 9 insertions, 6 deletions
diff --git a/chart2/util/makefile.mk b/chart2/util/makefile.mk
index 7363d946de0c..e1e2830a6b8e 100644
--- a/chart2/util/makefile.mk
+++ b/chart2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 01:52:55 $
+# last change: $Author: hr $ $Date: 2005-10-25 11:06:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,8 +51,10 @@ UNOIDLDBFILES= \
# --- Targets ------------------------------------------------------
-ALL : \
- ALLTAR \
+.INCLUDE : target.mk
+
+.IF "$(L10N_framewor)"==""
+ALLTAR : \
$(BIN)$/$(PRJNAME).rdb \
$(MISC)$/$(TARGET).don
@@ -61,6 +63,7 @@ $(BIN)$/$(PRJNAME).rdb : $(UCR)$/$(PRJNAME).db
$(MISC)$/$(TARGET).don : $(UCR)$/$(PRJNAME).db
+$(CPPUMAKER) -O$(OUT)$/inc -BUCR $(UCR)$/$(PRJNAME).db -X$(SOLARBINDIR)$/types.rdb && echo > $@
- echo $@
+ +echo $@
+
+.ENDIF # "$(L10N_framewor)"==""
-.INCLUDE : target.mk