~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-05 07:16:24 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: james.westby@ubuntu.com-20090905071624-ehjbg50t3hvthzlm
Tags: upstream-2.17.11
Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
# GTK+ - The GIMP Toolkit
18
19
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
20
VPATH = @srcdir@
22
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = .
26
 
 
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
27
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
26
install_sh_DATA = $(install_sh) -c -m 644
30
27
install_sh_PROGRAM = $(install_sh) -c
31
28
install_sh_SCRIPT = $(install_sh) -c
37
34
NORMAL_UNINSTALL = :
38
35
PRE_UNINSTALL = :
39
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
40
38
host_triplet = @host@
 
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
41
        $(srcdir)/config.h.win32.in $(srcdir)/gail-uninstalled.pc.in \
 
42
        $(srcdir)/gail.pc.in $(srcdir)/gdk-2.0-uninstalled.pc.in \
 
43
        $(srcdir)/gdk-2.0.pc.in \
 
44
        $(srcdir)/gdk-pixbuf-2.0-uninstalled.pc.in \
 
45
        $(srcdir)/gdk-pixbuf-2.0.pc.in \
 
46
        $(srcdir)/gtk+-2.0-uninstalled.pc.in $(srcdir)/gtk+-2.0.pc.in \
 
47
        $(srcdir)/gtk+-unix-print-2.0.pc.in $(srcdir)/gtk-zip.sh.in \
 
48
        $(top_srcdir)/Makefile.decl $(top_srcdir)/configure AUTHORS \
 
49
        COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
 
50
        depcomp install-sh ltmain.sh missing
41
51
@OS_UNIX_TRUE@am__append_1 = gtk+-unix-print-2.0.pc
 
52
subdir = .
 
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
54
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
55
        $(top_srcdir)/configure.in
 
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
57
        $(ACLOCAL_M4)
 
58
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
59
 configure.lineno config.status.lineno
 
60
mkinstalldirs = $(install_sh) -d
 
61
CONFIG_HEADER = config.h
 
62
CONFIG_CLEAN_FILES = config.h.win32 gtk-zip.sh gdk-pixbuf-2.0.pc \
 
63
        gdk-2.0.pc gtk+-2.0.pc gtk+-unix-print-2.0.pc gail.pc \
 
64
        gdk-pixbuf-2.0-uninstalled.pc gdk-2.0-uninstalled.pc \
 
65
        gtk+-2.0-uninstalled.pc gail-uninstalled.pc
 
66
CONFIG_CLEAN_VPATH_FILES =
 
67
AM_V_GEN = $(am__v_GEN_$(V))
 
68
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
69
am__v_GEN_0 = @echo "  GEN   " $@;
 
70
AM_V_at = $(am__v_at_$(V))
 
71
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
72
am__v_at_0 = @
 
73
SOURCES =
 
74
DIST_SOURCES =
 
75
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
76
        html-recursive info-recursive install-data-recursive \
 
77
        install-dvi-recursive install-exec-recursive \
 
78
        install-html-recursive install-info-recursive \
 
79
        install-pdf-recursive install-ps-recursive install-recursive \
 
80
        installcheck-recursive installdirs-recursive pdf-recursive \
 
81
        ps-recursive uninstall-recursive
 
82
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
83
am__vpath_adj = case $$p in \
 
84
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
85
    *) f=$$p;; \
 
86
  esac;
 
87
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
88
am__install_max = 40
 
89
am__nobase_strip_setup = \
 
90
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
91
am__nobase_strip = \
 
92
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
93
am__nobase_list = $(am__nobase_strip_setup); \
 
94
  for p in $$list; do echo "$$p $$p"; done | \
 
95
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
96
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
97
    if (++n[$$2] == $(am__install_max)) \
 
98
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
99
    END { for (dir in files) print dir, files[dir] }'
 
100
am__base_list = \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
102
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
103
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
104
DATA = $(pkgconfig_DATA)
 
105
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
106
  distclean-recursive maintainer-clean-recursive
 
107
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
108
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
109
        distdir dist dist-all distcheck
 
110
ETAGS = etags
 
111
CTAGS = ctags
 
112
DIST_SUBDIRS = $(SUBDIRS)
 
113
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
114
distdir = $(PACKAGE)-$(VERSION)
 
115
top_distdir = $(distdir)
 
116
am__remove_distdir = \
 
117
  { test ! -d "$(distdir)" \
 
118
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
119
         && rm -fr "$(distdir)"; }; }
 
120
am__relativize = \
 
121
  dir0=`pwd`; \
 
122
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
123
  sed_rest='s,^[^/]*/*,,'; \
 
124
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
125
  sed_butlast='s,/*[^/]*$$,,'; \
 
126
  while test -n "$$dir1"; do \
 
127
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
128
    if test "$$first" != "."; then \
 
129
      if test "$$first" = ".."; then \
 
130
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
131
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
132
      else \
 
133
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
134
        if test "$$first2" = "$$first"; then \
 
135
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
136
        else \
 
137
          dir2="../$$dir2"; \
 
138
        fi; \
 
139
        dir0="$$dir0"/"$$first"; \
 
140
      fi; \
 
141
    fi; \
 
142
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
143
  done; \
 
144
  reldir="$$dir2"
 
145
DIST_ARCHIVES = $(distdir).tar.gz
 
146
GZIP_ENV = --best
 
147
distuninstallcheck_listfiles = find . -type f -print
 
148
distcleancheck_listfiles = find . -type f -print
42
149
ACLOCAL = @ACLOCAL@
43
 
AMDEP_FALSE = @AMDEP_FALSE@
44
 
AMDEP_TRUE = @AMDEP_TRUE@
45
150
AMTAR = @AMTAR@
 
151
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
46
152
AR = @AR@
47
153
AS = @AS@
48
154
ATK_PREFIX = @ATK_PREFIX@
52
158
AWK = @AWK@
53
159
BASE_DEPENDENCIES_CFLAGS = @BASE_DEPENDENCIES_CFLAGS@
54
160
BASE_DEPENDENCIES_LIBS = @BASE_DEPENDENCIES_LIBS@
55
 
BUILD_DYNAMIC_MODULES_FALSE = @BUILD_DYNAMIC_MODULES_FALSE@
56
 
BUILD_DYNAMIC_MODULES_TRUE = @BUILD_DYNAMIC_MODULES_TRUE@
57
 
BUILD_GDIPLUS_LOADERS_FALSE = @BUILD_GDIPLUS_LOADERS_FALSE@
58
 
BUILD_GDIPLUS_LOADERS_TRUE = @BUILD_GDIPLUS_LOADERS_TRUE@
59
161
CAIRO_BACKEND_CFLAGS = @CAIRO_BACKEND_CFLAGS@
60
162
CAIRO_BACKEND_LIBS = @CAIRO_BACKEND_LIBS@
61
163
CAIRO_PREFIX = @CAIRO_PREFIX@
63
165
CATOBJEXT = @CATOBJEXT@
64
166
CC = @CC@
65
167
CCAS = @CCAS@
 
168
CCASDEPMODE = @CCASDEPMODE@
66
169
CCASFLAGS = @CCASFLAGS@
67
170
CCDEPMODE = @CCDEPMODE@
68
171
CFLAGS = @CFLAGS@
69
172
CPP = @CPP@
70
173
CPPFLAGS = @CPPFLAGS@
71
 
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
72
 
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
73
174
CUPS_API_MAJOR = @CUPS_API_MAJOR@
74
175
CUPS_API_MINOR = @CUPS_API_MINOR@
75
176
CUPS_CFLAGS = @CUPS_CFLAGS@
86
187
DEPDIR = @DEPDIR@
87
188
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
88
189
DIRECTFB_LIBS = @DIRECTFB_LIBS@
89
 
DISABLE_EXPLICIT_DEPS_FALSE = @DISABLE_EXPLICIT_DEPS_FALSE@
90
 
DISABLE_EXPLICIT_DEPS_TRUE = @DISABLE_EXPLICIT_DEPS_TRUE@
91
190
DLLTOOL = @DLLTOOL@
92
191
DSYMUTIL = @DSYMUTIL@
93
192
DUMPBIN = @DUMPBIN@
95
194
ECHO_N = @ECHO_N@
96
195
ECHO_T = @ECHO_T@
97
196
EGREP = @EGREP@
98
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
99
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
100
 
ENABLE_MAN_FALSE = @ENABLE_MAN_FALSE@
101
 
ENABLE_MAN_TRUE = @ENABLE_MAN_TRUE@
102
197
EXEEXT = @EXEEXT@
103
198
FGREP = @FGREP@
104
199
GAIL_INET_LIBS = @GAIL_INET_LIBS@
142
237
GTK_DEBUG_FLAGS = @GTK_DEBUG_FLAGS@
143
238
GTK_DEP_CFLAGS = @GTK_DEP_CFLAGS@
144
239
GTK_DEP_LIBS = @GTK_DEP_LIBS@
145
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
146
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
147
240
GTK_EXTRA_CFLAGS = @GTK_EXTRA_CFLAGS@
148
241
GTK_EXTRA_LIBS = @GTK_EXTRA_LIBS@
149
242
GTK_INTERFACE_AGE = @GTK_INTERFACE_AGE@
154
247
GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
155
248
GTK_VERSION = @GTK_VERSION@
156
249
GTK_XIM_FLAGS = @GTK_XIM_FLAGS@
157
 
HAVE_CUPS_FALSE = @HAVE_CUPS_FALSE@
158
 
HAVE_CUPS_TRUE = @HAVE_CUPS_TRUE@
159
 
HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
160
 
HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
161
 
HAVE_DOCBOOK_FALSE = @HAVE_DOCBOOK_FALSE@
162
 
HAVE_DOCBOOK_TRUE = @HAVE_DOCBOOK_TRUE@
163
250
HAVE_HTTP_AUTHSTRING = @HAVE_HTTP_AUTHSTRING@
164
 
HAVE_INCLUDED_IMMMODULES_FALSE = @HAVE_INCLUDED_IMMMODULES_FALSE@
165
 
HAVE_INCLUDED_IMMMODULES_TRUE = @HAVE_INCLUDED_IMMMODULES_TRUE@
166
 
HAVE_JASPER_FALSE = @HAVE_JASPER_FALSE@
167
 
HAVE_JASPER_TRUE = @HAVE_JASPER_TRUE@
168
 
HAVE_JPEG_FALSE = @HAVE_JPEG_FALSE@
169
 
HAVE_JPEG_TRUE = @HAVE_JPEG_TRUE@
170
 
HAVE_OBJC_FALSE = @HAVE_OBJC_FALSE@
171
 
HAVE_OBJC_TRUE = @HAVE_OBJC_TRUE@
172
 
HAVE_PAPI_CUPS_FALSE = @HAVE_PAPI_CUPS_FALSE@
173
 
HAVE_PAPI_CUPS_TRUE = @HAVE_PAPI_CUPS_TRUE@
174
 
HAVE_PAPI_FALSE = @HAVE_PAPI_FALSE@
175
 
HAVE_PAPI_TRUE = @HAVE_PAPI_TRUE@
176
 
HAVE_PNG_FALSE = @HAVE_PNG_FALSE@
177
 
HAVE_PNG_TRUE = @HAVE_PNG_TRUE@
178
 
HAVE_TIFF_FALSE = @HAVE_TIFF_FALSE@
179
 
HAVE_TIFF_TRUE = @HAVE_TIFF_TRUE@
180
 
HAVE_X11R6_FALSE = @HAVE_X11R6_FALSE@
181
 
HAVE_X11R6_TRUE = @HAVE_X11R6_TRUE@
182
251
HTML_DIR = @HTML_DIR@
183
252
INCLUDED_IMMODULE_DEFINE = @INCLUDED_IMMODULE_DEFINE@
184
253
INCLUDED_IMMODULE_OBJ = @INCLUDED_IMMODULE_OBJ@
185
254
INCLUDED_LOADER_DEFINE = @INCLUDED_LOADER_DEFINE@
186
255
INCLUDED_LOADER_OBJ = @INCLUDED_LOADER_OBJ@
187
 
INCLUDE_ANI_FALSE = @INCLUDE_ANI_FALSE@
188
 
INCLUDE_ANI_TRUE = @INCLUDE_ANI_TRUE@
189
 
INCLUDE_BMP_FALSE = @INCLUDE_BMP_FALSE@
190
 
INCLUDE_BMP_TRUE = @INCLUDE_BMP_TRUE@
191
 
INCLUDE_GDIPLUS_FALSE = @INCLUDE_GDIPLUS_FALSE@
192
 
INCLUDE_GDIPLUS_TRUE = @INCLUDE_GDIPLUS_TRUE@
193
 
INCLUDE_GIF_FALSE = @INCLUDE_GIF_FALSE@
194
 
INCLUDE_GIF_TRUE = @INCLUDE_GIF_TRUE@
195
 
INCLUDE_ICNS_FALSE = @INCLUDE_ICNS_FALSE@
196
 
INCLUDE_ICNS_TRUE = @INCLUDE_ICNS_TRUE@
197
 
INCLUDE_ICO_FALSE = @INCLUDE_ICO_FALSE@
198
 
INCLUDE_ICO_TRUE = @INCLUDE_ICO_TRUE@
199
 
INCLUDE_IM_AM_ET_FALSE = @INCLUDE_IM_AM_ET_FALSE@
200
 
INCLUDE_IM_AM_ET_TRUE = @INCLUDE_IM_AM_ET_TRUE@
201
 
INCLUDE_IM_CEDILLA_FALSE = @INCLUDE_IM_CEDILLA_FALSE@
202
 
INCLUDE_IM_CEDILLA_TRUE = @INCLUDE_IM_CEDILLA_TRUE@
203
 
INCLUDE_IM_CYRILLIC_TRANSLIT_FALSE = @INCLUDE_IM_CYRILLIC_TRANSLIT_FALSE@
204
 
INCLUDE_IM_CYRILLIC_TRANSLIT_TRUE = @INCLUDE_IM_CYRILLIC_TRANSLIT_TRUE@
205
 
INCLUDE_IM_IME_FALSE = @INCLUDE_IM_IME_FALSE@
206
 
INCLUDE_IM_IME_TRUE = @INCLUDE_IM_IME_TRUE@
207
 
INCLUDE_IM_INUKTITUT_FALSE = @INCLUDE_IM_INUKTITUT_FALSE@
208
 
INCLUDE_IM_INUKTITUT_TRUE = @INCLUDE_IM_INUKTITUT_TRUE@
209
 
INCLUDE_IM_IPA_FALSE = @INCLUDE_IM_IPA_FALSE@
210
 
INCLUDE_IM_IPA_TRUE = @INCLUDE_IM_IPA_TRUE@
211
 
INCLUDE_IM_MULTIPRESS_FALSE = @INCLUDE_IM_MULTIPRESS_FALSE@
212
 
INCLUDE_IM_MULTIPRESS_TRUE = @INCLUDE_IM_MULTIPRESS_TRUE@
213
 
INCLUDE_IM_THAI_FALSE = @INCLUDE_IM_THAI_FALSE@
214
 
INCLUDE_IM_THAI_TRUE = @INCLUDE_IM_THAI_TRUE@
215
 
INCLUDE_IM_TI_ER_FALSE = @INCLUDE_IM_TI_ER_FALSE@
216
 
INCLUDE_IM_TI_ER_TRUE = @INCLUDE_IM_TI_ER_TRUE@
217
 
INCLUDE_IM_TI_ET_FALSE = @INCLUDE_IM_TI_ET_FALSE@
218
 
INCLUDE_IM_TI_ET_TRUE = @INCLUDE_IM_TI_ET_TRUE@
219
 
INCLUDE_IM_VIQR_FALSE = @INCLUDE_IM_VIQR_FALSE@
220
 
INCLUDE_IM_VIQR_TRUE = @INCLUDE_IM_VIQR_TRUE@
221
 
INCLUDE_IM_XIM_FALSE = @INCLUDE_IM_XIM_FALSE@
222
 
INCLUDE_IM_XIM_TRUE = @INCLUDE_IM_XIM_TRUE@
223
 
INCLUDE_JASPER_FALSE = @INCLUDE_JASPER_FALSE@
224
 
INCLUDE_JASPER_TRUE = @INCLUDE_JASPER_TRUE@
225
 
INCLUDE_JPEG_FALSE = @INCLUDE_JPEG_FALSE@
226
 
INCLUDE_JPEG_TRUE = @INCLUDE_JPEG_TRUE@
227
 
INCLUDE_PCX_FALSE = @INCLUDE_PCX_FALSE@
228
 
INCLUDE_PCX_TRUE = @INCLUDE_PCX_TRUE@
229
 
INCLUDE_PNG_FALSE = @INCLUDE_PNG_FALSE@
230
 
INCLUDE_PNG_TRUE = @INCLUDE_PNG_TRUE@
231
 
INCLUDE_PNM_FALSE = @INCLUDE_PNM_FALSE@
232
 
INCLUDE_PNM_TRUE = @INCLUDE_PNM_TRUE@
233
 
INCLUDE_RAS_FALSE = @INCLUDE_RAS_FALSE@
234
 
INCLUDE_RAS_TRUE = @INCLUDE_RAS_TRUE@
235
 
INCLUDE_TGA_FALSE = @INCLUDE_TGA_FALSE@
236
 
INCLUDE_TGA_TRUE = @INCLUDE_TGA_TRUE@
237
 
INCLUDE_TIFF_FALSE = @INCLUDE_TIFF_FALSE@
238
 
INCLUDE_TIFF_TRUE = @INCLUDE_TIFF_TRUE@
239
 
INCLUDE_WBMP_FALSE = @INCLUDE_WBMP_FALSE@
240
 
INCLUDE_WBMP_TRUE = @INCLUDE_WBMP_TRUE@
241
 
INCLUDE_XBM_FALSE = @INCLUDE_XBM_FALSE@
242
 
INCLUDE_XBM_TRUE = @INCLUDE_XBM_TRUE@
243
 
INCLUDE_XPM_FALSE = @INCLUDE_XPM_FALSE@
244
 
INCLUDE_XPM_TRUE = @INCLUDE_XPM_TRUE@
245
256
INDENT = @INDENT@
 
257
INSTALL = @INSTALL@
246
258
INSTALL_DATA = @INSTALL_DATA@
247
259
INSTALL_PROGRAM = @INSTALL_PROGRAM@
248
260
INSTALL_SCRIPT = @INSTALL_SCRIPT@
266
278
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
267
279
LT_VERSION_INFO = @LT_VERSION_INFO@
268
280
MAINT = @MAINT@
269
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
270
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
271
281
MAKEINFO = @MAKEINFO@
 
282
MKDIR_P = @MKDIR_P@
272
283
MKINSTALLDIRS = @MKINSTALLDIRS@
273
284
MSGFMT = @MSGFMT@
274
285
MSGFMT_OPTS = @MSGFMT_OPTS@
275
 
MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
276
 
MS_LIB_AVAILABLE_TRUE = @MS_LIB_AVAILABLE_TRUE@
277
286
NM = @NM@
278
287
NMEDIT = @NMEDIT@
279
288
OBJDUMP = @OBJDUMP@
280
289
OBJEXT = @OBJEXT@
281
 
OS_LINUX_FALSE = @OS_LINUX_FALSE@
282
 
OS_LINUX_TRUE = @OS_LINUX_TRUE@
283
 
OS_UNIX_FALSE = @OS_UNIX_FALSE@
284
 
OS_UNIX_TRUE = @OS_UNIX_TRUE@
285
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
286
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
287
290
OTOOL = @OTOOL@
288
291
OTOOL64 = @OTOOL64@
289
292
PACKAGE = @PACKAGE@
296
299
PATH_SEPARATOR = @PATH_SEPARATOR@
297
300
PERL = @PERL@
298
301
PKG_CONFIG = @PKG_CONFIG@
299
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
300
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
301
302
POFILES = @POFILES@
302
303
POSUB = @POSUB@
303
304
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
309
310
SET_MAKE = @SET_MAKE@
310
311
SHELL = @SHELL@
311
312
STRIP = @STRIP@
312
 
TEST_PRINT_BACKEND_FALSE = @TEST_PRINT_BACKEND_FALSE@
313
 
TEST_PRINT_BACKEND_TRUE = @TEST_PRINT_BACKEND_TRUE@
314
 
USE_DIRECTFB_FALSE = @USE_DIRECTFB_FALSE@
315
 
USE_DIRECTFB_TRUE = @USE_DIRECTFB_TRUE@
316
 
USE_MEDIALIB25_FALSE = @USE_MEDIALIB25_FALSE@
317
 
USE_MEDIALIB25_TRUE = @USE_MEDIALIB25_TRUE@
318
 
USE_MEDIALIB_FALSE = @USE_MEDIALIB_FALSE@
319
 
USE_MEDIALIB_TRUE = @USE_MEDIALIB_TRUE@
320
 
USE_MMX_FALSE = @USE_MMX_FALSE@
321
 
USE_MMX_TRUE = @USE_MMX_TRUE@
322
313
USE_NLS = @USE_NLS@
323
 
USE_QUARTZ_FALSE = @USE_QUARTZ_FALSE@
324
 
USE_QUARTZ_TRUE = @USE_QUARTZ_TRUE@
325
 
USE_WIN32_FALSE = @USE_WIN32_FALSE@
326
 
USE_WIN32_TRUE = @USE_WIN32_TRUE@
327
 
USE_X11_FALSE = @USE_X11_FALSE@
328
 
USE_X11_TRUE = @USE_X11_TRUE@
329
314
VERSION = @VERSION@
330
315
WINDRES = @WINDRES@
331
316
XGETTEXT = @XGETTEXT@
332
 
XINPUT_XFREE_FALSE = @XINPUT_XFREE_FALSE@
333
 
XINPUT_XFREE_TRUE = @XINPUT_XFREE_TRUE@
334
317
XMKMF = @XMKMF@
335
318
XMLCATALOG = @XMLCATALOG@
336
319
XML_CATALOG_FILE = @XML_CATALOG_FILE@
339
322
X_EXTRA_LIBS = @X_EXTRA_LIBS@
340
323
X_LIBS = @X_LIBS@
341
324
X_PRE_LIBS = @X_PRE_LIBS@
 
325
abs_builddir = @abs_builddir@
 
326
abs_srcdir = @abs_srcdir@
 
327
abs_top_builddir = @abs_top_builddir@
 
328
abs_top_srcdir = @abs_top_srcdir@
342
329
ac_ct_CC = @ac_ct_CC@
343
330
ac_ct_CXX = @ac_ct_CXX@
344
331
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
346
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
347
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
348
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
349
332
am__include = @am__include@
350
333
am__leading_dot = @am__leading_dot@
351
334
am__quote = @am__quote@
 
335
am__tar = @am__tar@
 
