2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2018-11-01 22:16:34 +01:00
|
|
|
SUBDIRS = src man tests
|
|
|
|
|
DIST_SUBDIRS = src man tests
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2005-08-10 12:53:37 +02:00
|
|
|
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
2004-02-14 20:19:23 +01:00
|
|
|
ANALYSES BUGS AUTHORS ChangeLog \
|
2008-11-26 10:40:16 +01:00
|
|
|
DEVICES NEWS README README.tcl \
|
2018-05-27 23:35:48 +02:00
|
|
|
README.shared-xspice README.vdmos \
|
2021-08-08 12:05:40 +02:00
|
|
|
README.adms README-old.adms README.utf8 \
|
2018-11-01 22:16:34 +01:00
|
|
|
examples m4 visualc \
|
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 \
|
2018-10-27 16:38:00 +02:00
|
|
|
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
2021-08-08 11:58:55 +02:00
|
|
|
compile_linux_shared.sh compile_macos.sh ngspice.pc.in .gitignore
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2012-11-06 19:27:10 +01:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 ar-lib compile config.guess \
|
2012-02-08 21:13:52 +01:00
|
|
|
src/include/ngspice/config.h.in config.sub configure install-sh \
|
2010-09-17 21:18:26 +02:00
|
|
|
missing mkinstalldirs stamp-h.in ltconfig \
|
2020-02-25 20:57:08 +01:00
|
|
|
ltmain.sh depcomp ylwrap ngspice.pc
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2010-09-17 18:11:25 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
2018-04-30 21:43:34 +02:00
|
|
|
if SHARED_MODULE
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
pkgconfig_DATA = ngspice.pc
|
|
|
|
|
endif SHARED_MODULE
|
|
|
|
|
|
2000-04-27 22:03:57 +02:00
|
|
|
mrproper: maintainer-clean
|
2012-02-08 21:13:52 +01: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`
|