diff options
author | Audrius Meskauskas <audriusa@Bioinformatics.org> | 2006-02-08 07:35:30 +0000 |
---|---|---|
committer | Audrius Meskauskas <audriusa@Bioinformatics.org> | 2006-02-08 07:35:30 +0000 |
commit | 091cdfa2f20d1f06e45e6bd29247c685a1f29b5e (patch) | |
tree | 119c0d5c956754d69b27346f9b81162c1d399033 /Makefile.am | |
parent | 42a35a2e810292278c5bf1b59b4a255367511b03 (diff) | |
download | classpath-091cdfa2f20d1f06e45e6bd29247c685a1f29b5e.tar.gz |
2006-02-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* .classpath: New source patch (tools).
* Makefile.am (SUBDIRS, DIST_SUBDIRS): added "tools".
* configure.ac (AC_CONFIG_FILES): added tools/Makefile
* gnu/classpath/tools/Makefile.am,
gnu/classpath/tools/giop/GRMIC.java
gnu/classpath/tools/giop/GRMIC.txt,
gnu/classpath/tools/giop/README,
gnu/classpath/tools/giop/grmic/CompilationError.java,
gnu/classpath/tools/giop/grmic/Generator.java,
gnu/classpath/tools/giop/grmic/GiopIo.java,
gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java,
gnu/classpath/tools/giop/grmic/MethodGenerator.java,
gnu/classpath/tools/giop/grmic/templates/ImplTie.jav,
gnu/classpath/tools/giop/grmic/templates/Stub.jav,
gnu/classpath/tools/giop/grmic/templates/StubMethod.jav,
gnu/classpath/tools/giop/grmic/templates/StubMethodVoid.jav,
gnu/classpath/tools/giop/grmic/templates/Tie.jav,
gnu/classpath/tools/giop/grmic/templates/TieMethod.jav,
gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav: New files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4a09172e1..b3df98ca1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ ## Input file for automake to generate the Makefile.in used by configure # lib first, to compile .class files before native code, last examples -SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR) -DIST_SUBDIRS = lib doc external include native resource scripts examples +SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR) +DIST_SUBDIRS = lib doc external include native resource scripts tools examples ACLOCAL_AMFLAGS = -I m4 |