~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to data/style-schemes/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
 
29
am__make_running_with_option = \
 
30
  case $${target_option-} in \
 
31
      ?) ;; \
 
32
      *) echo "am__make_running_with_option: internal error: invalid" \
 
33
              "target option '$${target_option-}' specified" >&2; \
 
34
         exit 1;; \
 
35
  esac; \
 
36
  has_opt=no; \
 
37
  sane_makeflags=$$MAKEFLAGS; \
 
38
  if $(am__is_gnu_make); then \
 
39
    sane_makeflags=$$MFLAGS; \
 
40
  else \
 
41
    case $$MAKEFLAGS in \
 
42
      *\\[\ \   ]*) \
 
43
        bs=\\; \
 
44
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
45
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
46
    esac; \
 
47
  fi; \
 
48
  skip_next=no; \
 
49
  strip_trailopt () \
 
50
  { \
 
51
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
52
  }; \
 
53
  for flg in $$sane_makeflags; do \
 
54
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
55
    case $$flg in \
 
56
      *=*|--*) continue;; \
 
57
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
58
      -*I?*) strip_trailopt 'I';; \
 
59
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
60
      -*O?*) strip_trailopt 'O';; \
 
61
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
62
      -*l?*) strip_trailopt 'l';; \
 
63
      -[dEDm]) skip_next=yes;; \
 
64
      -[JT]) skip_next=yes;; \
 
65
    esac; \
 
66
    case $$flg in \
 
67
      *$$target_option*) has_opt=yes; break;; \
 
68
    esac; \
 
69
  done; \
 
70
  test $$has_opt = yes
 
71
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
72
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
73
pkgdatadir = $(datadir)/@PACKAGE@
 
74
pkgincludedir = $(includedir)/@PACKAGE@
 
75
pkglibdir = $(libdir)/@PACKAGE@
 
76
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
77
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
78
install_sh_DATA = $(install_sh) -c -m 644
 
79
install_sh_PROGRAM = $(install_sh) -c
 
80
install_sh_SCRIPT = $(install_sh) -c
 
81
INSTALL_HEADER = $(INSTALL_DATA)
 
82
transform = $(program_transform_name)
 
83
NORMAL_INSTALL = :
 
84
PRE_INSTALL = :
 
85
POST_INSTALL = :
 
86
NORMAL_UNINSTALL = :
 
87
PRE_UNINSTALL = :
 
88
POST_UNINSTALL = :
 
89
build_triplet = @build@
 
90
host_triplet = @host@
 
91
subdir = data/style-schemes
 
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
93
am__aclocal_m4_deps = $(top_srcdir)/build/autotools/appstream-xml.m4 \
 
94
        $(top_srcdir)/build/autotools/ax_append_compile_flags.m4 \
 
95
        $(top_srcdir)/build/autotools/ax_append_flag.m4 \
 
96
        $(top_srcdir)/build/autotools/ax_check_compile_flag.m4 \
 
97
        $(top_srcdir)/build/autotools/ax_check_link_flag.m4 \
 
98
        $(top_srcdir)/build/autotools/ax_compiler_vendor.m4 \
 
99
        $(top_srcdir)/build/autotools/ax_cxx_compile_stdcxx_11.m4 \
 
100
        $(top_srcdir)/build/autotools/ax_require_defined.m4 \
 
101
        $(top_srcdir)/build/autotools/gb_enable_lto.m4 \
 
102
        $(top_srcdir)/build/autotools/gb_enable_rdtscp.m4 \
 
103
        $(top_srcdir)/build/autotools/glib-gettext.m4 \
 
104
        $(top_srcdir)/build/autotools/gsettings.m4 \
 
105
        $(top_srcdir)/build/autotools/gtk-doc.m4 \
 
106
        $(top_srcdir)/build/autotools/intltool.m4 \
 
107
        $(top_srcdir)/build/autotools/introspection.m4 \
 
108
        $(top_srcdir)/build/autotools/libtool.m4 \
 
109
        $(top_srcdir)/build/autotools/ltoptions.m4 \
 
110
        $(top_srcdir)/build/autotools/ltsugar.m4 \
 
111
        $(top_srcdir)/build/autotools/ltversion.m4 \
 
112
        $(top_srcdir)/build/autotools/lt~obsolete.m4 \
 
113
        $(top_srcdir)/build/autotools/nls.m4 \
 
114
        $(top_srcdir)/build/autotools/pkg.m4 \
 
115
        $(top_srcdir)/configure.ac
 
116
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
117
        $(ACLOCAL_M4)
 
118
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
119
mkinstalldirs = $(install_sh) -d
 
120
CONFIG_HEADER = $(top_builddir)/config.h
 
121
CONFIG_CLEAN_FILES =
 
122
CONFIG_CLEAN_VPATH_FILES =
 
123
AM_V_P = $(am__v_P_@AM_V@)
 
124
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
125
am__v_P_0 = false
 
126
am__v_P_1 = :
 
127
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
128
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
129
am__v_GEN_0 = @echo "  GEN     " $@;
 
130
am__v_GEN_1 = 
 
131
AM_V_at = $(am__v_at_@AM_V@)
 
132
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
133
am__v_at_0 = @
 
134
am__v_at_1 = 
 
135
SOURCES =
 
136
DIST_SOURCES =
 
137
am__can_run_installinfo = \
 
138
  case $$AM_UPDATE_INFO_DIR in \
 
139
    n|no|NO) false;; \
 
140
    *) (install-info --version) >/dev/null 2>&1;; \
 
141
  esac
 
142
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
143
am__vpath_adj = case $$p in \
 
144
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
145
    *) f=$$p;; \
 
146
  esac;
 
147
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
148
am__install_max = 40
 
149
am__nobase_strip_setup = \
 
150
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
151
am__nobase_strip = \
 
152
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
153
am__nobase_list = $(am__nobase_strip_setup); \
 
154
  for p in $$list; do echo "$$p $$p"; done | \
 
155
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
156
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
157
    if (++n[$$2] == $(am__install_max)) \
 
158
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
159
    END { for (dir in files) print dir, files[dir] }'
 
160
am__base_list = \
 
161
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
162
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
163
am__uninstall_files_from_dir = { \
 
164
  test -z "$$files" \
 
165
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
166
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
167
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
168
  }
 
169
am__installdirs = "$(DESTDIR)$(styledir)"
 
170
DATA = $(style_DATA)
 
171
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
172
am__DIST_COMMON = $(srcdir)/Makefile.in
 
173
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
174
ACLOCAL = @ACLOCAL@
 
175
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
176
ALL_LINGUAS = @ALL_LINGUAS@
 
177
AMTAR = @AMTAR@
 
178
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
179
APPSTREAM_UTIL = @APPSTREAM_UTIL@
 
180
AR = @AR@
 
181
AUTOCONF = @AUTOCONF@
 
182
AUTOHEADER = @AUTOHEADER@
 
183
AUTOMAKE = @AUTOMAKE@
 
184
AWK = @AWK@
 
185
BUGREPORT_URL = @BUGREPORT_URL@
 
186
BUILDER_CFLAGS = @BUILDER_CFLAGS@
 
187
BUILDER_LIBS = @BUILDER_LIBS@
 
188
CATALOGS = @CATALOGS@
 
189
CATOBJEXT = @CATOBJEXT@
 
190
CC = @CC@
 
191
CCDEPMODE = @CCDEPMODE@
 
192
CFLAGS = @CFLAGS@
 
193
CLANG_CFLAGS = @CLANG_CFLAGS@
 
194
CLANG_INCLUDEDIR = @CLANG_INCLUDEDIR@
 
195
CLANG_LDFLAGS = @CLANG_LDFLAGS@
 
196
CPP = @CPP@
 
197
CPPFLAGS = @CPPFLAGS@
 
198
CXX = @CXX@
 
199
CXXCPP = @CXXCPP@
 
200
CXXDEPMODE = @CXXDEPMODE@
 
201
CXXFLAGS = @CXXFLAGS@
 
202
CYGPATH_W = @CYGPATH_W@
 
203
DATADIRNAME = @DATADIRNAME@
 
204
DEBUG_CFLAGS = @DEBUG_CFLAGS@
 
205
DEFS = @DEFS@
 
206
DEPDIR = @DEPDIR@
 
207
DLLTOOL = @DLLTOOL@
 
208
DSYMUTIL = @DSYMUTIL@
 
209
DUMPBIN = @DUMPBIN@
 
210
ECHO_C = @ECHO_C@
 
211
ECHO_N = @ECHO_N@
 
212
ECHO_T = @ECHO_T@
 
213
EGG_CFLAGS = @EGG_CFLAGS@
 
214
EGG_LIBS = @EGG_LIBS@
 
215
EGREP = @EGREP@
 
216
ENABLE_TRACING = @ENABLE_TRACING@
 
217
EXEEXT = @EXEEXT@
 
218
FGREP = @FGREP@
 
219
GCC_AR = @GCC_AR@
 
220
GCC_NM = @GCC_NM@
 
221
GCC_RANLIB = @GCC_RANLIB@
 
222
GEDIT_CFLAGS = @GEDIT_CFLAGS@
 
223
GEDIT_LIBS = @GEDIT_LIBS@
 
224
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
225
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 
226
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
227
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
228
GLIB_MKENUMS = @GLIB_MKENUMS@
 
229
GMAKE = @GMAKE@
 
230
GMOFILES = @GMOFILES@
 
231
GMSGFMT = @GMSGFMT@
 
232
GREP = @GREP@
 
233
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
234
GTKDOC_CHECK = @GTKDOC_CHECK@
 
235
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
 
236
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
237
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
238
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
239
GTKDOC_REBASE = @GTKDOC_REBASE@
 
240
HAVE_CXX11 = @HAVE_CXX11@
 
241
HTML_DIR = @HTML_DIR@
 
242
INSTALL = @INSTALL@
 
243
INSTALL_DATA = @INSTALL_DATA@
 
244
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
245
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
246
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
247
INSTOBJEXT = @INSTOBJEXT@
 
248
INTLLIBS = @INTLLIBS@
 
249
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
250
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
251
INTLTOOL_PERL = @INTLTOOL_PERL@
 
252
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
253
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
254
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
255
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
256
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
257
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
258
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
259
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
260
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
261
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
262
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
263
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
264
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
265
LD = @LD@
 
266
LDFLAGS = @LDFLAGS@
 
267
LIBIDE_CFLAGS = @LIBIDE_CFLAGS@
 
268
LIBIDE_LIBS = @LIBIDE_LIBS@
 
269
LIBIDE_VERSION = @LIBIDE_VERSION@
 
270
LIBOBJS = @LIBOBJS@
 
271
LIBS = @LIBS@
 
272
LIBTOOL = @LIBTOOL@
 
273
LIPO = @LIPO@
 
274
LLVM_CONFIG = @LLVM_CONFIG@
 
275
LN_S = @LN_S@
 
276
LTLIBOBJS = @LTLIBOBJS@
 
277
LTO_CFLAGS = @LTO_CFLAGS@
 
278
MAINT = @MAINT@
 
279
MAJOR_VERSION = @MAJOR_VERSION@
 
280
MAKEINFO = @MAKEINFO@
 
281
MANIFEST_TOOL = @MANIFEST_TOOL@
 
282
MICRO_VERSION = @MICRO_VERSION@
 
283
MINOR_VERSION = @MINOR_VERSION@
 
284
MKDIR_P = @MKDIR_P@
 
285
MKINSTALLDIRS = @MKINSTALLDIRS@
 
286
MSGFMT = @MSGFMT@
 
287
MSGFMT_OPTS = @MSGFMT_OPTS@
 
288
MSGMERGE = @MSGMERGE@
 
289
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
290
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
291
NM = @NM@
 
292
NMEDIT = @NMEDIT@
 
293
OBJDUMP = @OBJDUMP@
 
294
OBJEXT = @OBJEXT@
 
295
OPTIMIZE_CFLAGS = @OPTIMIZE_CFLAGS@
 
296
OPTIMIZE_LDFLAGS = @OPTIMIZE_LDFLAGS@
 
297
OTOOL = @OTOOL@
 
298
OTOOL64 = @OTOOL64@
 
299
PACKAGE = @PACKAGE@
 
300
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
301
PACKAGE_NAME = @PACKAGE_NAME@
 
302
PACKAGE_STRING = @PACKAGE_STRING@
 
303
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
304
PACKAGE_URL = @PACKAGE_URL@
 
305
PACKAGE_VERSION = @PACKAGE_VERSION@
 
306
PATH_SEPARATOR = @PATH_SEPARATOR@
 
307
PKG_CONFIG = @PKG_CONFIG@
 
308
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
309
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
310
POFILES = @POFILES@
 
311
POSUB = @POSUB@
 
312
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
313
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
314
PYTHON3_CONFIG = @PYTHON3_CONFIG@
 
315
RANLIB = @RANLIB@
 
316
SEARCH_CFLAGS = @SEARCH_CFLAGS@
 
317
SEARCH_LIBS = @SEARCH_LIBS@
 
318
SED = @SED@
 
319
SET_MAKE = @SET_MAKE@
 
320
SHELL = @SHELL@
 
321
SHM_LIB = @SHM_LIB@
 
322
STRIP = @STRIP@
 
323
USE_NLS = @USE_NLS@
 
324
VERSION = @VERSION@
 
325
XGETTEXT = @XGETTEXT@
 
326
XML_CFLAGS = @XML_CFLAGS@
 
327
XML_LIBS = @XML_LIBS@
 
328
abs_builddir = @abs_builddir@
 
329
abs_srcdir = @abs_srcdir@
 
