Add git.mk from gtk+ project, Use it to update .gitignore

BUG=none
TEST=make

Review URL: http://codereview.appspot.com/4280050
This commit is contained in:
Peng Huang 2011-03-16 10:01:18 -04:00
Родитель 596680ba3c
Коммит 14b7d1a071
42 изменённых файлов: 628 добавлений и 114 удалений

102
.gitignore поставляемый
Просмотреть файл

@ -1,51 +1,51 @@
*.pyc /*.bak
*.la /*.lo
*.lo /*.o
*.loT /*.orig
*.o /*.rej
*.so /*.tab.c
*.bak /*~
*~ /.*.sw[nop]
tags /.deps
TAGS /.gitignore
Makefile.qmake /.libs
Makefile /ChangeLog
Makefile.in /GPATH
.deps /GRTAGS
.libs /GSYMS
ABOUT-NLS /GTAGS
INSTALL /ID
aclocal.m4 /Makefile
autom4te.cache /Makefile.in
compile /TAGS
config.guess /_libs
config.h /autom4te.cache
config.h.in /config.cache
config.log /config.h
config.rpath /config.log
config.status /config.lt
config.sub /config.status
configure /config.status.lineno
depcomp /configure
gtk-doc.make /configure.lineno
install-sh /ibus-*.tar.*
libtool /ibus-1.0.pc
ltmain.sh /ibus.spec
missing /intltool-extract.in
stamp-h1 /intltool-merge.in
py-compile /intltool-update.in
ibus-*.tar.* /libtool
ibus.spec /po/*.gmo
ibus-1.0.pc /po/*.mo
xinput-ibus /po/.intltool-merge-cache
i386 /po/Makefile
x86_64 /po/Makefile.in
ChangeLog /po/Makefile.in.in
intltool-extract.in /po/POTFILES
intltool-merge.in /po/ibus10.pot
intltool-update.in /po/stamp-it
mkinstalldirs /ppa
.* /so_locations
rpm /stamp-h1
stamp-h2 /tags
memconf.xml.in /xinput-ibus

Просмотреть файл

@ -166,3 +166,5 @@ git-tag:
git-clean-tree: git-clean-tree:
git clean -d -f -x git clean -d -f -x
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -27,3 +27,5 @@ endif
SUBDIRS = \ SUBDIRS = \
$(VALA_DIR) \ $(VALA_DIR) \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -35,3 +35,5 @@ ibus-@IBUS_API_VERSION@.vapi:
generate-vala: generate-vala:
vala-gen-introspect ibus-@IBUS_API_VERSION@ ibus-@IBUS_API_VERSION@ vala-gen-introspect ibus-@IBUS_API_VERSION@ ibus-@IBUS_API_VERSION@
-include $(top_srcdir)/git.mk

30
bus/.gitignore поставляемый
Просмотреть файл

@ -1,4 +1,26 @@
ibus-daemon /*.bak
test-matchrule /*.lo
ibus.desktop /*.o
marshalers.[ch] /*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/ibus-daemon
/ibus.desktop
/marshalers.c
/marshalers.h
/so_locations
/tags

Просмотреть файл

@ -160,3 +160,5 @@ test: ibus-daemon
$(ENV_IBUS_TEST) \ $(ENV_IBUS_TEST) \
G_DEBUG=fatal_warnings \ G_DEBUG=fatal_warnings \
$(builddir)/ibus-daemon -v $(builddir)/ibus-daemon -v
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -37,3 +37,5 @@ SUBDIRS = \
$(GTK3) \ $(GTK3) \
$(X11) \ $(X11) \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -62,3 +62,5 @@ EXTRA_DIST = \
test: all test: all
GTK_IM_MODULE=ibus gedit GTK_IM_MODULE=ibus gedit
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -62,3 +62,5 @@ EXTRA_DIST = \
test: all test: all
GTK_IM_MODULE=ibus gedit GTK_IM_MODULE=ibus gedit
-include $(top_srcdir)/git.mk

24
client/x11/.gitignore поставляемый
Просмотреть файл

@ -1 +1,23 @@
ibus-x11 /*.bak
/*.lo
/*.o
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/ibus-x11
/so_locations
/tags

Просмотреть файл

@ -70,3 +70,5 @@ locales.h:
uniq | sort | \ uniq | sort | \
xargs python -c 'import sys;print "#define LOCALES_STRING \"%s\"" % ",".join(sys.argv[1:])' \ xargs python -c 'import sys;print "#define LOCALES_STRING \"%s\"" % ",".join(sys.argv[1:])' \
) > $@ ) > $@
-include $(top_srcdir)/git.mk

24
data/.gitignore поставляемый
Просмотреть файл

@ -1 +1,23 @@
ibus.schemas /*.bak
/*.lo
/*.o
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/ibus.schemas
/so_locations
/tags

Просмотреть файл

@ -47,3 +47,5 @@ EXTRA_DIST = \
DISTCLEANFILES = \ DISTCLEANFILES = \
$(schemas_DATA) \ $(schemas_DATA) \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -72,3 +72,5 @@ EXTRA_DIST = \
$(hicolor_icon_48_DATA) \ $(hicolor_icon_48_DATA) \
$(hicolor_icon_scalable_DATA) \ $(hicolor_icon_scalable_DATA) \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -72,3 +72,5 @@ keymapsdir = $(pkgdatadir)/keymaps
EXTRA_DIST = \ EXTRA_DIST = \
$(keymaps) \ $(keymaps) \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

2
debian/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,2 @@
/changelog
/.gitignore

23
docs/.gitignore поставляемый
Просмотреть файл

@ -1 +1,22 @@
trim-build.stamp /*.bak
/*.lo
/*.o
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/so_locations
/tags

Просмотреть файл

@ -23,3 +23,5 @@
SUBDIRS = \ SUBDIRS = \
reference \ reference \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -23,3 +23,5 @@
SUBDIRS = \ SUBDIRS = \
ibus \ ibus \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

73
docs/reference/ibus/.gitignore поставляемый
Просмотреть файл

@ -1,23 +1,50 @@
ibus-decl-list.txt /*.bak
ibus-decl.txt /*.lo
ibus-overrides.txt /*.o
ibus-undeclared.txt /*.orig
ibus-undocumented.txt /*.rej
ibus-unused.txt /*.tab.c
ibus-sections.txt.old /*~
html /.*.sw[nop]
tmpl /.deps
xml /.gitignore
html-build.stamp /.libs
html.stamp /GPATH
ibus.args /GRTAGS
ibus.hierarchy /GSYMS
ibus.interfaces /GTAGS
ibus.prerequisites /ID
ibus.signals /Makefile
scan-build.stamp /Makefile.in
sgml-build.stamp /TAGS
sgml.stamp /_libs
tmpl-build.stamp /html
tmpl.stamp /html-build.stamp
/html.stamp
/ibus-decl-list.txt
/ibus-decl.txt
/ibus-docs.sgml
/ibus-sections.txt
/ibus-undeclared.txt
/ibus-undocumented.txt
/ibus-unused.txt
/ibus.args
/ibus.hierarchy
/ibus.interfaces
/ibus.prerequisites
/ibus.signals
/pdf-build.stamp
/pdf.stamp
/scan-build.stamp
/setup-build.stamp
/setup.stamp
/sgml-build.stamp
/sgml.stamp
/so_locations
/tags
/tmpl-build.stamp
/tmpl.stamp
/tmpl/*.bak
/tmpl/ibus-unused.sgml
/trim-build.stamp
/xml

Просмотреть файл

@ -127,3 +127,5 @@ tmpl-build.stamp: trim-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DO
CLEANFILES+= *.stamp CLEANFILES+= *.stamp
-include $(top_srcdir)/git.mk

29
gconf/.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,26 @@
ibus-gconf /*.bak
gconf.xml /*.lo
gconf.xml.in /*.o
/*.orig
/*.pyc
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/gconf.xml
/gconf.xml.in
/ibus-gconf
/so_locations
/tags

Просмотреть файл

@ -75,3 +75,5 @@ gconf.xml: gconf.xml.in
$(libibus): $(libibus):
$(MAKE) -C $(top_builddir)/src $(MAKE) -C $(top_builddir)/src
-include $(top_srcdir)/git.mk

187
git.mk Normal file
Просмотреть файл

@ -0,0 +1,187 @@
# git.mk
#
# Copyright 2009, Red Hat, Inc.
# Written by Behdad Esfahbod
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.
#
# The canonical source for this file is pango/git.mk, or whereever the
# header of pango/git.mk suggests in the future.
#
# To use in your project, import this file in your git repo's toplevel,
# then do "make -f git.mk". This modifies all Makefile.am files in
# your project to include git.mk.
#
# This enables automatic .gitignore generation. If you need to ignore
# more files, add them to the GITIGNOREFILES variable in your Makefile.am.
# But think twice before doing that. If a file has to be in .gitignore,
# chances are very high that it's a generated file and should be in one
# of MOSTLYCLEANFILES, CLEANFILES, DISTCLEANFILES, or MAINTAINERCLEANFILES.
#
# The only case that you need to manually add a file to GITIGNOREFILES is
# when remove files in one of mostlyclean-local, clean-local, distclean-local,
# or maintainer-clean-local.
#
# Note that for files like editor backup, etc, there are better places to
# ignore them. See "man gitignore".
#
# If "make maintainer-clean" removes the files but they are not recognized
# by this script (that is, if "git status" shows untracked files still), send
# me the output of "git status" as well as your Makefile.am and Makefile for
# the directories involved.
#
# For a list of toplevel files that should be in MAINTAINERCLEANFILES, see
# pango/Makefile.am.
#
# Don't EXTRA_DIST this file. It is supposed to only live in git clones,
# not tarballs. It serves no useful purpose in tarballs and clutters the
# build dir.
#
# This file knows how to handle autoconf, automake, libtool, gtk-doc,
# gnome-doc-utils, intltool.
#
#
# KNOWN ISSUES:
#
# - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
# submodule doesn't find us. If you have configure.{in,ac} files in
# subdirs, add a proxy git.mk file in those dirs that simply does:
# "include $(top_srcdir)/../git.mk". Add more ..'s to your taste.
# And add those files to git. See vte/gnome-pty-helper/git.mk for
# example.
#
git-all: git-mk-install
git-mk-install:
@echo Installing git makefile
@any_failed=; find $(top_srcdir) -name Makefile.am | while read x; do \
if grep 'include .*/git.mk' $$x >/dev/null; then \
echo $$x already includes git.mk; \
else \
failed=; \
echo "Updating $$x"; \
{ cat $$x; \
echo ''; \
echo '-include $$(top_srcdir)/git.mk'; \
} > $$x.tmp || failed=1; \
if test x$$failed = x; then \
mv $$x.tmp $$x || failed=1; \
fi; \
if test x$$failed = x; then : else \
echo Failed updating $$x; >&2 \
any_failed=1; \
fi; \
fi; done; test -z "$$any_failed"
.PHONY: git-all git-mk-install
### .gitignore generation
$(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
$(AM_V_GEN) \
{ \
if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \
for x in \
$(DOC_MODULE)-decl-list.txt \
$(DOC_MODULE)-decl.txt \
tmpl/$(DOC_MODULE)-unused.sgml \
"tmpl/*.bak" \
xml html \
; do echo /$$x; done; \
fi; \
if test "x$(DOC_MODULE)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
for x in \
$(_DOC_C_DOCS) \
$(_DOC_LC_DOCS) \
$(_DOC_OMF_ALL) \
$(_DOC_DSK_ALL) \
$(_DOC_HTML_ALL) \
$(_DOC_POFILES) \
"*/.xml2po.mo" \
"*/*.omf.out" \
; do echo /$$x; done; \
fi; \
if test -f $(srcdir)/po/Makefile.in.in; then \
for x in \
po/Makefile.in.in \
po/Makefile.in \
po/Makefile \
po/POTFILES \
po/stamp-it \
po/.intltool-merge-cache \
"po/*.gmo" \
"po/*.mo" \
po/$(GETTEXT_PACKAGE).pot \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
; do echo /$$x; done; \
fi; \
if test -f $(srcdir)/configure; then \
for x in \
autom4te.cache \
configure \
config.h \
stamp-h1 \
libtool \
config.lt \
; do echo /$$x; done; \
fi; \
for x in \
.gitignore \
$(GITIGNOREFILES) \
$(CLEANFILES) \
$(PROGRAMS) \
$(check_PROGRAMS) \
$(EXTRA_PROGRAMS) \
$(LTLIBRARIES) \
so_locations \
.libs _libs \
$(MOSTLYCLEANFILES) \
"*.$(OBJEXT)" \
"*.lo" \
$(DISTCLEANFILES) \
$(am__CONFIG_DISTCLEAN_FILES) \
$(CONFIG_CLEAN_FILES) \
TAGS ID GTAGS GRTAGS GSYMS GPATH tags \
"*.tab.c" \
$(MAINTAINERCLEANFILES) \
$(BUILT_SOURCES) \
$(DEPDIR) \
Makefile \
Makefile.in \
"*.orig" \
"*.rej" \
"*.bak" \
"*~" \
".*.sw[nop]" \
; do echo /$$x; done; \
} | \
sed "s@^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \
sed 's@/[.]/@/@g' | \
LC_ALL=C sort | uniq > $@.tmp && \
mv $@.tmp $@;
all: $(srcdir)/.gitignore gitignore-recurse-maybe
gitignore-recurse-maybe:
@if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \
$(MAKE) $(AM_MAKEFLAGS) gitignore-recurse; \
fi;
gitignore-recurse:
@for subdir in $(DIST_SUBDIRS); do \
case " $(SUBDIRS) " in \
*" $$subdir "*) :;; \
*) test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse || echo "Skipping $$subdir");; \
esac; \
done
gitignore: $(srcdir)/.gitignore gitignore-recurse
maintainer-clean: gitignore-clean
gitignore-clean:
-rm -f $(srcdir)/.gitignore
.PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe

