~ubuntu-branches/ubuntu/lucid/orbit2/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

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 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.
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibexecdir = $(libexecdir)/@PACKAGE@
19
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20
22
install_sh_DATA = $(install_sh) -c -m 644
21
23
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(install_sh) -d
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
54
        ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
54
60
ETAGS = etags
55
61
CTAGS = ctags
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
58
89
pkglibdir = @pkglibdir@
59
90
ACLOCAL = @ACLOCAL@
60
91
AMTAR = @AMTAR@
85
116
GLIB_REQUIRED = @GLIB_REQUIRED@
86
117
GREP = @GREP@
87
118
GTKDOC_CHECK = @GTKDOC_CHECK@
 
119
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
120
GTKDOC_REBASE = @GTKDOC_REBASE@
88
121
HTML_DIR = @HTML_DIR@
89
122
IDL_COMPILER = @IDL_COMPILER@
90
123
INSTALL = @INSTALL@
220
253
              exit 1;; \
221
254
          esac; \
222
255
        done; \
223
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
224
 
        cd $(top_srcdir) && \
225
 
          $(AUTOMAKE) --gnu  src/Makefile
 
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
257
        $(am__cd) $(top_srcdir) && \
 
258
          $(AUTOMAKE) --gnu src/Makefile
226
259
.PRECIOUS: Makefile
227
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228
261
        @case '$?' in \
240
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
274
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
242
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
$(am__aclocal_m4_deps):
243
277
 
244
278
mostlyclean-libtool:
245
279
        -rm -f *.lo
271
305
          else \
272
306
            local_target="$$target"; \
273
307
          fi; \
274
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
308
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275
309
          || eval $$failcom; \
276
310
        done; \
277
311
        if test "$$dot_seen" = "no"; then \
305
339
          else \
306
340
            local_target="$$target"; \
307
341
          fi; \
308
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
342
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
343
          || eval $$failcom; \
310
344
        done && test -z "$$fail"
311
345
tags-recursive:
312
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
313
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
347
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314
348
        done
315
349
ctags-recursive:
316
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
317
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
351
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
318
352
        done
319
353
 
320
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
329
363
 
330
364
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
365
                $(TAGS_FILES) $(LISP)
332
 
        tags=; \
 
366
        set x; \
333
367
        here=`pwd`; \
334
368
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
335
369
          include_option=--etags-include; \
341
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
342
376
          if test "$$subdir" = .; then :; else \
343
377
            test ! -f $$subdir/TAGS || \
344
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
378
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
345
379
          fi; \
346
380
        done; \
347
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
350
384
          done | \
351
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
353
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
387
        shift; \
 
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
354
389
          test -n "$$unique" || unique=$$empty_fix; \
355
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356
 
            $$tags $$unique; \
 
390
          if test $$# -gt 0; then \
 
391
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
392
              "$$@" $$unique; \
 
393
          else \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              $$unique; \
 
396
          fi; \
357
397
        fi
358
398
ctags: CTAGS
359
399
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
400
                $(TAGS_FILES) $(LISP)
361
 
        tags=; \
362
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363
402
        unique=`for i in $$list; do \
364
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
404
          done | \
366
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
407
        test -z "$(CTAGS_ARGS)$$unique" \
369
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
370
 
             $$tags $$unique
 
409
             $$unique
371
410
 
372
411
GTAGS:
373
412
        here=`$(am__cd) $(top_builddir) && pwd` \
374
 
          && cd $(top_srcdir) \
375
 
          && gtags -i $(GTAGS_ARGS) $$here
 
413
          && $(am__cd) $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) "$$here"
376
415
 
377
416
distclean-tags:
378
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
393
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394
433
          if test -d $$d/$$file; then \
395
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
435
            if test -d "$(distdir)/$$file"; then \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
396
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
397
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
439
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
398
441
            fi; \
399
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
442
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
400
443
          else \
401
 
            test -f $(distdir)/$$file \
402
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
444
            test -f "$(distdir)/$$file" \
 
445
            || cp -p $$d/$$file "$(distdir)/$$file" \
403
446
            || exit 1; \
404
447
          fi; \
405
448
        done
406
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
449
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
407
450
          if test "$$subdir" = .; then :; else \
408
451
            test -d "$(distdir)/$$subdir" \
409
452
            || $(MKDIR_P) "$(distdir)/$$subdir" \
410
453
            || exit 1; \
411
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
412
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
413
 
            (cd $$subdir && \
 
454
          fi; \
 
455
        done
 
456
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
457
          if test "$$subdir" = .; then :; else \
 
458
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
459
            $(am__relativize); \
 
460
            new_distdir=$$reldir; \
 
461
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
462
            $(am__relativize); \
 
463
            new_top_distdir=$$reldir; \
 
464
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
465
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
466
            ($(am__cd) $$subdir && \
414
467
              $(MAKE) $(AM_MAKEFLAGS) \
415
 
                top_distdir="$$top_distdir" \
416
 
                distdir="$$distdir/$$subdir" \
 
468
                top_distdir="$$new_top_distdir" \
 
469
                distdir="$$new_distdir" \
417
470
                am__remove_distdir=: \
418
471
                am__skip_length_check=: \
 
472
                am__skip_mode_fix=: \
419
473
                distdir) \
420
474
              || exit 1; \
421
475
          fi; \
445
499
 
446
500
distclean-generic:
447
501
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
502
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
503
 
449
504
maintainer-clean-generic:
450
505
        @echo "This command is intended for maintainers to use"
463
518
 
464
519
html: html-recursive
465
520
 
 
521
html-am:
 
522
 
466
523
info: info-recursive
467
524
 
468
525
info-am:
471
528
 
472
529
install-dvi: install-dvi-recursive
473
530
 
 
531
install-dvi-am:
 
532
 
474
533
install-exec-am:
475
534
 
476
535
install-html: install-html-recursive
477
536
 
 
537
install-html-am:
 
538
 
478
539
install-info: install-info-recursive
479
540
 
 
541
install-info-am:
 
542
 
480
543
install-man:
481
544
 
482
545
install-pdf: install-pdf-recursive
483
546
 
 
547
install-pdf-am:
 
548
 
484
549
install-ps: install-ps-recursive
485
550
 
 
551
install-ps-am:
 
552
 
486
553
installcheck-am:
487
554
 
488
555
maintainer-clean: maintainer-clean-recursive
503
570
 
504
571
uninstall-am:
505
572
 
506
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
507
 
        install-strip
 
573
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
574
        install-am install-strip tags-recursive
508
575
 
509
576
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
510
577
        all all-am check check-am clean clean-generic clean-libtool \
520
587
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
521
588
        uninstall uninstall-am
522
589
 
 
590
 
523
591
# Tell versions [3.59,3.63) of GNU make to not export all variables.
524
592
# Otherwise a system limit (for SysV at least) may be exceeded.
525
593
.NOEXPORT: