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:
parent
a5eac333bb
commit
d45e95aa4c
|
|
@ -6,7 +6,7 @@ EXTRA_DIST = .gitignore
|
|||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = cmpp
|
||||
noinst_PROGRAMS = cmpp
|
||||
|
||||
AM_CPPFLAGS = -I. -I$(srcdir)
|
||||
AM_YFLAGS = -d
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue