diff options
author | gregory guy <[email protected]> | 2021-09-02 17:08:36 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-09-02 17:08:36 +0200 |
commit | 9525aceb310e544df609a28b15c0e115fc7330a1 (patch) | |
tree | c6249fc1a63734083a9e21a07a9e6a48f4c75e30 /Makefile.am | |
parent | e621cacf5b6ab254622b5fc3b8c9c1f0f8585c66 (diff) | |
download | kscope-9525aceb310e544df609a28b15c0e115fc7330a1.tar.gz kscope-9525aceb310e544df609a28b15c0e115fc7330a1.zip |
Drop automake build support.
Delete empty file NEWS.
Add basic cmake build instructions.
Rework of the README file.
Signed-off-by: gregory guy <[email protected]>
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 |