2000-04-27 20:03:57 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2010-06-20 10:43:50 +00:00
|
|
|
SUBDIRS = @XGRAPHDIR@ src man tests
|
|
|
|
|
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
|
2000-04-27 20:03:57 +00:00
|
|
|
|
2005-08-10 10:53:37 +00:00
|
|
|
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
2004-02-14 19:19:23 +00:00
|
|
|
ANALYSES BUGS AUTHORS ChangeLog \
|
2008-11-26 09:40:16 +00:00
|
|
|
DEVICES NEWS README README.tcl \
|
2008-11-29 16:43:37 +00:00
|
|
|
README.adms contrib \
|
2016-08-17 19:07:41 +02:00
|
|
|
doc examples m4 visualc @NOTXGRAPH@ \
|
2010-09-23 18:50:01 +00:00
|
|
|
xgraph/aclocal.m4 \
|
2017-09-16 15:53:52 +02:00
|
|
|
build-for-mac-os.sh \
|
2017-04-30 13:24:13 +02:00
|
|
|
cross-compile.sh cross-compile-shared.sh \
|
2012-11-16 22:29:55 +01:00
|
|
|
compile_min.sh .gitignore
|
2000-04-27 20:03:57 +00:00
|
|
|
|
2012-11-06 19:27:10 +01:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 ar-lib compile config.guess \
|
2012-02-08 20:13:52 +00:00
|
|
|
src/include/ngspice/config.h.in config.sub configure install-sh \
|
2010-09-17 19:18:26 +00:00
|
|
|
missing mkinstalldirs stamp-h.in ltconfig \
|
2012-02-08 20:13:52 +00:00
|
|
|
ltmain.sh depcomp ylwrap
|
2000-04-27 20:03:57 +00:00
|
|
|
|
2010-09-17 16:11:25 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
2004-02-14 19:19:23 +00:00
|
|
|
dist-hook:
|
2010-08-14 08:34:49 +00: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 16:11:25 +00:00
|
|
|
rm -rf `find $(distdir)/xgraph -name Makefile`
|
|
|
|
|
|
2000-04-27 20:03:57 +00:00
|
|
|
mrproper: maintainer-clean
|
2012-02-08 20:13:52 +00: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`
|