OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / 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 $(TOOLSDIR) $(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 ACLOCAL_AMFLAGS = -I m4 ${LOCAL_AUTORECONF_FLAGS}
9
10 native: lib
11
12 EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
13              ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 ChangeLog-2006 \
14              ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
15              autogen.sh
16
17 DISTCHECK_CONFIGURE_FLAGS = --with-gjdoc --enable-gstreamer-peer \
18         --enable-xmlj --enable-qt-peer
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