diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-10 04:36:13 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-10 04:36:13 +0000 |
commit | b2a24d685798640f557395355a7bcdb037904002 (patch) | |
tree | 07f08b04e31d377945fcd0f4ede6a3a34467d3ba /TAO/interop-tests | |
parent | d6e846656fb0c0e6068020037471da1548468600 (diff) | |
download | ATCD-b2a24d685798640f557395355a7bcdb037904002.tar.gz |
ChangeLogTag: Sat Jun 10 04:34:32 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/interop-tests')
-rw-r--r-- | TAO/interop-tests/wchar/Makefile.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/interop-tests/wchar/Makefile.am b/TAO/interop-tests/wchar/Makefile.am index a77b1ea2cda..27d5313153f 100644 --- a/TAO/interop-tests/wchar/Makefile.am +++ b/TAO/interop-tests/wchar/Makefile.am @@ -24,10 +24,7 @@ BUILT_SOURCES = \ interop_wcharC.inl \ interop_wcharS.cpp \ interop_wcharS.h \ - interop_wcharS.inl \ - interop_wcharS_T.cpp \ - interop_wcharS_T.h \ - interop_wcharS_T.inl + interop_wcharS.inl CLEANFILES = \ interop_wchar-stamp \ @@ -36,12 +33,9 @@ CLEANFILES = \ interop_wcharC.inl \ interop_wcharS.cpp \ interop_wcharS.h \ - interop_wcharS.inl \ - interop_wcharS_T.cpp \ - interop_wcharS_T.h \ - interop_wcharS_T.inl + interop_wcharS.inl -interop_wcharC.cpp interop_wcharC.h interop_wcharC.inl interop_wcharS.cpp interop_wcharS.h interop_wcharS.inl interop_wcharS_T.cpp interop_wcharS_T.h interop_wcharS_T.inl: interop_wchar-stamp +interop_wcharC.cpp interop_wcharC.h interop_wcharC.inl interop_wcharS.cpp interop_wcharS.h interop_wcharS.inl: interop_wchar-stamp interop_wchar-stamp: $(srcdir)/interop_wchar.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/interop_wchar.idl |