OSDN Git Service

libjava/
[pf3gnuchains/gcc-fork.git] / libjava / classpath / Makefile.am
1 ## Input file for automake to generate the Makefile.in used by configure
2
3 # lib first, to compile .class files before native code, last examples
4 SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
5 DIST_SUBDIRS = lib doc external include native resource scripts tools examples
6
7 # Allow users to pass site-specific flags to autoreconf via an env var. 
8 ## GCJ LOCAL: we need an extra -I here.
9 ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config ${LOCAL_AUTORECONF_FLAGS}
10
11 native: lib
12
13 EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
14              ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 ChangeLog-2006 \
15              ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
16              autogen.sh
17
18 #DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc
19
20 dist-hook:
21         -$(mkinstalldirs) $(distdir)/include
22         -cp -f $(top_srcdir)/include/*.in $(distdir)/include
23         -cp -f $(top_srcdir)/include/*.h $(distdir)/include
24
25 ChangeLog:
26         cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf