ngspice/Makefile.am

26 lines
778 B
Makefile
Raw Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
2004-01-25 10:00:31 +01:00
SUBDIRS = @XGRAPHDIR@ doc src man tests
2004-08-09 22:55:13 +02:00
DIST_SUBDIRS = xgraph doc src man tests
2000-04-27 22:03:57 +02:00
EXTRA_DIST = FAQ acconfig.h autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \
2004-08-09 22:55:13 +02:00
DEVICES NEWS README contrib patches examples
2000-04-27 22:03:57 +02:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
missing mkinstalldirs stamp-h.in ltconfig \
2004-02-14 21:24:22 +01:00
ltmain.sh autom4te.cache
2000-04-27 22:03:57 +02:00
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`
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`
2004-01-10 18:01:39 +01:00