diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-09-02 17:08:36 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-09-03 10:27:32 +0900 |
commit | 539fae400c017595d64c0919b9ea9ab00b80a14e (patch) | |
tree | 6702088a1c88846f5c0104bb84b7e31d27cc6303 /Makefile.am | |
parent | d4143e72d967c0396c11ada77e8731e5e1da9966 (diff) | |
download | kscope-539fae400c017595d64c0919b9ea9ab00b80a14e.tar.gz kscope-539fae400c017595d64c0919b9ea9ab00b80a14e.zip |
Drop automake build support.
Delete empty file NEWS.
Add basic cmake build instructions.
Rework of the README file.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 9525aceb310e544df609a28b15c0e115fc7330a1)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 874d21c..0000000 --- a/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -SUBDIRS = $(TOPSUBDIRS) - -$(top_srcdir)/configure.in: configure.in.in $(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)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in - @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -EXTRA_DIST = admin COPYING configure.in.in - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs |