summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
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 09:55:10 +0900
commit14cb8e0d9f1ed48d8956d15c845748b75a0cf2fd (patch)
tree55eba7de628932917c081bf8f1dd99808a3c4937 /src/Makefile.am
parentbb46657324ee993d796ace56ebf1705739a9dfd2 (diff)
downloadpiklab-14cb8e0d9f1ed48d8956d15c845748b75a0cf2fd.tar.gz
piklab-14cb8e0d9f1ed48d8956d15c845748b75a0cf2fd.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index a0c7233..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-SUBDIRS = common xml_to_data devices piklab-hex coff piklab-coff progs piklab-prog tools data libgui piklab piklab-test
-
-messages:
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.c`; \
- if test -n "$$LIST"; then \
- $(XGETTEXT) $$LIST --from-code=UTF-8 -o $(podir)/piklab.pot; \
- fi