2005-07-16 02:30:23 +02:00
|
|
|
## 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
|
|
|
|
|
2005-09-23 23:31:04 +02:00
|
|
|
## GCJ LOCAL: we need an extra -I here.
|
2005-09-30 22:46:59 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config
|
2005-08-22 23:51:59 +02:00
|
|
|
|
2005-07-16 02:30:23 +02:00
|
|
|
native: lib
|
|
|
|
|
|
|
|
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
2006-01-17 19:09:40 +01:00
|
|
|
ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 \
|
2005-11-16 00:20:01 +01:00
|
|
|
ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
|
|
|
|
autogen.sh
|
2005-07-16 02:30:23 +02:00
|
|
|
|
|
|
|
#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
|