~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to support/Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2016-12-22 15:23:16 UTC
  • mfrom: (731.1.11)
  • mto: (731.14.2) (1056.1.1)
  • mto: This revision was merged to the branch mainline in revision 742.
  • Revision ID: git-v1:293b5a86a9053668773e75b35682c41ca64e0db6
Merge branch 'master' into feature/andy

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
#
 
18
# Makefile.am --- automake input file for gawk
 
19
#
 
20
# Copyright (C) 2000-2016 the Free Software Foundation, Inc.
 
21
#
 
22
# This file is part of GAWK, the GNU implementation of the
 
23
# AWK Programming Language.
 
24
#
 
25
# GAWK is free software; you can redistribute it and/or modify
 
26
# it under the terms of the GNU General Public License as published by
 
27
# the Free Software Foundation; either version 3 of the License, or
 
28
# (at your option) any later version.
 
29
#
 
30
# GAWK is distributed in the hope that it will be useful,
 
31
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
32
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
33
# GNU General Public License for more details.
 
34
#
 
35
# You should have received a copy of the GNU General Public License
 
36
# along with this program; if not, write to the Free Software
 
37
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
38
#
 
39
 
 
40
VPATH = @srcdir@
 
41
am__is_gnu_make = { \
 
42
  if test -z '$(MAKELEVEL)'; then \
 
43
    false; \
 
44
  elif test -n '$(MAKE_HOST)'; then \
 
45
    true; \
 
46
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
47
    true; \
 
48
  else \
 
49
    false; \
 
50
  fi; \
 
51
}
 
52
am__make_running_with_option = \
 
53
  case $${target_option-} in \
 
54
      ?) ;; \
 
55
      *) echo "am__make_running_with_option: internal error: invalid" \
 
56
              "target option '$${target_option-}' specified" >&2; \
 
57
         exit 1;; \
 
58
  esac; \
 
59
  has_opt=no; \
 
60
  sane_makeflags=$$MAKEFLAGS; \
 
61
  if $(am__is_gnu_make); then \
 
62
    sane_makeflags=$$MFLAGS; \
 
63
  else \
 
64
    case $$MAKEFLAGS in \
 
65
      *\\[\ \   ]*) \
 
66
        bs=\\; \
 
67
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
68
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
69
    esac; \
 
70
  fi; \
 
71
  skip_next=no; \
 
72
  strip_trailopt () \
 
73
  { \
 
74
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
75
  }; \
 
76
  for flg in $$sane_makeflags; do \
 
77
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
78
    case $$flg in \
 
79
      *=*|--*) continue;; \
 
80
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
81
      -*I?*) strip_trailopt 'I';; \
 
82
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
83
      -*O?*) strip_trailopt 'O';; \
 
84
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
85
      -*l?*) strip_trailopt 'l';; \
 
86
      -[dEDm]) skip_next=yes;; \
 
87
      -[JT]) skip_next=yes;; \
 
88
    esac; \
 
89
    case $$flg in \
 
90
      *$$target_option*) has_opt=yes; break;; \
 
91
    esac; \
 
92
  done; \
 
93
  test $$has_opt = yes
 
94
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
95
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
96
pkgdatadir = $(datadir)/@PACKAGE@
 
97
pkgincludedir = $(includedir)/@PACKAGE@
 
98
pkglibdir = $(libdir)/@PACKAGE@
 
99
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
100
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
101
install_sh_DATA = $(install_sh) -c -m 644
 
102
install_sh_PROGRAM = $(install_sh) -c
 
103
install_sh_SCRIPT = $(install_sh) -c
 
104
INSTALL_HEADER = $(INSTALL_DATA)
 
105
transform = $(program_transform_name)
 
106
NORMAL_INSTALL = :
 
107
PRE_INSTALL = :
 
108
POST_INSTALL = :
 
109
NORMAL_UNINSTALL = :
 
110
PRE_UNINSTALL = :
 
111
POST_UNINSTALL = :
 
112
build_triplet = @build@
 
113
host_triplet = @host@
 
114
subdir = support
 
115
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
116
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
 
117
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
 
118
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
119
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
120
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
121
        $(top_srcdir)/m4/libsigsegv.m4 $(top_srcdir)/m4/longlong.m4 \
 
122
        $(top_srcdir)/m4/mpfr.m4 $(top_srcdir)/m4/nls.m4 \
 
123
        $(top_srcdir)/m4/noreturn.m4 $(top_srcdir)/m4/po.m4 \
 
124
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
125
        $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/ulonglong.m4 \
 
126
        $(top_srcdir)/configure.ac
 
127
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
128
        $(ACLOCAL_M4)
 
129
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
130
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
131
CONFIG_HEADER = $(top_builddir)/config.h
 
132
CONFIG_CLEAN_FILES =
 
133
CONFIG_CLEAN_VPATH_FILES =
 
134
LIBRARIES = $(noinst_LIBRARIES)
 
135
AR = ar
 
136
ARFLAGS = cru
 
137
AM_V_AR = $(am__v_AR_@AM_V@)
 
138
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
 
139
am__v_AR_0 = @echo "  AR      " $@;
 
140
am__v_AR_1 = 
 
141
libsupport_a_AR = $(AR) $(ARFLAGS)
 
142
libsupport_a_LIBADD =
 
143
am_libsupport_a_OBJECTS = dfa.$(OBJEXT) getopt.$(OBJEXT) \
 
144
        getopt1.$(OBJEXT) localeinfo.$(OBJEXT) random.$(OBJEXT) \
 
145
        regex.$(OBJEXT)
 
146
libsupport_a_OBJECTS = $(am_libsupport_a_OBJECTS)
 
147
AM_V_P = $(am__v_P_@AM_V@)
 
148
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
149
am__v_P_0 = false
 
150
am__v_P_1 = :
 
151
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
152
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
153
am__v_GEN_0 = @echo "  GEN     " $@;
 
154
am__v_GEN_1 = 
 
155
AM_V_at = $(am__v_at_@AM_V@)
 
156
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
157
am__v_at_0 = @
 
158
am__v_at_1 = 
 
159
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
160
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
161
am__depfiles_maybe = depfiles
 
162
am__mv = mv -f
 
163
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
164
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
165
AM_V_CC = $(am__v_CC_@AM_V@)
 
166
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
167
am__v_CC_0 = @echo "  CC      " $@;
 
168
am__v_CC_1 = 
 
169
CCLD = $(CC)
 
170
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
171
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
172
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
173
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
174
am__v_CCLD_1 = 
 
175
SOURCES = $(libsupport_a_SOURCES)
 
176
DIST_SOURCES = $(libsupport_a_SOURCES)
 
177
am__can_run_installinfo = \
 
178
  case $$AM_UPDATE_INFO_DIR in \
 
179
    n|no|NO) false;; \
 
180
    *) (install-info --version) >/dev/null 2>&1;; \
 
181
  esac
 
182
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
183
# Read a list of newline-separated strings from the standard input,
 
184
# and print each of them once, without duplicates.  Input order is
 
185
# *not* preserved.
 
186
am__uniquify_input = $(AWK) '\
 
187
  BEGIN { nonempty = 0; } \
 
188
  { items[$$0] = 1; nonempty = 1; } \
 
189
  END { if (nonempty) { for (i in items) print i; }; } \
 
190
'
 
191
# Make sure the list of sources is unique.  This is necessary because,
 
192
# e.g., the same source file might be shared among _SOURCES variables
 
193
# for different programs/libraries.
 
194
am__define_uniq_tagged_files = \
 
195
  list='$(am__tagged_files)'; \
 
196
  unique=`for i in $$list; do \
 
197
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
198
  done | $(am__uniquify_input)`
 
199
ETAGS = etags
 
200
CTAGS = ctags
 
201
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
 
202
        $(top_srcdir)/mkinstalldirs ChangeLog
 
203
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
204
ACLOCAL = @ACLOCAL@
 
205
AMTAR = @AMTAR@
 
206
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
207
AUTOCONF = @AUTOCONF@
 
208
AUTOHEADER = @AUTOHEADER@
 
209
AUTOMAKE = @AUTOMAKE@
 
210
AWK = @AWK@
 
211
CC = @CC@
 
212
CCDEPMODE = @CCDEPMODE@
 
213
CFLAGS = @CFLAGS@
 
214
CPP = @CPP@
 
215
CPPFLAGS = @CPPFLAGS@
 
216
CYGPATH_W = @CYGPATH_W@
 
217
DEFS = -DGAWK -DHAVE_CONFIG_H -I"$(srcdir)/.."
 
218
DEPDIR = @DEPDIR@
 
219
ECHO_C = @ECHO_C@
 
220
ECHO_N = @ECHO_N@
 
221
ECHO_T = @ECHO_T@
 
222
EGREP = @EGREP@
 
223
EXEEXT = @EXEEXT@
 
224
GAWKLIBEXT = @GAWKLIBEXT@
 
225
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
226
GMSGFMT = @GMSGFMT@
 
227
GMSGFMT_015 = @GMSGFMT_015@
 
228
GREP = @GREP@
 
229
HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
 
230
INSTALL = @INSTALL@
 
231
INSTALL_DATA = @INSTALL_DATA@
 
232
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
233
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
234
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
235
INTLLIBS = @INTLLIBS@
 
236
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
237
LDFLAGS = @LDFLAGS@
 
238
LIBICONV = @LIBICONV@
 
239
LIBINTL = @LIBINTL@
 
240
LIBMPFR = @LIBMPFR@
 
241
LIBOBJS = @LIBOBJS@
 
242
LIBREADLINE = @LIBREADLINE@
 
243
LIBS = @LIBS@
 
244
LIBSIGSEGV = @LIBSIGSEGV@
 
245
LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
 
246
LN_S = @LN_S@
 
247
LTLIBICONV = @LTLIBICONV@
 
248
LTLIBINTL = @LTLIBINTL@
 
249
LTLIBOBJS = @LTLIBOBJS@
 
250
LTLIBSIGSEGV = @LTLIBSIGSEGV@
 
251
MAKEINFO = @MAKEINFO@
 
252
MKDIR_P = @MKDIR_P@
 
253
MSGFMT = @MSGFMT@
 
254
MSGFMT_015 = @MSGFMT_015@
 
255
MSGMERGE = @MSGMERGE@
 
256
OBJEXT = @OBJEXT@
 
257
PACKAGE = @PACKAGE@
 
258
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
259
PACKAGE_NAME = @PACKAGE_NAME@
 
260
PACKAGE_STRING = @PACKAGE_STRING@
 
261
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
262
PACKAGE_URL = @PACKAGE_URL@
 
263
PACKAGE_VERSION = @PACKAGE_VERSION@
 
264
PATH_SEPARATOR = @PATH_SEPARATOR@
 
265
POSUB = @POSUB@
 
266
RANLIB = @RANLIB@
 
267
SED = @SED@
 
268
SET_MAKE = @SET_MAKE@
 
269
SHELL = @SHELL@
 
270
SOCKET_LIBS = @SOCKET_LIBS@
 
271
STRIP = @STRIP@
 
272
USE_NLS = @USE_NLS@
 
273
VERSION = @VERSION@
 
274
XGETTEXT = @XGETTEXT@
 
275
XGETTEXT_015 = @XGETTEXT_015@
 
276
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
277
YACC = @YACC@
 
278
YFLAGS = @YFLAGS@
 
279
abs_builddir = @abs_builddir@
 
280
abs_srcdir = @abs_srcdir@
 
281
abs_top_builddir = @abs_top_builddir@
 
282
abs_top_srcdir = @abs_top_srcdir@
 
283
ac_ct_CC = @ac_ct_CC@
 
284
acl_shlibext = @acl_shlibext@
 
285
am__include = @am__include@
 
286
am__leading_dot = @am__leading_dot@
 
287
am__quote = @am__quote@
 
288
am__tar = @am__tar@
 
289
am__untar = @am__untar@
 
290
bindir = @bindir@
 
291
build = @build@
 
292
build_alias = @build_alias@
 
293
build_cpu = @build_cpu@
 
294
build_os = @build_os@
 
295
build_vendor = @build_vendor@
 
296
builddir = @builddir@
 
297
datadir = @datadir@
 
298
datarootdir = @datarootdir@
 
299
docdir = @docdir@
 
300
dvidir = @dvidir@
 
301
exec_prefix = @exec_prefix@
 
302
host = @host@
 
303
host_alias = @host_alias@
 
304
host_cpu = @host_cpu@
 
305
host_os = @host_os@
 
306
host_vendor = @host_vendor@
 
307
htmldir = @htmldir@
 
308
includedir = @includedir@
 
309
infodir = @infodir@
 
310
install_sh = @install_sh@
 
311
libdir = @libdir@
 
312
libexecdir = @libexecdir@
 
313
localedir = @localedir@
 
314
localstatedir = @localstatedir@
 
315
mandir = @mandir@
 
316
mkdir_p = @mkdir_p@
 
317
oldincludedir = @oldincludedir@
 
318
pdfdir = @pdfdir@
 
319
pkgextensiondir = @pkgextensiondir@
 
320
prefix = @prefix@
 
321
program_transform_name = @program_transform_name@
 
322
psdir = @psdir@
 
323
sbindir = @sbindir@
 
324
sharedstatedir = @sharedstatedir@
 
325
srcdir = @srcdir@
 
326
subdirs = @subdirs@
 
327
sysconfdir = @sysconfdir@
 
328
target_alias = @target_alias@
 
329
top_build_prefix = @top_build_prefix@
 
330
top_builddir = @top_builddir@
 
331
top_srcdir = @top_srcdir@
 
332
 
 
333
# This insures that make flags get passed down to child makes.
 
334
AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)'
 
335
 
 
336
# Stuff to include in the dist that doesn't need it's own
 
337
# Makefile.am files
 
338
EXTRA_DIST = \
 
339
        Makefile.am \
 
340
        Makefile.in \
 
341
        regcomp.c \
 
342
        regex_internal.c \
 
343
        regex_internal.h \
 
344
        regexec.c
 
345
 
 
346
 
 
347
# what to make and install
 
348
noinst_LIBRARIES = libsupport.a
 
349
libsupport_a_SOURCES = \
 
350
        dfa.c \
 
351
        dfa.h \
 
352
        getopt.c \
 
353
        getopt.h \
 
354
        getopt_int.h \
 
355
        getopt1.c \
 
356
        intprops.h \
 
357
        localeinfo.c \
 
358
        localeinfo.h \
 
359
        random.c \
 
360
        random.h \
 
361
        regex.c \
 
362
        regex.h \
 
363
        verify.h \
 
364
        xalloc.h
 
365
 
 
366
 
 
367
# For some make's, e.g. OpenBSD, that don't define this
 
368
RM = rm -f
 
369
all: all-am
 
370
 
 
371
.SUFFIXES:
 
372
.SUFFIXES: .c .o .obj
 
373
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
374
        @for dep in $?; do \
 
375
          case '$(am__configure_deps)' in \
 
376
            *$$dep*) \
 
377
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
378
                && { if test -f $@; then exit 0; else break; fi; }; \
 
379
              exit 1;; \
 
380
          esac; \
 
381
        done; \
 
382
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/Makefile'; \
 
383
        $(am__cd) $(top_srcdir) && \
 
384
          $(AUTOMAKE) --gnu support/Makefile
 
385
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
386
        @case '$?' in \
 
387
          *config.status*) \
 
388
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
389
          *) \
 
390
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
391
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
392
        esac;
 
393
 
 
394
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
395
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
396
 
 
397
$(top_srcdir)/configure:  $(am__configure_deps)
 
398
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
399
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
400
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
401
$(am__aclocal_m4_deps):
 
402
 
 
403
clean-noinstLIBRARIES:
 
404
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
405
 
 
406
libsupport.a: $(libsupport_a_OBJECTS) $(libsupport_a_DEPENDENCIES) $(EXTRA_libsupport_a_DEPENDENCIES) 
 
407
        $(AM_V_at)-rm -f libsupport.a
 
408
        $(AM_V_AR)$(libsupport_a_AR) libsupport.a $(libsupport_a_OBJECTS) $(libsupport_a_LIBADD)
 
409
        $(AM_V_at)$(RANLIB) libsupport.a
 
410
 
 
411
mostlyclean-compile:
 
412
        -rm -f *.$(OBJEXT)
 
413
 
 
414
distclean-compile:
 
415
        -rm -f *.tab.c
 
416
 
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dfa.Po@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localeinfo.Po@am__quote@
 
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
 
423
 
 
424
.c.o:
 
425
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
426
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
429
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
430
 
 
431
.c.obj:
 
432
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
433
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
436
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
437
 
 
438
ID: $(am__tagged_files)
 
439
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
440
tags: tags-am
 
441
TAGS: tags
 
442
 
 
443
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
444
        set x; \
 
445
        here=`pwd`; \
 
446
        $(am__define_uniq_tagged_files); \
 
447
        shift; \
 
448
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
449
          test -n "$$unique" || unique=$$empty_fix; \
 
450
          if test $$# -gt 0; then \
 
451
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
452
              "$$@" $$unique; \
 
453
          else \
 
454
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
455
              $$unique; \
 
456
          fi; \
 
457
        fi
 
458
ctags: ctags-am
 
459
 
 
460
CTAGS: ctags
 
461
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
462
        $(am__define_uniq_tagged_files); \
 
463
        test -z "$(CTAGS_ARGS)$$unique" \
 
464
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
465
             $$unique
 
466
 
 
467
GTAGS:
 
468
        here=`$(am__cd) $(top_builddir) && pwd` \
 
469
          && $(am__cd) $(top_srcdir) \
 
470
          && gtags -i $(GTAGS_ARGS) "$$here"
 
471
cscopelist: cscopelist-am
 
472
 
 
473
cscopelist-am: $(am__tagged_files)
 
474
        list='$(am__tagged_files)'; \
 
475
        case "$(srcdir)" in \
 
476
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
477
          *) sdir=$(subdir)/$(srcdir) ;; \
 
478
        esac; \
 
479
        for i in $$list; do \
 
