gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / csharpexec
1 Description:
2 Execute a C# program.
3
4 Files:
5 build-aux/csharpexec.sh.in
6 lib/csharpexec.h
7 lib/csharpexec.c
8 lib/classpath.h
9 lib/classpath.c
10 m4/csharpexec.m4
11 m4/csharp.m4
12
13 Depends-on:
14 stdbool
15 execute
16 xsetenv
17 sh-quote
18 xalloc
19 xallocsa
20 error
21 gettext-h
22
23 configure.ac:
24 # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
25 AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
26
27 Makefile.am:
28 DEFS += -DEXEEXT=\"$(EXEEXT)\"
29 lib_SOURCES += csharpexec.h csharpexec.c
30
31 Include:
32 "csharpexec.h"
33
34 License:
35 GPL
36
37 Maintainer:
38 Bruno Haible