~ubuntu-branches/ubuntu/saucy/baobab/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-23 19:36:13 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130523193613-6wrnnsmgwidm86c3
Tags: 3.8.2-0ubuntu1
* New upstream release (LP: #1181921)
* Use a menu button instead of toolbar items
* Update to the latest libgd and egglistbox
* Add an High Contrast icon
* Use the newest libgd to animate tranistion to and from the results
  page
* Minor bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
51
51
host_triplet = @host@
52
52
target_triplet = @target@
53
53
subdir = .
54
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
 
        $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
57
 
        INSTALL NEWS config.guess config.rpath config.sub install-sh \
58
 
        ltmain.sh missing
 
54
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 
55
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/configure $(am__configure_deps) \
 
57
        $(srcdir)/config.h.in ABOUT-NLS COPYING config.guess \
 
58
        config.rpath config.sub depcomp install-sh missing ltmain.sh
59
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
60
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
61
61
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
88
88
am__v_at_1 = 
89
89
SOURCES =
90
90
DIST_SOURCES =
91
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92
 
        html-recursive info-recursive install-data-recursive \
93
 
        install-dvi-recursive install-exec-recursive \
94
 
        install-html-recursive install-info-recursive \
95
 
        install-pdf-recursive install-ps-recursive install-recursive \
96
 
        installcheck-recursive installdirs-recursive pdf-recursive \
97
 
        ps-recursive uninstall-recursive
 
91
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
92
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
93
        install-data-recursive install-dvi-recursive \
 
94
        install-exec-recursive install-html-recursive \
 
95
        install-info-recursive install-pdf-recursive \
 
96
        install-ps-recursive install-recursive installcheck-recursive \
 
97
        installdirs-recursive pdf-recursive ps-recursive \
 
98
        tags-recursive uninstall-recursive
98
99
am__can_run_installinfo = \
99
100
  case $$AM_UPDATE_INFO_DIR in \
100
101
    n|no|NO) false;; \
102
103
  esac
103
104
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104
105
  distclean-recursive maintainer-clean-recursive
105
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
106
am__recursive_targets = \
 
107
  $(RECURSIVE_TARGETS) \
 
108
  $(RECURSIVE_CLEAN_TARGETS) \
 
109
  $(am__extra_recursive_targets)
 
110
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
107
111
        cscope distdir dist dist-all distcheck
 
112
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
113
        $(LISP)config.h.in
 
114
# Read a list of newline-separated strings from the standard input,
 
115
# and print each of them once, without duplicates.  Input order is
 
116
# *not* preserved.
 
117
am__uniquify_input = $(AWK) '\
 
118
  BEGIN { nonempty = 0; } \
 
119
  { items[$$0] = 1; nonempty = 1; } \
 
120
  END { if (nonempty) { for (i in items) print i; }; } \
 
121
'
 
122
# Make sure the list of sources is unique.  This is necessary because,
 
123
# e.g., the same source file might be shared among _SOURCES variables
 
124
# for different programs/libraries.
 
125
am__define_uniq_tagged_files = \
 
126
  list='$(am__tagged_files)'; \
 
127
  unique=`for i in $$list; do \
 
128
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
129
  done | $(am__uniquify_input)`
108
130
ETAGS = etags
109
131
CTAGS = ctags
110
132
CSCOPE = cscope
331
353
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
332
354
NULL = 
333
355
SUBDIRS = libgd src data pixmaps help po
334
 
EXTRA_DIST = COPYING.docs
 
356
EXTRA_DIST = \
 
357
        COPYING.docs                            \
 
358
        egg-list-box/egg-list-box.h             \
 
359
        egg-list-box/egg-list-box-accessible.h  \
 
360
        egg-list-box/egglistbox.vapi
 
361
 
335
362
MAINTAINERCLEANFILES = \
336
363
        ABOUT-NLS               \
337
364
        aclocal.m4              \
427
454
# (1) if the variable is set in 'config.status', edit 'config.status'
428
455
#     (which will cause the Makefiles to be regenerated when you run 'make');
429
456
# (2) otherwise, pass the desired values on the 'make' command line.
430
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
457
$(am__recursive_targets):
431
458
        @fail= failcom='exit 1'; \
432
459
        for f in x $$MAKEFLAGS; do \
433
460
          case $$f in \
455
482
        if test "$$dot_seen" = "no"; then \
456
483
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
457
484
        fi; test -z "$$fail"
458
 
tags-recursive:
459
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
460
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
461
 
        done
462
 
ctags-recursive:
463
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
464
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
465
 
        done
466
 
