New module 'csharpcomp'.
[gnulib.git] / modules / csharpcomp
1 Description:
2 Compile a C# program.
3
4 Files:
5 lib/csharpcomp.h
6 lib/csharpcomp.c
7 lib/csharpcomp.sh.in
8 m4/csharpcomp.m4
9 m4/csharp.m4
10
11 Depends-on:
12 stdbool
13 xallocsa
14 execute
15 pipe
16 wait-process
17 getline
18 sh-quote
19 safe-read
20 error
21 gettext
22
23 configure.ac:
24 gt_CSHARPCOMP
25
26 Makefile.am:
27 lib_SOURCES += csharpcomp.h csharpcomp.c
28 EXTRA_DIST += csharpcomp.sh.in
29
30 Include:
31 "csharpcomp.h"
32
33 License:
34 GPL
35
36 Maintainer:
37 Bruno Haible
38