~ubuntu-branches/ubuntu/utopic/libopenraw/utopic

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-03-10 08:57:09 UTC
  • mto: (7.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20120310085709-zuimi0xsth01nfkc
Tags: upstream-0.0.9
ImportĀ upstreamĀ versionĀ 0.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
am_ciffcontainertest_OBJECTS = ciffcontainertest.$(OBJEXT)
52
55
ciffcontainertest_OBJECTS = $(am_ciffcontainertest_OBJECTS)
53
56
ciffcontainertest_DEPENDENCIES = $(OPENRAW_LIB)
78
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
83
am__depfiles_maybe = depfiles
 
84
am__mv = mv -f
81
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
86
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
87
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102
106
        $(fileio_SOURCES) $(ljpegtest_SOURCES) $(testunpack_SOURCES)
103
107
ETAGS = etags
104
108
CTAGS = ctags
 
109
am__tty_colors = \
 
110
red=; grn=; lgn=; blu=; std=
105
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
112
ACLOCAL = @ACLOCAL@
107
113
AMTAR = @AMTAR@
129
135
DEFS = @DEFS@
130
136
DEPDIR = @DEPDIR@
131
137
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
138
DLLTOOL = @DLLTOOL@
132
139
DSYMUTIL = @DSYMUTIL@
133
140
DUMPBIN = @DUMPBIN@
134
141
ECHO_C = @ECHO_C@
170
177
MAINT = @MAINT@
171
178
MAKEFLAGS = @MAKEFLAGS@
172
179
MAKEINFO = @MAKEINFO@
 
180
MANIFEST_TOOL = @MANIFEST_TOOL@
173
181
MKDIR_P = @MKDIR_P@
174
182
NM = @NM@
175
183
NMEDIT = @NMEDIT@
182
190
PACKAGE_NAME = @PACKAGE_NAME@
183
191
PACKAGE_STRING = @PACKAGE_STRING@
184
192
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
193
PACKAGE_URL = @PACKAGE_URL@
185
194
PACKAGE_VERSION = @PACKAGE_VERSION@
186
195
PATH_SEPARATOR = @PATH_SEPARATOR@
187
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
188
199
RANLIB = @RANLIB@
189
200
SED = @SED@
190
201
SET_MAKE = @SET_MAKE@
198
209
abs_srcdir = @abs_srcdir@
199
210
abs_top_builddir = @abs_top_builddir@
200
211
abs_top_srcdir = @abs_top_srcdir@
 
212
ac_ct_AR = @ac_ct_AR@
201
213
ac_ct_CC = @ac_ct_CC@
202
214
ac_ct_CXX = @ac_ct_CXX@
203
215
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231
243
libexecdir = @libexecdir@
232
244
localedir = @localedir@
233
245
localstatedir = @localstatedir@
234
 
lt_ECHO = @lt_ECHO@
235
246
mandir = @mandir@
236
247
mkdir_p = @mkdir_p@
237
248
oldincludedir = @oldincludedir@
282
293
              exit 1;; \
283
294
          esac; \
284
295
        done; \
285
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
286
 
        cd $(top_srcdir) && \
287
 
          $(AUTOMAKE) --gnu  test/Makefile
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
 
297
        $(am__cd) $(top_srcdir) && \
 
298
          $(AUTOMAKE) --foreign test/Makefile
288
299
.PRECIOUS: Makefile
289
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290
301
        @case '$?' in \
302
313
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
314
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
$(am__aclocal_m4_deps):
305
317
 
306
318
clean-checkPROGRAMS:
307
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
308
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
309
 
          echo " rm -f $$p $$f"; \
310
 
          rm -f $$p $$f ; \
311
 
        done
 
319
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
320
        echo " rm -f" $$list; \
 
321
        rm -f $$list || exit $$?; \
 
322
        test -n "$(EXEEXT)" || exit 0; \
 
323
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
324
        echo " rm -f" $$list; \
 
325
        rm -f $$list
312
326
ciffcontainertest$(EXEEXT): $(ciffcontainertest_OBJECTS) $(ciffcontainertest_DEPENDENCIES) 
313
327
        @rm -f ciffcontainertest$(EXEEXT)
314
328
        $(CXXLINK) $(ciffcontainertest_OBJECTS) $(ciffcontainertest_LDADD) $(LIBS)
339
353
 
340
354
.c.o:
341
355
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
356
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345
359
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
346
360
 
347
361
.c.obj:
348
362
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
349
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
363
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
366
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
353
367
 
354
368
.c.lo:
355
369
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
370
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
357
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
358
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
373
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
360
374
 
361
375
.cpp.o:
362
376
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
377
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364
378
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
380
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
367
381
 
368
382
.cpp.obj:
369
383
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
370
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
384
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
371
385
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
372
386
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
387
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
374
388
 
375
389
.cpp.lo:
376
390
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
377
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
391
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
378
392
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
379
393
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
394
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
397
411
 
398
412
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399
413
                $(TAGS_FILES) $(LISP)
400
 
        tags=; \
 
414
        set x; \
401
415
        here=`pwd`; \
402
416
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
417
        unique=`for i in $$list; do \
405
419
          done | \
406
420
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
421
              END { if (nonempty) { for (i in files) print i; }; }'`; \
408
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
422
        shift; \
 
423
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409
424
          test -n "$$unique" || unique=$$empty_fix; \
410
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411
 
            $$tags $$unique; \
 
425
          if test $$# -gt 0; then \
 
426
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
427
              "$$@" $$unique; \
 
428
          else \
 
429
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
430
              $$unique; \
 
431
          fi; \
412
432
        fi
413
433
ctags: CTAGS
414
434
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415
435
                $(TAGS_FILES) $(LISP)
416
 
        tags=; \
417
436
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
437
        unique=`for i in $$list; do \
419
438
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
439
          done | \
421
440
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422
441
              END { if (nonempty) { for (i in files) print i; }; }'`; \
423
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
442
        test -z "$(CTAGS_ARGS)$$unique" \
424
443
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425
 
             $$tags $$unique
 
444
             $$unique
426
445
 
427
446
GTAGS:
428
447
        here=`$(am__cd) $(top_builddir) && pwd` \
429
 
          && cd $(top_srcdir) \
430
 
          && gtags -i $(GTAGS_ARGS) $$here
 
448
          && $(am__cd) $(top_srcdir) \
 
449
          && gtags -i $(GTAGS_ARGS) "$$here"
431
450
 
432
451
distclean-tags:
433
452
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
455
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
437
456
        srcdir=$(srcdir); export srcdir; \
438
457
        list=' $(TESTS) '; \
 
458
        $(am__tty_colors); \
439
459
        if test -n "$$list"; then \
440
460
          for tst in $$list; do \
441
461
            if test -f ./$$tst; then dir=./; \
447
467
              *[\ \     ]$$tst[\ \      ]*) \
448
468
                xpass=`expr $$xpass + 1`; \
449
469
                failed=`expr $$failed + 1`; \
450
 
                echo "XPASS: $$tst"; \
 
470
                col=$$red; res=XPASS; \
451
471
              ;; \
452
472
              *) \
453
 
                echo "PASS: $$tst"; \
 
473
                col=$$grn; res=PASS; \
454
474
              ;; \
455
475
              esac; \
456
476
            elif test $$? -ne 77; then \
458
478
              case " $(XFAIL_TESTS) " in \
459
479
              *[\ \     ]$$tst[\ \      ]*) \
460
480
                xfail=`expr $$xfail + 1`; \
461
 
                echo "XFAIL: $$tst"; \
 
481
                col=$$lgn; res=XFAIL; \
462
482
              ;; \
463
483
              *) \
464
484
                failed=`expr $$failed + 1`; \
465
 
                echo "FAIL: $$tst"; \
 
485
                col=$$red; res=FAIL; \
466
486
              ;; \
467
487
              esac; \
468
488
            else \
469
489
              skip=`expr $$skip + 1`; \
470
 
              echo "SKIP: $$tst"; \
 
490
              col=$$blu; res=SKIP; \
471
491
            fi; \
 
492
            echo "$${col}$$res$${std}: $$tst"; \
472
493
          done; \
473
494
          if test "$$all" -eq 1; then \
474
495
            tests="test"; \
510
531
              dashes="$$report"; \
511
532
          fi; \
512
533
          dashes=`echo "$$dashes" | sed s/./=/g`; \
513
 
          echo "$$dashes"; \
 
534
          if test "$$failed" -eq 0; then \
 
535
            echo "$$grn$$dashes"; \
 
536
          else \
 
537
            echo "$$red$$dashes"; \
 
538
          fi; \
514
539
          echo "$$banner"; \
515
540
          test -z "$$skipped" || echo "$$skipped"; \
516
541
          test -z "$$report" || echo "$$report"; \
517
 
          echo "$$dashes"; \
 
542
          echo "$$dashes$$std"; \
518
543
          test "$$failed" -eq 0; \
519
544
        else :; fi
520
545
 
534
559
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535
560
          if test -d $$d/$$file; then \
536
561
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
562
            if test -d "$(distdir)/$$file"; then \
 
563
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
564
            fi; \
537
565
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
566
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
567
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539
568
            fi; \
540
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
569
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541
570
          else \
542
 
            test -f $(distdir)/$$file \
543
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
571
            test -f "$(distdir)/$$file" \
 
572
            || cp -p $$d/$$file "$(distdir)/$$file" \
544
573
            || exit 1; \
545
574
          fi; \
546
575
        done
570
599
 
571
600
distclean-generic:
572
601
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
602
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
603
 
574
604
maintainer-clean-generic:
575
605
        @echo "This command is intended for maintainers to use"
591
621
 
592
622
html: html-am
593
623
 
 
624
html-am:
 
625
 
594
626
info: info-am
595
627
 
596
628
info-am:
599
631
 
600
632
install-dvi: install-dvi-am
601
633
 
 
634
install-dvi-am:
 
635
 
602
636
install-exec-am:
603
637
 
604
638
install-html: install-html-am
605
639
 
 
640
install-html-am:
 
641
 
606
642
install-info: install-info-am
607
643
 
 
644
install-info-am:
 
645
 
608
646
install-man:
609
647
 
610
648
install-pdf: install-pdf-am
611
649
 
 
650
install-pdf-am:
 
651
 
612
652
install-ps: install-ps-am
613
653
 
 
654
install-ps-am:
 
655
 
614
656
installcheck-am:
615
657
 
616
658
maintainer-clean: maintainer-clean-am
633
675
 
634
676
uninstall-am:
635
677
 
636
 
.MAKE: install-am install-strip
 
678
.MAKE: check-am install-am install-strip
637
679
 
638
680
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
639
681
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
649
691
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
650
692
        tags uninstall uninstall-am
651
693
 
 
694
 
652
695
# Tell versions [3.59,3.63) of GNU make to not export all variables.
653
696
# Otherwise a system limit (for SysV at least) may be exceeded.
654
697
.NOEXPORT: