summaryrefslogtreecommitdiffstats
path: root/src/progs/icd1
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-24 16:46:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-11 10:04:03 +0900
commit7541f392d046e343f9739cf87995e44300ec334b (patch)
tree815f9e0b639ee244a9f2d42d35df4a3fc4d875fa /src/progs/icd1
parentcf89569f1ab2162e81fc233b4734f0f6a1fdd5ce (diff)
downloadpiklab-7541f392.tar.gz
piklab-7541f392.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 14cb8e0d9f1ed48d8956d15c845748b75a0cf2fd)
Diffstat (limited to 'src/progs/icd1')
-rw-r--r--src/progs/icd1/Makefile.am3
-rw-r--r--src/progs/icd1/base/Makefile.am11
-rw-r--r--src/progs/icd1/gui/Makefile.am6
-rw-r--r--src/progs/icd1/xml/Makefile.am14
4 files changed, 0 insertions, 34 deletions
diff --git a/src/progs/icd1/Makefile.am b/src/progs/icd1/Makefile.am
deleted file mode 100644
index fccf96d..0000000
--- a/src/progs/icd1/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-SUBDIRS = xml base gui
diff --git a/src/progs/icd1/base/Makefile.am b/src/progs/icd1/base/Makefile.am
deleted file mode 100644
index bd74b6a..0000000
--- a/src/progs/icd1/base/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libicd1.la
-libicd1_la_SOURCES = icd1.cpp icd1_prog.cpp icd1_serial.cpp icd1_data.cpp
-libicd1_la_DEPENDENCIES = icd1_data.cpp
-
-noinst_DATA = icd1.xml
-icd1_data.cpp: ../xml/xml_icd1_parser icd1.xml
- cd $(abs_builddir) && ./../xml/xml_icd1_parser $(srcdir)
-CLEANFILES = icd1_data.cpp
diff --git a/src/progs/icd1/gui/Makefile.am b/src/progs/icd1/gui/Makefile.am
deleted file mode 100644
index 183aab9..0000000
--- a/src/progs/icd1/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-libicd1ui_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libicd1ui.la
-
-libicd1ui_la_SOURCES = icd1_group_ui.cpp
diff --git a/src/progs/icd1/xml/Makefile.am b/src/progs/icd1/xml/Makefile.am
deleted file mode 100644
index 4e5acd3..0000000
--- a/src/progs/icd1/xml/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_PROGRAMS = xml_icd1_parser
-xml_icd1_parser_SOURCES = xml_icd1_parser.cpp
-OBJECTS = $(top_builddir)/src/devices/list/libdevicelistnoui.la \
- $(top_builddir)/src/devices/pic/pic/libpic.la $(top_builddir)/src/devices/pic/base/libpicbase.la \
- $(top_builddir)/src/devices/pic/xml_data/libpicxml.la \
- $(top_builddir)/src/devices/mem24/mem24/libmem24.la $(top_builddir)/src/devices/mem24/base/libmem24base.la \
- $(top_builddir)/src/devices/mem24/xml_data/libmem24xml.la \
- $(top_builddir)/src/xml_to_data/libxmltodata.la $(top_builddir)/src/devices/base/libdevicebase.la \
- $(top_builddir)/src/common/common/libcommon.la
-xml_icd1_parser_DEPENDENCIES = $(OBJECTS)
-xml_icd1_parser_LDADD = $(OBJECTS) $(LIB_TDECORE)