330
abs_top_builddir = @abs_top_builddir@
 
331
abs_top_srcdir = @abs_top_srcdir@
 
332
ac_ct_AR = @ac_ct_AR@
 
333
ac_ct_CC = @ac_ct_CC@
 
334
ac_ct_CXX = @ac_ct_CXX@
 
335
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
336
am__include = @am__include@
 
337
am__leading_dot = @am__leading_dot@
 
338
am__quote = @am__quote@
 
339
am__tar = @am__tar@
 
340
am__untar = @am__untar@
 
341
appstreamxmldir = @appstreamxmldir@
 
342
bindir = @bindir@
 
343
build = @build@
 
344
build_alias = @build_alias@
 
345
build_cpu = @build_cpu@
 
346
build_os = @build_os@
 
347
build_vendor = @build_vendor@
 
348
builddir = @builddir@
 
349
datadir = @datadir@
 
350
datarootdir = @datarootdir@
 
351
docdir = @docdir@
 
352
dvidir = @dvidir@
 
353
exec_prefix = @exec_prefix@
 
354
gsettingsschemadir = @gsettingsschemadir@
 
355
host = @host@
 
356
host_alias = @host_alias@
 
357
host_cpu = @host_cpu@
 
358
host_os = @host_os@
 
359
host_vendor = @host_vendor@
 
360
htmldir = @htmldir@
 
361
includedir = @includedir@
 
362
infodir = @infodir@
 
363
install_sh = @install_sh@
 
364
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
365
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
366
libdir = @libdir@
 
367
libexecdir = @libexecdir@
 
368
localedir = @localedir@
 
369
localstatedir = @localstatedir@
 
370
mandir = @mandir@
 
371
mkdir_p = @mkdir_p@
 
372
oldincludedir = @oldincludedir@
 
373
pdfdir = @pdfdir@
 
374
prefix = @prefix@
 
375
program_transform_name = @program_transform_name@
 
376
psdir = @psdir@
 
377
sbindir = @sbindir@
 
378
sharedstatedir = @sharedstatedir@
 
379
srcdir = @srcdir@
 
380
sysconfdir = @sysconfdir@
 
381
target_alias = @target_alias@
 
382
top_build_prefix = @top_build_prefix@
 
383
top_builddir = @top_builddir@
 
384
top_srcdir = @top_srcdir@
 
385
styledir = $(datadir)/gtksourceview-3.0/styles/
 
386
style_DATA = \
 
387
        builder.xml \
 
388
        builder-dark.xml \
 
389
        $(NULL)
 
390
 
 
391
EXTRA_DIST = $(style_DATA)
 
392
all: all-am
 
393
 
 
394
.SUFFIXES:
 
395
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
396
        @for dep in $?; do \
 
397
          case '$(am__configure_deps)' in \
 
398
            *$$dep*) \
 
399
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
400
                && { if test -f $@; then exit 0; else break; fi; }; \
 
401
              exit 1;; \
 
402
          esac; \
 
403
        done; \
 
404
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/style-schemes/Makefile'; \
 
405
        $(am__cd) $(top_srcdir) && \
 
406
          $(AUTOMAKE) --foreign data/style-schemes/Makefile
 
407
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
408
        @case '$?' in \
 
409
          *config.status*) \
 
410
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
411
          *) \
 
412
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
413
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
414
        esac;
 
415
 
 
416
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
417
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
418
 
 
419
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
420
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
421
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
422
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
423
$(am__aclocal_m4_deps):
 
424
 
 
425
mostlyclean-libtool:
 
426
        -rm -f *.lo
 
427
 
 
428
clean-libtool:
 
429
        -rm -rf .libs _libs
 
430
install-styleDATA: $(style_DATA)
 
431
        @$(NORMAL_INSTALL)
 
432
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
433
        if test -n "$$list"; then \
 
434
          echo " $(MKDIR_P) '$(DESTDIR)$(styledir)'"; \
 
435
          $(MKDIR_P) "$(DESTDIR)$(styledir)" || exit 1; \
 
436
        fi; \
 
437
        for p in $$list; do \
 
438
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
439
          echo "$$d$$p"; \
 
440
        done | $(am__base_list) | \
 
441
        while read files; do \
 
442
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(styledir)'"; \
 
443
          $(INSTALL_DATA) $$files "$(DESTDIR)$(styledir)" || exit $$?; \
 
444
        done
 
445
 
 
446
uninstall-styleDATA:
 
447
        @$(NORMAL_UNINSTALL)
 
448
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
449
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
450
        dir='$(DESTDIR)$(styledir)'; $(am__uninstall_files_from_dir)
 
451
tags TAGS:
 
