~ubuntu-branches/ubuntu/utopic/nautilus/utopic-proposed

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2014-01-02 16:50:06 UTC
  • mto: This revision was merged to the branch mainline in revision 343.
  • Revision ID: package-import@ubuntu.com-20140102165006-ufn0so3frq4zox7l
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
248
248
GREP = @GREP@
249
249
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
250
250
GTKDOC_CHECK = @GTKDOC_CHECK@
 
251
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
251
252
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
252
253
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
253
254
GTKDOC_MKPDF = @GTKDOC_MKPDF@
386
387
top_builddir = @top_builddir@
387
388
top_srcdir = @top_srcdir@
388
389
NULL = 
389
 
INCLUDES = \
 
390
AM_CPPFLAGS = \
390
391
        -I$(top_srcdir) \
391
392
        $(BASE_CFLAGS) \
392
393
        $(COMMON_CFLAGS) \
424
425
              exit 1;; \
425
426
          esac; \
426
427
        done; \
427
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
 
428
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
428
429
        $(am__cd) $(top_srcdir) && \
429
 
          $(AUTOMAKE) --gnu test/Makefile
 
430
          $(AUTOMAKE) --foreign test/Makefile
430
431
.PRECIOUS: Makefile
431
432
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
432
433
        @case '$?' in \