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 (10 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
IORHDRS = sort_CompInt_IOR.h sort_Comparator_IOR.h sort_Container_IOR.h       \
  sort_Counter_IOR.h sort_HeapSort_IOR.h sort_IOR.h                           \
  sort_IntegerContainer_IOR.h sort_Integer_IOR.h sort_MergeSort_IOR.h         \
  sort_QuickSort_IOR.h sort_SimpleCounter_IOR.h sort_SortTest_IOR.h           \
  sort_SortingAlgorithm_IOR.h
PYMOD_HDRS = sort_CompInt_Module.h sort_Comparator_Module.h                   \
  sort_Container_Module.h sort_Counter_Module.h sort_HeapSort_Module.h        \
  sort_IntegerContainer_Module.h sort_Integer_Module.h                        \
  sort_MergeSort_Module.h sort_QuickSort_Module.h sort_SimpleCounter_Module.h \
  sort_SortTest_Module.h sort_SortingAlgorithm_Module.h