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

« back to all changes in this revision

Viewing changes to modules/other/gail/libgail-util/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.
56
55
build_triplet = @build@
57
56
host_triplet = @host@
58
57
DIST_COMMON = $(libgailutilinclude_HEADERS) $(srcdir)/Makefile.am \
59
 
        $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl
 
58
        $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl \
 
59
        $(top_srcdir)/depcomp
60
60
subdir = modules/other/gail/libgail-util
61
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
62
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
107
107
AM_V_lt = $(am__v_lt_@AM_V@)
108
108
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
109
109
am__v_lt_0 = --silent
 
110
am__v_lt_1 = 
110
111
libgailutil_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
111
112
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
112
113
        $(libgailutil_la_CFLAGS) $(CFLAGS) $(libgailutil_la_LDFLAGS) \
113
114
        $(LDFLAGS) -o $@
 
115
AM_V_P = $(am__v_P_@AM_V@)
 
116
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
117
am__v_P_0 = false
 
118
am__v_P_1 = :
 
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
121
am__v_GEN_0 = @echo "  GEN     " $@;
 
122
am__v_GEN_1 = 
 
123
AM_V_at = $(am__v_at_@AM_V@)
 
124
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
125
am__v_at_0 = @
 
126
am__v_at_1 = 
114
127
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115
128
depcomp = $(SHELL) $(top_srcdir)/depcomp
116
129
am__depfiles_maybe = depfiles
123
136
        $(AM_CFLAGS) $(CFLAGS)
124
137
AM_V_CC = $(am__v_CC_@AM_V@)
125
138
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
126
 
am__v_CC_0 = @echo "  CC    " $@;
127
 
AM_V_at = $(am__v_at_@AM_V@)
128
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129
 
am__v_at_0 = @
 
139
am__v_CC_0 = @echo "  CC      " $@;
 
140
am__v_CC_1 = 
130
141
CCLD = $(CC)
131
142
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132
143
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133
144
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
134
145
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135
146
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
137
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
138
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
147
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
148
am__v_CCLD_1 = 
140
149
SOURCES = $(libgailutil_la_SOURCES)
141
150
DIST_SOURCES = $(libgailutil_la_SOURCES)
142
151
am__can_run_installinfo = \
520
529
 
521
530
clean-libLTLIBRARIES:
522
531
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
523
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
524
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
525
 
          test "$$dir" != "$$p" || dir=.; \
526
 
          echo "rm -f \"$${dir}/so_locations\""; \
527
 
          rm -f "$${dir}/so_locations"; \
528
 
        done
 
532
        @list='$(lib_LTLIBRARIES)'; \
 
533
        locs=`for p in $$list; do echo $$p; done | \
 
534
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
535
              sort -u`; \
 
536
        test -z "$$locs" || { \
 
537
          echo rm -f $${locs}; \
 
538
          rm -f $${locs}; \
 
539
        }
529
540
libgailutil.la: $(libgailutil_la_OBJECTS) $(libgailutil_la_DEPENDENCIES) $(EXTRA_libgailutil_la_DEPENDENCIES) 
530
541
        $(AM_V_CCLD)$(libgailutil_la_LINK) -rpath $(libdir) $(libgailutil_la_OBJECTS) $(libgailutil_la_LIBADD) $(LIBS)
531
542
 
649
660
          && $(am__cd) $(top_srcdir) \
650
661
          && gtags -i $(GTAGS_ARGS) "$$here"
651
662
 
 
663
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
664
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
665
        case "$(srcdir)" in \
 
666
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
667
          *) sdir=$(subdir)/$(srcdir) ;; \
 
668
        esac; \
 
669
        for i in $$list; do \
 
670
          if test -f "$$i"; then \
 
671
            echo "$(subdir)/$$i"; \
 
672
          else \
 
673
            echo "$$sdir/$$i"; \
 
674
          fi; \
 
675
        done >> $(top_builddir)/cscope.files
 
676
 
652
677
distclean-tags:
653
678
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
654
679
 
795
820
.MAKE: check-am install-am install-strip
796
821
 
797
822
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
798
 
        clean-generic clean-libLTLIBRARIES clean-libtool ctags \
799
 
        distclean distclean-compile distclean-generic \
 
823
        clean-generic clean-libLTLIBRARIES clean-libtool cscopelist \
 
824
        ctags distclean distclean-compile distclean-generic \
800
825
        distclean-libtool distclean-tags distdir dvi dvi-am html \
801
826
        html-am info info-am install install-am install-data \
802
827
        install-data-am install-data-local install-dvi install-dvi-am \