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 (7 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
PYMOD_SRCS = Inherit_A_Module.c Inherit_B_Module.c Inherit_C_Module.c         \
  Inherit_D_Module.c Inherit_E2_Module.c Inherit_E_Module.c                   \
  Inherit_F2_Module.c Inherit_F_Module.c Inherit_G2_Module.c                  \
  Inherit_G_Module.c Inherit_H_Module.c Inherit_I_Module.c Inherit_J_Module.c
PYTHONADMIN = __init__.py
PYTHONSRC = C_Impl.py D_Impl.py E2_Impl.py E_Impl.py F2_Impl.py F_Impl.py     \
  G2_Impl.py G_Impl.py H_Impl.py I_Impl.py J_Impl.py