8 LINK_WITH
= -lit_poa
-lit_art
-lit_ifc
-lit_portable_interceptor
10 SOURCES
= server.
cxx test_i.
cxx server_interceptor.
cxx Server_ORBInitializer.
cxx testC.
cxx testS.
cxx
14 server
: $(SOURCES
) $(OBJS
)
16 $(CXX
) -o
$@
$(CXXLDFLAGS
) $(OBJS
) $(LDLIBS
)
17 $(ITADMIN
) scope create taodemo
18 $(ITADMIN
) variable create
-scope taodemo
-type list
-value
"Echo_Server_Interceptor, " binding
:server_binding_list
19 $(ITADMIN
) variable create
-scope taodemo
-type list
-value
"local_log_stream,iiop_profile,giop,iiop,portable_interceptor" orb_plugins
21 # http://community.microfocus.com/microfocus/corba/orbix/w/knowledge_base/22500.marshalexception-when-using-a-tao-based-application-to-obtain-a-consumeradmin-reference-for-the-orbix-notification-service.aspx
22 # $(ITADMIN) variable create -scope taodemo -type bool -value true policies:giop:interop_policy:ignore_message_not_consumed
26 test.hh
: ..
/idl
/test.idl
27 $(IDL
) -base
-poa
-I
$(ART_IDL_INCLUDE_DIR
) ..
/idl
/test.idl
30 $(RM
) server
*.o core
test.hh testS.hh testC.
cxx testS.
cxx test.ior
31 $(ITADMIN
) scope remove taodemo