re-eable compiling without xgraph
This commit is contained in:
parent
e165f61450
commit
27ba17c205
13
Makefile.am
13
Makefile.am
|
|
@ -1,15 +1,14 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = @XGRAPHDIR@ src man tests
|
SUBDIRS = src man tests
|
||||||
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
|
DIST_SUBDIRS = src man tests
|
||||||
|
|
||||||
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
||||||
ANALYSES BUGS AUTHORS ChangeLog \
|
ANALYSES BUGS AUTHORS ChangeLog \
|
||||||
DEVICES NEWS README README.tcl \
|
DEVICES NEWS README README.tcl \
|
||||||
README.shared-xspice README.vdmos \
|
README.shared-xspice README.vdmos \
|
||||||
README.adms README-old.adms contrib \
|
README.adms README-old.adms contrib \
|
||||||
examples m4 visualc @NOTXGRAPH@ \
|
examples m4 visualc \
|
||||||
xgraph/aclocal.m4 \
|
|
||||||
build-for-mac-os.sh \
|
build-for-mac-os.sh \
|
||||||
cross-compile.sh cross-compile-shared.sh \
|
cross-compile.sh cross-compile-shared.sh \
|
||||||
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
||||||
|
|
@ -27,12 +26,6 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = ngspice.pc
|
pkgconfig_DATA = ngspice.pc
|
||||||
endif SHARED_MODULE
|
endif SHARED_MODULE
|
||||||
|
|
||||||
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
|
mrproper: maintainer-clean
|
||||||
rm -f `find $(top_srcdir) -type f -name "*~" -print`
|
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 "*.orig" -print`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue