~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/build_tools/Makefile.in

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 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
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkgincludedir = $(includedir)/@PACKAGE@
 
64
pkglibdir = $(libdir)/@PACKAGE@
 
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
67
install_sh_DATA = $(install_sh) -c -m 644
 
68
install_sh_PROGRAM = $(install_sh) -c
 
69
install_sh_SCRIPT = $(install_sh) -c
 
70
INSTALL_HEADER = $(INSTALL_DATA)
 
71
transform = $(program_transform_name)
 
72
NORMAL_INSTALL = :
 
73
PRE_INSTALL = :
 
74
POST_INSTALL = :
 
75
NORMAL_UNINSTALL = :
 
76
PRE_UNINSTALL = :
 
77
POST_UNINSTALL = :
 
78
build_triplet = @build@
 
79
host_triplet = @host@
 
80
target_triplet = @target@
 
81
subdir = src/build_tools
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
84
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
85
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
86
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
87
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/revision.m4 \
 
88
        $(top_srcdir)/configure.ac
 
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
90
        $(ACLOCAL_M4)
 
91
mkinstalldirs = $(install_sh) -d
 
92
CONFIG_HEADER = $(top_builddir)/src/include/config.h
 
93
CONFIG_CLEAN_FILES =
 
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
 
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
 
103
AM_V_at = $(am__v_at_@AM_V@)
 
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
105
am__v_at_0 = @
 
106
am__v_at_1 = 
 
107
SOURCES =
 
108
DIST_SOURCES =
 
109
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
110
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
111
        install-data-recursive install-dvi-recursive \
 
112
        install-exec-recursive install-html-recursive \
 
113
        install-info-recursive install-pdf-recursive \
 
114
        install-ps-recursive install-recursive installcheck-recursive \
 
115
        installdirs-recursive pdf-recursive ps-recursive \
 
116
        tags-recursive uninstall-recursive
 
117
am__can_run_installinfo = \
 
118
  case $$AM_UPDATE_INFO_DIR in \
 
119
    n|no|NO) false;; \
 
120
    *) (install-info --version) >/dev/null 2>&1;; \
 
121
  esac
 
122
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
123
  distclean-recursive maintainer-clean-recursive
 
124
am__recursive_targets = \
 
125
  $(RECURSIVE_TARGETS) \
 
126
  $(RECURSIVE_CLEAN_TARGETS) \
 
127
  $(am__extra_recursive_targets)
 
128
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
129
        distdir
 
130
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
131
# Read a list of newline-separated strings from the standard input,
 
132
# and print each of them once, without duplicates.  Input order is
 
133
# *not* preserved.
 
134
am__uniquify_input = $(AWK) '\
 
135
  BEGIN { nonempty = 0; } \
 
136
  { items[$$0] = 1; nonempty = 1; } \
 
137
  END { if (nonempty) { for (i in items) print i; }; } \
 
138
'
 
139
# Make sure the list of sources is unique.  This is necessary because,
 
140
# e.g., the same source file might be shared among _SOURCES variables
 
141
# for different programs/libraries.
 
142
am__define_uniq_tagged_files = \
 
143
  list='$(am__tagged_files)'; \
 
144
  unique=`for i in $$list; do \
 
145
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
146
  done | $(am__uniquify_input)`
 
147
ETAGS = etags
 
148
CTAGS = ctags
 
149
DIST_SUBDIRS = $(SUBDIRS)
 
150
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
151
am__relativize = \
 
152
  dir0=`pwd`; \
 
153
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
154
  sed_rest='s,^[^/]*/*,,'; \
 
155
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
156
  sed_butlast='s,/*[^/]*$$,,'; \
 
157
  while test -n "$$dir1"; do \
 
158
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
159
    if test "$$first" != "."; then \
 
160
      if test "$$first" = ".."; then \
 
161
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
162
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
163
      else \
 
164
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
165
        if test "$$first2" = "$$first"; then \
 
166
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
167
        else \
 
168
          dir2="../$$dir2"; \
 
169
        fi; \
 
170
        dir0="$$dir0"/"$$first"; \
 
