forked from Elzair/nazghul
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
28 lines (21 loc) · 978 Bytes
/
Copy pathMakefile.am
File metadata and controls
28 lines (21 loc) · 978 Bytes
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
26
27
28
AUTOMAKE_OPTIONS = dist-zip
SUBDIRS = src worlds m4
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = doc icons haxima.desktop
ACLOCAL_AMFLAGS = -I m4
@MAINT@alldist:
@MAINT@ ${MAKE} distcheck
@MAINT@ ${MAKE} dist-zip
MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4 config.h.in \
config.guess config.sub depcomp install-sh \
missing mkinstalldirs compile
@MAINT@cvsclean: maintainer-clean
@MAINT@ @-rm -f `find . -name Makefile.in`
@MAINT@ @-rm -f libtool ltmain.sh acinclude.m4 */Makefile.in
@MAINT@ @-rm -f configure aclocal.m4 config.h.in stamp-h.in depcomp ylwrap
@MAINT@ @-rm -f config.guess config.sub config.cache config.log config.status
@MAINT@ @-rm -f mkinstalldirs missing install-sh COPYING ABOUT-NLS config.rpath
@MAINT@ @-rm -fr @PACKAGE@-@VERSION@* *~ */*~
@MAINT@ @echo "================================================="
@MAINT@ @echo "Don't forget your ChangeLog and NEWS entries ...."
@MAINT@ @echo "================================================="