cscopelist-recursive:
467
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
469
 
        done
470
 
 
471
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473
 
        unique=`for i in $$list; do \
474
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
 
          done | \
476
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
478
 
        mkid -fID $$unique
479
 
tags: TAGS
480
 
 
481
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482
 
                $(TAGS_FILES) $(LISP)
 
485
 
 
486
ID: $(am__tagged_files)
 
487
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
488
tags: tags-recursive
 
489
TAGS: tags
 
490
 
 
491
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483
492
        set x; \
484
493
        here=`pwd`; \
485
494
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
495
504
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
496
505
          fi; \
497
506
        done; \
498
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499
 
        unique=`for i in $$list; do \
500
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501
 
          done | \
502
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
507
        $(am__define_uniq_tagged_files); \
504
508
        shift; \
505
509
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506
510
          test -n "$$unique" || unique=$$empty_fix; \
512
516
              $$unique; \
513
517
          fi; \
514
518
        fi
515
 
ctags: CTAGS
516
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517
 
                $(TAGS_FILES) $(LISP)
518
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519
 
        unique=`for i in $$list; do \
520
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
 
          done | \
522
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
519
ctags: ctags-recursive
 
520
 
 
521
CTAGS: ctags
 
522
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
523
        $(am__define_uniq_tagged_files); \
524
524
        test -z "$(CTAGS_ARGS)$$unique" \
525
525
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
526
             $$unique
529
529
        here=`$(am__cd) $(top_builddir) && pwd` \
530
530
          && $(am__cd) $(top_srcdir) \
531
531
          && gtags -i $(GTAGS_ARGS) "$$here"
532
 
 
533
532
cscope: cscope.files
534
533
        test ! -s cscope.files \
535
534
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
536
 
 
537
535
clean-cscope:
538
536
        -rm -f cscope.files
539
 
 
540
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
541
 
 
542
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
543
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
537
cscope.files: clean-cscope cscopelist
 
538
cscopelist: cscopelist-recursive
 
539
 
 
540
cscopelist-am: $(am__tagged_files)
 
541
        list='$(am__tagged_files)'; \
544
542
        case "$(srcdir)" in \
545
543
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
546
544
          *) sdir=$(subdir)/$(srcdir) ;; \
676
674
        *.zip*) \
677
675
          unzip $(distdir).zip ;;\
678
676
        esac
679
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
680
 
        mkdir $(distdir)/_build
681
 
        mkdir $(distdir)/_inst
 
677
        chmod -R a-w $(distdir)
 
678
        chmod u+w $(distdir)
 
679
        mkdir $(distdir)/_build $(distdir)/_inst
682
680
        chmod a-w $(distdir)
683
681
        test -d $(distdir)/_build || exit 0; \
684
682
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
846
844
 
847
845
uninstall-am:
848
846
 
849
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
850
 
        cscopelist-recursive ctags-recursive install-am install-strip \
851
 
        tags-recursive
 
847
.MAKE: $(am__recursive_targets) all install-am install-strip
852
848
 
853
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
854
 
        all all-am am--refresh check check-am clean clean-cscope \
855
 
        clean-generic clean-libtool cscope cscopelist \
856
 
        cscopelist-recursive ctags ctags-recursive dist dist-all \
857
 
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
858
 
        dist-xz dist-zip distcheck distclean distclean-generic \
859
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
860
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
861
 
        info-am install install-am install-data install-data-am \
862
 
        install-dvi install-dvi-am install-exec install-exec-am \
863
 
        install-html install-html-am install-info install-info-am \
864
 
        install-man install-pdf install-pdf-am install-ps \
865
 
        install-ps-am install-strip installcheck installcheck-am \
866
 
        installdirs installdirs-am maintainer-clean \
867
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
868
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
869
 
        uninstall uninstall-am
 
849
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
850
        am--refresh check check-am clean clean-cscope clean-generic \
 
851
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
852
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
 
853
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
854
        distclean-generic distclean-hdr distclean-libtool \
 
855
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
856
        dvi-am html html-am info info-am install install-am \
 
857
        install-data install-data-am install-dvi install-dvi-am \
 
858
        install-exec install-exec-am install-html install-html-am \
 
859
        install-info install-info-am install-man install-pdf \
 
860
        install-pdf-am install-ps install-ps-am install-strip \
 
861
        installcheck installcheck-am installdirs installdirs-am \
 
862
        maintainer-clean maintainer-clean-generic mostlyclean \
 
863
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
864
        tags tags-am uninstall uninstall-am
870
865
 
871
866
 
872
867
dist-hook: