mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
25 lines
888 B
Makefile
25 lines
888 B
Makefile
![]() |
## 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
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
||
|
native: lib
|
||
|
|
||
|
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
||
|
ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 \
|
||
|
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
|