[pygobject] Drop git.mk



commit 4df676e10a5ea595a0d491af10268f557dd722d7
Author: Daniel Narvaez <dwnarvaez gmail com>
Date:   Tue Jul 24 13:49:15 2012 +0200

    Drop git.mk
    
    The autogenerated gitignores was missing several files. So we
    was using a manual .gitignore at the root. But since it's
    enough to add a couple of entries to it to cover the whole
    tree, there is no much point in using git.mk at all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678192

 Makefile.am               |    3 -
 docs/Makefile.am          |    2 -
 examples/Makefile.am      |    3 -
 gi/Makefile.am            |    3 -
 gi/_glib/Makefile.am      |    3 -
 gi/_gobject/Makefile.am   |    2 -
 gi/overrides/Makefile.am  |    2 -
 gi/repository/Makefile.am |    2 -
 git.mk                    |  200 ---------------------------------------------
 tests/Makefile.am         |    2 -
 10 files changed, 0 insertions(+), 222 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ea537b7..20dbf35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -132,6 +132,3 @@ check.nemiver:
 
 check.valgrind:
 	cd tests && $(MAKE) check.valgrind
-
-
--include $(top_srcdir)/git.mk
diff --git a/docs/Makefile.am b/docs/Makefile.am
index b9086a9..5920d5f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -114,5 +114,3 @@ $(HTML_FILES): $(XML_FILES) $(XSL_FILES)
 # 	pdfxmltex pygobject-ref.fo >output </dev/null
 
 endif
-
--include $(top_srcdir)/git.mk
diff --git a/examples/Makefile.am b/examples/Makefile.am
index b680b90..af9f3d7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1 @@
 EXTRA_DIST = properties.py signal.py option.py cairo-demo.py
-
-
--include $(top_srcdir)/git.mk
diff --git a/gi/Makefile.am b/gi/Makefile.am
index c51d551..f99e45b 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -132,6 +132,3 @@ all-local: $(LTLIBRARIES:.la=.so) build_pylinks
 check-local: $(LTLIBRARIES:.la=.so) build_pylinks
 clean-local:
 	rm -f $(LTLIBRARIES:.la=.so)
-
-
--include $(top_srcdir)/git.mk
diff --git a/gi/_glib/Makefile.am b/gi/_glib/Makefile.am
index c152039..468e7f4 100644
--- a/gi/_glib/Makefile.am
+++ b/gi/_glib/Makefile.am
@@ -97,6 +97,3 @@ clean-local:
 	rm -f $(pyglib_LTLIBRARIES:.la=.so)
 .la.so:
 	$(LN_S) .libs/$@ $@ || true
-
-
--include $(top_srcdir)/git.mk
diff --git a/gi/_gobject/Makefile.am b/gi/_gobject/Makefile.am
index 36fd662..2537f99 100644
--- a/gi/_gobject/Makefile.am
+++ b/gi/_gobject/Makefile.am
@@ -84,5 +84,3 @@ clean-local:
 	rm -f $(pygobject_LTLIBRARIES:.la=.so)
 .la.so:
 	$(LN_S) .libs/$@ $@ || true
-
--include $(top_srcdir)/git.mk
diff --git a/gi/overrides/Makefile.am b/gi/overrides/Makefile.am
index 5d9ddd6..8d95eee 100644
--- a/gi/overrides/Makefile.am
+++ b/gi/overrides/Makefile.am
@@ -20,5 +20,3 @@ build_pylinks:
 
 all-local: build_pylinks
 check-local: build_pylinks
-
--include $(top_srcdir)/git.mk
diff --git a/gi/repository/Makefile.am b/gi/repository/Makefile.am
index 27d5e81..1177ad5 100644
--- a/gi/repository/Makefile.am
+++ b/gi/repository/Makefile.am
@@ -14,5 +14,3 @@ build_pylinks:
 
 all-local: build_pylinks
 check-local: build_pylinks
-
--include $(top_srcdir)/git.mk
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 38bfce0..950385e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -120,5 +120,3 @@ check.nemiver:
 
 check.valgrind:
 	EXEC_NAME="valgrind --leak-check=full --show-possibly-lost=no --suppressions=python.supp" G_SLICE=always-malloc G_DEBUG=gc-friendly $(MAKE) check
-
--include $(top_srcdir)/git.mk



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