summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-11 13:59:59 +0200
committergregory guy <[email protected]>2019-10-11 13:59:59 +0200
commit3ae7836398bbd45cdaa847f5339834e64af369b1 (patch)
tree2efb00b57a18905579e252a42382bc13c8c27851 /Makefile.am
parentc15dba26996d579a36e1ebbeee3ecefb5758aa2b (diff)
downloadkdirstat-3ae7836398bbd45cdaa847f5339834e64af369b1.tar.gz
kdirstat-3ae7836398bbd45cdaa847f5339834e64af369b1.zip
Drop automake build support.
Add basic cmake build instructions. Deleted obsolete files: build-howto.html and kdirstat.spec . Change description in README. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am48
1 files changed, 0 insertions, 48 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 6c7afac..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,48 +0,0 @@
-# Toplevel Makefile.am for KDirStat
-#
-# Originally generated by KDevelop, modified by [email protected]
-#
-
-SUBDIRS = kdirstat po doc
-
-EXTRA_DIST = \
- AUTHORS \
- COPYING \
- COPYING.LIB \
- CREDITS \
- ChangeLog \
- INSTALL \
- README \
- TODO \
- admin \
- build-howto.html \
- kdirstat.kdevprj \
- kdirstat.lsm
-
-
-# This is not a GNU package. You can remove this line
-# if have all needed files a GNU package needs.
-AUTOMAKE_OPTIONS = foreign
-
-CLEANFILES = $(wildcard autom4te.cache/*)
-
-$(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
-
-package-messages:
- $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
-