summaryrefslogtreecommitdiff
path: root/TAO/interop-tests
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-01-06 03:18:42 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-01-06 03:18:42 +0000
commit39c63241b3dbeed42365aa588a116bcee9727978 (patch)
treeb78e61de77110e034364ff810ae9f29e0216ac17 /TAO/interop-tests
parentda9404fdc702508624c0280143e1d7602d5520de (diff)
downloadATCD-39c63241b3dbeed42365aa588a116bcee9727978.tar.gz
ChangeLogTag: Fri Jan 6 03:16:41 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/interop-tests')
-rw-r--r--TAO/interop-tests/wchar/Makefile.am72
-rw-r--r--TAO/interop-tests/wchar/interop_wchar.mpc16
2 files changed, 34 insertions, 54 deletions
diff --git a/TAO/interop-tests/wchar/Makefile.am b/TAO/interop-tests/wchar/Makefile.am
index b7ead6db9a4..766ac1d832d 100644
--- a/TAO/interop-tests/wchar/Makefile.am
+++ b/TAO/interop-tests/wchar/Makefile.am
@@ -16,7 +16,7 @@ TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl
TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf
TAO_ROOT = $(top_srcdir)
-## Makefile.Interop_Wchar_Server.am
+## Makefile.interop_wchar_IDL.am
BUILT_SOURCES = \
interop_wcharC.cpp \
@@ -47,83 +47,49 @@ interop_wchar-stamp: $(srcdir)/interop_wchar.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/interop_wchar.idl
@touch $@
-noinst_PROGRAMS = server
-server_CPPFLAGS = \
+## Makefile.Interop_Wchar_Client.am
+
+noinst_PROGRAMS = client
+
+client_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-server_SOURCES = \
+client_SOURCES = \
+ client.cpp \
interop_wcharC.cpp \
- interop_wcharS.cpp \
- interop_wchar_i.cpp \
- server.cpp \
wchar_reference.cpp \
- interop_wcharC.h \
- interop_wcharC.inl \
- interop_wcharS.h \
- interop_wcharS_T.h \
- interop_wcharS_T.inl \
- interop_wchar_i.h \
wchar_reference.h
-server_LDADD = \
- $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
+client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-## Makefile.Interop_Wchar_Client.am
-
-BUILT_SOURCES += \
- interop_wcharC.cpp \
- interop_wcharC.h \
- interop_wcharC.inl \
- interop_wcharS.h \
- interop_wcharS.inl \
- interop_wcharS_T.cpp \
- interop_wcharS_T.h \
- interop_wcharS_T.inl
-
-CLEANFILES += \
- interop_wchar-stamp \
- interop_wcharC.cpp \
- interop_wcharC.h \
- interop_wcharC.inl \
- interop_wcharS.h \
- interop_wcharS.inl \
- interop_wcharS_T.cpp \
- interop_wcharS_T.h \
- interop_wcharS_T.inl
-
-interop_wcharC.cpp interop_wcharC.h interop_wcharC.inl interop_wcharS.h interop_wcharS.inl interop_wcharS_T.cpp interop_wcharS_T.h interop_wcharS_T.inl: interop_wchar-stamp
-
-interop_wchar-stamp: $(srcdir)/interop_wchar.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/interop_wchar.idl
- @touch $@
+## Makefile.Interop_Wchar_Server.am
-noinst_PROGRAMS += client
+noinst_PROGRAMS += server
-client_CPPFLAGS = \
+server_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-client_SOURCES = \
- client.cpp \
+server_SOURCES = \
interop_wcharC.cpp \
+ interop_wcharS.cpp \
+ interop_wchar_i.cpp \
+ server.cpp \
wchar_reference.cpp \
- interop_wcharC.h \
- interop_wcharC.inl \
- interop_wcharS.h \
- interop_wcharS_T.h \
- interop_wcharS_T.inl \
+ interop_wchar_i.h \
wchar_reference.h
-client_LDADD = \
+server_LDADD = \
+ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
diff --git a/TAO/interop-tests/wchar/interop_wchar.mpc b/TAO/interop-tests/wchar/interop_wchar.mpc
index 95ebb3da152..1e82e0edc94 100644
--- a/TAO/interop-tests/wchar/interop_wchar.mpc
+++ b/TAO/interop-tests/wchar/interop_wchar.mpc
@@ -1,19 +1,33 @@
// -*- MPC -*-
// $Id$
+project(*IDL): taoidldefaults, anytypecode {
+ IDL_Files {
+ interop_wchar.idl
+ }
+ custom_only = 1
+}
+
project(*Server): taoserver {
+ after += *IDL
Source_Files {
interop_wchar_i.cpp
wchar_reference.cpp
server.cpp
+ interop_wcharS.cpp
+ interop_wcharC.cpp
+ }
+ IDL_Files {
}
}
project(*Client): taoclient, anytypecode {
- after += *Server
+ after += *IDL
Source_Files {
interop_wcharC.cpp
wchar_reference.cpp
client.cpp
}
+ IDL_Files {
+ }
}