re-eable compiling without xgraph

This commit is contained in:
Holger Vogt 2018-11-01 22:16:34 +01:00
parent 9e01d0b9f9
commit 8ffc662b44
1 changed files with 3 additions and 10 deletions

View File

@ -1,15 +1,14 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = @XGRAPHDIR@ src man tests
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
SUBDIRS = src man tests
DIST_SUBDIRS = src man tests
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \
README.shared-xspice README.vdmos \
README.adms README-old.adms contrib \
examples m4 visualc @NOTXGRAPH@ \
xgraph/aclocal.m4 \
examples m4 visualc \
build-for-mac-os.sh \
cross-compile.sh cross-compile-shared.sh \
compile_min.sh compile_linux.sh compile_min_shared.sh \
@ -27,12 +26,6 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ngspice.pc
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
rm -f `find $(top_srcdir) -type f -name "*~" -print`
rm -f `find $(top_srcdir) -type f -name "*.orig" -print`