File: babel.make

package info (click to toggle)
babel 0.10.2-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 43,932 kB
  • ctags: 29,707
  • sloc: java: 74,695; ansic: 73,142; cpp: 40,649; sh: 18,411; f90: 10,062; fortran: 6,727; python: 6,406; makefile: 3,866; xml: 118; perl: 48
file content (21 lines) | stat: -rw-r--r-- 1,448 bytes parent folder | download
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