- Optification is done by auto builder now
[gnuplot] / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = foreign 1.2h
3
4 SUBDIRS = config m4 term src docs $(LISPDIR) man demo tutorial share maemo
5
6 EXTRA_DIST = BUGS CodeStyle Copyright FAQ GNUmakefile INSTALL INSTALL.gnu \
7 Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST \
8 VERSION configure.vms pm3d
9
10 DISTCLEANFILES = stamp-h
11
12 LISP_DISTCLEANFILES = gpelcard.dvi gpelcard.pdf gpelcard.ps
13
14 ACLOCAL_AMFLAGS = -I m4
15
16 dist-hook:
17         @for dir in `find $(distdir) -type d -name CVS -print`; do \
18           rm -rf $$dir; done
19         @find $(distdir) -type d -name .deps -print | xargs rm -rf
20         @find $(distdir) -type f -name .cvsignore -print | xargs rm -f
21         @(cd $(distdir)/lisp && rm -f $(LISP_DISTCLEANFILES))