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 \
|
2004-02-14 20:19:23 +01:00
|
|
|
ANALYSES BUGS AUTHORS ChangeLog \
|
2008-11-26 10:40:16 +01:00
|
|
|
DEVICES NEWS README README.tcl \
|
2008-11-29 17:43:37 +01:00
|
|
|
README.adms contrib \
|
2010-09-23 20:50:01 +02:00
|
|
|
doc examples m4 visualc @NOTXGRAPH@ \
|
|
|
|
|
xgraph/aclocal.m4 \
|
|
|
|
|
compile_min.sh
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2012-02-08 21:13:52 +01:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 compile config.guess \
|
|
|
|
|
src/include/ngspice/config.h.in config.sub configure install-sh \
|
2010-09-17 21:18:26 +02:00
|
|
|
missing mkinstalldirs stamp-h.in ltconfig \
|
2012-02-08 21:13:52 +01:00
|
|
|
ltmain.sh depcomp ylwrap
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2010-09-17 18:11:25 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
2004-02-14 20:19:23 +01:00
|
|
|
dist-hook:
|
2010-08-14 10:34:49 +02:00
|
|
|
rm -rf `find $(distdir)/xgraph -name .deps`
|
|
|
|
|
rm -rf `find $(distdir)/xgraph -name config.status`
|
|
|
|
|
rm -rf `find $(distdir)/xgraph -name config.log`
|
2010-09-17 18:11:25 +02:00
|
|
|
rm -rf `find $(distdir)/xgraph -name Makefile`
|
|
|
|
|
|
2000-04-27 22:03:57 +02:00
|
|
|
mrproper: maintainer-clean
|
2012-02-08 21:13:52 +01:00
|
|
|
rm -f `find $(top_srcdir) -type f -name "*~" -print`
|
|
|
|
|
rm -f `find $(top_srcdir) -type f -name "*.orig" -print`
|
|
|
|
|
rm -f `find $(top_srcdir) -type f -name "*.rej" -print`
|
2003-07-23 21:36:39 +02:00
|
|
|
|
2012-02-08 21:13:52 +01:00
|
|
|
maintainer-clean-local:
|
2012-11-02 12:35:38 +01:00
|
|
|
rm -rf $(top_srcdir)/m4
|