File: Makefile.am

package info (click to toggle)
classpath 2%3A0.97.1-5%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 70,216 kB
  • ctags: 101,459
  • sloc: java: 618,509; ansic: 34,989; sh: 9,319; cpp: 8,745; makefile: 1,681; yacc: 654; perl: 460
file content (25 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

# Allow users to pass site-specific flags to autoreconf via an env var. 
ACLOCAL_AMFLAGS = -I m4 ${LOCAL_AUTORECONF_FLAGS}

native: lib

EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
             ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 ChangeLog-2006 \
             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