~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to demos/gtk-demo/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 17:27:55 UTC
  • mfrom: (1.14.14)
  • Revision ID: package-import@ubuntu.com-20120905172755-14uyfpowr7elvr7m
Tags: 2.24.12-0ubuntu1
* New upstream bugfix release
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
55
54
build_triplet = @build@
56
55
host_triplet = @host@
57
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
58
 
        $(srcdir)/geninclude.pl.in $(top_srcdir)/Makefile.decl
 
57
        $(srcdir)/geninclude.pl.in $(top_srcdir)/Makefile.decl \
 
58
        $(top_srcdir)/depcomp
59
59
bin_PROGRAMS = gtk-demo$(EXEEXT)
60
60
subdir = demos/gtk-demo
61
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
93
AM_V_lt = $(am__v_lt_@AM_V@)
94
94
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
95
95
am__v_lt_0 = --silent
 
96
am__v_lt_1 = 
96
97
gtk_demo_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
97
98
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98
99
        $(gtk_demo_LDFLAGS) $(LDFLAGS) -o $@
 
100
AM_V_P = $(am__v_P_@AM_V@)
 
101
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
102
am__v_P_0 = false
 
103
am__v_P_1 = :
 
104
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
105
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
106
am__v_GEN_0 = @echo "  GEN     " $@;
 
107
am__v_GEN_1 = 
 
108
AM_V_at = $(am__v_at_@AM_V@)
 
109
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
110
am__v_at_0 = @
 
111
am__v_at_1 = 
99
112
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100
113
depcomp = $(SHELL) $(top_srcdir)/depcomp
101
114
am__depfiles_maybe = depfiles
108
121
        $(AM_CFLAGS) $(CFLAGS)
109
122
AM_V_CC = $(am__v_CC_@AM_V@)
110
123
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
111
 
am__v_CC_0 = @echo "  CC    " $@;
112
 
AM_V_at = $(am__v_at_@AM_V@)
113
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114
 
am__v_at_0 = @
 
124
am__v_CC_0 = @echo "  CC      " $@;
 
125
am__v_CC_1 = 
115
126
CCLD = $(CC)
116
127
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
117
128
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
118
129
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
119
130
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
120
131
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
121
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
122
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
123
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
132
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
133
am__v_CCLD_1 = 
125
134
SOURCES = $(gtk_demo_SOURCES)
126
135
DIST_SOURCES = $(gtk_demo_SOURCES)
127
136
am__can_run_installinfo = \
742
751
          && $(am__cd) $(top_srcdir) \
743
752
          && gtags -i $(GTAGS_ARGS) "$$here"
744
753
 
 
754
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
755
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
756
        case "$(srcdir)" in \
 
757
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
758
          *) sdir=$(subdir)/$(srcdir) ;; \
 
759
        esac; \
 
760
        for i in $$list; do \
 
761
          if test -f "$$i"; then \
 
762
            echo "$(subdir)/$$i"; \
 
763
          else \
 
764
            echo "$$sdir/$$i"; \
 
765
          fi; \
 
766
        done >> $(top_builddir)/cscope.files
 
767
 
745
768
distclean-tags:
746
769
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
747
770
 
890
913
.MAKE: all check check-am install install-am install-strip
891
914
 
892
915
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
893
 
        clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
894
 
        distclean-compile distclean-generic distclean-libtool \
895
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
896
 
        install install-am install-binPROGRAMS install-data \
897
 
        install-data-am install-democodeDATA install-dvi \
 
916
        clean-binPROGRAMS clean-generic clean-libtool cscopelist ctags \
 
917
        distclean distclean-compile distclean-generic \
 
918
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
919
        html-am info info-am install install-am install-binPROGRAMS \
 
920
        install-data install-data-am install-democodeDATA install-dvi \
898
921
        install-dvi-am install-exec install-exec-am install-html \
899
922
        install-html-am install-info install-info-am install-man \
900
923
        install-pdf install-pdf-am install-ps install-ps-am \