ngspice/Makefile.am

23 lines
598 B
Makefile
Raw Permalink Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
SUBDIRS = doc src man tests
EXTRA_DIST = FAQ acconfig.h autogen.sh NOTES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.Tcl
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 \
ltmain.sh
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`
2002-11-26 12:38:25 +01:00
tcl:
cd src && $(MAKE) tcl
install-tcl:
cd src && $(MAKE) install-tcl