diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
commit | 10468753d8dbf3c77877d8119ea38e2bae1e6775 (patch) | |
tree | 99b0688a60420990885ddfb37fdff79292c24064 /src/Makefile.am | |
parent | 3e5262769458245b39cd086e9ae3b357a06d6d2f (diff) | |
download | piklab-10468753d8dbf3c77877d8119ea38e2bae1e6775.tar.gz piklab-10468753d8dbf3c77877d8119ea38e2bae1e6775.zip |
Drop autotools supportdrop/autotools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
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 |