summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-05-03 20:08:11 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-05-04 14:29:21 -0400
commita398c840be41102f170e79183a8bb9e8b6fa3a26 (patch)
treeb4651e8ab981743521888014be9cbf9afbcbdfd8 /modules
parente5702523fff7cbb7c935eadb4503e2b70e48e5fb (diff)
downloadgtk+-a398c840be41102f170e79183a8bb9e8b6fa3a26.tar.gz
Add git.mk to generate .gitignore files
Add four new doc templates that were not in repository.
Diffstat (limited to 'modules')
-rw-r--r--modules/Makefile.am2
-rw-r--r--modules/engines/Makefile.am2
-rw-r--r--modules/engines/ms-windows/Makefile.am2
-rw-r--r--modules/engines/ms-windows/Theme/Makefile.am2
-rw-r--r--modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am2
-rw-r--r--modules/engines/pixbuf/Makefile.am2
-rw-r--r--modules/input/Makefile.am2
-rw-r--r--modules/other/Makefile.am2
-rw-r--r--modules/other/gail/Makefile.am2
-rw-r--r--modules/other/gail/libgail-util/Makefile.am2
-rw-r--r--modules/other/gail/tests/Makefile.am2
-rw-r--r--modules/printbackends/Makefile.am2
-rw-r--r--modules/printbackends/cups/Makefile.am2
-rw-r--r--modules/printbackends/file/Makefile.am2
-rw-r--r--modules/printbackends/lpr/Makefile.am2
-rw-r--r--modules/printbackends/test/Makefile.am2
16 files changed, 32 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 86a89af3c7..40d5fa5fd1 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -5,3 +5,5 @@ SUBDIRS = input engines other
if OS_UNIX
SUBDIRS += printbackends
endif
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am
index eb8a899e75..7f65239551 100644
--- a/modules/engines/Makefile.am
+++ b/modules/engines/Makefile.am
@@ -5,3 +5,5 @@ wimp = ms-windows
endif
SUBDIRS = $(wimp) pixbuf
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/engines/ms-windows/Makefile.am b/modules/engines/ms-windows/Makefile.am
index 975d061c00..541bf9e8b2 100644
--- a/modules/engines/ms-windows/Makefile.am
+++ b/modules/engines/ms-windows/Makefile.am
@@ -36,3 +36,5 @@ libwimp_la_LDFLAGS = \
-avoid-version -module -no-undefined -export-dynamic
libwimp_la_LIBADD = $(LDADDS) -lgdi32
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/engines/ms-windows/Theme/Makefile.am b/modules/engines/ms-windows/Theme/Makefile.am
index 59f4176450..e7fad20372 100644
--- a/modules/engines/ms-windows/Theme/Makefile.am
+++ b/modules/engines/ms-windows/Theme/Makefile.am
@@ -1,3 +1,5 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS=gtk-2.0
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am b/modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am
index 8957184ee4..a03371f4a7 100644
--- a/modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am
+++ b/modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am
@@ -4,3 +4,5 @@ themedir = $(datadir)/themes/MS-Windows/gtk-2.0
theme_DATA=gtkrc
EXTRA_DIST += $(theme_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am
index df50cba67a..f90bdd5532 100644
--- a/modules/engines/pixbuf/Makefile.am
+++ b/modules/engines/pixbuf/Makefile.am
@@ -33,3 +33,5 @@ libpixmap_la_SOURCES = \
libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined)
libpixmap_la_LIBADD = $(LDADDS)
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/input/Makefile.am b/modules/input/Makefile.am
index 0613d049a0..9a1bf2e861 100644
--- a/modules/input/Makefile.am
+++ b/modules/input/Makefile.am
@@ -248,3 +248,5 @@ if CROSS_COMPILING
else
all-local: gtk.immodules
endif
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/other/Makefile.am b/modules/other/Makefile.am
index a4fd2c92f8..5b647d66d1 100644
--- a/modules/other/Makefile.am
+++ b/modules/other/Makefile.am
@@ -1,3 +1,5 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = gail
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/other/gail/Makefile.am b/modules/other/gail/Makefile.am
index 24d0d58ffc..6ffe591db2 100644
--- a/modules/other/gail/Makefile.am
+++ b/modules/other/gail/Makefile.am
@@ -168,3 +168,5 @@ libgail_la_LDFLAGS = \
-rpath $(moduledir) -module -avoid-version \
$(no_undefined) \
$(LDFLAGS)
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/other/gail/libgail-util/Makefile.am b/modules/other/gail/libgail-util/Makefile.am
index 856a6c01a9..3145719b56 100644
--- a/modules/other/gail/libgail-util/Makefile.am
+++ b/modules/other/gail/libgail-util/Makefile.am
@@ -80,3 +80,5 @@ gailutil.lib: libgailutil.la gailutil.def
install-data-local: install-ms-lib install-def-file
uninstall-local: uninstall-ms-lib uninstall-def-file
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/other/gail/tests/Makefile.am b/modules/other/gail/tests/Makefile.am
index aaa6389396..993249558a 100644
--- a/modules/other/gail/tests/Makefile.am
+++ b/modules/other/gail/tests/Makefile.am
@@ -269,3 +269,5 @@ libtestvalues_la_LDFLAGS = \
$(top_builddir)/gdk/$(gdktargetlib) \
$(GTK_DEP_LIBS) \
$(LDFLAGS)
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/Makefile.am b/modules/printbackends/Makefile.am
index 5b8981932c..11d2423850 100644
--- a/modules/printbackends/Makefile.am
+++ b/modules/printbackends/Makefile.am
@@ -11,3 +11,5 @@ SUBDIRS += test
endif
DIST_SUBDIRS = cups file lpr test
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/cups/Makefile.am b/modules/printbackends/cups/Makefile.am
index 22c0f349f3..463199e829 100644
--- a/modules/printbackends/cups/Makefile.am
+++ b/modules/printbackends/cups/Makefile.am
@@ -36,3 +36,5 @@ noinst_HEADERS = \
libprintbackend_cups_la_LDFLAGS = -avoid-version -module $(no_undefined)
libprintbackend_cups_la_LIBADD = $(LDADDS) $(CUPS_LIBS)
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/file/Makefile.am b/modules/printbackends/file/Makefile.am
index 3bc1407e06..904f7687d4 100644
--- a/modules/printbackends/file/Makefile.am
+++ b/modules/printbackends/file/Makefile.am
@@ -34,3 +34,5 @@ libprintbackend_file_la_LIBADD = \
noinst_HEADERS = \
gtkprintbackendfile.h
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/lpr/Makefile.am b/modules/printbackends/lpr/Makefile.am
index fbe10afb39..12b7fcefd6 100644
--- a/modules/printbackends/lpr/Makefile.am
+++ b/modules/printbackends/lpr/Makefile.am
@@ -30,3 +30,5 @@ noinst_HEADERS = \
libprintbackend_lpr_la_LDFLAGS = -avoid-version -module $(no_undefined)
libprintbackend_lpr_la_LIBADD = $(LDADDS)
+
+-include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/test/Makefile.am b/modules/printbackends/test/Makefile.am
index fd0839e826..20904fa517 100644
--- a/modules/printbackends/test/Makefile.am
+++ b/modules/printbackends/test/Makefile.am
@@ -33,3 +33,5 @@ libprintbackend_test_la_LIBADD = \
noinst_HEADERS = \
gtkprintbackendtest.h
+
+-include $(top_srcdir)/git.mk