452
 
 
453
ctags CTAGS:
 
454
 
 
455
cscope cscopelist:
 
456
 
 
457
 
 
458
distdir: $(DISTFILES)
 
459
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
460
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
461
        list='$(DISTFILES)'; \
 
462
          dist_files=`for file in $$list; do echo $$file; done | \
 
463
          sed -e "s|^$$srcdirstrip/||;t" \
 
464
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
465
        case $$dist_files in \
 
466
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
467
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
468
                           sort -u` ;; \
 
469
        esac; \
 
470
        for file in $$dist_files; do \
 
471
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
472
          if test -d $$d/$$file; then \
 
473
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
474
            if test -d "$(distdir)/$$file"; then \
 
475
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
476
            fi; \
 
477
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
478
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
479
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
480
            fi; \
 
481
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
482
          else \
 
483
            test -f "$(distdir)/$$file" \
 
484
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
485
            || exit 1; \
 
486
          fi; \
 
487
        done
 
488
check-am: all-am
 
489
check: check-am
 
490
all-am: Makefile $(DATA)
 
491
installdirs:
 
492
        for dir in "$(DESTDIR)$(styledir)"; do \
 
493
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
494
        done
 
495
install: install-am
 
496
install-exec: install-exec-am
 
497
install-data: install-data-am
 
498
uninstall: uninstall-am
 
499
 
 
500
install-am: all-am
 
501
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
502
 
 
503
installcheck: installcheck-am
 
504
install-strip:
 
505
        if test -z '$(STRIP)'; then \
 
506
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
507
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
508
              install; \
 
509
        else \
 
510
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
511
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
512
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
513
        fi
 
514
mostlyclean-generic:
 
515
 
 
516
clean-generic:
 
517
 
 
518
distclean-generic:
 
519
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
520
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
521
 
 
522
maintainer-clean-generic:
 
523
        @echo "This command is intended for maintainers to use"
 
524
        @echo "it deletes files that may require special tools to rebuild."
 
525
clean: clean-am
 
526
 
 
527
clean-am: clean-generic clean-libtool mostlyclean-am
 
528
 
 
529
distclean: distclean-am
 
530
        -rm -f Makefile
 
531
distclean-am: clean-am distclean-generic
 
532
 
 
533
dvi: dvi-am
 
534
 
 
535
dvi-am:
 
536
 
 
537
html: html-am
 
538
 
 
539
html-am:
 
540
 
 
541
info: info-am
 
542
 
 
543
info-am:
 
544
 
 
545
install-data-am: install-styleDATA
 
546
 
 
547
install-dvi: install-dvi-am
 
548
 
 
549
install-dvi-am:
 
550
 
 
551
install-exec-am:
 
552
 
 
553
install-html: install-html-am
 
554
 
 
555
install-html-am:
 
556
 
 
557
install-info: install-info-am
 
558
 
 
559
install-info-am:
 
560
 
 
561
install-man:
 
562
 
 
563
install-pdf: install-pdf-am
 
564
 
 
565
install-pdf-am:
 
566
 
 
567
install-ps: install-ps-am
 
568
 
 
569
install-ps-am:
 
570
 
 
571
installcheck-am:
 
572
 
 
573
maintainer-clean: maintainer-clean-am
 
574
        -rm -f Makefile
 
575
maintainer-clean-am: distclean-am maintainer-clean-generic
 
576
 
 
577
mostlyclean: mostlyclean-am
 
578
 
 
579
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
580
 
 
581
pdf: pdf-am
 
582
 
 
583
pdf-am:
 
584
 
 
585
ps: ps-am
 
586
 
 
587
ps-am:
 
588
 
 
589
uninstall-am: uninstall-styleDATA
 
590
 
 
591
.MAKE: install-am install-strip
 
592
 
 
593
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
594
        cscopelist-am ctags-am distclean distclean-generic \
 
595
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
596
        install install-am install-data install-data-am install-dvi \
 
597
        install-dvi-am install-exec install-exec-am install-html \
 
598
        install-html-am install-info install-info-am install-man \
 
599
        install-pdf install-pdf-am install-ps install-ps-am \
 
600
        install-strip install-styleDATA installcheck installcheck-am \
 
601
        installdirs maintainer-clean maintainer-clean-generic \
 
602
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
603
        ps ps-am tags-am uninstall uninstall-am uninstall-styleDATA
 
604
 
 
605
.PRECIOUS: Makefile
 
606
 
 
607
 
 
608
-include $(top_srcdir)/git.mk
 
609
 
 
610
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
611
# Otherwise a system limit (for SysV at least) may be exceeded.
 
612
.NOEXPORT: