1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 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. 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. 10 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 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17VPATH = @srcdir@ 18pkgdatadir = $(datadir)/@PACKAGE@ 19pkgincludedir = $(includedir)/@PACKAGE@ 20pkglibdir = $(libdir)/@PACKAGE@ 21pkglibexecdir = $(libexecdir)/@PACKAGE@ 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23install_sh_DATA = $(install_sh) -c -m 644 24install_sh_PROGRAM = $(install_sh) -c 25install_sh_SCRIPT = $(install_sh) -c 26INSTALL_HEADER = $(INSTALL_DATA) 27transform = $(program_transform_name) 28NORMAL_INSTALL = : 29PRE_INSTALL = : 30POST_INSTALL = : 31NORMAL_UNINSTALL = : 32PRE_UNINSTALL = : 33POST_UNINSTALL = : 34build_triplet = @build@ 35host_triplet = @host@ 36TESTS = test-mem$(EXEEXT) test-value$(EXEEXT) test-integers$(EXEEXT) \ 37 test-parse$(EXEEXT) test-tagtable$(EXEEXT) \ 38 test-sorted$(EXEEXT) 39check_PROGRAMS = test-mem$(EXEEXT) test-mnote$(EXEEXT) \ 40 test-value$(EXEEXT) test-integers$(EXEEXT) test-parse$(EXEEXT) \ 41 test-tagtable$(EXEEXT) test-sorted$(EXEEXT) 42subdir = test 43DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \ 46 $(top_srcdir)/m4m/gp-config-msg.m4 \ 47 $(top_srcdir)/m4m/gp-documentation.m4 \ 48 $(top_srcdir)/m4m/gp-gettext-hack.m4 \ 49 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \ 50 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \ 51 $(top_srcdir)/auto-m4/lib-link.m4 \ 52 $(top_srcdir)/auto-m4/lib-prefix.m4 \ 53 $(top_srcdir)/auto-m4/libtool.m4 \ 54 $(top_srcdir)/auto-m4/ltoptions.m4 \ 55 $(top_srcdir)/auto-m4/ltsugar.m4 \ 56 $(top_srcdir)/auto-m4/ltversion.m4 \ 57 $(top_srcdir)/auto-m4/lt~obsolete.m4 \ 58 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \ 59 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac 60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 61 $(ACLOCAL_M4) 62mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 63CONFIG_HEADER = $(top_builddir)/config.h 64CONFIG_CLEAN_FILES = 65CONFIG_CLEAN_VPATH_FILES = 66test_integers_SOURCES = test-integers.c 67test_integers_OBJECTS = test-integers.$(OBJEXT) 68test_integers_LDADD = $(LDADD) 69am__DEPENDENCIES_1 = 70test_integers_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 71 $(am__DEPENDENCIES_1) 72AM_V_lt = $(am__v_lt_$(V)) 73am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 74am__v_lt_0 = --silent 75test_mem_SOURCES = test-mem.c 76test_mem_OBJECTS = test-mem.$(OBJEXT) 77test_mem_LDADD = $(LDADD) 78test_mem_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 79 $(am__DEPENDENCIES_1) 80test_mnote_SOURCES = test-mnote.c 81test_mnote_OBJECTS = test-mnote.$(OBJEXT) 82test_mnote_LDADD = $(LDADD) 83test_mnote_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 84 $(am__DEPENDENCIES_1) 85test_parse_SOURCES = test-parse.c 86test_parse_OBJECTS = test-parse.$(OBJEXT) 87test_parse_LDADD = $(LDADD) 88test_parse_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 89 $(am__DEPENDENCIES_1) 90test_sorted_SOURCES = test-sorted.c 91test_sorted_OBJECTS = test-sorted.$(OBJEXT) 92test_sorted_LDADD = $(LDADD) 93test_sorted_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 94 $(am__DEPENDENCIES_1) 95test_tagtable_SOURCES = test-tagtable.c 96test_tagtable_OBJECTS = test-tagtable.$(OBJEXT) 97test_tagtable_LDADD = $(LDADD) 98test_tagtable_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 99 $(am__DEPENDENCIES_1) 100test_value_SOURCES = test-value.c 101test_value_OBJECTS = test-value.$(OBJEXT) 102test_value_LDADD = $(LDADD) 103test_value_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 104 $(am__DEPENDENCIES_1) 105DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 106depcomp = $(SHELL) $(top_srcdir)/depcomp 107am__depfiles_maybe = depfiles 108am__mv = mv -f 109COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 110 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 111LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 112 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 113 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 114 $(AM_CFLAGS) $(CFLAGS) 115AM_V_CC = $(am__v_CC_$(V)) 116am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 117am__v_CC_0 = @echo " CC " $@; 118AM_V_at = $(am__v_at_$(V)) 119am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 120am__v_at_0 = @ 121CCLD = $(CC) 122LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 123 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 124 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 125AM_V_CCLD = $(am__v_CCLD_$(V)) 126am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 127am__v_CCLD_0 = @echo " CCLD " $@; 128AM_V_GEN = $(am__v_GEN_$(V)) 129am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 130am__v_GEN_0 = @echo " GEN " $@; 131SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \ 132 test-sorted.c test-tagtable.c test-value.c 133DIST_SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \ 134 test-sorted.c test-tagtable.c test-value.c 135RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 136 html-recursive info-recursive install-data-recursive \ 137 install-dvi-recursive install-exec-recursive \ 138 install-html-recursive install-info-recursive \ 139 install-pdf-recursive install-ps-recursive install-recursive \ 140 installcheck-recursive installdirs-recursive pdf-recursive \ 141 ps-recursive uninstall-recursive 142RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 143 distclean-recursive maintainer-clean-recursive 144AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 145 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 146 distdir 147ETAGS = etags 148CTAGS = ctags 149am__tty_colors = \ 150red=; grn=; lgn=; blu=; std= 151DIST_SUBDIRS = $(SUBDIRS) 152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 153am__relativize = \ 154 dir0=`pwd`; \ 155 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 156 sed_rest='s,^[^/]*/*,,'; \ 157 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 158 sed_butlast='s,/*[^/]*$$,,'; \ 159 while test -n "$$dir1"; do \ 160 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 161 if test "$$first" != "."; then \ 162 if test "$$first" = ".."; then \ 163 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 164 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 165 else \ 166 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 167 if test "$$first2" = "$$first"; then \ 168 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 169 else \ 170 dir2="../$$dir2"; \ 171 fi; \ 172 dir0="$$dir0"/"$$first"; \ 173 fi; \ 174 fi; \ 175 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 176 done; \ 177 reldir="$$dir2" 178ACLOCAL = @ACLOCAL@ 179AMTAR = @AMTAR@ 180AM_CPPFLAGS = @AM_CPPFLAGS@ 181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 182AM_LDFLAGS = @AM_LDFLAGS@ 183AR = @AR@ 184AUTOCONF = @AUTOCONF@ 185AUTOHEADER = @AUTOHEADER@ 186AUTOMAKE = @AUTOMAKE@ 187AWK = @AWK@ 188CC = @CC@ 189CCDEPMODE = @CCDEPMODE@ 190CFLAGS = @CFLAGS@ 191CPP = @CPP@ 192CPPFLAGS = @CPPFLAGS@ 193CYGPATH_W = @CYGPATH_W@ 194DEFS = @DEFS@ 195DEPDIR = @DEPDIR@ 196DLLTOOL = @DLLTOOL@ 197DOT = @DOT@ 198DOXYGEN = @DOXYGEN@ 199DOXYGEN_OUTPUT_DIR = @DOXYGEN_OUTPUT_DIR@ 200DSYMUTIL = @DSYMUTIL@ 201DUMPBIN = @DUMPBIN@ 202ECHO_C = @ECHO_C@ 203ECHO_N = @ECHO_N@ 204ECHO_T = @ECHO_T@ 205EGREP = @EGREP@ 206EXEEXT = @EXEEXT@ 207FGREP = @FGREP@ 208GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 209GMSGFMT = @GMSGFMT@ 210GREP = @GREP@ 211HAVE_DOT = @HAVE_DOT@ 212HTML_APIDOC_DIR = @HTML_APIDOC_DIR@ 213HTML_APIDOC_INTERNALS_DIR = @HTML_APIDOC_INTERNALS_DIR@ 214INSTALL = @INSTALL@ 215INSTALL_DATA = @INSTALL_DATA@ 216INSTALL_PROGRAM = @INSTALL_PROGRAM@ 217INSTALL_SCRIPT = @INSTALL_SCRIPT@ 218INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 219INTLLIBS = @INTLLIBS@ 220LD = @LD@ 221LDFLAGS = @LDFLAGS@ 222LIBEXIF_AGE = @LIBEXIF_AGE@ 223LIBEXIF_CURRENT = @LIBEXIF_CURRENT@ 224LIBEXIF_CURRENT_MIN = @LIBEXIF_CURRENT_MIN@ 225LIBEXIF_REVISION = @LIBEXIF_REVISION@ 226LIBEXIF_VERSION_INFO = @LIBEXIF_VERSION_INFO@ 227LIBICONV = @LIBICONV@ 228LIBINTL = @LIBINTL@ 229LIBOBJS = @LIBOBJS@ 230LIBS = @LIBS@ 231LIBTOOL = @LIBTOOL@ 232LIPO = @LIPO@ 233LN_S = @LN_S@ 234LTLIBICONV = @LTLIBICONV@ 235LTLIBINTL = @LTLIBINTL@ 236LTLIBOBJS = @LTLIBOBJS@ 237MAINT = @MAINT@ 238MAKEINFO = @MAKEINFO@ 239MANIFEST_TOOL = @MANIFEST_TOOL@ 240MKDIR_P = @MKDIR_P@ 241MKINSTALLDIRS = @MKINSTALLDIRS@ 242MSGFMT = @MSGFMT@ 243MSGMERGE = @MSGMERGE@ 244NM = @NM@ 245NMEDIT = @NMEDIT@ 246OBJDUMP = @OBJDUMP@ 247OBJEXT = @OBJEXT@ 248OTOOL = @OTOOL@ 249OTOOL64 = @OTOOL64@ 250PACKAGE = @PACKAGE@ 251PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 252PACKAGE_NAME = @PACKAGE_NAME@ 253PACKAGE_STRING = @PACKAGE_STRING@ 254PACKAGE_TARNAME = @PACKAGE_TARNAME@ 255PACKAGE_URL = @PACKAGE_URL@ 256PACKAGE_VERSION = @PACKAGE_VERSION@ 257PATH_SEPARATOR = @PATH_SEPARATOR@ 258POSUB = @POSUB@ 259RANLIB = @RANLIB@ 260SED = @SED@ 261SET_MAKE = @SET_MAKE@ 262SHELL = @SHELL@ 263STRIP = @STRIP@ 264USE_NLS = @USE_NLS@ 265VERSION = @VERSION@ 266XGETTEXT = @XGETTEXT@ 267abs_builddir = @abs_builddir@ 268abs_srcdir = @abs_srcdir@ 269abs_top_builddir = @abs_top_builddir@ 270abs_top_srcdir = @abs_top_srcdir@ 271ac_ct_AR = @ac_ct_AR@ 272ac_ct_CC = @ac_ct_CC@ 273ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 274am__include = @am__include@ 275am__leading_dot = @am__leading_dot@ 276am__quote = @am__quote@ 277am__tar = @am__tar@ 278am__untar = @am__untar@ 279bindir = @bindir@ 280build = @build@ 281build_alias = @build_alias@ 282build_cpu = @build_cpu@ 283build_os = @build_os@ 284build_vendor = @build_vendor@ 285builddir = @builddir@ 286datadir = @datadir@ 287datarootdir = @datarootdir@ 288docdir = @docdir@ 289dvidir = @dvidir@ 290exec_prefix = @exec_prefix@ 291host = @host@ 292host_alias = @host_alias@ 293host_cpu = @host_cpu@ 294host_os = @host_os@ 295host_vendor = @host_vendor@ 296htmldir = @htmldir@ 297includedir = @includedir@ 298infodir = @infodir@ 299install_sh = @install_sh@ 300libdir = @libdir@ 301libexecdir = @libexecdir@ 302localedir = @localedir@ 303localstatedir = @localstatedir@ 304mandir = @mandir@ 305mkdir_p = @mkdir_p@ 306oldincludedir = @oldincludedir@ 307pdfdir = @pdfdir@ 308prefix = @prefix@ 309program_transform_name = @program_transform_name@ 310psdir = @psdir@ 311sbindir = @sbindir@ 312sharedstatedir = @sharedstatedir@ 313srcdir = @srcdir@ 314sysconfdir = @sysconfdir@ 315target_alias = @target_alias@ 316top_build_prefix = @top_build_prefix@ 317top_builddir = @top_builddir@ 318top_srcdir = @top_srcdir@ 319SUBDIRS = nls 320TEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg 321LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL) 322all: all-recursive 323 324.SUFFIXES: 325.SUFFIXES: .c .lo .o .obj 326$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 327 @for dep in $?; do \ 328 case '$(am__configure_deps)' in \ 329 *$$dep*) \ 330 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 331 && { if test -f $@; then exit 0; else break; fi; }; \ 332 exit 1;; \ 333 esac; \ 334 done; \ 335 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \ 336 $(am__cd) $(top_srcdir) && \ 337 $(AUTOMAKE) --gnu test/Makefile 338.PRECIOUS: Makefile 339Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 340 @case '$?' in \ 341 *config.status*) \ 342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 343 *) \ 344 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 345 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 346 esac; 347 348$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 350 351$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 353$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 355$(am__aclocal_m4_deps): 356 357clean-checkPROGRAMS: 358 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 359 echo " rm -f" $$list; \ 360 rm -f $$list || exit $$?; \ 361 test -n "$(EXEEXT)" || exit 0; \ 362 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 363 echo " rm -f" $$list; \ 364 rm -f $$list 365test-integers$(EXEEXT): $(test_integers_OBJECTS) $(test_integers_DEPENDENCIES) 366 @rm -f test-integers$(EXEEXT) 367 $(AM_V_CCLD)$(LINK) $(test_integers_OBJECTS) $(test_integers_LDADD) $(LIBS) 368test-mem$(EXEEXT): $(test_mem_OBJECTS) $(test_mem_DEPENDENCIES) 369 @rm -f test-mem$(EXEEXT) 370 $(AM_V_CCLD)$(LINK) $(test_mem_OBJECTS) $(test_mem_LDADD) $(LIBS) 371test-mnote$(EXEEXT): $(test_mnote_OBJECTS) $(test_mnote_DEPENDENCIES) 372 @rm -f test-mnote$(EXEEXT) 373 $(AM_V_CCLD)$(LINK) $(test_mnote_OBJECTS) $(test_mnote_LDADD) $(LIBS) 374test-parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) 375 @rm -f test-parse$(EXEEXT) 376 $(AM_V_CCLD)$(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS) 377test-sorted$(EXEEXT): $(test_sorted_OBJECTS) $(test_sorted_DEPENDENCIES) 378 @rm -f test-sorted$(EXEEXT) 379 $(AM_V_CCLD)$(LINK) $(test_sorted_OBJECTS) $(test_sorted_LDADD) $(LIBS) 380test-tagtable$(EXEEXT): $(test_tagtable_OBJECTS) $(test_tagtable_DEPENDENCIES) 381 @rm -f test-tagtable$(EXEEXT) 382 $(AM_V_CCLD)$(LINK) $(test_tagtable_OBJECTS) $(test_tagtable_LDADD) $(LIBS) 383test-value$(EXEEXT): $(test_value_OBJECTS) $(test_value_DEPENDENCIES) 384 @rm -f test-value$(EXEEXT) 385 $(AM_V_CCLD)$(LINK) $(test_value_OBJECTS) $(test_value_LDADD) $(LIBS) 386 387mostlyclean-compile: 388 -rm -f *.$(OBJEXT) 389 390distclean-compile: 391 -rm -f *.tab.c 392 393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-integers.Po@am__quote@ 394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mem.Po@am__quote@ 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mnote.Po@am__quote@ 396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parse.Po@am__quote@ 397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sorted.Po@am__quote@ 398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-tagtable.Po@am__quote@ 399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-value.Po@am__quote@ 400 401.c.o: 402@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 403@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 404@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 405@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 406@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 407@am__fastdepCC_FALSE@ $(COMPILE) -c $< 408 409.c.obj: 410@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 411@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 412@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 413@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 415@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 416 417.c.lo: 418@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 419@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 420@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 422@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 423@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 424 425mostlyclean-libtool: 426 -rm -f *.lo 427 428clean-libtool: 429 -rm -rf .libs _libs 430 431# This directory's subdirectories are mostly independent; you can cd 432# into them and run `make' without going through this Makefile. 433# To change the values of `make' variables: instead of editing Makefiles, 434# (1) if the variable is set in `config.status', edit `config.status' 435# (which will cause the Makefiles to be regenerated when you run `make'); 436# (2) otherwise, pass the desired values on the `make' command line. 437$(RECURSIVE_TARGETS): 438 @fail= failcom='exit 1'; \ 439 for f in x $$MAKEFLAGS; do \ 440 case $$f in \ 441 *=* | --[!k]*);; \ 442 *k*) failcom='fail=yes';; \ 443 esac; \ 444 done; \ 445 dot_seen=no; \ 446 target=`echo $@ | sed s/-recursive//`; \ 447 list='$(SUBDIRS)'; for subdir in $$list; do \ 448 echo "Making $$target in $$subdir"; \ 449 if test "$$subdir" = "."; then \ 450 dot_seen=yes; \ 451 local_target="$$target-am"; \ 452 else \ 453 local_target="$$target"; \ 454 fi; \ 455 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 456 || eval $$failcom; \ 457 done; \ 458 if test "$$dot_seen" = "no"; then \ 459 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 460 fi; test -z "$$fail" 461 462$(RECURSIVE_CLEAN_TARGETS): 463 @fail= failcom='exit 1'; \ 464 for f in x $$MAKEFLAGS; do \ 465 case $$f in \ 466 *=* | --[!k]*);; \ 467 *k*) failcom='fail=yes';; \ 468 esac; \ 469 done; \ 470 dot_seen=no; \ 471 case "$@" in \ 472 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 473 *) list='$(SUBDIRS)' ;; \ 474 esac; \ 475 rev=''; for subdir in $$list; do \ 476 if test "$$subdir" = "."; then :; else \ 477 rev="$$subdir $$rev"; \ 478 fi; \ 479 done; \ 480 rev="$$rev ."; \ 481 target=`echo $@ | sed s/-recursive//`; \ 482 for subdir in $$rev; do \ 483 echo "Making $$target in $$subdir"; \ 484 if test "$$subdir" = "."; then \ 485 local_target="$$target-am"; \ 486 else \ 487 local_target="$$target"; \ 488 fi; \ 489 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 490 || eval $$failcom; \ 491 done && test -z "$$fail" 492tags-recursive: 493 list='$(SUBDIRS)'; for subdir in $$list; do \ 494 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 495 done 496ctags-recursive: 497 list='$(SUBDIRS)'; for subdir in $$list; do \ 498 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 499 done 500 501ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 502 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 503 unique=`for i in $$list; do \ 504 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 505 done | \ 506 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 507 END { if (nonempty) { for (i in files) print i; }; }'`; \ 508 mkid -fID $$unique 509tags: TAGS 510 511TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 512 $(TAGS_FILES) $(LISP) 513 set x; \ 514 here=`pwd`; \ 515 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 516 include_option=--etags-include; \ 517 empty_fix=.; \ 518 else \ 519 include_option=--include; \ 520 empty_fix=; \ 521 fi; \ 522 list='$(SUBDIRS)'; for subdir in $$list; do \ 523 if test "$$subdir" = .; then :; else \ 524 test ! -f $$subdir/TAGS || \ 525 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 526 fi; \ 527 done; \ 528 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 529 unique=`for i in $$list; do \ 530 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 531 done | \ 532 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 533 END { if (nonempty) { for (i in files) print i; }; }'`; \ 534 shift; \ 535 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 536 test -n "$$unique" || unique=$$empty_fix; \ 537 if test $$# -gt 0; then \ 538 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 539 "$$@" $$unique; \ 540 else \ 541 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 542 $$unique; \ 543 fi; \ 544 fi 545ctags: CTAGS 546CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 547 $(TAGS_FILES) $(LISP) 548 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 549 unique=`for i in $$list; do \ 550 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 551 done | \ 552 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 553 END { if (nonempty) { for (i in files) print i; }; }'`; \ 554 test -z "$(CTAGS_ARGS)$$unique" \ 555 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 556 $$unique 557 558GTAGS: 559 here=`$(am__cd) $(top_builddir) && pwd` \ 560 && $(am__cd) $(top_srcdir) \ 561 && gtags -i $(GTAGS_ARGS) "$$here" 562 563distclean-tags: 564 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 565 566check-TESTS: $(TESTS) 567 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 568 srcdir=$(srcdir); export srcdir; \ 569 list=' $(TESTS) '; \ 570 $(am__tty_colors); \ 571 if test -n "$$list"; then \ 572 for tst in $$list; do \ 573 if test -f ./$$tst; then dir=./; \ 574 elif test -f $$tst; then dir=; \ 575 else dir="$(srcdir)/"; fi; \ 576 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 577 all=`expr $$all + 1`; \ 578 case " $(XFAIL_TESTS) " in \ 579 *[\ \ ]$$tst[\ \ ]*) \ 580 xpass=`expr $$xpass + 1`; \ 581 failed=`expr $$failed + 1`; \ 582 col=$$red; res=XPASS; \ 583 ;; \ 584 *) \ 585 col=$$grn; res=PASS; \ 586 ;; \ 587 esac; \ 588 elif test $$? -ne 77; then \ 589 all=`expr $$all + 1`; \ 590 case " $(XFAIL_TESTS) " in \ 591 *[\ \ ]$$tst[\ \ ]*) \ 592 xfail=`expr $$xfail + 1`; \ 593 col=$$lgn; res=XFAIL; \ 594 ;; \ 595 *) \ 596 failed=`expr $$failed + 1`; \ 597 col=$$red; res=FAIL; \ 598 ;; \ 599 esac; \ 600 else \ 601 skip=`expr $$skip + 1`; \ 602 col=$$blu; res=SKIP; \ 603 fi; \ 604 echo "$${col}$$res$${std}: $$tst"; \ 605 done; \ 606 if test "$$all" -eq 1; then \ 607 tests="test"; \ 608 All=""; \ 609 else \ 610 tests="tests"; \ 611 All="All "; \ 612 fi; \ 613 if test "$$failed" -eq 0; then \ 614 if test "$$xfail" -eq 0; then \ 615 banner="$$All$$all $$tests passed"; \ 616 else \ 617 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ 618 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 619 fi; \ 620 else \ 621 if test "$$xpass" -eq 0; then \ 622 banner="$$failed of $$all $$tests failed"; \ 623 else \ 624 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ 625 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 626 fi; \ 627 fi; \ 628 dashes="$$banner"; \ 629 skipped=""; \ 630 if test "$$skip" -ne 0; then \ 631 if test "$$skip" -eq 1; then \ 632 skipped="($$skip test was not run)"; \ 633 else \ 634 skipped="($$skip tests were not run)"; \ 635 fi; \ 636 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 637 dashes="$$skipped"; \ 638 fi; \ 639 report=""; \ 640 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 641 report="Please report to $(PACKAGE_BUGREPORT)"; \ 642 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 643 dashes="$$report"; \ 644 fi; \ 645 dashes=`echo "$$dashes" | sed s/./=/g`; \ 646 if test "$$failed" -eq 0; then \ 647 echo "$$grn$$dashes"; \ 648 else \ 649 echo "$$red$$dashes"; \ 650 fi; \ 651 echo "$$banner"; \ 652 test -z "$$skipped" || echo "$$skipped"; \ 653 test -z "$$report" || echo "$$report"; \ 654 echo "$$dashes$$std"; \ 655 test "$$failed" -eq 0; \ 656 else :; fi 657 658distdir: $(DISTFILES) 659 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 660 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 661 list='$(DISTFILES)'; \ 662 dist_files=`for file in $$list; do echo $$file; done | \ 663 sed -e "s|^$$srcdirstrip/||;t" \ 664 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 665 case $$dist_files in \ 666 */*) $(MKDIR_P) `echo "$$dist_files" | \ 667 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 668 sort -u` ;; \ 669 esac; \ 670 for file in $$dist_files; do \ 671 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 672 if test -d $$d/$$file; then \ 673 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 674 if test -d "$(distdir)/$$file"; then \ 675 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 676 fi; \ 677 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 678 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 679 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 680 fi; \ 681 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 682 else \ 683 test -f "$(distdir)/$$file" \ 684 || cp -p $$d/$$file "$(distdir)/$$file" \ 685 || exit 1; \ 686 fi; \ 687 done 688 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 689 if test "$$subdir" = .; then :; else \ 690 test -d "$(distdir)/$$subdir" \ 691 || $(MKDIR_P) "$(distdir)/$$subdir" \ 692 || exit 1; \ 693 fi; \ 694 done 695 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 696 if test "$$subdir" = .; then :; else \ 697 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 698 $(am__relativize); \ 699 new_distdir=$$reldir; \ 700 dir1=$$subdir; dir2="$(top_distdir)"; \ 701 $(am__relativize); \ 702 new_top_distdir=$$reldir; \ 703 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 704 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 705 ($(am__cd) $$subdir && \ 706 $(MAKE) $(AM_MAKEFLAGS) \ 707 top_distdir="$$new_top_distdir" \ 708 distdir="$$new_distdir" \ 709 am__remove_distdir=: \ 710 am__skip_length_check=: \ 711 am__skip_mode_fix=: \ 712 distdir) \ 713 || exit 1; \ 714 fi; \ 715 done 716check-am: all-am 717 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 718 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 719check: check-recursive 720all-am: Makefile 721installdirs: installdirs-recursive 722installdirs-am: 723install: install-recursive 724install-exec: install-exec-recursive 725install-data: install-data-recursive 726uninstall: uninstall-recursive 727 728install-am: all-am 729 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 730 731installcheck: installcheck-recursive 732install-strip: 733 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 734 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 735 `test -z '$(STRIP)' || \ 736 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 737mostlyclean-generic: 738 739clean-generic: 740 741distclean-generic: 742 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 743 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 744 745maintainer-clean-generic: 746 @echo "This command is intended for maintainers to use" 747 @echo "it deletes files that may require special tools to rebuild." 748clean: clean-recursive 749 750clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 751 mostlyclean-am 752 753distclean: distclean-recursive 754 -rm -rf ./$(DEPDIR) 755 -rm -f Makefile 756distclean-am: clean-am distclean-compile distclean-generic \ 757 distclean-tags 758 759dvi: dvi-recursive 760 761dvi-am: 762 763html: html-recursive 764 765html-am: 766 767info: info-recursive 768 769info-am: 770 771install-data-am: 772 773install-dvi: install-dvi-recursive 774 775install-dvi-am: 776 777install-exec-am: 778 779install-html: install-html-recursive 780 781install-html-am: 782 783install-info: install-info-recursive 784 785install-info-am: 786 787install-man: 788 789install-pdf: install-pdf-recursive 790 791install-pdf-am: 792 793install-ps: install-ps-recursive 794 795install-ps-am: 796 797installcheck-am: 798 799maintainer-clean: maintainer-clean-recursive 800 -rm -rf ./$(DEPDIR) 801 -rm -f Makefile 802maintainer-clean-am: distclean-am maintainer-clean-generic 803 804mostlyclean: mostlyclean-recursive 805 806mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 807 mostlyclean-libtool 808 809pdf: pdf-recursive 810 811pdf-am: 812 813ps: ps-recursive 814 815ps-am: 816 817uninstall-am: 818 819.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \ 820 ctags-recursive install-am install-strip tags-recursive 821 822.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 823 all all-am check check-TESTS check-am clean \ 824 clean-checkPROGRAMS clean-generic clean-libtool ctags \ 825 ctags-recursive distclean distclean-compile distclean-generic \ 826 distclean-libtool distclean-tags distdir dvi dvi-am html \ 827 html-am info info-am install install-am install-data \ 828 install-data-am install-dvi install-dvi-am install-exec \ 829 install-exec-am install-html install-html-am install-info \ 830 install-info-am install-man install-pdf install-pdf-am \ 831 install-ps install-ps-am install-strip installcheck \ 832 installcheck-am installdirs installdirs-am maintainer-clean \ 833 maintainer-clean-generic mostlyclean mostlyclean-compile \ 834 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 835 tags tags-recursive uninstall uninstall-am 836 837export TEST_IMAGES 838 839# Tell versions [3.59,3.63) of GNU make to not export all variables. 840# Otherwise a system limit (for SysV at least) may be exceeded. 841.NOEXPORT: 842