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,612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
IMPLHDRS = ExceptionTest_FibException_Impl.hh ExceptionTest_Fib_Impl.hh       \
  ExceptionTest_NegativeValueException_Impl.hh                                \
  ExceptionTest_TooBigException_Impl.hh ExceptionTest_TooDeepException_Impl.hh
IMPLSRCS = ExceptionTest_FibException_Impl.cc ExceptionTest_Fib_Impl.cc       \
  ExceptionTest_NegativeValueException_Impl.cc                                \
  ExceptionTest_TooBigException_Impl.cc ExceptionTest_TooDeepException_Impl.cc
IORHDRS = ExceptionTest_FibException_IOR.h ExceptionTest_Fib_IOR.h            \
  ExceptionTest_IOR.h ExceptionTest_NegativeValueException_IOR.h              \
  ExceptionTest_TooBigException_IOR.h ExceptionTest_TooDeepException_IOR.h
IORSRCS = ExceptionTest_FibException_IOR.c ExceptionTest_Fib_IOR.c            \
  ExceptionTest_NegativeValueException_IOR.c                                  \
  ExceptionTest_TooBigException_IOR.c ExceptionTest_TooDeepException_IOR.c
SKELSRCS = ExceptionTest_FibException_Skel.cc ExceptionTest_Fib_Skel.cc       \
  ExceptionTest_NegativeValueException_Skel.cc                                \
  ExceptionTest_TooBigException_Skel.cc ExceptionTest_TooDeepException_Skel.cc
STUBHDRS = ExceptionTest.hh ExceptionTest_Fib.hh                              \
  ExceptionTest_FibException.hh ExceptionTest_NegativeValueException.hh       \
  ExceptionTest_TooBigException.hh ExceptionTest_TooDeepException.hh
STUBSRCS = ExceptionTest_Fib.cc ExceptionTest_FibException.cc                 \
  ExceptionTest_NegativeValueException.cc ExceptionTest_TooBigException.cc    \
  ExceptionTest_TooDeepException.cc