summaryrefslogtreecommitdiffstats
path: root/src/electronics/simulation
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-30 15:59:16 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-31 23:23:05 +0100
commit8c68c80a46ae202b8683c5a7e46dabeedb73f24f (patch)
treeb8d3bbe31320e744157446f0118de3b4393e52b8 /src/electronics/simulation
parent485f628b434fcfee20ee12e3f64235b7727c948d (diff)
downloadktechlab-8c68c80a46ae202b8683c5a7e46dabeedb73f24f.tar.gz
ktechlab-8c68c80a46ae202b8683c5a7e46dabeedb73f24f.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 353797953630060e3171b242456f9447542ce47b)
Diffstat (limited to 'src/electronics/simulation')
-rw-r--r--src/electronics/simulation/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/electronics/simulation/Makefile.am b/src/electronics/simulation/Makefile.am
deleted file mode 100644
index c45c6a0..0000000
--- a/src/electronics/simulation/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/electronics $(all_includes)
-METASOURCES = AUTO
-noinst_LTLIBRARIES = libelements.la
-libelements_la_SOURCES = cccs.cpp ccvs.cpp circuit.cpp currentsource.cpp \
- diode.cpp element.cpp elementset.cpp logic.cpp matrix.cpp vccs.cpp vcvs.cpp \
- voltagesource.cpp capacitance.cpp resistance.cpp currentsignal.cpp voltagepoint.cpp \
- voltagesignal.cpp elementsignal.cpp nonlinear.cpp reactive.cpp vec.cpp bjt.cpp opamp.cpp \
- inductance.cpp
-noinst_HEADERS = cccs.h ccvs.h circuit.h currentsource.h diode.h element.h \
- elementset.h logic.h matrix.h vccs.h vcvs.h voltagesource.h capacitance.h \
- resistance.h elementsignal.h nonlinear.h reactive.h vec.h bjt.h opamp.h inductance.h