25
ibus/.gitignore поставляемый
Просмотреть файл

@ -1 +1,24 @@
_config.py /*.bak
/*.lo
/*.o
/*.orig
/*.pyc
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_config.py
/_libs
/so_locations
/tags

Просмотреть файл

@ -69,3 +69,5 @@ CLEANFILES = \
DISTCLEANFILES = \ DISTCLEANFILES = \
_config.py \ _config.py \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -37,3 +37,5 @@ CLEANFILES = \
*.pyc \ *.pyc \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

30
m4/.gitignore поставляемый
Просмотреть файл

@ -1 +1,29 @@
*.m4 /*.bak
/*.lo
/*.o
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/so_locations
/tags
/gtk-doc.m4
/intltool.m4
/libtool.m4
/ltoptions.m4
/ltsugar.m4
/ltversion.m4
/lt~obsolete.m4

Просмотреть файл

@ -23,3 +23,5 @@
EXTRA_DIST = \ EXTRA_DIST = \
as-version.m4 \ as-version.m4 \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -72,3 +72,5 @@ memconf.xml: memconf.xml.in
$(libibus): $(libibus):
$(MAKE) -C $(top_builddir)/src $(MAKE) -C $(top_builddir)/src
-include $(top_srcdir)/git.mk

1
po/.gitignore поставляемый
Просмотреть файл

@ -15,3 +15,4 @@ remove-potcdate.sin
stamp-po stamp-po
stamp-it stamp-it
ibus.pot ibus.pot
/*~

27
setup/.gitignore поставляемый
Просмотреть файл

@ -1,2 +1,25 @@
ibus-setup /*.bak
ibus-setup.desktop /*.lo
/*.o
/*.orig
/*.pyc
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/ibus-setup
/ibus-setup.desktop
/so_locations
/tags

Просмотреть файл

@ -64,3 +64,5 @@ test:
IBUS_LOCALEDIR="@localedir@" \ IBUS_LOCALEDIR="@localedir@" \
$(PYTHON) \ $(PYTHON) \
$(srcdir)/main.py $(srcdir)/main.py
-include $(top_srcdir)/git.mk

50
src/.gitignore поставляемый
Просмотреть файл

@ -1,17 +1,33 @@
ibusmarshalers.c /*.bak
ibusmarshalers.h /*.la
test-attribute /*.lo
test-bus /*.o
test-engine /*.orig
test-keynames /*.rej
test-lookuptable /*.tab.c
test-proxy /*~
test-server /.*.sw[nop]
test-text /.deps
test-keymap /.gitignore
stamp-ibusenumtypes.h /.libs
stamp-ibusmarshalers.h /GPATH
keysymdef.h /GRTAGS
ibusenumtypes.c /GSYMS
ibusenumtypes.h /GTAGS
ibusversion.h /IBus-1.0.gir
/IBus-1.0.typelib
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/ibusenumtypes.c
/ibusenumtypes.h
/ibusmarshalers.c
/ibusmarshalers.h
/ibusversion.h
/libibus-1.0.la
/so_locations
/stamp-ibusenumtypes.h
/stamp-ibusmarshalers.h
/tags

Просмотреть файл

@ -220,3 +220,5 @@ CLEANFILES += \
DISTCLEANFILES = \ DISTCLEANFILES = \
ibusversion.h \ ibusversion.h \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

34
src/tests/.gitignore поставляемый
Просмотреть файл

@ -1,6 +1,28 @@
ibus-bus /*.bak
ibus-configservice /*.lo
ibus-factory /*.o
ibus-keynames /*.orig
ibus-serializable /*.rej
ibus-share /*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/ibus-bus
/ibus-configservice
/ibus-factory
/ibus-keynames
/ibus-serializable
/ibus-share
/so_locations
/tags

Просмотреть файл

@ -63,3 +63,5 @@ ibus_factory_LDADD = $(prog_ldadd)
ibus_configservice_SOURCES = ibus-configservice.c ibus_configservice_SOURCES = ibus-configservice.c
ibus_configservice_LDADD = $(prog_ldadd) ibus_configservice_LDADD = $(prog_ldadd)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -25,3 +25,5 @@ SUBDIRS = \
gtk \ gtk \
$(NULL) $(NULL)
endif endif
-include $(top_srcdir)/git.mk

29
ui/gtk/.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,26 @@
ibus-ui-gtk /*.bak
gtkpanel.xml /*.lo
gtkpanel.xml.in /*.o
/*.orig
/*.pyc
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.deps
/.gitignore
/.libs
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/_libs
/gtkpanel.xml
/gtkpanel.xml.in
/ibus-ui-gtk
/so_locations
/tags

Просмотреть файл

@ -70,3 +70,5 @@ test:
IBUS_LOCALEDIR=@localedir@ \ IBUS_LOCALEDIR=@localedir@ \
PYTHONPATH=$(top_srcdir) \ PYTHONPATH=$(top_srcdir) \
$(PYTHON) $(srcdir)/main.py $(PYTHON) $(srcdir)/main.py
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -50,3 +50,5 @@ noinst_HEADERS = \
libIMdkit_la_CFLAGS = \ libIMdkit_la_CFLAGS = \
@X11_CFLAGS@ \ @X11_CFLAGS@ \
$(NULL) $(NULL)
-include $(top_srcdir)/git.mk

Просмотреть файл

@ -25,3 +25,5 @@ SUBDIRS = \
IMdkit \ IMdkit \
$(NULL) $(NULL)
endif endif
-include $(top_srcdir)/git.mk