ngspice/Makefile.am

19 lines
527 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
2000-04-27 22:03:57 +02:00
2004-01-10 18:01:39 +01:00
EXTRA_DIST = FAQ acconfig.h autogen.sh NOTES BUGS AUTHORS ChangeLog \
DEVICES NEWS README
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-01-10 18:01:39 +01:00
ltmain.sh
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