diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-06-19 17:12:06 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-20 14:01:23 +0900 |
commit | 7032f572130b6dab1f76701fd019775984d23145 (patch) | |
tree | dc6c2045c30db60f1c1f4463f117ea602ce22efb /Makefile.am | |
parent | 47f71df1d84a8f9ff965cf2e6965ea57261296f4 (diff) | |
download | kdbusnotification-7032f572130b6dab1f76701fd019775984d23145.tar.gz kdbusnotification-7032f572130b6dab1f76701fd019775984d23145.zip |
Drop automake build support.
Add basic cmake build instructions.
Write basic README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
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 <coolo@kde.org> 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) |