aebade15ec
Gnu Circuit Analysis Package The primary component is a general purpose circuit simulator. It performs nonlinear dc and transient analyses, fourier analysis, and ac analysis. It is fully interactive and command driven. It can also be run in batch mode or as a server. Spice compatible models for the MOSFET (level 1-7), BJT, and diode are included in this release. submitted by andreas.bihlmaier at gmx.de
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/12/30 15:42:53 steven Exp $
|
|
--- Makefile.in.orig Sat Dec 30 13:24:13 2006
|
|
+++ Makefile.in Sat Dec 30 13:24:50 2006
|
|
@@ -161,7 +161,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = doc examples man modelgen src
|
|
+SUBDIRS = examples modelgen src
|
|
EXTRA_DIST = autogen.sh Makefile.template configure.old
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|