OSDN Git Service

Nazghul-0.7.1
[nazghul-jp/nazghul-jp.git] / Makefile.am
1 AUTOMAKE_OPTIONS = dist-shar dist-zip dist-tarZ
2
3 SUBDIRS = src worlds m4
4
5 DIST_SUBDIRS = $(SUBDIRS)
6
7 EXTRA_DIST = doc icons haxima.desktop
8
9 ACLOCAL_AMFLAGS = -I m4
10
11 @MAINT@alldist:
12 @MAINT@ ${MAKE} distcheck
13 @MAINT@ ${MAKE} dist-shar
14 @MAINT@ ${MAKE} dist-zip
15 @MAINT@ ${MAKE} dist-tarZ
16
17 MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4 config.h.in \
18                 config.guess config.sub depcomp install-sh \
19                 missing mkinstalldirs
20
21 @MAINT@cvsclean: maintainer-clean
22 @MAINT@ @-rm -f `find . -name Makefile.in`
23 @MAINT@ @-rm -f libtool ltmain.sh acinclude.m4 */Makefile.in
24 @MAINT@ @-rm -f configure aclocal.m4 config.h.in stamp-h.in depcomp ylwrap
25 @MAINT@ @-rm -f config.guess config.sub config.cache config.log config.status
26 @MAINT@ @-rm -f mkinstalldirs missing install-sh COPYING ABOUT-NLS config.rpath
27 @MAINT@ @-rm -fr @PACKAGE@-@VERSION@* *~ */*~
28 @MAINT@ @echo "================================================="
29 @MAINT@ @echo "Don't forget your ChangeLog and NEWS entries ...."
30 @MAINT@ @echo "================================================="