ngspice/Makefile.am

40 lines
1.3 KiB
Makefile
Raw Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
2010-06-20 12:43:50 +02:00
SUBDIRS = @XGRAPHDIR@ src man tests
DIST_SUBDIRS = @XGRAPHDIR@ 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 \
ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \
2018-05-27 23:35:48 +02:00
README.shared-xspice README.vdmos \
README.adms README-old.adms contrib \
2018-05-01 12:54:38 +02:00
examples m4 visualc @NOTXGRAPH@ \
xgraph/aclocal.m4 \
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 \
ngspice.pc.in .gitignore
2000-04-27 22:03:57 +02:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 ar-lib compile config.guess \
src/include/ngspice/config.h.in config.sub configure install-sh \
missing mkinstalldirs stamp-h.in ltconfig \
ltmain.sh depcomp ylwrap
2000-04-27 22:03:57 +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
dist-hook:
2010-08-14 10:34:49 +02:00
rm -rf `find $(distdir)/xgraph -name .deps`
rm -rf `find $(distdir)/xgraph -name config.status`
rm -rf `find $(distdir)/xgraph -name config.log`
rm -rf `find $(distdir)/xgraph -name Makefile`
2000-04-27 22:03:57 +02:00
mrproper: maintainer-clean
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`