File: babel.make

package info (click to toggle)
babel 1.4.0.dfsg-8.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 64,556 kB
  • sloc: ansic: 628,381; java: 94,351; sh: 31,700; f90: 17,373; cpp: 12,095; fortran: 9,197; python: 8,451; makefile: 6,216; perl: 232; xml: 118; awk: 11
file content (22 lines) | stat: -rw-r--r-- 1,587 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
IORSRCS = sort_CompInt_IOR.c sort_HeapSort_IOR.c sort_IntegerContainer_IOR.c  \
  sort_Integer_IOR.c sort_MergeSort_IOR.c sort_QuickSort_IOR.c                \
  sort_SimpleCounter_IOR.c sort_SortTest_IOR.c sort_SortingAlgorithm_IOR.c
LAUNCHSRCS = sort_CompInt_pLaunch.c sort_HeapSort_pLaunch.c                   \
  sort_IntegerContainer_pLaunch.c sort_Integer_pLaunch.c                      \
  sort_MergeSort_pLaunch.c sort_QuickSort_pLaunch.c                           \
  sort_SimpleCounter_pLaunch.c sort_SortTest_pLaunch.c                        \
  sort_SortingAlgorithm_pLaunch.c
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
SKELSRCS = sort_CompInt_pSkel.c sort_HeapSort_pSkel.c                         \
  sort_IntegerContainer_pSkel.c sort_Integer_pSkel.c sort_MergeSort_pSkel.c   \
  sort_QuickSort_pSkel.c sort_SimpleCounter_pSkel.c sort_SortTest_pSkel.c     \
  sort_SortingAlgorithm_pSkel.c