ngspice/Makefile.am

42 lines
1.4 KiB
Makefile
Raw Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
2010-06-20 12:43:50 +02:00
SUBDIRS = @XGRAPHDIR@ src man tests
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
2000-04-27 22:03:57 +02:00
2005-08-10 12:53:37 +02:00
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \
README.adms contrib \
2010-09-17 18:24:01 +02:00
doc examples visualc @NOTXGRAPH@ \
xgraph/aclocal.m4
2000-04-27 22:03:57 +02:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config/config.guess \
config.h.in config/config.sub configure config/install-sh \
config/missing mkinstalldirs stamp-h.in ltconfig \
config/ltmain.sh autom4te.cache \
config/depcomp config/ylwrap
2000-04-27 22:03:57 +02:00
ACLOCAL_AMFLAGS = -I m4
dist-hook:
rm -rf `find $(distdir)/contrib -name CVS`
rm -rf `find $(distdir)/patches -name CVS`
2004-08-09 22:55:13 +02:00
rm -rf `find $(distdir)/examples -name CVS`
rm -rf `find $(distdir)/visualc -name CVS`
rm -rf `find $(distdir)/visualc/include -name CVS`
2010-08-14 10:34:49 +02:00
rm -rf `find $(distdir)/xgraph -name .cvsignore`
rm -rf `find $(distdir)/xgraph -name .deps`
rm -rf `find $(distdir)/xgraph -name CVS`
2010-08-14 10:34:49 +02:00
rm -rf `find $(distdir)/xgraph -name config.status`
rm -rf `find $(distdir)/xgraph -name config.log`
rm -rf `find $(distdir)/xgraph -name Makefile`
rm -rf `find $(distdir)/xgraph/bitmaps -name CVS`
rm -rf `find $(distdir)/xgraph/examples -name CVS`
rm -rf `find $(distdir)/unsupported -name CVS`
2000-04-27 22:03:57 +02:00
mrproper: maintainer-clean
rm -f `find . -type f -name "*~" -print`
rm -f `find . -type f -name "*.orig" -print`
rm -f `find . -type f -name "*.rej" -print`