480
          if test -f "$$i"; then \
 
481
            echo "$(subdir)/$$i"; \
 
482
          else \
 
483
            echo "$$sdir/$$i"; \
 
484
          fi; \
 
485
        done >> $(top_builddir)/cscope.files
 
486
 
 
487
distclean-tags:
 
488
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
489
 
 
490
distdir: $(DISTFILES)
 
491
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
492
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
493
        list='$(DISTFILES)'; \
 
494
          dist_files=`for file in $$list; do echo $$file; done | \
 
495
          sed -e "s|^$$srcdirstrip/||;t" \
 
496
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
497
        case $$dist_files in \
 
498
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
499
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
500
                           sort -u` ;; \
 
501
        esac; \
 
502
        for file in $$dist_files; do \
 
503
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
504
          if test -d $$d/$$file; then \
 
505
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
506
            if test -d "$(distdir)/$$file"; then \
 
507
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
508
            fi; \
 
509
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
510
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
511
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
512
            fi; \
 
513
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
514
          else \
 
515
            test -f "$(distdir)/$$file" \
 
516
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
517
            || exit 1; \
 
518
          fi; \
 
519
        done
 
520
check-am: all-am
 
521
check: check-am
 
522
all-am: Makefile $(LIBRARIES)
 
523
installdirs:
 
524
install: install-am
 
525
install-exec: install-exec-am
 
526
install-data: install-data-am
 
527
uninstall: uninstall-am
 
528
 
 
529
install-am: all-am
 
530
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
531
 
 
532
installcheck: installcheck-am
 
533
install-strip:
 
534
        if test -z '$(STRIP)'; then \
 
535
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
536
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
537
              install; \
 
538
        else \
 
539
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
540
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
541
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
542
        fi
 
543
mostlyclean-generic:
 
544
 
 
545
clean-generic:
 
546
 
 
547
distclean-generic:
 
548
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
549
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
550
 
 
551
maintainer-clean-generic:
 
552
        @echo "This command is intended for maintainers to use"
 
553
        @echo "it deletes files that may require special tools to rebuild."
 
554
clean: clean-am
 
555
 
 
556
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
557
 
 
558
distclean: distclean-am
 
559
        -rm -rf ./$(DEPDIR)
 
560
        -rm -f Makefile
 
561
distclean-am: clean-am distclean-compile distclean-generic \
 
562
        distclean-tags
 
563
 
 
564
dvi: dvi-am
 
565
 
 
566
dvi-am:
 
567
 
 
568
html: html-am
 
569
 
 
570
html-am:
 
571
 
 
572
info: info-am
 
573
 
 
574
info-am:
 
575
 
 
576
install-data-am:
 
577
 
 
578
install-dvi: install-dvi-am
 
579
 
 
580
install-dvi-am:
 
581
 
 
582
install-exec-am:
 
583
 
 
584
install-html: install-html-am
 
585
 
 
586
install-html-am:
 
587
 
 
588
install-info: install-info-am
 
589
 
 
590
install-info-am:
 
591
 
 
592
install-man:
 
593
 
 
594
install-pdf: install-pdf-am
 
595
 
 
596
install-pdf-am:
 
597
 
 
598
install-ps: install-ps-am
 
599
 
 
600
install-ps-am:
 
601
 
 
602
installcheck-am:
 
603
 
 
604
maintainer-clean: maintainer-clean-am
 
605
        -rm -rf ./$(DEPDIR)
 
606
        -rm -f Makefile
 
607
maintainer-clean-am: distclean-am maintainer-clean-generic
 
608
 
 
609
mostlyclean: mostlyclean-am
 
610
 
 
611
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
612
 
 
613
pdf: pdf-am
 
614
 
 
615
pdf-am:
 
616
 
 
617
ps: ps-am
 
618
 
 
619
ps-am:
 
620
 
 
621
uninstall-am:
 
622
 
 
623
.MAKE: install-am install-strip
 
624
 
 
625
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
626
        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
 
627
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
628
        dvi-am html html-am info info-am install install-am \
 
629
        install-data install-data-am install-dvi install-dvi-am \
 
630
        install-exec install-exec-am install-html install-html-am \
 
631
        install-info install-info-am install-man install-pdf \
 
632
        install-pdf-am install-ps install-ps-am install-strip \
 
633
        installcheck installcheck-am installdirs maintainer-clean \
 
634
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
635
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
636
        uninstall-am
 
637
 
 
638
.PRECIOUS: Makefile
 
639
 
 
640
 
 
641
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
642
# Otherwise a system limit (for SysV at least) may be exceeded.
 
643
.NOEXPORT: