verify: new macro 'assume'
[gnulib.git] / modules / javacomp
1 Description:
2 Compile a Java program.
3
4 Files:
5 lib/javacomp.h
6 lib/javacomp.c
7
8 Depends-on:
9 stdbool
10 unistd
11 javaversion
12 execute
13 spawn-pipe
14 wait-process
15 classpath
16 xsetenv
17 sh-quote
18 binary-io
19 safe-read
20 xalloc
21 xmalloca
22 getline
23 xconcat-filename
24 fwriteerror
25 clean-temp
26 error
27 xvasprintf
28 c-strstr
29 gettext-h
30 javacomp-script
31
32 configure.ac:
33
34 Makefile.am:
35 lib_SOURCES += javacomp.h javacomp.c
36
37 Include:
38 "javacomp.h"
39
40 License:
41 GPL
42
43 Maintainer:
44 Bruno Haible
45