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 (30 lines) | stat: -rw-r--r-- 2,231 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
22
23
24
25
26
27
28
29
30
IMPLMODULESRCS = ExceptionTest_FibException_Mod.F90 ExceptionTest_Fib_Mod.F90 \
  ExceptionTest_NegativeValueException_Mod.F90                                \
  ExceptionTest_TooBigException_Mod.F90 ExceptionTest_TooDeepException_Mod.F90
IMPLSRCS = ExceptionTest_FibException_Impl.F90 ExceptionTest_Fib_Impl.F90     \
  ExceptionTest_NegativeValueException_Impl.F90                               \
  ExceptionTest_TooBigException_Impl.F90                                      \
  ExceptionTest_TooDeepException_Impl.F90
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_fSkel.c ExceptionTest_Fib_fSkel.c       \
  ExceptionTest_NegativeValueException_fSkel.c                                \
  ExceptionTest_TooBigException_fSkel.c ExceptionTest_TooDeepException_fSkel.c
STUBHDRS = ExceptionTest_FibException_fAbbrev.h ExceptionTest_Fib_fAbbrev.h   \
  ExceptionTest_NegativeValueException_fAbbrev.h                              \
  ExceptionTest_TooBigException_fAbbrev.h                                     \
  ExceptionTest_TooDeepException_fAbbrev.h
STUBMODULESRCS = ExceptionTest_Fib.F90 ExceptionTest_FibException.F90         \
  ExceptionTest_NegativeValueException.F90 ExceptionTest_TooBigException.F90  \
  ExceptionTest_TooDeepException.F90
STUBSRCS = ExceptionTest_FibException_fStub.c ExceptionTest_Fib_fStub.c       \
  ExceptionTest_NegativeValueException_fStub.c                                \
  ExceptionTest_TooBigException_fStub.c ExceptionTest_TooDeepException_fStub.c
TYPEMODULESRCS = ExceptionTest_FibException_type.F90                          \
  ExceptionTest_Fib_type.F90 ExceptionTest_NegativeValueException_type.F90    \
  ExceptionTest_TooBigException_type.F90                                      \
  ExceptionTest_TooDeepException_type.F90