27651ad32c
2006-06-30 Thomas Fitzsimmons <fitzsim@redhat.com> * classpath/tools/Makefile.am: Comment out tools wrapper creation. (TOOLS_ZIP): Rename tools.zip tools.jar. (noinst_DATA): Do not install tools.jar. * classpath/tools/Makefile.in: Regenerate. * classpath/Makefile.am (SUBDIRS): Add tools. (DIST_SUBDIRS): Likewise. * classpath/Makefile.in: Regenerate. * Makefile.am (toolexeclib_LTLIBRARIES): Add libgcj-tools.la. (jar_DATA): Add libgcj-tools-$(gcc_version).jar. (bin_PROGRAMS): Add gappletviewer, gjarsigner and gkeytool. Add build logic for libgcj-tools.la, libgcj-tools-$(gcc_version).jar and gappletviewer, gjarsigner and gkeytool. * Makefile.in: Regenerate. From-SVN: r115097
26 lines
953 B
Makefile
26 lines
953 B
Makefile
## 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
|