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 (9 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
IORHDRS = ExceptionTest_FibException_IOR.h ExceptionTest_Fib_IOR.h            \
  ExceptionTest_IOR.h ExceptionTest_NegativeValueException_IOR.h              \
  ExceptionTest_TooBigException_IOR.h ExceptionTest_TooDeepException_IOR.h
STUBHDRS = ExceptionTest.h ExceptionTest_Fib.h ExceptionTest_FibException.h   \
  ExceptionTest_NegativeValueException.h ExceptionTest_TooBigException.h      \
  ExceptionTest_TooDeepException.h
STUBSRCS = ExceptionTest_FibException_Stub.c ExceptionTest_Fib_Stub.c         \
  ExceptionTest_NegativeValueException_Stub.c                                 \
  ExceptionTest_TooBigException_Stub.c ExceptionTest_TooDeepException_Stub.c