[libchamplain: 1/8] Remove autotools-based build and all the related files



commit b2e9bcd7d6b8f31a0307456c49acc20e103414b3
Author: Jiří Techet <techet gmail com>
Date:   Mon Feb 18 16:25:43 2019 +0100

    Remove autotools-based build and all the related files

 .gitignore                      |  81 --------------
 ChangeLog                       |   1 -
 MAINTAINTERS                    |   1 -
 Makefile.am                     |  31 ------
 README                          |   1 -
 autogen.sh                      |  21 ----
 build/Makefile.am               |   4 -
 build/Makefile.am.enums         |  43 --------
 build/Makefile.am.marshal       |  45 --------
 champlain-gtk-uninstalled.pc.in |  11 --
 champlain-gtk.pc.in             |  11 --
 champlain-gtk/Makefile.am       |  92 ----------------
 champlain-uninstalled.pc.in     |  12 ---
 champlain.pc.in                 |  12 ---
 champlain/Makefile.am           | 207 ------------------------------------
 configure.ac                    | 227 ----------------------------------------
 demos/Makefile.am               |  62 -----------
 demos/icons/Makefile.am         |   1 -
 demos/memphis/Makefile.am       |   1 -
 docs/Makefile.am                |   3 -
 docs/reference/Makefile.am      | 118 ---------------------
 m4/acinclude.m4                 |  31 ------
 m4/glib-2.0.m4                  | 211 -------------------------------------
 m4/gnome-common.m4              |  50 ---------
 m4/gnome-compiler-flags.m4      | 141 -------------------------
 m4/introspection.m4             |  94 -----------------
 make_dist.sh                    |   4 -
 27 files changed, 1516 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 179de25..b4f762c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,88 +1,7 @@
 # prefix the meson build directory with _ to get it ignored
 _*
 
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache
-*.pc
-.deps
-.libs
-*.o
-*.lo
-*.la
-*.stamp
-*.gir
-*.vapi
-*.typelib
-*.gi
 *~
-*#*
 *.sw?
 *.pyc
-champlain-gtk/champlain-gtk-marshal.c
-champlain-gtk/champlain-gtk-marshal.h
-champlain-gtk/stamp-marshal
-champlain-gtk/champlain-gtk-enum-types.c
-champlain-gtk/champlain-gtk-enum-types.h
-champlain-gtk/stamp-enum-types
-champlain/champlain-marshal.c
-champlain/champlain-marshal.h
-champlain/stamp-marshal
-champlain/champlain-enum-types.c
-champlain/champlain-enum-types.h
-champlain/stamp-enum-types
-champlain/champlain-version.h
-champlain/champlain-features.h
-compile
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-demos/animated-marker
-demos/launcher
-demos/launcher-gtk
-demos/polygons
-demos/url-marker
-demos/local-rendering
-demos/minimal
-demos/minimal-gtk
-demos/create-destroy-test
-demos/launcher-vala
-demos/launcher-vala.c
-demos/markers-vala.c
-depcomp
-compile
-docs/reference/version.xml
-docs/reference/champlain-undeclared.txt
-docs/reference/champlain-undocumented.txt
-docs/reference/champlain-unused.txt
-docs/reference/champlain.args
-docs/reference/champlain.hierarchy
-docs/reference/champlain.interfaces
-docs/reference/champlain.prerequisites
-docs/reference/champlain.signals
-docs/reference/champlain-decl-list.txt
-docs/reference/champlain-decl.txt
-docs/reference/champlain-overrides.txt
-docs/reference/champlain-types.txt
-docs/reference/html/*.*
-docs/reference/tmpl/*.*
-docs/reference/xml/*.*
-gtk-doc.make
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
 tags
-INSTALL
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-m4/gtk-doc.m4


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]