171
      fi; \
 
172
    fi; \
 
173
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
174
  done; \
 
175
  reldir="$$dir2"
 
176
ACLOCAL = @ACLOCAL@
 
177
AMTAR = @AMTAR@
 
178
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
179
AR = @AR@
 
180
AUTOCONF = @AUTOCONF@
 
181
AUTOHEADER = @AUTOHEADER@
 
182
AUTOMAKE = @AUTOMAKE@
 
183
AWK = @AWK@
 
184
BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
 
185
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
 
186
BUILD_BYOGAMES = @BUILD_BYOGAMES@
 
187
BUILD_CBKODERS = @BUILD_CBKODERS@
 
188
BUILD_CCCC = @BUILD_CCCC@
 
189
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
 
190
BUILD_CODESTAT = @BUILD_CODESTAT@
 
191
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
192
BUILD_CPPCHECK = @BUILD_CPPCHECK@
 
193
BUILD_CSCOPE = @BUILD_CSCOPE@
 
194
BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@
 
195
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
 
196
BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@
 
197
BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@
 
198
BUILD_ENVVARS = @BUILD_ENVVARS@
 
199
BUILD_EXPORTER = @BUILD_EXPORTER@
 
200
BUILD_FILEMANAGER = @BUILD_FILEMANAGER@
 
201
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
 
202
BUILD_HELP = @BUILD_HELP@
 
203
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
204
BUILD_INCSEARCH = @BUILD_INCSEARCH@
 
205
BUILD_KEYBINDER = @BUILD_KEYBINDER@
 
206
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
207
BUILD_MOUSESAP = @BUILD_MOUSESAP@
 
208
BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@
 
209
BUILD_PROFILER = @BUILD_PROFILER@
 
210
BUILD_REGEX = @BUILD_REGEX@
 
211
BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@
 
212
BUILD_SMARTINDENT = @BUILD_SMARTINDENT@
 
213
BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@
 
214
BUILD_SYMTAB = @BUILD_SYMTAB@
 
215
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
216
BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@
 
217
BUILD_VALGRIND = @BUILD_VALGRIND@
 
218
BUILD_WXCONTRIB = @BUILD_WXCONTRIB@
 
219
BUILD_WXSMITH = @BUILD_WXSMITH@
 
220
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
221
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
 
222
CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@
 
223
CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@
 
224
CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@
 
225
CB_GAMIN_LIBS = @CB_GAMIN_LIBS@
 
226
CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@
 
227
CB_GLIB2_LIBS = @CB_GLIB2_LIBS@
 
228
CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@
 
229
CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@
 
230
CC = @CC@
 
231
CCDEPMODE = @CCDEPMODE@
 
232
CFLAGS = @CFLAGS@
 
233
CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
 
234
CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
 
235
CPP = @CPP@
 
236
CPPFLAGS = @CPPFLAGS@
 
237
CXX = @CXX@
 
238
CXXCPP = @CXXCPP@
 
239
CXXDEPMODE = @CXXDEPMODE@
 
240
CXXFLAGS = @CXXFLAGS@
 
241
CYGPATH_W = @CYGPATH_W@
 
242
DATE = @DATE@
 
243
DEFS = @DEFS@
 
244
DEPDIR = @DEPDIR@
 
245
DLLTOOL = @DLLTOOL@
 
246
DSYMUTIL = @DSYMUTIL@
 
247
DUMPBIN = @DUMPBIN@
 
248
ECHO_C = @ECHO_C@
 
249
ECHO_N = @ECHO_N@
 
250
ECHO_T = @ECHO_T@
 
251
EGREP = @EGREP@
 
252
EXEEXT = @EXEEXT@
 
253
FGREP = @FGREP@
 
254
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
255
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
256
GAMIN_CFLAGS = @GAMIN_CFLAGS@
 
257
GAMIN_LIBS = @GAMIN_LIBS@
 
258
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
 
259
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
 
260
GCC_PATCH_VERSION = @GCC_PATCH_VERSION@
 
261
GCC_VERSION = @GCC_VERSION@
 
