annotate modules/javacomp @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents cd549182ef0e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Compile a Java program.
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/javacomp.h
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/javacomp.c
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdbool
7045
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
10 unistd
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
11 javaversion
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 execute
13924
5be0c314f2f8 Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents: 10391
diff changeset
13 spawn-pipe
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 wait-process
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 classpath
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 xsetenv
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 sh-quote
7045
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
18 binary-io
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 safe-read
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 xalloc
8948
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 8251
diff changeset
21 xmalloca
7045
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
22 getline
10391
f0a681493fa6 New module 'xconcat-filename', split off from module 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents: 8948
diff changeset
23 xconcat-filename
7045
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
24 fwriteerror
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
25 clean-temp
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 error
7045
4b026b985ef6 Update dependencies after rewrite.
Bruno Haible <bruno@clisp.org>
parents: 6467
diff changeset
27 xvasprintf
7974
ace01389ef5b Small optimization.
Bruno Haible <bruno@clisp.org>
parents: 7045
diff changeset
28 c-strstr
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
29 gettext-h
6467
168f69520f35 Depend on javacomp-script.
Bruno Haible <bruno@clisp.org>
parents: 5965
diff changeset
30 javacomp-script
39883
cd549182ef0e sh-filename: New module.
Bruno Haible <bruno@clisp.org>
parents: 17713
diff changeset
31 sh-filename
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 configure.ac:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Makefile.am:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 lib_SOURCES += javacomp.h javacomp.c
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 Include:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 "javacomp.h"
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 License:
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 GPL
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 13924
diff changeset
45 all