336
am__untar = @am__untar@
352
337
bindir = @bindir@
353
338
build = @build@
354
339
build_alias = @build_alias@
355
340
build_cpu = @build_cpu@
356
341
build_os = @build_os@
357
342
build_vendor = @build_vendor@
 
343
builddir = @builddir@
358
344
datadir = @datadir@
359
345
datarootdir = @datarootdir@
360
346
docdir = @docdir@
378
364
localstatedir = @localstatedir@
379
365
lt_ECHO = @lt_ECHO@
380
366
mandir = @mandir@
 
367
mkdir_p = @mkdir_p@
381
368
ms_librarian = @ms_librarian@
382
369
oldincludedir = @oldincludedir@
383
370
pdfdir = @pdfdir@
386
373
psdir = @psdir@
387
374
sbindir = @sbindir@
388
375
sharedstatedir = @sharedstatedir@
 
376
srcdir = @srcdir@
389
377
sysconfdir = @sysconfdir@
390
378
target_alias = @target_alias@
391
 
 
 
379
top_build_prefix = @top_build_prefix@
 
380
top_builddir = @top_builddir@
 
381
top_srcdir = @top_srcdir@
392
382
GTESTER = gtester               # in $PATH for non-GLIB packages
393
383
GTESTER_REPORT = gtester-report         # in $PATH for non-GLIB packages
394
384
 
395
385
# initialize variables for unconditional += appending
396
 
EXTRA_DIST = \
397
 
        HACKING                 \
398
 
        makecopyright           \
399
 
        NEWS.pre-1-0            \
400
 
        ChangeLog.pre-1-0       \
401
 
        ChangeLog.pre-1-2       \
402
 
        ChangeLog.pre-2-0       \
403
 
        ChangeLog.pre-2-2       \
404
 
        ChangeLog.pre-2-4       \
405
 
        ChangeLog.pre-2-6       \
406
 
        ChangeLog.pre-2-8       \
407
 
        ChangeLog.pre-2-10      \
408
 
        ChangeLog.pre-2-12      \
409
 
        ChangeLog.pre-2-14      \
410
 
        ChangeLog.pre-2-16      \
411
 
        ChangeLog.gtk-async-file-chooser        \
412
 
        ChangeLog.gtk-printing  \
413
 
        README.commits  \
414
 
        README.win32            \
415
 
        config.h.win32          \
416
 
        makefile.msc    \
417
 
        gtk-zip.sh.in           \
418
 
        sanitize-la.sh          \
419
 
        po/README.translators   \
420
 
        po/po2tbl.sed.in        \
421
 
        examples/aspectframe/Makefile  \
422
 
        examples/aspectframe/aspectframe.c  \
423
 
        examples/Makefile  \
424
 
        examples/README.1ST  \
425
 
        examples/extract.awk  \
426
 
        examples/extract.sh  \
427
 
        examples/arrow/Makefile \
428
 
        examples/arrow/arrow.c  \
429
 
        examples/base/Makefile  \
430
 
        examples/base/base.c  \
431
 
        examples/buttonbox/Makefile \
432
 
        examples/buttonbox/buttonbox.c  \
433
 
        examples/buttons/Makefile  \
434
 
        examples/buttons/buttons.c  \
435
 
        examples/buttons/info.xpm  \
436
 
        examples/calendar/Makefile  \
437
 
        examples/calendar/calendar.c  \
438
 
        examples/clist/Makefile  \
439
 
        examples/clist/clist.c  \
440
 
        examples/entry/Makefile  \
441
 
        examples/entry/entry.c  \
442
 
        examples/eventbox/Makefile  \
443
 
        examples/eventbox/eventbox.c  \
444
 
        examples/filesel/Makefile  \
445
 
        examples/filesel/filesel.c  \
446
 
        examples/gtkdial/Makefile  \
447
 
        examples/gtkdial/dial_test.c  \
448
 
        examples/gtkdial/gtkdial.c  \
449
 
        examples/gtkdial/gtkdial.h  \
450
 
        examples/helloworld/Makefile  \
451
 
        examples/helloworld/helloworld.c  \
452
 
        examples/helloworld2/Makefile  \
453
 
        examples/helloworld2/helloworld2.c  \
454
 
        examples/label/Makefile \
455
 
        examples/label/label.c  \
456
 
        examples/list/Makefile  \
457
 
        examples/list/list.c  \
458
 
        examples/menu/Makefile  \
459
 
        examples/menu/menu.c  \
460
 
        examples/menu/itemfactory.c  \
461
 
        examples/notebook/Makefile  \
462
 
        examples/notebook/notebook.c  \
463
 
        examples/packbox/Makefile  \
464
 
        examples/packbox/packbox.c  \
465
 
        examples/paned/Makefile  \
466
 
        examples/paned/paned.c  \
467
 
        examples/pixmap/Makefile  \
468
 
        examples/pixmap/pixmap.c  \
469
 
        examples/progressbar/Makefile  \
470
 
        examples/progressbar/progressbar.c  \
471
 
        examples/radiobuttons/Makefile  \
472
 
        examples/radiobuttons/radiobuttons.c  \
473
 
        examples/rangewidgets/Makefile  \
474
 
        examples/rangewidgets/rangewidgets.c  \
475
 
        examples/rulers/Makefile  \
476
 
        examples/rulers/rulers.c  \
477
 
        examples/scribble-simple/Makefile  \
478
 
        examples/scribble-simple/scribble-simple.c  \
479
 
        examples/scribble-xinput/Makefile       \
480
 
        examples/scribble-xinput/scribble-xinput.c      \
481
 
        examples/scrolledwin/Makefile  \
482
 
        examples/scrolledwin/scrolledwin.c  \
483
 
        examples/selection/Makefile  \
484
 
        examples/selection/gettargets.c  \
485
 
        examples/selection/setselection.c  \
486
 
        examples/statusbar/Makefile  \
487
 
        examples/statusbar/statusbar.c  \
488
 
        examples/table/Makefile  \
489
 
        examples/table/table.c  \
490
 
        examples/text/Makefile  \
491
 
        examples/text/text.c  \
492
 
        examples/tictactoe/Makefile  \
493
 
        examples/tictactoe/tictactoe.c  \
494
 
        examples/tictactoe/tictactoe.h  \
495
 
        examples/tictactoe/ttt_test.c  \
496
 
        examples/tree/Makefile  \
497
 
        examples/tree/tree.c  \
498
 
        examples/wheelbarrow/Makefile  \
499
 
        examples/wheelbarrow/wheelbarrow.c  \
500
 
        examples/fixed/fixed.c  \
501
 
        examples/fixed/Makefile  \
502
 
        examples/frame/frame.c  \
503
 
        examples/frame/Makefile  \
504
 
        examples/spinbutton/spinbutton.c  \
505
 
        examples/spinbutton/Makefile  \
506
 
        examples/find-examples.sh
507
 
 
 
386
EXTRA_DIST = HACKING makecopyright NEWS.pre-1-0 ChangeLog.pre-1-0 \
 
387
        ChangeLog.pre-1-2 ChangeLog.pre-2-0 ChangeLog.pre-2-2 \
 
388
        ChangeLog.pre-2-4 ChangeLog.pre-2-6 ChangeLog.pre-2-8 \
 
389
        ChangeLog.pre-2-10 ChangeLog.pre-2-12 ChangeLog.pre-2-14 \
 
390
        ChangeLog.pre-2-16 ChangeLog.gtk-async-file-chooser \
 
391
        ChangeLog.gtk-printing README.commits README.win32 \
 
392
        config.h.win32 makefile.msc gtk-zip.sh.in sanitize-la.sh \
 
393
        po/README.translators po/po2tbl.sed.in \
 
394
        examples/aspectframe/Makefile \
 
395
        examples/aspectframe/aspectframe.c examples/Makefile \
 
