From 8059247488b06fc27da5bab427f25e1ed94a25ea Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 1 Oct 2019 13:09:31 +0200 Subject: Drop automake build support. Move AUTHORS, COPYING, ChangeLog, INSTALL, README and TODO files from the "src" folder to the root of the package. Add basic build instructions with cmake in the INSTALL file. --- Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 5d9bf01..0000000 --- a/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -install-data-local: - @echo "" - @echo "" - @echo "" - @echo "*************** Important *************************" - @echo "" - @echo " Add "$(bindir)" to your PATH" - @echo "" - @echo " Please report bugs with our web form at" - @echo " http://bugs.kde.org." - @echo "" - @echo " Stephan Kulow and all the KDE" - @echo " developers wish you fun with the KDE." - @echo "****************************************************" - @echo "" - -$(top_srcdir)/acinclude.m4: $(shell find . -name acinclude.m4.in) $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in - @cd $(top_srcdir) && cat $^ > acinclude.m4; - -$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && sed -e "s%^%\$(top_srcdir)/%" $(top_srcdir)/configure.files) $(top_srcdir)/subdirs - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in -$(top_srcdir)/subdirs: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs -$(top_srcdir)/configure.files: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files - -SUBDIRS=$(TOPSUBDIRS) -- cgit v1.2.1