summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-11-20 00:09:06 +0000
committerMark Spruiell <mes@zeroc.com>2002-11-20 00:09:06 +0000
commite4e1c09656f85cb4faaa9671f99726d5d2b56c01 (patch)
tree91b8b696f449cd3958689ab730c52bd4af506370 /cpp
parentadding Network.getLocalAddress (diff)
downloadice-e4e1c09656f85cb4faaa9671f99726d5d2b56c01.tar.bz2
ice-e4e1c09656f85cb4faaa9671f99726d5d2b56c01.tar.xz
ice-e4e1c09656f85cb4faaa9671f99726d5d2b56c01.zip
build schema for Identity.ice
Diffstat (limited to 'cpp')
-rw-r--r--cpp/schema/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/schema/Makefile b/cpp/schema/Makefile
index 402df81899d..c08ca9229c4 100644
--- a/cpp/schema/Makefile
+++ b/cpp/schema/Makefile
@@ -16,7 +16,12 @@ top_srcdir = ..
include $(top_srcdir)/config/Make.rules
-install::
+all:: Identity.xsd
+
+Identity.xsd: $(top_srcdir)/slice/Ice/Identity.ice
+ $(SLICE2XSD) --ice $(top_srcdir)/slice/Ice/Identity.ice
+
+install:: all
@for i in *.xsd ; \
do \
echo "Installing $$i" ; \