1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
IMPLHDRS = HelloClient_Component_Impl.h
IMPLSRCS = HelloClient_Component_Impl.c
IORHDRS = HelloClient_Component_IOR.h HelloClient_IOR.h \
gov_cca_CCAExceptionType_IOR.h gov_cca_CCAException_IOR.h \
gov_cca_ComponentID_IOR.h gov_cca_ComponentRelease_IOR.h \
gov_cca_Component_IOR.h gov_cca_Port_IOR.h gov_cca_Services_IOR.h \
gov_cca_TypeMap_IOR.h gov_cca_TypeMismatchException_IOR.h \
gov_cca_Type_IOR.h gov_cca_ports_GoPort_IOR.h strop_StringProducerPort_IOR.h
IORSRCS = HelloClient_Component_IOR.c
SKELSRCS = HelloClient_Component_Skel.c
STUBHDRS = HelloClient.h HelloClient_Component.h gov_cca_CCAException.h \
gov_cca_CCAExceptionType.h gov_cca_Component.h gov_cca_ComponentID.h \
gov_cca_ComponentRelease.h gov_cca_Port.h gov_cca_Services.h gov_cca_Type.h \
gov_cca_TypeMap.h gov_cca_TypeMismatchException.h gov_cca_ports_GoPort.h \
strop_StringProducerPort.h
STUBSRCS = HelloClient_Component_Stub.c gov_cca_CCAExceptionType_Stub.c \
gov_cca_CCAException_Stub.c gov_cca_ComponentID_Stub.c \
gov_cca_ComponentRelease_Stub.c gov_cca_Component_Stub.c \
gov_cca_Port_Stub.c gov_cca_Services_Stub.c gov_cca_TypeMap_Stub.c \
gov_cca_TypeMismatchException_Stub.c gov_cca_Type_Stub.c \
gov_cca_ports_GoPort_Stub.c strop_StringProducerPort_Stub.c
|