summaryrefslogtreecommitdiffstats
path: root/src/coff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-24 16:46:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-24 16:46:55 +0900
commit10468753d8dbf3c77877d8119ea38e2bae1e6775 (patch)
tree99b0688a60420990885ddfb37fdff79292c24064 /src/coff
parent3e5262769458245b39cd086e9ae3b357a06d6d2f (diff)
downloadpiklab-10468753d8dbf3c77877d8119ea38e2bae1e6775.tar.gz
piklab-10468753d8dbf3c77877d8119ea38e2bae1e6775.zip
Drop autotools supportdrop/autotools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/coff')
-rw-r--r--src/coff/Makefile.am1
-rw-r--r--src/coff/base/Makefile.am13
-rw-r--r--src/coff/xml/Makefile.am14
3 files changed, 0 insertions, 28 deletions
diff --git a/src/coff/Makefile.am b/src/coff/Makefile.am
deleted file mode 100644
index 4e5921f..0000000
--- a/src/coff/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = xml base
diff --git a/src/coff/base/Makefile.am b/src/coff/base/Makefile.am
deleted file mode 100644
index 399bf12..0000000
--- a/src/coff/base/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libcoff.la
-libcoff_la_LDFLAGS = $(all_libraries)
-libcoff_la_SOURCES = coff.cpp gpdis.cpp gpopcode.cpp disassembler.cpp \
- coff_data.cpp text_coff.cpp cdb_parser.cpp coff_archive.cpp coff_object.cpp
-libcoff_la_DEPENDENCIES = coff_data.cpp
-
-noinst_DATA = coff.xml
-coff_data.cpp: ../xml/xml_coff_parser coff.xml
- cd $(abs_builddir) && ./../xml/xml_coff_parser $(srcdir)
-CLEANFILES = coff_data.cpp
diff --git a/src/coff/xml/Makefile.am b/src/coff/xml/Makefile.am
deleted file mode 100644
index 0344114..0000000
--- a/src/coff/xml/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_PROGRAMS = xml_coff_parser
-xml_coff_parser_SOURCES = xml_coff_parser.cpp gpprocessor.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_coff_parser_LDADD = $(OBJECTS) $(LIB_TDECORE)
-xml_coff_parser_DEPENDENCIES = $(OBJECTS)