396
        examples/README.1ST examples/extract.awk examples/extract.sh \
 
397
        examples/arrow/Makefile examples/arrow/arrow.c \
 
398
        examples/base/Makefile examples/base/base.c \
 
399
        examples/buttonbox/Makefile examples/buttonbox/buttonbox.c \
 
400
        examples/buttons/Makefile examples/buttons/buttons.c \
 
401
        examples/buttons/info.xpm examples/calendar/Makefile \
 
402
        examples/calendar/calendar.c examples/clist/Makefile \
 
403
        examples/clist/clist.c examples/entry/Makefile \
 
404
        examples/entry/entry.c examples/eventbox/Makefile \
 
405
        examples/eventbox/eventbox.c examples/filesel/Makefile \
 
406
        examples/filesel/filesel.c examples/gtkdial/Makefile \
 
407
        examples/gtkdial/dial_test.c examples/gtkdial/gtkdial.c \
 
408
        examples/gtkdial/gtkdial.h examples/helloworld/Makefile \
 
409
        examples/helloworld/helloworld.c examples/helloworld2/Makefile \
 
410
        examples/helloworld2/helloworld2.c examples/label/Makefile \
 
411
        examples/label/label.c examples/list/Makefile \
 
412
        examples/list/list.c examples/menu/Makefile \
 
413
        examples/menu/menu.c examples/menu/itemfactory.c \
 
414
        examples/notebook/Makefile examples/notebook/notebook.c \
 
415
        examples/packbox/Makefile examples/packbox/packbox.c \
 
416
        examples/paned/Makefile examples/paned/paned.c \
 
417
        examples/pixmap/Makefile examples/pixmap/pixmap.c \
 
418
        examples/progressbar/Makefile \
 
419
        examples/progressbar/progressbar.c \
 
420
        examples/radiobuttons/Makefile \
 
421
        examples/radiobuttons/radiobuttons.c \
 
422
        examples/rangewidgets/Makefile \
 
423
        examples/rangewidgets/rangewidgets.c examples/rulers/Makefile \
 
424
        examples/rulers/rulers.c examples/scribble-simple/Makefile \
 
425
        examples/scribble-simple/scribble-simple.c \
 
426
        examples/scribble-xinput/Makefile \
 
427
        examples/scribble-xinput/scribble-xinput.c \
 
428
        examples/scrolledwin/Makefile \
 
429
        examples/scrolledwin/scrolledwin.c examples/selection/Makefile \
 
430
        examples/selection/gettargets.c \
 
431
        examples/selection/setselection.c examples/statusbar/Makefile \
 
432
        examples/statusbar/statusbar.c examples/table/Makefile \
 
433
        examples/table/table.c examples/text/Makefile \
 
434
        examples/text/text.c examples/tictactoe/Makefile \
 
435
        examples/tictactoe/tictactoe.c examples/tictactoe/tictactoe.h \
 
436
        examples/tictactoe/ttt_test.c examples/tree/Makefile \
 
437
        examples/tree/tree.c examples/wheelbarrow/Makefile \
 
438
        examples/wheelbarrow/wheelbarrow.c examples/fixed/fixed.c \
 
439
        examples/fixed/Makefile examples/frame/frame.c \
 
440
        examples/frame/Makefile examples/spinbutton/spinbutton.c \
 
441
        examples/spinbutton/Makefile examples/find-examples.sh
508
442
TEST_PROGS = 
509
443
 
510
444
### testing rules
530
464
        || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
531
465
        && DISPLAY=:$$XID && export DISPLAY
532
466
 
533
 
 
534
467
SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib
535
468
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros
536
469
 
557
490
        $(srcdir)/ChangeLog \
558
491
        `find "$(srcdir)" -type f -name Makefile.in -print`
559
492
 
560
 
 
561
493
GDKTARGET = @gdktarget@
562
 
 
563
494
pkgconfigdir = $(libdir)/pkgconfig
564
 
pkgconfig_DATA = gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc gtk+-$(GDKTARGET)-2.0.pc gail.pc $(am__append_1)
565
 
 
 
495
pkgconfig_DATA = gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc \
 
496
        gtk+-$(GDKTARGET)-2.0.pc gail.pc $(am__append_1)
566
497
DISTCLEANFILES = \
567
498
        gtk+-unix-print-2.0.pc                  \
568
499
        gtk+-$(GDKTARGET)-2.0.pc                \
573
504
        gail-uninstalled.pc                     \
574
505
        config.lt
575
506
 
576
 
 
577
507
DEFAULT_GDKTARGET = x11
578
 
 
579
508
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds
580
 
 
581
509
GITIGNOREFILES = \
582
510
        po-properties/Makefile.in.in \
583
511
        po-properties/Makefile.in \
588
516
        po-properties/stamp-it \
589
517
        po-properties/.intltool-merge-cache
590
518
 
591
 
subdir = .
592
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
593
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
594
 
CONFIG_HEADER = config.h
595
 
CONFIG_CLEAN_FILES = config.h.win32 gtk-zip.sh gdk-pixbuf-2.0.pc \
596
 
        gdk-2.0.pc gtk+-2.0.pc gtk+-unix-print-2.0.pc gail.pc \
597
 
        gdk-pixbuf-2.0-uninstalled.pc gdk-2.0-uninstalled.pc \
598
 
        gtk+-2.0-uninstalled.pc gail-uninstalled.pc
599
 
DIST_SOURCES =
600
 
DATA = $(pkgconfig_DATA)
601
 
 
602
 
 
603
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
604
 
        ps-recursive install-info-recursive uninstall-info-recursive \
605
 
        all-recursive install-data-recursive install-exec-recursive \
606
 
        installdirs-recursive install-recursive uninstall-recursive \
607
 
        check-recursive installcheck-recursive
608
 
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
609
 
        $(top_srcdir)/Makefile.decl AUTHORS COPYING ChangeLog INSTALL \
610
 
        Makefile.am NEWS acinclude.m4 aclocal.m4 compile config.guess \
611
 
        config.h.in config.h.win32.in config.sub configure.in depcomp \
612
 
        gail-uninstalled.pc.in gail.pc.in gdk-2.0-uninstalled.pc.in \
613
 
        gdk-2.0.pc.in gdk-pixbuf-2.0-uninstalled.pc.in \
614
 
        gdk-pixbuf-2.0.pc.in gtk+-2.0-uninstalled.pc.in gtk+-2.0.pc.in \
615
 
        gtk+-unix-print-2.0.pc.in gtk-zip.sh.in install-sh ltmain.sh \
616
 
        missing mkinstalldirs
617
 
DIST_SUBDIRS = $(SUBDIRS)
618
519
all: config.h
619
520
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
620
521
 
621
522
.SUFFIXES:
622
 
 
623
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
624
 
 configure.lineno
625
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/Makefile.decl $(top_srcdir)/configure.in $(ACLOCAL_M4)
626
 
        cd $(top_srcdir) && \
627
 
          $(AUTOMAKE) --gnu  Makefile
628
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
629
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
630
 
 
631
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
523
am--refresh:
 
524
        @:
 
525
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
 
526
        @for dep in $?; do \
 
527
          case '$(am__configure_deps)' in \
 
528
            *$$dep*) \
 
529
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
530
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
531
                && exit 0; \
 
532
              exit 1;; \
 
533
          esac; \
 
534
        done; \
 
535
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
536
        $(am__cd) $(top_srcdir) && \
 
537
          $(AUTOMAKE) --gnu Makefile
 
538
.PRECIOUS: Makefile
 
539
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
540
        @case '$?' in \
 
541
          *config.status*) \
 
542
            echo ' $(SHELL) ./config.status'; \
 
543
            $(SHELL) ./config.status;; \
 
544
          *) \
 
545
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
546
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
547
        esac;
 
548
 
 
549
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
632
550
        $(SHELL) ./config.status --recheck
633
 
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
634
 
        cd $(srcdir) && $(AUTOCONF)
635
551
 
636
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
637
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
552
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
553
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
554
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
555
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
556
$(am__aclocal_m4_deps):
638
557
 
639
558
config.h: stamp-h1
640
559
        @if test ! -f $@; then \
641
560
          rm -f stamp-h1; \
642
 
          $(MAKE) stamp-h1; \
 
561
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
643
562
        else :; fi
644
563
 
645
564
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
646
565
        @rm -f stamp-h1
647
566
        cd $(top_builddir) && $(SHELL) ./config.status config.h
648
 
 
649
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
650
 
        cd $(top_srcdir) && $(AUTOHEADER)
651
 
        touch $(srcdir)/config.h.in
 
567
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
568
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
569
        rm -f stamp-h1
 
570
        touch $@
652
571
 
653
572
distclean-hdr:
654
573
        -rm -f config.h stamp-h1
655
 
config.h.win32: $(top_builddir)/config.status config.h.win32.in
656
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
657
 
gtk-zip.sh: $(top_builddir)/config.status gtk-zip.sh.in
658
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
659
 
gdk-pixbuf-2.0.pc: $(top_builddir)/config.status gdk-pixbuf-2.0.pc.in
660
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
661
 
gdk-2.0.pc: $(top_builddir)/config.status gdk-2.0.pc.in
662
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
663
 
gtk+-2.0.pc: $(top_builddir)/config.status gtk+-2.0.pc.in
664
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
665
 
gtk+-unix-print-2.0.pc: $(top_builddir)/config.status gtk+-unix-print-2.0.pc.in
666
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
667
 
gail.pc: $(top_builddir)/config.status gail.pc.in
668
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
669
 
gdk-pixbuf-2.0-uninstalled.pc: $(top_builddir)/config.status gdk-pixbuf-2.0-uninstalled.pc.in
670
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
671
 
gdk-2.0-uninstalled.pc: $(top_builddir)/config.status gdk-2.0-uninstalled.pc.in
672
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
673
 
gtk+-2.0-uninstalled.pc: $(top_builddir)/config.status gtk+-2.0-uninstalled.pc.in
674
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
675
 
gail-uninstalled.pc: $(top_builddir)/config.status gail-uninstalled.pc.in
 
574
config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
 
575
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
576
gtk-zip.sh: $(top_builddir)/config.status $(srcdir)/gtk-zip.sh.in
 
577
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
578
gdk-pixbuf-2.0.pc: $(top_builddir)/config.status $(srcdir)/gdk-pixbuf-2.0.pc.in
 
579
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
580
gdk-2.0.pc: $(top_builddir)/config.status $(srcdir)/gdk-2.0.pc.in
 
581
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
582
gtk+-2.0.pc: $(top_builddir)/config.status $(srcdir)/gtk+-2.0.pc.in
 
583
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
584
gtk+-unix-print-2.0.pc: $(top_builddir)/config.status $(srcdir)/gtk+-unix-print-2.0.pc.in
 
585
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
586
gail.pc: $(top_builddir)/config.status $(srcdir)/gail.pc.in
 
587
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
588
gdk-pixbuf-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/gdk-pixbuf-2.0-uninstalled.pc.in
 
589
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
590
gdk-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/gdk-2.0-uninstalled.pc.in
 
591
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
592
gtk+-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/gtk+-2.0-uninstalled.pc.in
 
593
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
594
gail-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/gail-uninstalled.pc.in
676
595
        cd $(top_builddir) && $(SHELL) ./config.status $@
677
596
 
678
597
mostlyclean-libtool:
682
601
        -rm -rf .libs _libs
683
602
 
684
603
distclean-libtool:
685
 
        -rm -f libtool
686
 
uninstall-info-am:
687
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
604
        -rm -f libtool config.lt
688
605
install-pkgconfigDATA: $(pkgconfig_DATA)
689
606
        @$(NORMAL_INSTALL)
690
 
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
691
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
607
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
608
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
609
        for p in $$list; do \
692
610
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
693
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
694
 
          echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
695
 
          $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
 
611
          echo "$$d$$p"; \
 
612
        done | $(am__base_list) | \
 
613
        while read files; do \
 
614
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
615
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
696
616
        done
697
617
 
698
618
uninstall-pkgconfigDATA:
699
619
        @$(NORMAL_UNINSTALL)
700
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
701
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
702
 
          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
703
 
          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
704
 
        done
 
620
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
621
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
622
        test -n "$$files" || exit 0; \
 
623
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
624
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
705
625
 
706
626
# This directory's subdirectories are mostly independent; you can cd
707
627
# into them and run `make' without going through this Makefile.
710
630
#     (which will cause the Makefiles to be regenerated when you run `make');
711
631
# (2) otherwise, pass the desired values on the `make' command line.
712
632
$(RECURSIVE_TARGETS):
713
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
633
        @failcom='exit 1'; \
 
634
        for f in x $$MAKEFLAGS; do \
 
635
          case $$f in \
 
636
            *=* | --[!k]*);; \
 
637
            *k*) failcom='fail=yes';; \
 
638
          esac; \
 
639
        done; \
714
640
        dot_seen=no; \
715
641
        target=`echo $@ | sed s/-recursive//`; \
716
642
        list='$(SUBDIRS)'; for subdir in $$list; do \
721
647
          else \
722
648
            local_target="$$target"; \
723
649
          fi; \
724
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
725
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
650
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
651
          || eval $$failcom; \
726
652
        done; \
727
653
        if test "$$dot_seen" = "no"; then \
728
654
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
729
655
        fi; test -z "$$fail"
730
656
 
731
 
mostlyclean-recursive clean-recursive distclean-recursive \
732
 
maintainer-clean-recursive:
733
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
657
$(RECURSIVE_CLEAN_TARGETS):
 
658
        @failcom='exit 1'; \
 
659
        for f in x $$MAKEFLAGS; do \
 
660
          case $$f in \
 
661
            *=* | --[!k]*);; \
 
662
            *k*) failcom='fail=yes';; \
 
663
          esac; \
 
664
        done; \
734
665
        dot_seen=no; \
735
666
        case "$@" in \
736
667
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
750
681
          else \
751
682
            local_target="$$target"; \
752
683
          fi; \
753
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
754
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
684
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
685
          || eval $$failcom; \
755
686
        done && test -z "$$fail"
756
687
tags-recursive:
757
688
        list='$(SUBDIRS)'; for subdir in $$list; do \
758
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
689
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
759
690
        done
760
691
ctags-recursive:
761
692
        list='$(SUBDIRS)'; for subdir in $$list; do \
762
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
693
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
763
694
        done
764
695
 
765
 
ETAGS = etags
766
 
ETAGSFLAGS =
767
 
 
768
 
CTAGS = ctags
769
 
CTAGSFLAGS =
770
 
 
771
 
tags: TAGS
772
 
 
773
696
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
774
697
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
775
698
        unique=`for i in $$list; do \
776
699
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
777
700
          done | \
778
 
          $(AWK) '    { files[$$0] = 1; } \
779
 
               END { for (i in files) print i; }'`; \
 
701
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
702
              END { if (nonempty) { for (i in files) print i; }; }'`; \
780
703
        mkid -fID $$unique
 
704
tags: TAGS
781
705
 
782
706
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
783
707
                $(TAGS_FILES) $(LISP)
784
 
        tags=; \
 
708
        set x; \
785
709
        here=`pwd`; \
786
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
710
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
787
711
          include_option=--etags-include; \
 
712
          empty_fix=.; \
788
713
        else \
789
714
          include_option=--include; \
 
715
          empty_fix=; \
790
716
        fi; \
791
717
        list='$(SUBDIRS)'; for subdir in $$list; do \
792
718
          if test "$$subdir" = .; then :; else \
793
 
            test -f $$subdir/TAGS && \
794
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
719
            test ! -f $$subdir/TAGS || \
 
720
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
795
721
          fi; \
796
722
        done; \
797
723
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
798
724
        unique=`for i in $$list; do \
799
725
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
800
726
          done | \
801
 
          $(AWK) '    { files[$$0] = 1; } \
802
 
               END { for (i in files) print i; }'`; \
803
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
804
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
805
 
             $$tags $$unique
806
 
 
 
727
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
728
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
729
        shift; \
 
730
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
731
          test -n "$$unique" || unique=$$empty_fix; \
 
732
          if test $$# -gt 0; then \
 
733
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
734
              "$$@" $$unique; \
 
735
          else \
 
736
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
737
              $$unique; \
 
738
          fi; \
 
739
        fi
807
740
ctags: CTAGS
808
741
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
809
742
                $(TAGS_FILES) $(LISP)
810
 
        tags=; \
811
 
        here=`pwd`; \
812
743
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
813
744
        unique=`for i in $$list; do \
814
745
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
815
746
          done | \
816
 
          $(AWK) '    { files[$$0] = 1; } \
817
 
               END { for (i in files) print i; }'`; \
818
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
747
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
748
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
749
        test -z "$(CTAGS_ARGS)$$unique" \
819
750
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
820
 
             $$tags $$unique
 
751
             $$unique
821
752
 
822
753
GTAGS:
823
754
        here=`$(am__cd) $(top_builddir) && pwd` \
824
 
          && cd $(top_srcdir) \
825
 
          && gtags -i $(GTAGS_ARGS) $$here
 
755
          && $(am__cd) $(top_srcdir) \
 
756
          && gtags -i $(GTAGS_ARGS) "$$here"
826
757
 
827
758
distclean-tags:
828
759
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
829
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
830
 
 
831
 
top_distdir = .
832
 
distdir = $(PACKAGE)-$(VERSION)
833
 
 
834
 
am__remove_distdir = \
835
 
  { test ! -d $(distdir) \
836
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
837
 
         && rm -fr $(distdir); }; }
838
 
 
839
 
GZIP_ENV = --best
840
 
distuninstallcheck_listfiles = find . -type f -print
841
 
distcleancheck_listfiles = find . -type f -print
842
760
 
843
761
distdir: $(DISTFILES)
844
762
        $(am__remove_distdir)
845
 
        mkdir $(distdir)
846
 
        $(mkinstalldirs) $(distdir)/. $(distdir)/contrib/gdk-pixbuf-xlib $(distdir)/demos/gtk-demo $(distdir)/docs/reference/gdk $(distdir)/docs/reference/gdk-pixbuf $(distdir)/docs/reference/gtk $(distdir)/examples $(distdir)/examples/arrow $(distdir)/examples/aspectframe $(distdir)/examples/base $(distdir)/examples/buttonbox $(distdir)/examples/buttons $(distdir)/examples/calendar $(distdir)/examples/clist $(distdir)/examples/entry $(distdir)/examples/eventbox $(distdir)/examples/filesel $(distdir)/examples/fixed $(distdir)/examples/frame $(distdir)/examples/gtkdial $(distdir)/examples/helloworld $(distdir)/examples/helloworld2 $(distdir)/examples/label $(distdir)/examples/list $(distdir)/examples/menu $(distdir)/examples/notebook $(distdir)/examples/packbox $(distdir)/examples/paned $(distdir)/examples/pixmap $(distdir)/examples/progressbar $(distdir)/examples/radiobuttons $(distdir)/examples/rangewidgets $(distdir)/examples/rulers $(distdir)/examples/scribble-simple $(distdir)/examples/scribble-xinput $(distdir)/examples/scrolledwin $(distdir)/examples/selection $(distdir)/examples/spinbutton $(distdir)/examples/statusbar $(distdir)/examples/table $(distdir)/examples/text $(distdir)/examples/tictactoe $(distdir)/examples/tree $(distdir)/examples/wheelbarrow $(distdir)/gdk-pixbuf $(distdir)/gdk/win32/rc $(distdir)/gtk $(distdir)/po $(distdir)/po-properties
847
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
848
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
849
 
        list='$(DISTFILES)'; for file in $$list; do \
850
 
          case $$file in \
851
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
852
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
853
 
          esac; \
 
763
        test -d "$(distdir)" || mkdir "$(distdir)"
 
764
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
765
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
766
        list='$(DISTFILES)'; \
 
767
          dist_files=`for file in $$list; do echo $$file; done | \
 
768
          sed -e "s|^$$srcdirstrip/||;t" \
 
769
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
770
        case $$dist_files in \
 
771
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
772
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
773
                           sort -u` ;; \
 
774
        esac; \
 
775
        for file in $$dist_files; do \
854
776
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
855
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
856
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
857
 
            dir="/$$dir"; \
858
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
859
 
          else \
860
 
            dir=''; \
861
 
          fi; \
862
777
          if test -d $$d/$$file; then \
 
778
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
779
            if test -d "$(distdir)/$$file"; then \
 
780
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
781
            fi; \
863
782
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
864
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
783
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
784
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
865
785
            fi; \
866
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
786
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
867
787
          else \
868
 
            test -f $(distdir)/$$file \
869
 
            || cp -p $$d/$$file $(distdir)/$$file \
870
 
            || exit 1; \
871
 
          fi; \
872
 
        done
873
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
874
 
          if test "$$subdir" = .; then :; else \
875
 
            test -d $(distdir)/$$subdir \
876
 
            || mkdir $(distdir)/$$subdir \
877
 
            || exit 1; \
878
 
            (cd $$subdir && \
 
788
            test -f "$(distdir)/$$file" \
 
789
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
790
            || exit 1; \
 
791
          fi; \
 
792
        done
 
793
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
794
          if test "$$subdir" = .; then :; else \
 
795
            test -d "$(distdir)/$$subdir" \
 
796
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
797
            || exit 1; \
 
798
          fi; \
 
799
        done
 
800
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
801
          if test "$$subdir" = .; then :; else \
 
802
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
803
            $(am__relativize); \
 
804
            new_distdir=$$reldir; \
 
805
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
806
            $(am__relativize); \
 
807
            new_top_distdir=$$reldir; \
 
808
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
809
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
810
            ($(am__cd) $$subdir && \
879
811
              $(MAKE) $(AM_MAKEFLAGS) \
880
 
                top_distdir="$(top_distdir)" \
881
 
                distdir=../$(distdir)/$$subdir \
 
812
                top_distdir="$$new_top_distdir" \
 
813
                distdir="$$new_distdir" \
 
814
                am__remove_distdir=: \
 
815
                am__skip_length_check=: \
 
816
                am__skip_mode_fix=: \
882
817
                distdir) \
883
818
              || exit 1; \
884
819
          fi; \
886
821
        $(MAKE) $(AM_MAKEFLAGS) \
887
822
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
888
823
          dist-hook
889
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
824
        -test -n "$(am__skip_mode_fix)" \
 
825
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
890
826
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
891
827
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
892
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
893
 
        || chmod -R a+r $(distdir)
 
828
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
829
        || chmod -R a+r "$(distdir)"
894
830
dist-gzip: distdir
895
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
831
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
832
        $(am__remove_distdir)
 
833
 
 
834
dist-bzip2: distdir
 
835
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
836
        $(am__remove_distdir)
 
837
 
 
838
dist-lzma: distdir
 
839
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
840
        $(am__remove_distdir)
 
841
 
 
842
dist-xz: distdir
 
843
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
844
        $(am__remove_distdir)
 
845
 
 
846
dist-tarZ: distdir
 
847
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
848
        $(am__remove_distdir)
 
849
 
 
850
dist-shar: distdir
 
851
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
852
        $(am__remove_distdir)
 
853
 
 
854
dist-zip: distdir
 
855
        -rm -f $(distdir).zip
 
856
        zip -rq $(distdir).zip $(distdir)
896
857
        $(am__remove_distdir)
897
858
 
898
859
dist dist-all: distdir
899
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
860
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
900
861
        $(am__remove_distdir)
901
862
 
902
863
# This target untars the dist file and tries a VPATH configuration.  Then
903
864
# it guarantees that the distribution is self-contained by making another
904
865
# tarfile.
905
866
distcheck: dist
906
 
        $(am__remove_distdir)
907
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
867
        case '$(DIST_ARCHIVES)' in \
 
868
        *.tar.gz*) \
 
