diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2020-03-25 22:01:02 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2020-03-25 22:16:30 +0100 |
commit | 991e6879c29e89651c35847beebab7c83e21e221 (patch) | |
tree | fc1c8f2d8d2f44274751648ea507500220e45270 /Makefile.am | |
parent | a5c0a3353bf015e4ba88f7ba4eef41a4610aa3d7 (diff) | |
download | libwnck-991e6879c29e89651c35847beebab7c83e21e221.tar.gz |
build: Remove autotools support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index a7a9031..0000000 --- a/Makefile.am +++ /dev/null @@ -1,54 +0,0 @@ -NULL = - -SUBDIRS = libwnck doc po - -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} - -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libwnck-3.0.pc - -EXTRA_DIST = \ - HACKING \ - MAINTAINERS - -MAINTAINERCLEANFILES = \ - $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \ - $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \ - $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \ - `find "$(srcdir)/m4" -type f -name "*.m4" -print` \ - $(srcdir)/ABOUT-NLS \ - $(srcdir)/INSTALL \ - $(srcdir)/build-aux/config.rpath \ - $(srcdir)/config.h.in~ \ - $(srcdir)/configure \ - $(srcdir)/gtk-doc.make \ - $(srcdir)/po/Makefile.in.in \ - $(srcdir)/po/Makevars.template \ - $(srcdir)/po/Rules-quot \ - $(srcdir)/po/boldquot.sed \ - $(srcdir)/po/en@boldquot.header \ - $(srcdir)/po/en@quot.header \ - $(srcdir)/po/libwnck-3.0.pot \ - $(srcdir)/po/insert-header.sin \ - $(srcdir)/po/quot.sed \ - $(srcdir)/po/remove-potcdate.sin \ - $(srcdir)/po/stamp-po \ - $(NULL) - -CHANGELOG_GIT_RANGE = LIBWNCK_2_26_1.. -dist-hook: - $(AM_V_GEN)if test -d "$(srcdir)/.git"; then \ - ( echo '# Generated by Makefile. Do not edit.'; echo; \ - GIT_DIR="$(top_srcdir)/.git" ./missing --run \ - git log $(CHANGELOG_GIT_RANGE) --no-color -M -C --name-status ) \ - > ChangeLog.tmp \ - && mv -f ChangeLog.tmp $(distdir)/ChangeLog \ - || ( rm -f ChangeLog.tmp ; echo Failed to generate ChangeLog >&2 ); \ - else \ - echo A git checkout is required to generate ChangeLog >&2; \ - fi - -GITIGNOREFILES = $(PACKAGE)-\*.tar.{gz,bz2,xz} --include $(top_srcdir)/git.mk |