Browse Source

re-eable compiling without xgraph

pre-master-46
Holger Vogt 8 years ago
parent
commit
8ffc662b44
  1. 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
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
SUBDIRS = 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@ \
xgraph/aclocal.m4 \
examples m4 visualc \
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…
Cancel
Save