869
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
870
        *.tar.bz2*) \
 
871
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
872
        *.tar.lzma*) \
 
873
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
874
        *.tar.xz*) \
 
875
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
876
        *.tar.Z*) \
 
877
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
878
        *.shar.gz*) \
 
879
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
880
        *.zip*) \
 
881
          unzip $(distdir).zip ;;\
 
882
        esac
908
883
        chmod -R a-w $(distdir); chmod a+w $(distdir)
909
884
        mkdir $(distdir)/_build
910
885
        mkdir $(distdir)/_inst
911
886
        chmod a-w $(distdir)
 
887
        test -d $(distdir)/_build || exit 0; \
912
888
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
913
889
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
914
 
          && cd $(distdir)/_build \
 
890
          && am__cwd=`pwd` \
 
891
          && $(am__cd) $(distdir)/_build \
915
892
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
916
893
            $(DISTCHECK_CONFIGURE_FLAGS) \
917
894
          && $(MAKE) $(AM_MAKEFLAGS) \
924
901
                distuninstallcheck \
925
902
          && chmod -R a-w "$$dc_install_base" \
926
903
          && ({ \
927
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
904
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
928
905
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
929
906
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
930
907
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
931
908
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
932
909
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
933
910
          && rm -rf "$$dc_destdir" \
934
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
935
 
          && rm -f $(distdir).tar.gz \
936
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
911
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
912
          && rm -rf $(DIST_ARCHIVES) \
 
913
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
914
          && cd "$$am__cwd" \
 
915
          || exit 1
937
916
        $(am__remove_distdir)
938
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
939
 
          sed 'h;s/./=/g;p;x;p;x'
 
917
        @(echo "$(distdir) archives ready for distribution: "; \
 
918
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
919
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
940
920
distuninstallcheck:
941
 
        @cd $(distuninstallcheck_dir) \
 
921
        @$(am__cd) '$(distuninstallcheck_dir)' \
942
922
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
943
923
           || { echo "ERROR: files left after uninstall:" ; \
944
924
                if test -n "$(DESTDIR)"; then \
961
941
all-am: Makefile $(DATA) config.h
962
942
installdirs: installdirs-recursive
963
943
installdirs-am:
964
 
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
965
 
 
 
944
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
945
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
946
        done
966
947
install: install-recursive
967
948
install-exec: install-exec-recursive
968
949
install-data: install-data-recursive
982
963
clean-generic:
983
964
 
984
965
distclean-generic:
985
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
966
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
967
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
986
968
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
987
969
 
988
970
maintainer-clean-generic:
996
978
distclean: distclean-recursive
997
979
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
998
980
        -rm -f Makefile
999
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
1000
 
        distclean-local distclean-tags
 
981
distclean-am: clean-am distclean-generic distclean-hdr \
 
982
        distclean-libtool distclean-local distclean-tags
1001
983
 
1002
984
dvi: dvi-recursive
1003
985
 
1004
986
dvi-am:
1005
987
 
 
988
html: html-recursive
 
989
 
 
990
html-am:
 
991
 
1006
992
info: info-recursive
1007
993
 
1008
994
info-am:
1010
996
install-data-am: install-pkgconfigDATA
1011
997
        @$(NORMAL_INSTALL)
1012
998
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
999
install-dvi: install-dvi-recursive
 
1000
 
 
1001
install-dvi-am:
1013
1002
 
1014
1003
install-exec-am:
1015
1004
 
 
1005
install-html: install-html-recursive
 
1006
 
 
1007
install-html-am:
 
1008
 
1016
1009
install-info: install-info-recursive
1017
1010
 
 
1011
install-info-am:
 
1012
 
1018
1013
install-man:
1019
1014
 
 
1015
install-pdf: install-pdf-recursive
 
1016
 
 
1017
install-pdf-am:
 
1018
 
 
1019
install-ps: install-ps-recursive
 
1020
 
 
1021
install-ps-am:
 
1022
 
1020
1023
installcheck-am:
1021
1024
 
1022
1025
maintainer-clean: maintainer-clean-recursive
1037
1040
 
1038
1041
ps-am:
1039
1042
 
1040
 
uninstall-am: uninstall-info-am uninstall-local uninstall-pkgconfigDATA
1041
 
 
1042
 
uninstall-info: uninstall-info-recursive
1043
 
 
1044
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
1045
 
        check-local clean clean-generic clean-libtool clean-recursive \
1046
 
        ctags ctags-recursive dist dist-all dist-gzip distcheck \
1047
 
        distclean distclean-generic distclean-hdr distclean-libtool \
1048
 
        distclean-local distclean-recursive distclean-tags \
1049
 
        distcleancheck distdir distuninstallcheck dvi dvi-am \
1050
 
        dvi-recursive info info-am info-recursive install install-am \
1051
 
        install-data install-data-am install-data-recursive \
1052
 
        install-exec install-exec-am install-exec-recursive \
1053
 
        install-info install-info-am install-info-recursive install-man \
1054
 
        install-pkgconfigDATA install-recursive install-strip \
 
1043
uninstall-am: uninstall-local uninstall-pkgconfigDATA
 
1044
 
 
1045
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
 
1046
        ctags-recursive install-am install-data-am install-strip \
 
1047
        tags-recursive
 
1048
 
 
1049
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1050
        all all-am am--refresh check check-am check-local clean \
 
1051
        clean-generic clean-libtool ctags ctags-recursive dist \
 
1052
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
 
1053
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
1054
        distclean-generic distclean-hdr distclean-libtool \
 
1055
        distclean-local distclean-tags distcleancheck distdir \
 
1056
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
1057
        install install-am install-data install-data-am \
 
1058
        install-data-hook install-dvi install-dvi-am install-exec \
 
1059
        install-exec-am install-html install-html-am install-info \
 
1060
        install-info-am install-man install-pdf install-pdf-am \
 
1061
        install-pkgconfigDATA install-ps install-ps-am install-strip \
1055
1062
        installcheck installcheck-am installdirs installdirs-am \
1056
 
        installdirs-recursive maintainer-clean maintainer-clean-generic \
1057
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
1058
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
1059
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
1060
 
        uninstall uninstall-am uninstall-info-am \
1061
 
        uninstall-info-recursive uninstall-local \
1062
 
        uninstall-pkgconfigDATA uninstall-recursive
 
1063
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1064
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1065
        tags tags-recursive uninstall uninstall-am uninstall-local \
 
1066
        uninstall-pkgconfigDATA
1063
1067
 
1064
1068
# call as: $(XVFB_START) && someprogram
1065
1069
 
1195
1199
        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1196
1200
 
1197
1201
-include $(top_srcdir)/git.mk
 
1202
 
1198
1203
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1199
1204
# Otherwise a system limit (for SysV at least) may be exceeded.
1200
1205
.NOEXPORT: