diff options
author | gregory guy <[email protected]> | 2020-09-30 16:23:35 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-10-11 13:12:40 +0200 |
commit | cf1333ecb3899315c395f307ac66c6f12ce82de6 (patch) | |
tree | 28384441987808c8b2c5e9e3bd938775543a9571 /Makefile.am | |
parent | 774fc9c3fab286c8040bdd37f088f628769c2694 (diff) | |
download | klcddimmer-cf1333ecb3899315c395f307ac66c6f12ce82de6.tar.gz klcddimmer-cf1333ecb3899315c395f307ac66c6f12ce82de6.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted empty files ChangeLog and TODO.
Rework of the README and NEWS files.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index f204f50..0000000 --- a/Makefile.am +++ /dev/null @@ -1,25 +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 - -package-messages: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -EXTRA_DIST = admin LICENSE configure.in.in - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs - -#kde_docs_KDEDOCS = COPYING NEWS INSTALL AUTHORS README - |