## Modifications Copyright (C) 2004 by Etienne Gagnon. ## Modifications Copyright (C) 2004 by David Belanger. ## Modifications Copyright (C) 2004 by Grzegorz prokopski. ## 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 native: lib EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE ChangeLog-2003 \ ChangeLog.sablevm-classpath LGPL-2.1 #DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc CLEANFILES = ChangeLog.sablevm-classpath ChangeLog.sablevm-classpath: svn log -v > $@ dist-hook: -$(mkinstalldirs) $(distdir)/include -cp -f $(top_srcdir)/include/*.in $(distdir)/include -cp -f $(top_srcdir)/include/*.h $(distdir)/include