summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-29 21:47:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-29 21:47:57 +0000
commit7922f10fdcb98fcbc0e1e423c4d3145cb731a7a2 (patch)
tree3c46a243016902f1b97e3e1368452b8e92ae934e /TAO/rules.tao.GNU
parent056ae626c58bcac1c8793bb89bb1df619c4c1003 (diff)
downloadATCD-7922f10fdcb98fcbc0e1e423c4d3145cb731a7a2.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