summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-29 21:47:57 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-29 21:47:57 +0000
commit79c39f0a8fc8a6c70d1d453c051bf6e3b9a839b6 (patch)
tree3c46a243016902f1b97e3e1368452b8e92ae934e /TAO/rules.tao.GNU
parent90694faab09f9540abbf608c04216e48f88b75f1 (diff)
downloadATCD-79c39f0a8fc8a6c70d1d453c051bf6e3b9a839b6.tar.gz
ChangeLogTag:Thu May 29 16:46:51 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index be5e3244e37..c39bcfe3bbd 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -185,11 +185,23 @@ IDL_EXT2=Cli.h $(IDL_EXT2_MINUS)
.SUFFIXES: $(IDL_EXT)
+$(foreach ext, $(IDL_EXT_MINUS), %$(ext)): %$(IDL_CLIENT_HDR_EXT)
+ @
+
ifneq ($(tao_dont_use_idl_make_rule),1)
-$(foreach ext, $(IDL_EXT) $(IDL_EXT2), %$(ext)): %.idl $(TAO_IDL_DEP)
+%C.h: %.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) $<
endif
+$(foreach ext, $(IDL_EXT2_MINUS), %$(ext)): %Cli.h
+ @
+
+ifneq ($(tao_dont_use_idl_make_rule),1)
+%Cli.h: %.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) $<
+endif
+
+
# Turn on symbol versioning. The scheme that we follow is to allow
# applications dependent on libraries, with same version numbers (major,
# minor and beta) to run, but applications with dependencies on libraries