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 (18 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
IORHDRS = Inherit_A_IOR.h Inherit_B_IOR.h Inherit_C_IOR.h Inherit_D_IOR.h     \
  Inherit_E2_IOR.h Inherit_E_IOR.h Inherit_F2_IOR.h Inherit_F_IOR.h           \
  Inherit_G2_IOR.h Inherit_G_IOR.h Inherit_H_IOR.h Inherit_IOR.h              \
  Inherit_I_IOR.h Inherit_J_IOR.h
IORSRCS = Inherit_C_IOR.c Inherit_D_IOR.c Inherit_E2_IOR.c Inherit_E_IOR.c    \
  Inherit_F2_IOR.c Inherit_F_IOR.c Inherit_G2_IOR.c Inherit_G_IOR.c           \
  Inherit_H_IOR.c Inherit_I_IOR.c Inherit_J_IOR.c
LAUNCHSRCS = Inherit_C_pLaunch.c Inherit_D_pLaunch.c Inherit_E2_pLaunch.c     \
  Inherit_E_pLaunch.c Inherit_F2_pLaunch.c Inherit_F_pLaunch.c                \
  Inherit_G2_pLaunch.c Inherit_G_pLaunch.c Inherit_H_pLaunch.c                \
  Inherit_I_pLaunch.c Inherit_J_pLaunch.c
PYMOD_HDRS = Inherit_A_Module.h Inherit_B_Module.h Inherit_C_Module.h         \
  Inherit_D_Module.h Inherit_E2_Module.h Inherit_E_Module.h                   \
  Inherit_F2_Module.h Inherit_F_Module.h Inherit_G2_Module.h                  \
  Inherit_G_Module.h Inherit_H_Module.h Inherit_I_Module.h Inherit_J_Module.h
SKELSRCS = Inherit_C_pSkel.c Inherit_D_pSkel.c Inherit_E2_pSkel.c             \
  Inherit_E_pSkel.c Inherit_F2_pSkel.c Inherit_F_pSkel.c Inherit_G2_pSkel.c   \
  Inherit_G_pSkel.c Inherit_H_pSkel.c Inherit_I_pSkel.c Inherit_J_pSkel.c