summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-18 00:36:23 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-18 00:36:23 +0000
commit89f13d6efc69d4d41f0d51b3cc10920333f1a0ce (patch)
tree98150b529fa9a320294042b935c9133af010c06a /TAO/tao
parented4904f3622a025858d3ac105b8608e8d2241d90 (diff)
downloadATCD-89f13d6efc69d4d41f0d51b3cc10920333f1a0ce.tar.gz
ChangeLogTag:Wed Oct 17 18:59:53 2001 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/IFR_Client/Makefile.bor2
-rw-r--r--TAO/tao/Makefile.bor5
-rw-r--r--TAO/tao/Strategies/Makefile.bor2
-rw-r--r--TAO/tao/TypeCodeFactory/Makefile.bor3
4 files changed, 7 insertions, 5 deletions
diff --git a/TAO/tao/IFR_Client/Makefile.bor b/TAO/tao/IFR_Client/Makefile.bor
index 084e9bd7b94..85d1739d83a 100644
--- a/TAO/tao/IFR_Client/Makefile.bor
+++ b/TAO/tao/IFR_Client/Makefile.bor
@@ -22,7 +22,7 @@ CPPDIR = .
INCDIR_NAME = tao\IFR_Client
INCLUDES = \
- *.h *.i
+ *.h *.i *.pidl
LIBFILES = \
$(TAO_LIB) \
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor
index b4c9b56fcb5..e106bfff1d2 100644
--- a/TAO/tao/Makefile.bor
+++ b/TAO/tao/Makefile.bor
@@ -220,10 +220,9 @@ CPPDIR = .
INCDIR_NAME = tao
INCLUDES = \
- *.h *.i *.inl *_T.cpp \
+ *.h *.i *.inl *_T.cpp *.pidl \
TAO_Singleton.cpp \
- orb.idl \
- Policy.pidl
+ orb.idl
LIBFILES = $(ACE_LIB)
diff --git a/TAO/tao/Strategies/Makefile.bor b/TAO/tao/Strategies/Makefile.bor
index 567a0a502b6..9be8690496f 100644
--- a/TAO/tao/Strategies/Makefile.bor
+++ b/TAO/tao/Strategies/Makefile.bor
@@ -44,7 +44,7 @@ CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_STRATEGIES_CFLAGS) \
CPPDIR = .
INCDIR_NAME = tao\Strategies
-INCLUDES = *.h
+INCLUDES = *.h *.i *.inl *.pidl
LIBFILES = $(ACE_LIB) $(TAO_LIB)
diff --git a/TAO/tao/TypeCodeFactory/Makefile.bor b/TAO/tao/TypeCodeFactory/Makefile.bor
index ec130cdb7e6..c72930b933b 100644
--- a/TAO/tao/TypeCodeFactory/Makefile.bor
+++ b/TAO/tao/TypeCodeFactory/Makefile.bor
@@ -29,6 +29,9 @@ CFLAGS = \
CPPDIR = .
+INCDIR_NAME = tao\TypeCodeFactory
+INCLUDES = *.h *.inl *.pidl
+
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \