* src/DbPrompter.py: support for new GTK 2.4 file chooser
svn: r3090
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 | 
			
		||||
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 | 
			
		||||
# @configure_input@
 | 
			
		||||
 | 
			
		||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 | 
			
		||||
# Free Software Foundation, Inc.
 | 
			
		||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 | 
			
		||||
# 2003, 2004  Free Software Foundation, Inc.
 | 
			
		||||
# This Makefile.in is free software; the Free Software Foundation
 | 
			
		||||
# gives unlimited permission to copy and/or distribute it,
 | 
			
		||||
# with or without modifications, as long as this notice is preserved.
 | 
			
		||||
@@ -75,7 +75,6 @@
 | 
			
		||||
#		http://scrollkeeper.sourceforge.net/	
 | 
			
		||||
# 	Version: 0.1.2 (last updated: March 20, 2002)
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
srcdir = @srcdir@
 | 
			
		||||
top_srcdir = @top_srcdir@
 | 
			
		||||
VPATH = @srcdir@
 | 
			
		||||
@@ -83,7 +82,6 @@ pkgdatadir = $(datadir)/@PACKAGE@
 | 
			
		||||
pkglibdir = $(libdir)/@PACKAGE@
 | 
			
		||||
pkgincludedir = $(includedir)/@PACKAGE@
 | 
			
		||||
top_builddir = ../../..
 | 
			
		||||
 | 
			
		||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | 
			
		||||
INSTALL = @INSTALL@
 | 
			
		||||
install_sh_DATA = $(install_sh) -c -m 644
 | 
			
		||||
@@ -97,6 +95,18 @@ POST_INSTALL = :
 | 
			
		||||
NORMAL_UNINSTALL = :
 | 
			
		||||
PRE_UNINSTALL = :
 | 
			
		||||
POST_UNINSTALL = :
 | 
			
		||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 | 
			
		||||
	$(top_srcdir)/doc/omf.make $(top_srcdir)/doc/xmldocs.make
 | 
			
		||||
subdir = doc/gramps-manual/C
 | 
			
		||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | 
			
		||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 | 
			
		||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | 
			
		||||
	$(ACLOCAL_M4)
 | 
			
		||||
mkinstalldirs = $(mkdir_p)
 | 
			
		||||
CONFIG_CLEAN_FILES =
 | 
			
		||||
SOURCES =
 | 
			
		||||
DIST_SOURCES =
 | 
			
		||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | 
			
		||||
ACLOCAL = @ACLOCAL@
 | 
			
		||||
AMTAR = @AMTAR@
 | 
			
		||||
AUTOCONF = @AUTOCONF@
 | 
			
		||||
@@ -159,6 +169,7 @@ libdir = @libdir@
 | 
			
		||||
libexecdir = @libexecdir@
 | 
			
		||||
localstatedir = @localstatedir@
 | 
			
		||||
mandir = @mandir@
 | 
			
		||||
mkdir_p = @mkdir_p@
 | 
			
		||||
oldincludedir = @oldincludedir@
 | 
			
		||||
pkgpyexecdir = @pkgpyexecdir@
 | 
			
		||||
pkgpythondir = @pkgpythondir@
 | 
			
		||||
@@ -193,28 +204,42 @@ docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang)
 | 
			
		||||
# **************  You should not have to edit below this line  *******************
 | 
			
		||||
xml_files = $(entities) $(docname).xml
 | 
			
		||||
omf_dir = $(top_srcdir)/omf-install
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = $(xml_files) $(omffile)
 | 
			
		||||
 | 
			
		||||
CLEANFILES = omf_timestamp *.out
 | 
			
		||||
 | 
			
		||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
 | 
			
		||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
 | 
			
		||||
subdir = doc/gramps-manual/C
 | 
			
		||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | 
			
		||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 | 
			
		||||
CONFIG_CLEAN_FILES =
 | 
			
		||||
DIST_SOURCES =
 | 
			
		||||
DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/doc/omf.make \
 | 
			
		||||
	$(top_srcdir)/doc/xmldocs.make Makefile.am
 | 
			
		||||
all: all-am
 | 
			
		||||
 | 
			
		||||
.SUFFIXES:
 | 
			
		||||
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/doc/xmldocs.make $(top_srcdir)/doc/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
 | 
			
		||||
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/doc/xmldocs.make $(top_srcdir)/doc/omf.make $(am__configure_deps)
 | 
			
		||||
	@for dep in $?; do \
 | 
			
		||||
	  case '$(am__configure_deps)' in \
 | 
			
		||||
	    *$$dep*) \
 | 
			
		||||
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 | 
			
		||||
		&& exit 0; \
 | 
			
		||||
	      exit 1;; \
 | 
			
		||||
	  esac; \
 | 
			
		||||
	done; \
 | 
			
		||||
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/gramps-manual/C/Makefile'; \
 | 
			
		||||
	cd $(top_srcdir) && \
 | 
			
		||||
	  $(AUTOMAKE) --gnu  doc/gramps-manual/C/Makefile
 | 
			
		||||
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 | 
			
		||||
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 | 
			
		||||
.PRECIOUS: Makefile
 | 
			
		||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 | 
			
		||||
	@case '$?' in \
 | 
			
		||||
	  *config.status*) \
 | 
			
		||||
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | 
			
		||||
	  *) \
 | 
			
		||||
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | 
			
		||||
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | 
			
		||||
	esac;
 | 
			
		||||
 | 
			
		||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 | 
			
		||||
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | 
			
		||||
 | 
			
		||||
$(top_srcdir)/configure:  $(am__configure_deps)
 | 
			
		||||
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | 
			
		||||
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 | 
			
		||||
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | 
			
		||||
uninstall-info-am:
 | 
			
		||||
tags: TAGS
 | 
			
		||||
TAGS:
 | 
			
		||||
@@ -222,13 +247,9 @@ TAGS:
 | 
			
		||||
ctags: CTAGS
 | 
			
		||||
CTAGS:
 | 
			
		||||
 | 
			
		||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | 
			
		||||
 | 
			
		||||
top_distdir = ../../..
 | 
			
		||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 | 
			
		||||
 | 
			
		||||
distdir: $(DISTFILES)
 | 
			
		||||
	$(mkinstalldirs) $(distdir)/../../../doc
 | 
			
		||||
	$(mkdir_p) $(distdir)/../../../doc
 | 
			
		||||
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 | 
			
		||||
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 | 
			
		||||
	list='$(DISTFILES)'; for file in $$list; do \
 | 
			
		||||
@@ -240,7 +261,7 @@ distdir: $(DISTFILES)
 | 
			
		||||
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 | 
			
		||||
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 | 
			
		||||
	    dir="/$$dir"; \
 | 
			
		||||
	    $(mkinstalldirs) "$(distdir)$$dir"; \
 | 
			
		||||
	    $(mkdir_p) "$(distdir)$$dir"; \
 | 
			
		||||
	  else \
 | 
			
		||||
	    dir=''; \
 | 
			
		||||
	  fi; \
 | 
			
		||||
@@ -261,7 +282,6 @@ distdir: $(DISTFILES)
 | 
			
		||||
check-am: all-am
 | 
			
		||||
check: check-am
 | 
			
		||||
all-am: Makefile
 | 
			
		||||
 | 
			
		||||
installdirs:
 | 
			
		||||
install: install-am
 | 
			
		||||
install-exec: install-exec-am
 | 
			
		||||
@@ -274,7 +294,7 @@ install-am: all-am
 | 
			
		||||
installcheck: installcheck-am
 | 
			
		||||
install-strip:
 | 
			
		||||
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | 
			
		||||
	  INSTALL_STRIP_FLAG=-s \
 | 
			
		||||
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 | 
			
		||||
	  `test -z '$(STRIP)' || \
 | 
			
		||||
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 | 
			
		||||
mostlyclean-generic:
 | 
			
		||||
@@ -292,14 +312,14 @@ clean: clean-am
 | 
			
		||||
 | 
			
		||||
clean-am: clean-generic mostlyclean-am
 | 
			
		||||
 | 
			
		||||
distclean: distclean-am
 | 
			
		||||
	-rm -f Makefile
 | 
			
		||||
distclean-am: clean-am distclean-generic
 | 
			
		||||
 | 
			
		||||
dvi: dvi-am
 | 
			
		||||
 | 
			
		||||
dvi-am:
 | 
			
		||||
 | 
			
		||||
html: html-am
 | 
			
		||||
 | 
			
		||||
info: info-am
 | 
			
		||||
 | 
			
		||||
info-am:
 | 
			
		||||
@@ -335,13 +355,14 @@ ps-am:
 | 
			
		||||
uninstall-am: uninstall-info-am uninstall-local
 | 
			
		||||
 | 
			
		||||
.PHONY: all all-am check check-am clean clean-generic distclean \
 | 
			
		||||
	distclean-generic distdir dvi dvi-am info info-am install \
 | 
			
		||||
	install-am install-data install-data-am install-data-local \
 | 
			
		||||
	install-exec install-exec-am install-info install-info-am \
 | 
			
		||||
	install-man install-strip installcheck installcheck-am \
 | 
			
		||||
	installdirs maintainer-clean maintainer-clean-generic \
 | 
			
		||||
	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 | 
			
		||||
	uninstall-am uninstall-info-am uninstall-local
 | 
			
		||||
	distclean-generic distdir dvi dvi-am html html-am info info-am \
 | 
			
		||||
	install install-am install-data install-data-am \
 | 
			
		||||
	install-data-local install-exec install-exec-am install-info \
 | 
			
		||||
	install-info-am install-man install-strip installcheck \
 | 
			
		||||
	installcheck-am installdirs maintainer-clean \
 | 
			
		||||
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 | 
			
		||||
	pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
 | 
			
		||||
	uninstall-local
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
omf: omf_timestamp
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user