diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
| commit | c8875fb97fc03779a5bba09872227b1d08e5d52a (patch) | |
| tree | a0b991cf5866ae1d616639b906ac001811d74508 /libjava/classpath/Makefile.am | |
| parent | c40c1730800ed292b6db39a83d592476fa59623c (diff) | |
| download | ppe42-gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.tar.gz ppe42-gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.zip | |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/Makefile.am')
| -rw-r--r-- | libjava/classpath/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libjava/classpath/Makefile.am b/libjava/classpath/Makefile.am new file mode 100644 index 00000000000..837e50d4913 --- /dev/null +++ b/libjava/classpath/Makefile.am @@ -0,0 +1,21 @@ +## 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 + +native: lib + +EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \ + ChangeLog-2003 ChangeLog-2004 \ + ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj + +#DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc + +dist-hook: + -$(mkinstalldirs) $(distdir)/include + -cp -f $(top_srcdir)/include/*.in $(distdir)/include + -cp -f $(top_srcdir)/include/*.h $(distdir)/include + +ChangeLog: + cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf |

