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 \
|
2024-07-12 17:03:48 +02:00
|
|
|
ANALYSES BUGS AUTHORS INSTALL \
|
|
|
|
|
DEVICES INTERNALS NEWS README README.tcl README.optran\
|
|
|
|
|
README.shared-xspice README.vdmos README_OSDI.md\
|
|
|
|
|
README_OSDI_howto README.cpl-gc README.utf8 \
|
|
|
|
|
examples m4 visualc Dockerfile \
|
|
|
|
|
cross-compile.sh cross-compile-shared.sh \
|
|
|
|
|
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
|
|
|
|
compile_linux_shared.sh compile_cyg_make_short_check_64.sh \
|
|
|
|
|
compile_macos_clang.sh compile_macos_gcc.sh compile_macos_shared.sh \
|
|
|
|
|
compile_macos_clang_M2.sh compile_macos_clang_M2_shared.sh \
|
|
|
|
|
compile_linux_dist.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 \
|
2024-07-12 17:03:48 +02:00
|
|
|
src/include/ngspice/config.h.in config.sub configure install-sh \
|
|
|
|
|
missing mkinstalldirs stamp-h.in ltconfig \
|
|
|
|
|
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
|
2024-07-12 17:03:48 +02: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`
|