summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index c6d86ae0212..31c2c5d9c87 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -63,13 +63,11 @@ CORBA_FE=$(OBJDIR)/bin/flick-fe-newcorba
CORBA_PG=$(OBJDIR)/bin/flick-c-pfe-corbaxx
CORBA_BE=$(OBJDIR)/bin/flick-c-pbe-iiopxx
-%C.h %C.i %C.cpp: %.idl
+$(foreach ext, $(IDL_EXT) $(IDL_EXT2), %$(ext)): %.idl
$(CORBA_FE) $< && \
$(CORBA_PG) -c -o $*-client.prc $*.aoi && \
$(CORBA_BE) $*-client.prc -o $*C.cpp -h $*C.h -f $*S.h && \
echo > $*C.i
-
-%S.h %S.i %S.cpp: %.idl
$(CORBA_FE) $< && \
$(CORBA_PG) -s -o $*-server.prc $*.aoi && \
$(CORBA_BE) $*-server.prc --no_mu_stubs -o $*S.cpp -h $*S.h -F $*C.h && \