2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
SUBDIRS = doc src man tests
|
|
|
|
|
|
2001-12-07 16:02:45 +01:00
|
|
|
EXTRA_DIST = FAQ acconfig.h autogen.sh NOTES contrib BUGS
|
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 \
|
2003-08-14 18:08:26 +02:00
|
|
|
ltmain.sh depcomp
|
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`
|
2003-07-23 21:36:39 +02:00
|
|
|
|
|
|
|
|
codemodels:
|
|
|
|
|
cd src/xspice/icm && make
|