262
GLIB2_CFLAGS = @GLIB2_CFLAGS@
 
263
GLIB2_LIBS = @GLIB2_LIBS@
 
264
GREP = @GREP@
 
265
GTK2_CFLAGS = @GTK2_CFLAGS@
 
266
GTK2_LIBS = @GTK2_LIBS@
 
267
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
268
HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
 
269
HUNSPELL_LIBS = @HUNSPELL_LIBS@
 
270
INSTALL = @INSTALL@
 
271
INSTALL_DATA = @INSTALL_DATA@
 
272
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
273
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
274
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
275
LD = @LD@
 
276
LDFLAGS = @LDFLAGS@
 
277
LIBOBJS = @LIBOBJS@
 
278
LIBS = @LIBS@
 
279
LIBTOOL = @LIBTOOL@
 
280
LIPO = @LIPO@
 
281
LN_S = @LN_S@
 
282
LTLIBOBJS = @LTLIBOBJS@
 
283
MACSETFILE = @MACSETFILE@
 
284
MAKEINFO = @MAKEINFO@
 
285
MANIFEST_TOOL = @MANIFEST_TOOL@
 
286
MKDIR_P = @MKDIR_P@
 
287
NM = @NM@
 
288
NMEDIT = @NMEDIT@
 
289
OBJDUMP = @OBJDUMP@
 
290
OBJEXT = @OBJEXT@
 
291
OTOOL = @OTOOL@
 
292
OTOOL64 = @OTOOL64@
 
293
PACKAGE = @PACKAGE@
 
294
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
295
PACKAGE_NAME = @PACKAGE_NAME@
 
296
PACKAGE_STRING = @PACKAGE_STRING@
 
297
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
298
PACKAGE_URL = @PACKAGE_URL@
 
299
PACKAGE_VERSION = @PACKAGE_VERSION@
 
300
PATH_SEPARATOR = @PATH_SEPARATOR@
 
301
PKG_CONFIG = @PKG_CONFIG@
 
302
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
303
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
304
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
305
PLATFORM_LIBS = @PLATFORM_LIBS@
 
306
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
307
POSTLINK_COMMAND = @POSTLINK_COMMAND@
 
308
RANLIB = @RANLIB@
 
309
RC = @RC@
 
310
REVISION = @REVISION@
 
311
REZ = @REZ@
 
312
SED = @SED@
 
313
SETFILE = @SETFILE@
 
314
SET_MAKE = @SET_MAKE@
 
315
SHARED_FLAGS = @SHARED_FLAGS@
 
316
SHELL = @SHELL@
 
317
STRIP = @STRIP@
 
318
VERSION = @VERSION@
 
319
WXPROPGRID_DIR = @WXPROPGRID_DIR@
 
320
WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@
 
321
WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@
 
322
WXPROPGRID_LIB = @WXPROPGRID_LIB@
 
323
WX_CFLAGS = @WX_CFLAGS@
 
324
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
325
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
326
WX_CPPFLAGS = @WX_CPPFLAGS@
 
327
WX_CXXFLAGS = @WX_CXXFLAGS@
 
328
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
329
WX_GTK2_CFLAGS = @WX_GTK2_CFLAGS@
 
330
WX_GTK2_LIBS = @WX_GTK2_LIBS@
 
331
WX_LIBS = @WX_LIBS@
 
332
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
333
WX_RESCOMP = @WX_RESCOMP@
 
334
WX_VERSION = @WX_VERSION@
 
335
WX_X11_CFLAGS = @WX_X11_CFLAGS@
 
336
WX_X11_LIBS = @WX_X11_LIBS@
 
337
XMKMF = @XMKMF@
 
338
X_CFLAGS = @X_CFLAGS@
 
339
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
340
X_LIBS = @X_LIBS@
 
341
X_PRE_LIBS = @X_PRE_LIBS@
 
342
abs_builddir = @abs_builddir@
 
343
abs_srcdir = @abs_srcdir@
 
344
abs_top_builddir = @abs_top_builddir@
 
345
abs_top_srcdir = @abs_top_srcdir@
 
346
ac_ct_AR = @ac_ct_AR@
 
347
ac_ct_CC = @ac_ct_CC@
 
348
ac_ct_CXX = @ac_ct_CXX@
 
349
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
350
am__include = @am__include@
 
351
am__leading_dot = @am__leading_dot@
 
352
am__quote = @am__quote@
 
353
am__tar = @am__tar@
 
354
am__untar = @am__untar@
 
355
bindir = @bindir@
 
356
build = @build@
 
357
build_alias = @build_alias@
 
358
build_cpu = @build_cpu@
 
359
build_os = @build_os@
 
360
build_vendor = @build_vendor@
 
361
builddir = @builddir@
 
362
codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
 
363
datadir = @datadir@
 
364
datarootdir = @datarootdir@
 
365
docdir = @docdir@
 
366
dvidir = @dvidir@
 
367
exec_prefix = @exec_prefix@
 
368
host = @host@
 
369
host_alias = @host_alias@
 
370
host_cpu = @host_cpu@
 
371
host_os = @host_os@
 
372
host_vendor = @host_vendor@
 
373
htmldir = @htmldir@
 
374
includedir = @includedir@
 
375
infodir = @infodir@
 
376
install_sh = @install_sh@
 
377
libdir = @libdir@
 
378
libexecdir = @libexecdir@
 
379
localedir = @localedir@
 
380
localstatedir = @localstatedir@
 
381
mandir = @mandir@
 
382
mkdir_p = @mkdir_p@
 
383
oldincludedir = @oldincludedir@
 
384
pdfdir = @pdfdir@
 
385
prefix = @prefix@
 
386
program_transform_name = @program_transform_name@
 
387
psdir = @psdir@
 
388
sbindir = @sbindir@
 
389
sharedstatedir = @sharedstatedir@
 
390
srcdir = @srcdir@
 
391
sysconfdir = @sysconfdir@
 
392
target = @target@
 
393
target_alias = @target_alias@
 
394
target_cpu = @target_cpu@
 
395
target_os = @target_os@
 
396
target_vendor = @target_vendor@
 
397
top_build_prefix = @top_build_prefix@
 
398
top_builddir = @top_builddir@
 
399
top_srcdir = @top_srcdir@
 
400
SUBDIRS = autorevision
 
401
all: all-recursive
 
402
 
 
403
.SUFFIXES:
 
404
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
405
        @for dep in $?; do \
 
406
          case '$(am__configure_deps)' in \
 
407
            *$$dep*) \
 
408
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
409
                && { if test -f $@; then exit 0; else break; fi; }; \
 
410
              exit 1;; \
 
411
          esac; \
 
412
        done; \
 
413
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/build_tools/Makefile'; \
 
414
        $(am__cd) $(top_srcdir) && \
 
415
          $(AUTOMAKE) --foreign src/build_tools/Makefile
 
416
.PRECIOUS: Makefile
 
417
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
418
        @case '$?' in \
 
419
          *config.status*) \
 
420
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
421
          *) \
 
422
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
423
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
424
        esac;
 
425
 
 
426
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
427
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
428
 
 
429
$(top_srcdir)/configure:  $(am__configure_deps)
 
430
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
431
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
432
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
433
$(am__aclocal_m4_deps):
 
434
 
 
435
mostlyclean-libtool:
 
436
        -rm -f *.lo
 
437
 
 
438
clean-libtool:
 
439
        -rm -rf .libs _libs
 
440
 
 
441
# This directory's subdirectories are mostly independent; you can cd
 
442
# into them and run 'make' without going through this Makefile.
 
443
# To change the values of 'make' variables: instead of editing Makefiles,
 
444
# (1) if the variable is set in 'config.status', edit 'config.status'
 
445
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
446
# (2) otherwise, pass the desired values on the 'make' command line.
 
447
$(am__recursive_targets):
 
448
        @fail=; \
 
449
        if $(am__make_keepgoing); then \
 
450
          failcom='fail=yes'; \
 
451
        else \
 
452
          failcom='exit 1'; \
 
453
        fi; \
 
454
        dot_seen=no; \
 
455
        target=`echo $@ | sed s/-recursive//`; \
 
456
        case "$@" in \
 
457
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
458
          *) list='$(SUBDIRS)' ;; \
 
459
        esac; \
 
460
        for subdir in $$list; do \
 
461
          echo "Making $$target in $$subdir"; \
 
462
          if test "$$subdir" = "."; then \
 
463
            dot_seen=yes; \
 
464
            local_target="$$target-am"; \
 
465
          else \
 
466
            local_target="$$target"; \
 
467
          fi; \
 
468
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
469
          || eval $$failcom; \
 
470
        done; \
 
471
        if test "$$dot_seen" = "no"; then \
 
472
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
473
        fi; test -z "$$fail"
 
474
 
 
475
ID: $(am__tagged_files)
 
476
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
477
tags: tags-recursive
 
478
TAGS: tags
 
479
 
 
480
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
481
        set x; \
 
482
        here=`pwd`; \
 
483
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
484
          include_option=--etags-include; \
 
485
          empty_fix=.; \
 
486
        else \
 
487
          include_option=--include; \
 
488
          empty_fix=; \
 
489
        fi; \
 
490
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
491
          if test "$$subdir" = .; then :; else \
 
492
            test ! -f $$subdir/TAGS || \
 
493
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
494
          fi; \
 
495
        done; \
 
496
        $(am__define_uniq_tagged_files); \
 
497
        shift; \
 
498
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
499
          test -n "$$unique" || unique=$$empty_fix; \
 
500
          if test $$# -gt 0; then \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              "$$@" $$unique; \
 
503
          else \
 
504
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
505
              $$unique; \
 
506
          fi; \
 
507
        fi
 
508
ctags: ctags-recursive
 
509
 
 
510
CTAGS: ctags
 
511
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
512
        $(am__define_uniq_tagged_files); \
 
513
        test -z "$(CTAGS_ARGS)$$unique" \
 
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
515
             $$unique
 
516
 
 
517
GTAGS:
 
518
        here=`$(am__cd) $(top_builddir) && pwd` \
 
519
          && $(am__cd) $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) "$$here"
 
521
cscopelist: cscopelist-recursive
 
522
 
 
523
cscopelist-am: $(am__tagged_files)
 
524
        list='$(am__tagged_files)'; \
 
525
        case "$(srcdir)" in \
 
526
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
527
          *) sdir=$(subdir)/$(srcdir) ;; \
 
528
        esac; \
 
529
        for i in $$list; do \
 
530
          if test -f "$$i"; then \
 
531
            echo "$(subdir)/$$i"; \
 
532
          else \
 
533
            echo "$$sdir/$$i"; \
 
534
          fi; \
 
535
        done >> $(top_builddir)/cscope.files
 
536
 
 
537
distclean-tags:
 
538
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
539
 
 
540
distdir: $(DISTFILES)
 
541
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
542
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
543
        list='$(DISTFILES)'; \
 
544
          dist_files=`for file in $$list; do echo $$file; done | \
 
545
          sed -e "s|^$$srcdirstrip/||;t" \
 
546
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
547
        case $$dist_files in \
 
548
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
549
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
550
                           sort -u` ;; \
 
551
        esac; \
 
552
        for file in $$dist_files; do \
 
553
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
554
          if test -d $$d/$$file; then \
 
555
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
556
            if test -d "$(distdir)/$$file"; then \
 
557
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
558
            fi; \
 
559
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
560
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
561
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
562
            fi; \
 
563
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
564
          else \
 
565
            test -f "$(distdir)/$$file" \
 
566
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
567
            || exit 1; \
 
568
          fi; \
 
569
        done
 
570
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
571
          if test "$$subdir" = .; then :; else \
 
572
            $(am__make_dryrun) \
 
573
              || test -d "$(distdir)/$$subdir" \
 
574
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
575
              || exit 1; \
 
576
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
577
            $(am__relativize); \
 
578
            new_distdir=$$reldir; \
 
579
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
580
            $(am__relativize); \
 
581
            new_top_distdir=$$reldir; \
 
582
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
583
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
584
            ($(am__cd) $$subdir && \
 
585
              $(MAKE) $(AM_MAKEFLAGS) \
 
586
                top_distdir="$$new_top_distdir" \
 
587
                distdir="$$new_distdir" \
 
588
                am__remove_distdir=: \
 
589
                am__skip_length_check=: \
 
590
                am__skip_mode_fix=: \
 
591
                distdir) \
 
592
              || exit 1; \
 
593
          fi; \
 
594
        done
 
595
check-am: all-am
 
596
check: check-recursive
 
597
all-am: Makefile
 
598
installdirs: installdirs-recursive
 
599
installdirs-am:
 
600
install: install-recursive
 
601
install-exec: install-exec-recursive
 
602
install-data: install-data-recursive
 
603
uninstall: uninstall-recursive
 
604
 
 
605
install-am: all-am
 
606
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
607
 
 
608
installcheck: installcheck-recursive
 
609
install-strip:
 
610
        if test -z '$(STRIP)'; then \
 
611
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
612
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
613
              install; \
 
614
        else \
 
615
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
616
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
617
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
618
        fi
 
619
mostlyclean-generic:
 
620
 
 
621
clean-generic:
 
622
 
 
623
distclean-generic:
 
624
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
625
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
626
 
 
627
maintainer-clean-generic:
 
628
        @echo "This command is intended for maintainers to use"
 
629
        @echo "it deletes files that may require special tools to rebuild."
 
630
clean: clean-recursive
 
631
 
 
632
clean-am: clean-generic clean-libtool mostlyclean-am
 
633
 
 
634
distclean: distclean-recursive
 
635
        -rm -f Makefile
 
636
distclean-am: clean-am distclean-generic distclean-tags
 
637
 
 
638
dvi: dvi-recursive
 
639
 
 
640
dvi-am:
 
641
 
 
642
html: html-recursive
 
643
 
 
644
html-am:
 
645
 
 
646
info: info-recursive
 
647
 
 
648
info-am:
 
649
 
 
650
install-data-am:
 
651
 
 
652
install-dvi: install-dvi-recursive
 
653
 
 
654
install-dvi-am:
 
655
 
 
656
install-exec-am:
 
657
 
 
658
install-html: install-html-recursive
 
659
 
 
660
install-html-am:
 
661
 
 
662
install-info: install-info-recursive
 
663
 
 
664
install-info-am:
 
665
 
 
666
install-man:
 
667
 
 
668
install-pdf: install-pdf-recursive
 
669
 
 
670
install-pdf-am:
 
671
 
 
672
install-ps: install-ps-recursive
 
673
 
 
674
install-ps-am:
 
675
 
 
676
installcheck-am:
 
677
 
 
678
maintainer-clean: maintainer-clean-recursive
 
679
        -rm -f Makefile
 
680
maintainer-clean-am: distclean-am maintainer-clean-generic
 
681
 
 
682
mostlyclean: mostlyclean-recursive
 
683
 
 
684
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
685
 
 
686
pdf: pdf-recursive
 
687
 
 
688
pdf-am:
 
689
 
 
690
ps: ps-recursive
 
691
 
 
692
ps-am:
 
693
 
 
694
uninstall-am:
 
695
 
 
696
.MAKE: $(am__recursive_targets) install-am install-strip
 
697
 
 
698
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
699
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
700
        ctags-am distclean distclean-generic distclean-libtool \
 
701
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
702
        install install-am install-data install-data-am install-dvi \
 
703
        install-dvi-am install-exec install-exec-am install-html \
 
704
        install-html-am install-info install-info-am install-man \
 
705
        install-pdf install-pdf-am install-ps install-ps-am \
 
706
        install-strip installcheck installcheck-am installdirs \
 
707
        installdirs-am maintainer-clean maintainer-clean-generic \
 
708
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
709
        ps ps-am tags tags-am uninstall uninstall-am
 
710
 
 
711
 
 
712
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
713
# Otherwise a system limit (for SysV at least) may be exceeded.
 
714
.NOEXPORT: