1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
# GTK+ - The GIMP Toolkit
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
pkglibdir = $(libdir)/@PACKAGE@
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_SCRIPT = $(install_sh) -c
28
INSTALL_HEADER = $(INSTALL_DATA)
29
transform = $(program_transform_name)
36
build_triplet = @build@
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
$(top_srcdir)/Makefile.decl
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
43
$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
44
$(top_srcdir)/m4/intlmacosx.m4 \
45
$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
46
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
47
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
50
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
51
$(top_srcdir)/configure.ac
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
mkinstalldirs = $(install_sh) -d
55
CONFIG_HEADER = $(top_builddir)/config.h
57
CONFIG_CLEAN_VPATH_FILES =
58
AM_V_GEN = $(am__v_GEN_$(V))
59
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
60
am__v_GEN_0 = @echo " GEN " $@;
61
AM_V_at = $(am__v_at_$(V))
62
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
66
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67
html-recursive info-recursive install-data-recursive \
68
install-dvi-recursive install-exec-recursive \
69
install-html-recursive install-info-recursive \
70
install-pdf-recursive install-ps-recursive install-recursive \
71
installcheck-recursive installdirs-recursive pdf-recursive \
72
ps-recursive uninstall-recursive
73
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74
distclean-recursive maintainer-clean-recursive
75
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80
DIST_SUBDIRS = $(SUBDIRS)
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
85
sed_rest='s,^[^/]*/*,,'; \
86
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
87
sed_butlast='s,/*[^/]*$$,,'; \
88
while test -n "$$dir1"; do \
89
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90
if test "$$first" != "."; then \
91
if test "$$first" = ".."; then \
92
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
93
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
95
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96
if test "$$first2" = "$$first"; then \
97
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101
dir0="$$dir0"/"$$first"; \
104
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
112
AUTOCONF = @AUTOCONF@
113
AUTOHEADER = @AUTOHEADER@
114
AUTOMAKE = @AUTOMAKE@
116
BASE_DEPENDENCIES_CFLAGS = @BASE_DEPENDENCIES_CFLAGS@
117
BASE_DEPENDENCIES_LIBS = @BASE_DEPENDENCIES_LIBS@
120
CCASDEPMODE = @CCASDEPMODE@
121
CCASFLAGS = @CCASFLAGS@
122
CCDEPMODE = @CCDEPMODE@
125
CPPFLAGS = @CPPFLAGS@
126
CYGPATH_W = @CYGPATH_W@
131
DSYMUTIL = @DSYMUTIL@
138
EXE_MANIFEST_ARCHITECTURE = @EXE_MANIFEST_ARCHITECTURE@
140
GDK_PIXBUF_API_VERSION = @GDK_PIXBUF_API_VERSION@
141
GDK_PIXBUF_BINARY_VERSION = @GDK_PIXBUF_BINARY_VERSION@
142
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
143
GDK_PIXBUF_DEP_CFLAGS = @GDK_PIXBUF_DEP_CFLAGS@
144
GDK_PIXBUF_DEP_LIBS = @GDK_PIXBUF_DEP_LIBS@
145
GDK_PIXBUF_EXTRA_CFLAGS = @GDK_PIXBUF_EXTRA_CFLAGS@
146
GDK_PIXBUF_EXTRA_LIBS = @GDK_PIXBUF_EXTRA_LIBS@
147
GDK_PIXBUF_LINK_FLAGS = @GDK_PIXBUF_LINK_FLAGS@
148
GDK_PIXBUF_MAJOR = @GDK_PIXBUF_MAJOR@
149
GDK_PIXBUF_MICRO = @GDK_PIXBUF_MICRO@
150
GDK_PIXBUF_MINOR = @GDK_PIXBUF_MINOR@
151
GDK_PIXBUF_PACKAGES = @GDK_PIXBUF_PACKAGES@
152
GDK_PIXBUF_VERSION = @GDK_PIXBUF_VERSION@
153
GDK_PIXBUF_XLIB_DEP_CFLAGS = @GDK_PIXBUF_XLIB_DEP_CFLAGS@
154
GDK_PIXBUF_XLIB_DEP_LIBS = @GDK_PIXBUF_XLIB_DEP_LIBS@
155
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
156
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
157
GLIB_CFLAGS = @GLIB_CFLAGS@
158
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
159
GLIB_LIBS = @GLIB_LIBS@
160
GLIB_MKENUMS = @GLIB_MKENUMS@
162
GMSGFMT_015 = @GMSGFMT_015@
163
GOBJECT_QUERY = @GOBJECT_QUERY@
165
GTKDOC_CHECK = @GTKDOC_CHECK@
166
GTKDOC_MKPDF = @GTKDOC_MKPDF@
167
GTKDOC_REBASE = @GTKDOC_REBASE@
168
GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
169
HTML_DIR = @HTML_DIR@
170
INCLUDED_LOADER_DEFINE = @INCLUDED_LOADER_DEFINE@
171
INCLUDED_LOADER_OBJ = @INCLUDED_LOADER_OBJ@
173
INSTALL_DATA = @INSTALL_DATA@
174
INSTALL_PROGRAM = @INSTALL_PROGRAM@
175
INSTALL_SCRIPT = @INSTALL_SCRIPT@
176
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177
INTLLIBS = @INTLLIBS@
178
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
179
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
180
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
181
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
182
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
183
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
184
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
185
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
186
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
189
LIBICONV = @LIBICONV@
191
LIBJASPER = @LIBJASPER@
198
LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
199
LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
202
LTLIBICONV = @LTLIBICONV@
203
LTLIBINTL = @LTLIBINTL@
204
LTLIBOBJS = @LTLIBOBJS@
205
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
206
LT_VERSION_INFO = @LT_VERSION_INFO@
208
MAKEINFO = @MAKEINFO@
209
MANIFEST_TOOL = @MANIFEST_TOOL@
210
MATH_LIB = @MATH_LIB@
213
MSGFMT_015 = @MSGFMT_015@
214
MSGMERGE = @MSGMERGE@
222
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223
PACKAGE_NAME = @PACKAGE_NAME@
224
PACKAGE_STRING = @PACKAGE_STRING@
225
PACKAGE_TARNAME = @PACKAGE_TARNAME@
226
PACKAGE_URL = @PACKAGE_URL@
227
PACKAGE_VERSION = @PACKAGE_VERSION@
228
PATH_SEPARATOR = @PATH_SEPARATOR@
230
PKG_CONFIG = @PKG_CONFIG@
231
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
232
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
233
PNG_DEP_CFLAGS_PACKAGES = @PNG_DEP_CFLAGS_PACKAGES@
238
SET_MAKE = @SET_MAKE@
244
XGETTEXT = @XGETTEXT@
245
XGETTEXT_015 = @XGETTEXT_015@
246
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
247
XSLTPROC = @XSLTPROC@
248
abs_builddir = @abs_builddir@
249
abs_srcdir = @abs_srcdir@
250
abs_top_builddir = @abs_top_builddir@
251
abs_top_srcdir = @abs_top_srcdir@
252
ac_ct_AR = @ac_ct_AR@
253
ac_ct_CC = @ac_ct_CC@
254
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
255
am__include = @am__include@
256
am__leading_dot = @am__leading_dot@
257
am__quote = @am__quote@
259
am__untar = @am__untar@
262
build_alias = @build_alias@
263
build_cpu = @build_cpu@
264
build_os = @build_os@
265
build_vendor = @build_vendor@
266
builddir = @builddir@
268
datarootdir = @datarootdir@
271
exec_prefix = @exec_prefix@
273
host_alias = @host_alias@
274
host_cpu = @host_cpu@
276
host_vendor = @host_vendor@
278
includedir = @includedir@
280
install_sh = @install_sh@
282
libexecdir = @libexecdir@
283
localedir = @localedir@
284
localstatedir = @localstatedir@
287
ms_librarian = @ms_librarian@
288
oldincludedir = @oldincludedir@
291
program_transform_name = @program_transform_name@
294
sharedstatedir = @sharedstatedir@
296
sysconfdir = @sysconfdir@
297
target_alias = @target_alias@
298
top_build_prefix = @top_build_prefix@
299
top_builddir = @top_builddir@
300
top_srcdir = @top_srcdir@
301
GTESTER = gtester # in $PATH for non-GLIB packages
302
GTESTER_REPORT = gtester-report # in $PATH for non-GLIB packages
304
# initialize variables for unconditional += appending
310
# Xvfb based test rules
311
XVFB = Xvfb -ac -noreset -screen 0 800x600x16
312
XIDS = 101 102 103 104 105 106 107 197 199 211 223 227 293 307 308 309 310 311 \
313
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 \
314
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 \
315
1008 1009 4703 4721 4723 4729 4733 4751 9973 9974 9975 9976 9977 9978 9979 \
316
9980 9981 9982 9983 9984 9985 9986 9987 9988 9989 9990 9991 9992 9993 9994 \
317
9995 9996 9997 9998 9999
320
test "$(gdktarget)" != "x11" \
321
&& echo "Gtk+Tests:INFO: Skipping GUI tests for non-X11 target."
324
${XVFB} -help 2>/dev/null 1>&2 \
325
&& XID=`for id in $(XIDS) ; do test -e /tmp/.X$$id-lock || { echo $$id; exit 0; }; done; exit 1` \
326
&& { ${XVFB} :$$XID -screen 0 800x600x16 -nolisten tcp -auth /dev/null >/dev/null 2>&1 & \
327
trap "kill -15 $$! " 0 HUP INT QUIT TRAP USR1 PIPE TERM ; } \
328
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
329
&& DISPLAY=:$$XID && export DISPLAY
337
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
339
case '$(am__configure_deps)' in \
341
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342
&& { if test -f $@; then exit 0; else break; fi; }; \
346
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/Makefile'; \
347
$(am__cd) $(top_srcdir) && \
348
$(AUTOMAKE) --foreign build/Makefile
350
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
353
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
355
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
356
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
359
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
363
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
365
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366
$(am__aclocal_m4_deps):
374
# This directory's subdirectories are mostly independent; you can cd
375
# into them and run `make' without going through this Makefile.
376
# To change the values of `make' variables: instead of editing Makefiles,
377
# (1) if the variable is set in `config.status', edit `config.status'
378
# (which will cause the Makefiles to be regenerated when you run `make');
379
# (2) otherwise, pass the desired values on the `make' command line.
380
$(RECURSIVE_TARGETS):
381
@fail= failcom='exit 1'; \
382
for f in x $$MAKEFLAGS; do \
385
*k*) failcom='fail=yes';; \
389
target=`echo $@ | sed s/-recursive//`; \
390
list='$(SUBDIRS)'; for subdir in $$list; do \
391
echo "Making $$target in $$subdir"; \
392
if test "$$subdir" = "."; then \
394
local_target="$$target-am"; \
396
local_target="$$target"; \
398
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401
if test "$$dot_seen" = "no"; then \
402
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
405
$(RECURSIVE_CLEAN_TARGETS):
406
@fail= failcom='exit 1'; \
407
for f in x $$MAKEFLAGS; do \
410
*k*) failcom='fail=yes';; \
415
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
416
*) list='$(SUBDIRS)' ;; \
418
rev=''; for subdir in $$list; do \
419
if test "$$subdir" = "."; then :; else \
420
rev="$$subdir $$rev"; \
424
target=`echo $@ | sed s/-recursive//`; \
425
for subdir in $$rev; do \
426
echo "Making $$target in $$subdir"; \
427
if test "$$subdir" = "."; then \
428
local_target="$$target-am"; \
430
local_target="$$target"; \
432
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434
done && test -z "$$fail"
436
list='$(SUBDIRS)'; for subdir in $$list; do \
437
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
440
list='$(SUBDIRS)'; for subdir in $$list; do \
441
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
444
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
445
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
446
unique=`for i in $$list; do \
447
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450
END { if (nonempty) { for (i in files) print i; }; }'`; \
454
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
455
$(TAGS_FILES) $(LISP)
458
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459
include_option=--etags-include; \
462
include_option=--include; \
465
list='$(SUBDIRS)'; for subdir in $$list; do \
466
if test "$$subdir" = .; then :; else \
467
test ! -f $$subdir/TAGS || \
468
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
471
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472
unique=`for i in $$list; do \
473
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476
END { if (nonempty) { for (i in files) print i; }; }'`; \
478
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479
test -n "$$unique" || unique=$$empty_fix; \
480
if test $$# -gt 0; then \
481
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
490
$(TAGS_FILES) $(LISP)
491
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
492
unique=`for i in $$list; do \
493
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496
END { if (nonempty) { for (i in files) print i; }; }'`; \
497
test -z "$(CTAGS_ARGS)$$unique" \
498
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502
here=`$(am__cd) $(top_builddir) && pwd` \
503
&& $(am__cd) $(top_srcdir) \
504
&& gtags -i $(GTAGS_ARGS) "$$here"
507
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
distdir: $(DISTFILES)
510
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512
list='$(DISTFILES)'; \
513
dist_files=`for file in $$list; do echo $$file; done | \
514
sed -e "s|^$$srcdirstrip/||;t" \
515
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
516
case $$dist_files in \
517
*/*) $(MKDIR_P) `echo "$$dist_files" | \
518
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521
for file in $$dist_files; do \
522
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523
if test -d $$d/$$file; then \
524
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
525
if test -d "$(distdir)/$$file"; then \
526
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
530
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534
test -f "$(distdir)/$$file" \
535
|| cp -p $$d/$$file "$(distdir)/$$file" \
539
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540
if test "$$subdir" = .; then :; else \
541
test -d "$(distdir)/$$subdir" \
542
|| $(MKDIR_P) "$(distdir)/$$subdir" \
546
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547
if test "$$subdir" = .; then :; else \
548
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
550
new_distdir=$$reldir; \
551
dir1=$$subdir; dir2="$(top_distdir)"; \
553
new_top_distdir=$$reldir; \
554
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
555
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
556
($(am__cd) $$subdir && \
557
$(MAKE) $(AM_MAKEFLAGS) \
558
top_distdir="$$new_top_distdir" \
559
distdir="$$new_distdir" \
560
am__remove_distdir=: \
561
am__skip_length_check=: \
562
am__skip_mode_fix=: \
568
$(MAKE) $(AM_MAKEFLAGS) check-local
569
check: check-recursive
571
installdirs: installdirs-recursive
573
install: install-recursive
574
install-exec: install-exec-recursive
575
install-data: install-data-recursive
576
uninstall: uninstall-recursive
579
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
581
installcheck: installcheck-recursive
583
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585
`test -z '$(STRIP)' || \
586
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
593
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595
maintainer-clean-generic:
596
@echo "This command is intended for maintainers to use"
597
@echo "it deletes files that may require special tools to rebuild."
598
clean: clean-recursive
600
clean-am: clean-generic clean-libtool mostlyclean-am
602
distclean: distclean-recursive
604
distclean-am: clean-am distclean-generic distclean-tags
620
install-dvi: install-dvi-recursive
626
install-html: install-html-recursive
630
install-info: install-info-recursive
636
install-pdf: install-pdf-recursive
640
install-ps: install-ps-recursive
646
maintainer-clean: maintainer-clean-recursive
648
maintainer-clean-am: distclean-am maintainer-clean-generic
650
mostlyclean: mostlyclean-recursive
652
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
664
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
665
ctags-recursive install-am install-strip tags-recursive
667
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
668
all all-am check check-am check-local clean clean-generic \
669
clean-libtool ctags ctags-recursive distclean \
670
distclean-generic distclean-libtool distclean-tags distdir dvi \
671
dvi-am html html-am info info-am install install-am \
672
install-data install-data-am install-dvi install-dvi-am \
673
install-exec install-exec-am install-html install-html-am \
674
install-info install-info-am install-man install-pdf \
675
install-pdf-am install-ps install-ps-am install-strip \
676
installcheck installcheck-am installdirs installdirs-am \
677
maintainer-clean maintainer-clean-generic mostlyclean \
678
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
679
tags tags-recursive uninstall uninstall-am
681
# call as: $(XVFB_START) && someprogram
683
# test: run all tests in cwd and subdirs
685
@$(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \
686
$(XVFB_START) && { set -e; ${GTESTER} --verbose ${TEST_PROGS}; }; \
688
@ for subdir in $(SUBDIRS) ; do \
689
test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \
690
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
692
# test-report: run tests in subdirs and generate report
693
# perf-report: run tests in subdirs with -m perf and generate report
694
# full-report: like test-report: with -m perf and -m slow
695
test-report perf-report full-report: ${TEST_PROGS}
696
@ ignore_logdir=true ; \
697
if test -z "$$GTESTER_LOGDIR" ; then \
698
GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
699
ignore_logdir=false ; \
701
for subdir in $(SUBDIRS) ; do \
702
test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \
703
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
705
$(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \
707
test-report) test_options="-k";; \
708
perf-report) test_options="-k -m=perf";; \
709
full-report) test_options="-k -m=perf -m=slow";; \
713
if test -z "$$GTESTER_LOGDIR" ; then \
714
${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
715
elif test -n "${TEST_PROGS}" ; then \
716
${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
720
$$ignore_logdir || { \
721
echo '<?xml version="1.0"?>' > $@.xml ; \
722
echo '<report-collection>' >> $@.xml ; \
723
for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
724
sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
727
echo '</report-collection>' >> $@.xml ; \
728
rm -rf "$$GTESTER_LOGDIR"/ ; \
729
${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
731
.PHONY: test test-report perf-report full-report
732
# run make test as part of make check
735
-include $(top_srcdir)/git.mk
737
# Tell versions [3.59,3.63) of GNU make to not export all variables.
738
# Otherwise a system limit (for SysV at least) may be exceeded.