forked from gnuplot/gnuplot-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
26 lines (18 loc) · 808 Bytes
/
Makefile.am
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
## Process this file with automake to produce Makefile.in -*-Makefile-*-
AUTOMAKE_OPTIONS = foreign
SUBDIRS = config m4 term src docs $(LISPDIR) man demo tutorial share
EXTRA_DIST = BUGS CodeStyle Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST lisp \
VERSION configure.vms pm3d win
DISTCLEANFILES = stamp-h
LISP_DISTCLEANFILES = Makefile gnuplot-gui.elc gnuplot.elc gpelcard.dvi \
gpelcard.pdf gpelcard.ps
ACLOCAL_AMFLAGS = -I m4
dist-hook:
@for dir in `find $(distdir) -type d -name CVS -print`; do \
rm -rf $$dir; done
@find $(distdir) -type d -name .deps -print | xargs rm -rf
@find $(distdir) -type f -name .cvsignore -print | xargs rm -f
@(cd $(distdir)/lisp && rm -f $(LISP_DISTCLEANFILES))
gnuplot:
cd src; make binonly