diff options
author | gregory guy <[email protected]> | 2019-10-05 13:09:14 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-05 13:09:14 +0200 |
commit | e3e93c027f7440e6327f12041937988306c06719 (patch) | |
tree | f2abcf40fb7c1f33b22ca9186a4660da0b9ca417 /Makefile.am | |
parent | c25a28b3027ef046529c657fdcba69668413bd09 (diff) | |
download | dolphin-e3e93c027f7440e6327f12041937988306c06719.tar.gz dolphin-e3e93c027f7440e6327f12041937988306c06719.zip |
Drop automake build support.
Add basic build instructions with cmake.
Add short description in README.
Deleted empty files: README, templates/cpp, templates/h.
Deleted emtpy folder: src/toolbar.
Deleted obsolete file: src/README
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 8a2284f..0000000 --- a/Makefile.am +++ /dev/null @@ -1,22 +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 COPYING configure.in.in - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs |