forked from imr/ngspice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
30 lines (24 loc) · 1.01 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## Process this file with automake to produce Makefile.in
SUBDIRS = @XGRAPHDIR@ src man tests
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \
README.adms contrib \
doc examples m4 visualc visualc-shared @NOTXGRAPH@ \
xgraph/aclocal.m4 \
compile_min.sh .gitignore
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
ACLOCAL_AMFLAGS = -I m4
dist-hook:
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`
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`