summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-02-22 23:22:21 +0000
committerBernard Normier <bernard@zeroc.com>2005-02-22 23:22:21 +0000
commit16c242f9899befac876f04b2901b698fbd11c274 (patch)
treeae7f332a8dbfed0f85553b925409a23ca8a81582
parentadding a cvs mode so folks can create bin-tarballs out of a cvs build (diff)
downloadice-16c242f9899befac876f04b2901b698fbd11c274.tar.bz2
ice-16c242f9899befac876f04b2901b698fbd11c274.tar.xz
ice-16c242f9899befac876f04b2901b698fbd11c274.zip
Renamed Make.rules to Make.rules.cs
-rw-r--r--cs/Makefile2
-rw-r--r--cs/config/Make.rules.cs (renamed from cs/config/Make.rules)0
-rw-r--r--cs/demo/Ice/Makefile2
-rw-r--r--cs/demo/Ice/bidir/Makefile2
-rw-r--r--cs/demo/Ice/callback/Makefile2
-rw-r--r--cs/demo/Ice/hello/Makefile2
-rw-r--r--cs/demo/Ice/invoke/Makefile2
-rw-r--r--cs/demo/Ice/latency/Makefile2
-rw-r--r--cs/demo/Ice/nested/Makefile2
-rw-r--r--cs/demo/Ice/throughput/Makefile2
-rw-r--r--cs/demo/Ice/value/Makefile2
-rw-r--r--cs/demo/IcePack/Makefile2
-rw-r--r--cs/demo/IcePack/hello/Makefile2
-rw-r--r--cs/demo/IcePack/simple/Makefile2
-rw-r--r--cs/demo/Makefile2
-rw-r--r--cs/demo/book/Makefile2
-rw-r--r--cs/demo/book/printer/Makefile2
-rw-r--r--cs/demo/book/simple_filesystem/Makefile2
-rw-r--r--cs/src/Glacier2/Makefile2
-rw-r--r--cs/src/Ice/Makefile2
-rw-r--r--cs/src/IcePack/Makefile2
-rw-r--r--cs/src/IcePatch2/Makefile2
-rw-r--r--cs/src/IceStorm/Makefile2
-rw-r--r--cs/src/Makefile2
-rw-r--r--cs/test/Ice/Makefile2
-rw-r--r--cs/test/Ice/adapterDeactivation/Makefile2
-rwxr-xr-xcs/test/Ice/checksum/Makefile2
-rwxr-xr-xcs/test/Ice/checksum/client/Makefile2
-rwxr-xr-xcs/test/Ice/checksum/server/Makefile2
-rw-r--r--cs/test/Ice/exceptions/Makefile2
-rw-r--r--cs/test/Ice/facets/Makefile2
-rw-r--r--cs/test/Ice/faultTolerance/Makefile2
-rw-r--r--cs/test/Ice/inheritance/Makefile2
-rw-r--r--cs/test/Ice/location/Makefile2
-rw-r--r--cs/test/Ice/objects/Makefile2
-rw-r--r--cs/test/Ice/operations/Makefile2
-rw-r--r--cs/test/Ice/slicing/Makefile2
-rw-r--r--cs/test/Ice/slicing/exceptions/Makefile2
-rw-r--r--cs/test/Ice/slicing/objects/Makefile2
-rwxr-xr-xcs/test/Ice/stream/Makefile2
-rw-r--r--cs/test/Makefile2
41 files changed, 40 insertions, 40 deletions
diff --git a/cs/Makefile b/cs/Makefile
index 8fccf93d63e..6bc69fae5b6 100644
--- a/cs/Makefile
+++ b/cs/Makefile
@@ -9,7 +9,7 @@
top_srcdir = .
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = src test demo
diff --git a/cs/config/Make.rules b/cs/config/Make.rules.cs
index 700150b58db..700150b58db 100644
--- a/cs/config/Make.rules
+++ b/cs/config/Make.rules.cs
diff --git a/cs/demo/Ice/Makefile b/cs/demo/Ice/Makefile
index cdcd975a95c..9cc85e29bca 100644
--- a/cs/demo/Ice/Makefile
+++ b/cs/demo/Ice/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ../..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = bidir callback hello latency nested throughput value invoke
diff --git a/cs/demo/Ice/bidir/Makefile b/cs/demo/Ice/bidir/Makefile
index 0ac5bcccce6..70fa56068c8 100644
--- a/cs/demo/Ice/bidir/Makefile
+++ b/cs/demo/Ice/bidir/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/callback/Makefile b/cs/demo/Ice/callback/Makefile
index cc9571e1b4f..91300925ad5 100644
--- a/cs/demo/Ice/callback/Makefile
+++ b/cs/demo/Ice/callback/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/hello/Makefile b/cs/demo/Ice/hello/Makefile
index 1fd2250fef4..c1440247f1a 100644
--- a/cs/demo/Ice/hello/Makefile
+++ b/cs/demo/Ice/hello/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/invoke/Makefile b/cs/demo/Ice/invoke/Makefile
index 256a0b06f19..73c02e8274e 100644
--- a/cs/demo/Ice/invoke/Makefile
+++ b/cs/demo/Ice/invoke/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/latency/Makefile b/cs/demo/Ice/latency/Makefile
index fd15f422288..516bf0273db 100644
--- a/cs/demo/Ice/latency/Makefile
+++ b/cs/demo/Ice/latency/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/nested/Makefile b/cs/demo/Ice/nested/Makefile
index 5a762177565..b68371d9ed4 100644
--- a/cs/demo/Ice/nested/Makefile
+++ b/cs/demo/Ice/nested/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/throughput/Makefile b/cs/demo/Ice/throughput/Makefile
index c16b4110c62..60324246683 100644
--- a/cs/demo/Ice/throughput/Makefile
+++ b/cs/demo/Ice/throughput/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Ice/value/Makefile b/cs/demo/Ice/value/Makefile
index b299fe51128..019fedaa52e 100644
--- a/cs/demo/Ice/value/Makefile
+++ b/cs/demo/Ice/value/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/IcePack/Makefile b/cs/demo/IcePack/Makefile
index 3bb82173595..7382fedb5d4 100644
--- a/cs/demo/IcePack/Makefile
+++ b/cs/demo/IcePack/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ../..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = hello simple
diff --git a/cs/demo/IcePack/hello/Makefile b/cs/demo/IcePack/hello/Makefile
index 111c8141f1c..485a936b857 100644
--- a/cs/demo/IcePack/hello/Makefile
+++ b/cs/demo/IcePack/hello/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/IcePack/simple/Makefile b/cs/demo/IcePack/simple/Makefile
index e70b5e91bda..dff4ae38587 100644
--- a/cs/demo/IcePack/simple/Makefile
+++ b/cs/demo/IcePack/simple/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/Makefile b/cs/demo/Makefile
index e156353dd94..31832e01d7a 100644
--- a/cs/demo/Makefile
+++ b/cs/demo/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = Ice IcePack book
diff --git a/cs/demo/book/Makefile b/cs/demo/book/Makefile
index 781c70be4b1..fff2aafd25a 100644
--- a/cs/demo/book/Makefile
+++ b/cs/demo/book/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ../..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = printer simple_filesystem
diff --git a/cs/demo/book/printer/Makefile b/cs/demo/book/printer/Makefile
index bcbfc1c7941..8d7e1d5969b 100644
--- a/cs/demo/book/printer/Makefile
+++ b/cs/demo/book/printer/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/demo/book/simple_filesystem/Makefile b/cs/demo/book/simple_filesystem/Makefile
index c606b07059c..b23b15a1b4a 100644
--- a/cs/demo/book/simple_filesystem/Makefile
+++ b/cs/demo/book/simple_filesystem/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/src/Glacier2/Makefile b/cs/src/Glacier2/Makefile
index 013fd83c1a9..c47ce7fc971 100644
--- a/cs/src/Glacier2/Makefile
+++ b/cs/src/Glacier2/Makefile
@@ -24,7 +24,7 @@ SLICE_SRCS = $(SDIR)/PermissionsVerifier.ice \
SDIR = $(slicedir)/Glacier2
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:library -out:$(TARGETS) -unsafe
diff --git a/cs/src/Ice/Makefile b/cs/src/Ice/Makefile
index 84e61f7beb2..c7f41673c16 100644
--- a/cs/src/Ice/Makefile
+++ b/cs/src/Ice/Makefile
@@ -121,7 +121,7 @@ SLICE_SRCS = $(SDIR)/BuiltinSequences.ice \
SDIR = $(slicedir)/Ice
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:library -out:$(TARGETS) -unsafe
diff --git a/cs/src/IcePack/Makefile b/cs/src/IcePack/Makefile
index a79e328bd22..a7ed27de448 100644
--- a/cs/src/IcePack/Makefile
+++ b/cs/src/IcePack/Makefile
@@ -21,7 +21,7 @@ SLICE_SRCS = $(SDIR)/Admin.ice \
SDIR = $(slicedir)/IcePack
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:library -out:$(TARGETS) -unsafe
diff --git a/cs/src/IcePatch2/Makefile b/cs/src/IcePatch2/Makefile
index dcf1da3e152..dd2baa44a8e 100644
--- a/cs/src/IcePatch2/Makefile
+++ b/cs/src/IcePatch2/Makefile
@@ -20,7 +20,7 @@ SLICE_SRCS = $(SDIR)/FileInfo.ice \
SDIR = $(slicedir)/IcePatch2
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:library -out:$(TARGETS) -unsafe
diff --git a/cs/src/IceStorm/Makefile b/cs/src/IceStorm/Makefile
index 7de687571e4..2ebdb103361 100644
--- a/cs/src/IceStorm/Makefile
+++ b/cs/src/IceStorm/Makefile
@@ -19,7 +19,7 @@ SLICE_SRCS = $(SDIR)/IceStorm.ice
SDIR = $(slicedir)/IceStorm
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:library -out:$(TARGETS) -unsafe
diff --git a/cs/src/Makefile b/cs/src/Makefile
index 6b61c4ebca5..9ad861e2ce7 100644
--- a/cs/src/Makefile
+++ b/cs/src/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = Ice IceStorm Glacier2 IcePack IcePatch2
diff --git a/cs/test/Ice/Makefile b/cs/test/Ice/Makefile
index 323ed3f616f..e104c56e12c 100644
--- a/cs/test/Ice/Makefile
+++ b/cs/test/Ice/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ../..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = adapterDeactivation \
exceptions \
diff --git a/cs/test/Ice/adapterDeactivation/Makefile b/cs/test/Ice/adapterDeactivation/Makefile
index 0c513b8ba97..0c90ffc64f3 100644
--- a/cs/test/Ice/adapterDeactivation/Makefile
+++ b/cs/test/Ice/adapterDeactivation/Makefile
@@ -21,7 +21,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/checksum/Makefile b/cs/test/Ice/checksum/Makefile
index b336a1651d1..46c5abfbd1d 100755
--- a/cs/test/Ice/checksum/Makefile
+++ b/cs/test/Ice/checksum/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ../../..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = client \
server
diff --git a/cs/test/Ice/checksum/client/Makefile b/cs/test/Ice/checksum/client/Makefile
index 6621a6c1ca3..354965bb7b4 100755
--- a/cs/test/Ice/checksum/client/Makefile
+++ b/cs/test/Ice/checksum/client/Makefile
@@ -19,7 +19,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/checksum/server/Makefile b/cs/test/Ice/checksum/server/Makefile
index 281e0cba20e..b32b7391316 100755
--- a/cs/test/Ice/checksum/server/Makefile
+++ b/cs/test/Ice/checksum/server/Makefile
@@ -19,7 +19,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/exceptions/Makefile b/cs/test/Ice/exceptions/Makefile
index 50e5c3a2f9f..2e8c05bf3f9 100644
--- a/cs/test/Ice/exceptions/Makefile
+++ b/cs/test/Ice/exceptions/Makefile
@@ -23,7 +23,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/facets/Makefile b/cs/test/Ice/facets/Makefile
index 666973b3b01..1bc293a411d 100644
--- a/cs/test/Ice/facets/Makefile
+++ b/cs/test/Ice/facets/Makefile
@@ -21,7 +21,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/faultTolerance/Makefile b/cs/test/Ice/faultTolerance/Makefile
index aaed801f964..2454c311b65 100644
--- a/cs/test/Ice/faultTolerance/Makefile
+++ b/cs/test/Ice/faultTolerance/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/inheritance/Makefile b/cs/test/Ice/inheritance/Makefile
index 902b0a93f47..b1f07a36f0e 100644
--- a/cs/test/Ice/inheritance/Makefile
+++ b/cs/test/Ice/inheritance/Makefile
@@ -21,7 +21,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/location/Makefile b/cs/test/Ice/location/Makefile
index 2a7ce9eb4ea..937dac08ac6 100644
--- a/cs/test/Ice/location/Makefile
+++ b/cs/test/Ice/location/Makefile
@@ -20,7 +20,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/objects/Makefile b/cs/test/Ice/objects/Makefile
index d3da3f72eac..510e271c7fd 100644
--- a/cs/test/Ice/objects/Makefile
+++ b/cs/test/Ice/objects/Makefile
@@ -21,7 +21,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/operations/Makefile b/cs/test/Ice/operations/Makefile
index f7cc931538e..bd6e44a3482 100644
--- a/cs/test/Ice/operations/Makefile
+++ b/cs/test/Ice/operations/Makefile
@@ -24,7 +24,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/slicing/Makefile b/cs/test/Ice/slicing/Makefile
index b085f1f047c..47b7cc62715 100644
--- a/cs/test/Ice/slicing/Makefile
+++ b/cs/test/Ice/slicing/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ../../..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = exceptions \
objects
diff --git a/cs/test/Ice/slicing/exceptions/Makefile b/cs/test/Ice/slicing/exceptions/Makefile
index dc5b35b79d2..b279a3c0e2d 100644
--- a/cs/test/Ice/slicing/exceptions/Makefile
+++ b/cs/test/Ice/slicing/exceptions/Makefile
@@ -24,7 +24,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/slicing/objects/Makefile b/cs/test/Ice/slicing/objects/Makefile
index 62381a9fb65..e7bd7026743 100644
--- a/cs/test/Ice/slicing/objects/Makefile
+++ b/cs/test/Ice/slicing/objects/Makefile
@@ -25,7 +25,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Ice/stream/Makefile b/cs/test/Ice/stream/Makefile
index dcac02ed624..2afe8a4edc5 100755
--- a/cs/test/Ice/stream/Makefile
+++ b/cs/test/Ice/stream/Makefile
@@ -19,7 +19,7 @@ SDIR = .
GDIR = generated
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
MCSFLAGS := $(MCSFLAGS) -target:exe
diff --git a/cs/test/Makefile b/cs/test/Makefile
index d4f89b5f062..420f9d08e8e 100644
--- a/cs/test/Makefile
+++ b/cs/test/Makefile
@@ -9,7 +9,7 @@
top_srcdir = ..
-include $(top_srcdir)/config/Make.rules
+include $(top_srcdir)/config/Make.rules.cs
SUBDIRS = Ice