diff options
author | Michele Calgaro <[email protected]> | 2022-11-30 10:38:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-12-02 17:14:13 +0900 |
commit | e365033d55c6264b3fece6bb85616553dab7d61e (patch) | |
tree | d814b1898bdd63b3b81f889bcc867b14e129170c /Makefile.am | |
parent | 3a26f40faec18c989cffe11a323e451566c8b1fc (diff) | |
download | kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.tar.gz kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 5e895ea..0000000 --- a/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -## Makefile.am -## (C) 1997 Stephan Kulow -## Modified by Adriaan de Groot - -SUBDIRS = lib kpilot conduits doc - -messages: - $(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp - $(XGETTEXT) `find . -name "*.cpp" -o $(podir)/kpilot.pot - -rm -f rc.cpp - -DOXYGEN_REFERENCES = kpilot/lib kpilot/kpilot -include $(top_srcdir)/admin/Doxyfile.am - -# Just for the KPilot developers: grab all the strings, for checking. -devel-pot : - extractrc `find . -name "*.rc" -o -name "*.ui"` > /tmp/rc.cpp - xgettext -C --keyword=i18n --keyword=I18N_NOOP -o /tmp/kpilot.po \ - `find . -name "*.cpp"` /tmp/rc.cpp - |