We no longer want to install cmpp or other XSPICE files.

The manual describes making code models from inside
the ngspice build process, and that's what we support
right now.
This commit is contained in:
Holger Vogt 2021-01-23 12:43:51 +01:00
parent a5eac333bb
commit d45e95aa4c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ EXTRA_DIST = .gitignore
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = cmpp
noinst_PROGRAMS = cmpp
AM_CPPFLAGS = -I. -I$(srcdir)
AM_YFLAGS = -d

View File

@ -25,7 +25,7 @@ install: all
$(INSTALL_PROGRAM) $$cm/$$cm.cm "$(DESTDIR)$(pkglibdir)" \
|| exit 1; \
done
$(INSTALL_DATA) $(srcdir)/dlmain.c "$(DESTDIR)$(pkgdatadir)" || exit $$?;
# $(INSTALL_DATA) $(srcdir)/dlmain.c "$(DESTDIR)$(pkgdatadir)" || exit $$?;
uninstall: