Commit Graph

43 Commits

Author SHA1 Message Date
Holger Vogt 5bf0a61f9f Remove adms, ingnore option
Clears bug 736
2025-02-06 09:58:13 +01:00
Holger Vogt 37ef831bc9 Updated links 2021-10-29 16:32:34 +02:00
Holger Vogt da6d2dd781 Bug 548: Add support for mawk in autogen.sh 2021-07-05 14:06:40 +02:00
Holger Vogt 952af0b75a replace bash-type code by more general code
patch provided by Attila Kinali
2018-12-17 22:57:06 +01:00
Holger Vogt 410345cf82 Check for *.va files, exit if adms is selected
and *.va files are not available
2018-05-19 20:19:15 +02:00
rlar 8c09761e6b adms, polish autogen.sh and configure.ac
Allow to override the admsXml executable when invoking
  autogen.sh and configure.ac

ADMSXML=/foo/bar/baz/admsXml ./autogen.sh --adms
ADMSXML=/foo/bar/baz/admsXml ./configure --enable-adms
alternatively (and more advertised)
./configure ADMSXML=/foo/bar/baz/admsXml --enable-adms

The generated Makefiles remember the given path.
A relative path doesn't make sense of course.
2017-03-12 19:34:37 +01:00
rlar 6d356f439d autogen.sh, src/Makefile.am, fix a build problem
in autogen.sh:
  libtoolize generates m4/*.m4 files
  autoheader generates config.h.in
    but only when needed

Thus a second autogen.sh invocation generated new .m4 files
  but left config.h.in untouched with old timestamp

The makefiles did recognice this situation and tried to regenerate
  config.h.in and config.h
But the subdir src/include was not the first one in src/Makefile.am
  and thus this update did occure too late,
  causing further rebuilds in the next make invocation.

Avoid this with --force arguments to the autotools,
  and put src/include into the first position.
2016-03-09 18:23:20 +01:00
rlar 8f63725cf0 autogen.sh, include local `m4' directory when invoking `aclocal' 2015-07-04 10:48:10 +02:00
Francesco Lannutti 409207eb77 Restored the execution flag on configure when ADMS is enabled 2013-09-20 21:39:20 +02:00
Francesco Lannutti 1209a5b025 Makefiles, drop some CVS remnants 2012-11-06 19:18:54 +01:00
Francesco Lannutti a10f497e97 autogen.sh, fix for Mac OS X 2012-10-29 23:47:02 +01:00
rlar ba131a5077 remove adms3 #1/2, code
due to license issues, and with the aim to approach the next
  ngspice release 25
we have to move this over to a development branch
2012-10-25 18:54:09 +02:00
rlar 1baec0b6b1 bug fix, first run libtoolize then aclocal
reported by Joseph Trebbien on
  [Ngspice-devel] Build error "required file `./ltmain.sh' not found"
2012-06-21 19:17:01 +02:00
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
rlar 5333ab2a4b switch --adms3 over to the new adms3va directories 2011-12-13 17:48:28 +00:00
rlar ffe7405ad2 update for --adms3 2011-07-23 13:06:58 +00:00
rlar aacf1e599d update --adms3 2011-05-19 18:19:48 +00:00
rlar c99b0476a0 add --adms3 to autogen.sh 2011-05-19 17:47:40 +00:00
r29173 fbf52906b0 remove usage of ngspiceVersion.xml in autogen.sh 2011-05-19 14:26:58 +00:00
rlar eb524b6f68 aautogen.sh, change a `sed' expression to be more defensive 2010-09-21 17:40:57 +00:00
rlar f025c7a602 autogen.sh, cleanup 2010-09-19 18:27:16 +00:00
rlar ef121c3509 run aclocal first, then libtoolize 2010-09-17 16:26:06 +00:00
rlar 2010672489 rename configure.in -> configure.ac 2010-09-08 17:14:44 +00:00
h_vogt 9f503c6c3f test for awk 2010-08-18 18:08:11 +00:00
h_vogt 5b04fa5d37 TCLCYG, adms update 2010-08-18 17:13:26 +00:00
h_vogt a7864c8f61 update on --adms 2010-08-15 20:17:05 +00:00
h_vogt d8f112d862 see ChangeLog 2010-08-14 08:34:49 +00:00
h_vogt 1657b33535 update: remove goto 2010-08-01 19:02:23 +00:00
h_vogt b82ef13db7 update for adms 2010-08-01 10:28:18 +00:00
pnenzi 6c05ffe903 Changed .tmp in .temp. This fix the "cannot stat" error in mv command. 2009-11-15 13:06:00 +00:00
dwarning 58ad4af9f6 try to integrate adms in autoconfiguration 2008-12-28 17:29:30 +00:00
sjborley 51b2d73d79 Added automake warning and output verbosity to autogen.sh 2007-12-15 13:41:48 +00:00
pnenzi 1b2a22a9a9 Update (no more cd - ) 2006-02-28 18:42:21 +00:00
pnenzi 650dbd1495 Dietmar corrections on autgen.sh and removed c directory in configure.in 2006-02-17 09:43:57 +00:00
pnenzi 352f3cc09b Fixed errors 2006-02-16 12:46:44 +00:00
pnenzi f3070062eb Removed support for EKV and generation of C code from autogen.sh for verilog devices. 2006-02-16 11:44:42 +00:00
pnenzi 9610c5bf21 Removed spurious check for admsXml. 2006-02-13 18:47:12 +00:00
pnenzi 63909887f9 Added --adms switch for verilo-a models 2006-02-08 09:23:32 +00:00
sjborley ae5debfbe1 Now gives more relevant advice when a required program is missing. 2005-09-06 20:28:26 +00:00
pnenzi 40017e1290 Added support for MAC OSX. 2005-04-16 22:39:57 +00:00
arno 94162c3fee * autogen.sh: no longer call configure. 2000-08-25 18:32:50 +00:00
arno 5455e51390 * src/analysis/*: Moved these files into src/devices/analysis.
The files in this directory implement the analysis and simulation
        for electrical circuits.

        This is the final step to separating the Spice sources into a
        library part and a frontend part.  Now, the devices subdirectory
        has to be renamed to spicelib and the devices that are now
        scattered in that directory should be moved into a new devices
        directory.

        * configure.in, src/Makefile.am, src/devices/Makefile.am: Files
        affected by the move.
2000-07-21 21:27:56 +00:00
pnenzi 978f1c32a2 Initial revision 2000-04-27 20:03:57 +00:00