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

« back to all changes in this revision

Viewing changes to modules/other/gail/tests/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.
54
53
build_triplet = @build@
55
54
host_triplet = @host@
56
55
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57
 
        $(top_srcdir)/Makefile.decl
 
56
        $(top_srcdir)/Makefile.decl $(top_srcdir)/depcomp
58
57
subdir = modules/other/gail/tests
59
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
59
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
104
103
AM_V_lt = $(am__v_lt_@AM_V@)
105
104
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
106
105
am__v_lt_0 = --silent
 
106
am__v_lt_1 = 
107
107
libferret_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109
109
        $(libferret_la_LDFLAGS) $(LDFLAGS) -o $@
234
234
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
235
235
        $(AM_CFLAGS) $(CFLAGS) $(libtestvalues_la_LDFLAGS) $(LDFLAGS) \
236
236
        -o $@
 
237
AM_V_P = $(am__v_P_@AM_V@)
 
238
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
239
am__v_P_0 = false
 
240
am__v_P_1 = :
 
241
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
242
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
243
am__v_GEN_0 = @echo "  GEN     " $@;
 
244
am__v_GEN_1 = 
 
245
AM_V_at = $(am__v_at_@AM_V@)
 
246
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
247
am__v_at_0 = @
 
248
am__v_at_1 = 
237
249
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
238
250
depcomp = $(SHELL) $(top_srcdir)/depcomp
239
251
am__depfiles_maybe = depfiles
246
258
        $(AM_CFLAGS) $(CFLAGS)
247
259
AM_V_CC = $(am__v_CC_@AM_V@)
248
260
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
249
 
am__v_CC_0 = @echo "  CC    " $@;
250
 
AM_V_at = $(am__v_at_@AM_V@)
251
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
252
 
am__v_at_0 = @
 
261
am__v_CC_0 = @echo "  CC      " $@;
 
262
am__v_CC_1 = 
253
263
CCLD = $(CC)
254
264
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
255
265
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
256
266
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
257
267
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
258
268
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
259
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
260
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
261
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
262
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
269
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
270
am__v_CCLD_1 = 
263
271
SOURCES = $(libferret_la_SOURCES) $(libtestaction_la_SOURCES) \
264
272
        $(libtestbutton_la_SOURCES) $(libtestcombo_la_SOURCES) \
265
273
        $(libtestcomponent_la_SOURCES) $(libtestimage_la_SOURCES) \
874
882
 
875
883
clean-moduleLTLIBRARIES:
876
884
        -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
877
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
878
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
879
 
          test "$$dir" != "$$p" || dir=.; \
880
 
          echo "rm -f \"$${dir}/so_locations\""; \
881
 
          rm -f "$${dir}/so_locations"; \
882
 
        done
 
885
        @list='$(module_LTLIBRARIES)'; \
 
886
        locs=`for p in $$list; do echo $$p; done | \
 
887
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
888
              sort -u`; \
 
889
        test -z "$$locs" || { \
 
890
          echo rm -f $${locs}; \
 
891
          rm -f $${locs}; \
 
892
        }
883
893
 
884
894
clean-noinstLTLIBRARIES:
885
895
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
886
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
887
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
888
 
          test "$$dir" != "$$p" || dir=.; \
889
 
          echo "rm -f \"$${dir}/so_locations\""; \
890
 
          rm -f "$${dir}/so_locations"; \
891
 
        done
 
896
        @list='$(noinst_LTLIBRARIES)'; \
 
897
        locs=`for p in $$list; do echo $$p; done | \
 
898
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
899
              sort -u`; \
 
900
        test -z "$$locs" || { \
 
901
          echo rm -f $${locs}; \
 
902
          rm -f $${locs}; \
 
903
        }
892
904
libferret.la: $(libferret_la_OBJECTS) $(libferret_la_DEPENDENCIES) $(EXTRA_libferret_la_DEPENDENCIES) 
893
905
        $(AM_V_CCLD)$(libferret_la_LINK) $(am_libferret_la_rpath) $(libferret_la_OBJECTS) $(libferret_la_LIBADD) $(LIBS)
894
906
libtestaction.la: $(libtestaction_la_OBJECTS) $(libtestaction_la_DEPENDENCIES) $(EXTRA_libtestaction_la_DEPENDENCIES) 
1032
1044
          && $(am__cd) $(top_srcdir) \
1033
1045
          && gtags -i $(GTAGS_ARGS) "$$here"
1034
1046
 
 
1047
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
1048
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
1049
        case "$(srcdir)" in \
 
1050
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1051
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1052
        esac; \
 
1053
        for i in $$list; do \
 
1054
          if test -f "$$i"; then \
 
1055
            echo "$(subdir)/$$i"; \
 
1056
          else \
 
1057
            echo "$$sdir/$$i"; \
 
1058
          fi; \
 
1059
        done >> $(top_builddir)/cscope.files
 
1060
 
1035
1061
distclean-tags:
1036
1062
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1037
1063
 
1178
1204
 
1179
1205
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
1180
1206
        clean-generic clean-libtool clean-moduleLTLIBRARIES \
1181
 
        clean-noinstLTLIBRARIES ctags distclean distclean-compile \
1182
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
1183
 
        dvi-am html html-am info info-am install install-am \
1184
 
        install-data install-data-am install-dvi install-dvi-am \
1185
 
        install-exec install-exec-am install-html install-html-am \
1186
 
        install-info install-info-am install-man \
 
1207
        clean-noinstLTLIBRARIES cscopelist ctags distclean \
 
1208
        distclean-compile distclean-generic distclean-libtool \
 
1209
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1210
        install install-am install-data install-data-am install-dvi \
 
1211
        install-dvi-am install-exec install-exec-am install-html \
 
1212
        install-html-am install-info install-info-am install-man \
1187
1213
        install-moduleLTLIBRARIES install-pdf install-pdf-am \
1188
1214
        install-ps install-ps-am install-strip installcheck \
1189
1215
        installcheck-am installdirs maintainer-clean \