aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1/libjava/classpath/Makefile.am
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2009-11-05 15:11:04 -0800
committerJing Yu <jingyu@google.com>2009-11-05 15:11:04 -0800
commitdf62c1c110e8532b995b23540b7e3695729c0779 (patch)
treedbbd4cbdb50ac38011e058a2533ee4c3168b0205 /gcc-4.2.1/libjava/classpath/Makefile.am
parent8d401cf711539af5a2f78d12447341d774892618 (diff)
downloadtoolchain_gcc-df62c1c110e8532b995b23540b7e3695729c0779.tar.gz
toolchain_gcc-df62c1c110e8532b995b23540b7e3695729c0779.tar.bz2
toolchain_gcc-df62c1c110e8532b995b23540b7e3695729c0779.zip
Check in gcc sources for prebuilt toolchains in Eclair.
Diffstat (limited to 'gcc-4.2.1/libjava/classpath/Makefile.am')
-rw-r--r--gcc-4.2.1/libjava/classpath/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc-4.2.1/libjava/classpath/Makefile.am b/gcc-4.2.1/libjava/classpath/Makefile.am
new file mode 100644
index 000000000..82e97dbde
--- /dev/null
+++ b/gcc-4.2.1/libjava/classpath/Makefile.am
@@ -0,0 +1,25 @@
+## 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 tools $(EXAMPLESDIR)
+DIST_SUBDIRS = lib doc external include native resource scripts tools examples
+
+## GCJ LOCAL: we need an extra -I here.
+ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config
+
+native: lib
+
+EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
+ ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 \
+ ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
+ autogen.sh
+
+#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