summaryrefslogtreecommitdiff
path: root/bridges/test/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-03-20 12:15:51 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-03-20 12:15:51 +0000
commit9ef1dffab3e76a4ceb8106aa5427a016325067c3 (patch)
treed7c8df5e3ca8343638bebc31cdf6af3a35b326ba /bridges/test/makefile.mk
parentb7a55022bcf0852b06e595afa6e8f3f43b42c900 (diff)
registries are now built automatically
Diffstat (limited to 'bridges/test/makefile.mk')
-rw-r--r--bridges/test/makefile.mk16
1 files changed, 13 insertions, 3 deletions
diff --git a/bridges/test/makefile.mk b/bridges/test/makefile.mk
index 4ffa8b107fe0..79ec204fb86d 100644
--- a/bridges/test/makefile.mk
+++ b/bridges/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: jbu $ $Date: 2001-03-16 09:42:20 $
+# last change: $Author: jbu $ $Date: 2001-03-20 13:15:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -252,6 +252,8 @@ APP4DEF= $(MISC)$/$(APP4TARGET).def
#.IF "$(depend)" == ""
ALL : $(BIN)$/test.rdb \
+ $(BIN)$/server.rdb \
+ $(BIN)$/client.rdb \
$(GENJAVAFILES) \
ALLTAR
@@ -262,10 +264,18 @@ ALL : $(BIN)$/test.rdb \
.INCLUDE : target.mk
$(BIN)$/test.rdb: $(ALLIDLFILES)
- +unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $?
+ +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
touch $@
+$(BIN)$/client.rdb: $(BIN)$/test.rdb
+ +rm -f $(BIN)$/client.rdb
+ +regmerge $@ / $(BIN)$/test.rdb $(SOLARBINDIR)$/udkapi.rdb
+
+$(BIN)$/server.rdb: $(BIN)$/test.rdb
+ +rm -f $(BIN)$/client.rdb
+ +regmerge $@ / $(BIN)$/test.rdb $(SOLARBINDIR)$/udkapi.rdb
+
# $(GENJAVAFILES) : $(RDB)
# +javamaker -BUCR -O$(OUT) $(TYPES) $(UNOUCRRDB)