[gom] build: Remove the Autotools build system



commit 5aeb613e7ba114be00a4dcf964e5d4a44805583d
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Tue Mar 7 23:13:26 2017 +0100

    build: Remove the Autotools build system
    
    We build with Meson now, so there's no need for this any more.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779732

 .gitignore                       |   42 +--------
 Makefile.am                      |   33 -------
 Makefile.introspection           |  155 ------------------------------
 Makefile.tests                   |   57 -----------
 autogen.sh                       |   39 --------
 bindings/python/Makefile.include |    4 -
 configure.ac                     |  195 --------------------------------------
 data/Makefile.include            |    3 -
 data/gom-1.0.pc.in               |   11 --
 doc/Makefile.am                  |   59 ------------
 examples/Makefile.include        |    1 -
 gom/Makefile.include             |   79 ---------------
 m4/.gitignore                    |    7 --
 m4/introspection.m4              |   94 ------------------
 m4/silent.m4                     |   46 ---------
 tests/Makefile.include           |   76 ---------------
 16 files changed, 1 insertions(+), 900 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a96b71a..378eac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,41 +1 @@
-*.a
-aclocal.m4
-autom4te.cache
-compile
-config.*
-configure
-*.db
-depcomp
-.deps
-*.gir
-gtk-doc.make
-INSTALL
-install-sh
-*.la
-.libs
-libtool
-*.lo
-ltmain.sh
-Makefile
-Makefile.in
-missing
-*.o
-*.pc
-py-compile
-stamp-h1
-*.swp
-test-gom-adapter
-test-gom-repository
-test-gom-find
-test-gom-find-specific
-test-gom-insert
-test-gom-stress
-test-gom-transform
-test-gom-migration
-test-gom-constraints
-test-gom-update
-test-gom-sorting
-*.typelib
-*.gmo
-*.pot
-.dirstamp
+build


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