~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2015-06-29 21:25:20 UTC
  • mfrom: (1.8.5)
  • Revision ID: package-import@ubuntu.com-20150629212520-qc0k5ajwh97o28ya
Tags: 3.10.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
17
am__is_gnu_make = { \
 
18
  if test -z '$(MAKELEVEL)'; then \
 
19
    false; \
 
20
  elif test -n '$(MAKE_HOST)'; then \
 
21
    true; \
 
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
23
    true; \
 
24
  else \
 
25
    false; \
 
26
  fi; \
 
27
}
18
28
am__make_running_with_option = \
19
29
  case $${target_option-} in \
20
30
      ?) ;; \
78
88
build_triplet = @build@
79
89
host_triplet = @host@
80
90
subdir = docs
81
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
92
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
84
93
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
87
96
        $(top_srcdir)/configure.ac
88
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89
98
        $(ACLOCAL_M4)
 
99
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90
100
mkinstalldirs = $(install_sh) -d
91
101
CONFIG_HEADER = $(top_builddir)/config.h
92
102
CONFIG_CLEAN_FILES =
146
156
ETAGS = etags
147
157
CTAGS = ctags
148
158
DIST_SUBDIRS = $(SUBDIRS)
 
159
am__DIST_COMMON = $(srcdir)/Makefile.in
149
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150
161
am__relativize = \
151
162
  dir0=`pwd`; \
201
212
CXXDEPMODE = @CXXDEPMODE@
202
213
CXXFLAGS = @CXXFLAGS@
203
214
CYGPATH_W = @CYGPATH_W@
204
 
DATADIRNAME = @DATADIRNAME@
205
215
DEFS = @DEFS@
206
216
DEPDIR = @DEPDIR@
207
217
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
214
224
EGREP = @EGREP@
215
225
EXEEXT = @EXEEXT@
216
226
FGREP = @FGREP@
 
227
GCOV = @GCOV@
217
228
GENHTML = @GENHTML@
218
229
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
219
230
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
379
390
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
380
391
        $(am__cd) $(top_srcdir) && \
381
392
          $(AUTOMAKE) --gnu docs/Makefile
382
 
.PRECIOUS: Makefile
383
393
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384
394
        @case '$?' in \
385
395
          *config.status*) \
674
684
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
675
685
        ps ps-am tags tags-am uninstall uninstall-am
676
686
 
 
687
.PRECIOUS: Makefile
 
688
 
677
689
 
678
690
-include $(top_srcdir)/git.mk
679
691