diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-11 10:04:03 +0900 |
| commit | 7541f392d046e343f9739cf87995e44300ec334b (patch) | |
| tree | 815f9e0b639ee244a9f2d42d35df4a3fc4d875fa /src/coff/base | |
| parent | cf89569f1ab2162e81fc233b4734f0f6a1fdd5ce (diff) | |
| download | piklab-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/coff/base')
| -rw-r--r-- | src/coff/base/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
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 |
