~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-09 07:49:30 UTC
  • mfrom: (1.6.1 upstream) (63.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090909074930-zlgadwz6svi311vh
Tags: 1.25.6-1
New upstream development release.

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
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
@HAVE_CAIRO_PNG_TRUE@am__EXEEXT_1 = cairosimple$(EXEEXT) \
51
54
@HAVE_CAIRO_PNG_TRUE@   cairotwisted$(EXEEXT) cairoshape$(EXEEXT)
52
55
PROGRAMS = $(noinst_PROGRAMS)
58
61
@HAVE_CAIRO_PNG_TRUE@   $(am__DEPENDENCIES_1) \
59
62
@HAVE_CAIRO_PNG_TRUE@   $(am__DEPENDENCIES_1) $(am__append_2)
60
63
@HAVE_CAIRO_PNG_TRUE@cairoshape_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
64
AM_V_lt = $(am__v_lt_$(V))
 
65
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
66
am__v_lt_0 = --silent
61
67
cairosimple_SOURCES = cairosimple.c
62
68
cairosimple_OBJECTS = cairosimple.$(OBJEXT)
63
69
@HAVE_CAIRO_PNG_TRUE@cairosimple_DEPENDENCIES = ../pango/libpango-$(PANGO_API_VERSION).la \
71
77
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
78
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
79
am__depfiles_maybe = depfiles
 
80
am__mv = mv -f
74
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
84
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
85
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
86
        $(AM_CFLAGS) $(CFLAGS)
 
87
AM_V_CC = $(am__v_CC_$(V))
 
88
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_CC_0 = @echo "  CC    " $@;
 
90
AM_V_at = $(am__v_at_$(V))
 
91
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_at_0 = @
79
93
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
 
        $(LDFLAGS) -o $@
 
94
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
95
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
96
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
97
AM_V_CCLD = $(am__v_CCLD_$(V))
 
98
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
99
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
100
AM_V_GEN = $(am__v_GEN_$(V))
 
101
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_GEN_0 = @echo "  GEN   " $@;
83
103
SOURCES = cairoshape.c cairosimple.c cairotwisted.c
84
104
DIST_SOURCES = cairoshape.c cairosimple.c cairotwisted.c
85
105
ETAGS = etags
87
107
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
108
ACLOCAL = @ACLOCAL@
89
109
AMTAR = @AMTAR@
 
110
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
90
111
AR = @AR@
91
112
AS = @AS@
92
113
AUTOCONF = @AUTOCONF@
290
311
              exit 1;; \
291
312
          esac; \
292
313
        done; \
293
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  examples/Makefile'; \
294
 
        cd $(top_srcdir) && \
295
 
          $(AUTOMAKE) --gnits  examples/Makefile
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits examples/Makefile'; \
 
315
        $(am__cd) $(top_srcdir) && \
 
316
          $(AUTOMAKE) --gnits examples/Makefile
296
317
.PRECIOUS: Makefile
297
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298
319
        @case '$?' in \
310
331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
332
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
312
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
334
$(am__aclocal_m4_deps):
313
335
 
314
336
clean-noinstPROGRAMS:
315
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
316
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
317
 
          echo " rm -f $$p $$f"; \
318
 
          rm -f $$p $$f ; \
319
 
        done
 
337
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
338
        echo " rm -f" $$list; \
 
339
        rm -f $$list || exit $$?; \
 
340
        test -n "$(EXEEXT)" || exit 0; \
 
341
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
342
        echo " rm -f" $$list; \
 
343
        rm -f $$list
320
344
cairoshape$(EXEEXT): $(cairoshape_OBJECTS) $(cairoshape_DEPENDENCIES) 
321
345
        @rm -f cairoshape$(EXEEXT)
322
 
        $(LINK) $(cairoshape_OBJECTS) $(cairoshape_LDADD) $(LIBS)
 
346
        $(AM_V_CCLD)$(LINK) $(cairoshape_OBJECTS) $(cairoshape_LDADD) $(LIBS)
323
347
cairosimple$(EXEEXT): $(cairosimple_OBJECTS) $(cairosimple_DEPENDENCIES) 
324
348
        @rm -f cairosimple$(EXEEXT)
325
 
        $(LINK) $(cairosimple_OBJECTS) $(cairosimple_LDADD) $(LIBS)
 
349
        $(AM_V_CCLD)$(LINK) $(cairosimple_OBJECTS) $(cairosimple_LDADD) $(LIBS)
326
350
cairotwisted$(EXEEXT): $(cairotwisted_OBJECTS) $(cairotwisted_DEPENDENCIES) 
327
351
        @rm -f cairotwisted$(EXEEXT)
328
 
        $(LINK) $(cairotwisted_OBJECTS) $(cairotwisted_LDADD) $(LIBS)
 
352
        $(AM_V_CCLD)$(LINK) $(cairotwisted_OBJECTS) $(cairotwisted_LDADD) $(LIBS)
329
353
 
330
354
mostlyclean-compile:
331
355
        -rm -f *.$(OBJEXT)
338
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairotwisted.Po@am__quote@
339
363
 
340
364
.c.o:
341
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
365
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
366
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
367
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
343
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345
370
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
346
371
 
347
372
.c.obj:
348
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
349
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
373
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
374
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
375
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
350
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
378
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
353
379
 
354
380
.c.lo:
355
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
381
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
382
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
383
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
357
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
358
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
386
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
376
403
 
377
404
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378
405
                $(TAGS_FILES) $(LISP)
379
 
        tags=; \
 
406
        set x; \
380
407
        here=`pwd`; \
381
408
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382
409
        unique=`for i in $$list; do \
384
411
          done | \
385
412
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
413
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
414
        shift; \
 
415
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
388
416
          test -n "$$unique" || unique=$$empty_fix; \
389
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390
 
            $$tags $$unique; \
 
417
          if test $$# -gt 0; then \
 
418
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
419
              "$$@" $$unique; \
 
420
          else \
 
421
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
422
              $$unique; \
 
423
          fi; \
391
424
        fi
392
425
ctags: CTAGS
393
426
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
427
                $(TAGS_FILES) $(LISP)
395
 
        tags=; \
396
428
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397
429
        unique=`for i in $$list; do \
398
430
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399
431
          done | \
400
432
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401
433
              END { if (nonempty) { for (i in files) print i; }; }'`; \
402
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
434
        test -z "$(CTAGS_ARGS)$$unique" \
403
435
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404
 
             $$tags $$unique
 
436
             $$unique
405
437
 
406
438
GTAGS:
407
439
        here=`$(am__cd) $(top_builddir) && pwd` \
408
 
          && cd $(top_srcdir) \
409
 
          && gtags -i $(GTAGS_ARGS) $$here
 
440
          && $(am__cd) $(top_srcdir) \
 
441
          && gtags -i $(GTAGS_ARGS) "$$here"
410
442
 
411
443
distclean-tags:
412
444
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
459
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428
460
          if test -d $$d/$$file; then \
429
461
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
462
            if test -d "$(distdir)/$$file"; then \
 
463
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
464
            fi; \
430
465
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
466
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
467
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432
468
            fi; \
433
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
469
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434
470
          else \
435
 
            test -f $(distdir)/$$file \
436
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
471
            test -f "$(distdir)/$$file" \
 
472
            || cp -p $$d/$$file "$(distdir)/$$file" \
437
473
            || exit 1; \
438
474
          fi; \
439
475
        done
461
497
 
462
498
distclean-generic:
463
499
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
500
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
464
501
 
465
502
maintainer-clean-generic:
466
503
        @echo "This command is intended for maintainers to use"
482
519
 
483
520
html: html-am
484
521
 
 
522
html-am:
 
523
 
485
524
info: info-am
486
525
 
487
526
info-am:
490
529
 
491
530
install-dvi: install-dvi-am
492
531
 
 
532
install-dvi-am:
 
533
 
493
534
install-exec-am:
494
535
 
495
536
install-html: install-html-am
496
537
 
 
538
install-html-am:
 
539
 
497
540
install-info: install-info-am
498
541
 
 
542
install-info-am:
 
543
 
499
544
install-man:
500
545
 
501
546
install-pdf: install-pdf-am
502
547
 
 
548
install-pdf-am:
 
549
 
503
550
install-ps: install-ps-am
504
551
 
 
552
install-ps-am:
 
553
 
505
554
installcheck-am:
506
555
 
507
556
maintainer-clean: maintainer-clean-am
539
588
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
540
589
        pdf pdf-am ps ps-am tags uninstall uninstall-am
541
590
 
 
591
 
 
592
-include $(top_srcdir)/git.mk
 
593
 
542
594
# Tell versions [3.59,3.63) of GNU make to not export all variables.
543
595
# Otherwise a system limit (for SysV at least) may be exceeded.
544
596
.NOEXPORT: