~ldgoodridge95/ubuntu/vivid/upstart/rm-libjson0-dev

« back to all changes in this revision

Viewing changes to Makefile.in

Tags: upstream-1.7
ImportĀ upstreamĀ versionĀ 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
40
install_sh_DATA = $(install_sh) -c -m 644
 
41
install_sh_PROGRAM = $(install_sh) -c
 
42
install_sh_SCRIPT = $(install_sh) -c
 
43
INSTALL_HEADER = $(INSTALL_DATA)
 
44
transform = $(program_transform_name)
 
45
NORMAL_INSTALL = :
 
46
PRE_INSTALL = :
 
47
POST_INSTALL = :
 
48
NORMAL_UNINSTALL = :
 
49
PRE_UNINSTALL = :
 
50
POST_UNINSTALL = :
 
51
build_triplet = @build@
 
52
host_triplet = @host@
 
53
subdir = .
 
54
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
55
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
56
        $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
 
57
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \
 
58
        config.guess config.rpath config.sub depcomp install-sh \
 
59
        ltmain.sh missing
 
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
61
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
 
62
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
 
63
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
 
64
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
 
65
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
 
66
        $(top_srcdir)/m4/inttypes-pri.m4 \
 
67
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
 
68
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
69
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libnih.m4 \
 
70
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lock.m4 \
 
71
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
72
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
73
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
74
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
 
75
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
 
76
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
 
77
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
 
78
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
 
79
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
 
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
81
        $(ACLOCAL_M4)
 
82
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
83
 configure.lineno config.status.lineno
 
84
mkinstalldirs = $(install_sh) -d
 
85
CONFIG_HEADER = config.h
 
86
CONFIG_CLEAN_FILES = intl/Makefile
 
87
CONFIG_CLEAN_VPATH_FILES =
 
88
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
89
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
90
am__v_GEN_0 = @echo "  GEN   " $@;
 
91
AM_V_at = $(am__v_at_@AM_V@)
 
92
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
93
am__v_at_0 = @
 
94
SOURCES =
 
95
DIST_SOURCES =
 
96
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
97
        html-recursive info-recursive install-data-recursive \
 
98
        install-dvi-recursive install-exec-recursive \
 
99
        install-html-recursive install-info-recursive \
 
100
        install-pdf-recursive install-ps-recursive install-recursive \
 
101
        installcheck-recursive installdirs-recursive pdf-recursive \
 
102
        ps-recursive uninstall-recursive
 
103
am__can_run_installinfo = \
 
104
  case $$AM_UPDATE_INFO_DIR in \
 
105
    n|no|NO) false;; \
 
106
    *) (install-info --version) >/dev/null 2>&1;; \
 
107
  esac
 
108
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
109
  distclean-recursive maintainer-clean-recursive
 
110
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
111
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
112
        distdir dist dist-all distcheck
 
113
ETAGS = etags
 
114
CTAGS = ctags
 
115
DIST_SUBDIRS = $(SUBDIRS)
 
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
117
distdir = $(PACKAGE)-$(VERSION)
 
118
top_distdir = $(distdir)
 
119
am__remove_distdir = \
 
120
  if test -d "$(distdir)"; then \
 
121
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
122
      && rm -rf "$(distdir)" \
 
123
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
124
  else :; fi
 
125
am__relativize = \
 
126
  dir0=`pwd`; \
 
127
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
128
  sed_rest='s,^[^/]*/*,,'; \
 
129
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
130
  sed_butlast='s,/*[^/]*$$,,'; \
 
131
  while test -n "$$dir1"; do \
 
132
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
133
    if test "$$first" != "."; then \
 
134
      if test "$$first" = ".."; then \
 
135
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
136
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
137
      else \
 
138
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
139
        if test "$$first2" = "$$first"; then \
 
140
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
141
        else \
 
142
          dir2="../$$dir2"; \
 
143
        fi; \
 
144
        dir0="$$dir0"/"$$first"; \
 
145
      fi; \
 
146
    fi; \
 
147
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
148
  done; \
 
149
  reldir="$$dir2"
 
150
DIST_ARCHIVES = $(distdir).tar.gz
 
151
GZIP_ENV = --best
 
152
distuninstallcheck_listfiles = find . -type f -print
 
153
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
154
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
155
distcleancheck_listfiles = find . -type f -print
 
156
ACLOCAL = @ACLOCAL@
 
157
ALLOCA = @ALLOCA@
 
158
AMTAR = @AMTAR@
 
159
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
160
AR = @AR@
 
161
AUTOCONF = @AUTOCONF@
 
162
AUTOHEADER = @AUTOHEADER@
 
163
AUTOMAKE = @AUTOMAKE@
 
164
AWK = @AWK@
 
165
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
166
CATOBJEXT = @CATOBJEXT@
 
167
CC = @CC@
 
168
CCDEPMODE = @CCDEPMODE@
 
169
CFLAGS = @CFLAGS@
 
170
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
 
171
CPP = @CPP@
 
172
CPPFLAGS = @CPPFLAGS@
 
173
CYGPATH_W = @CYGPATH_W@
 
174
DATADIRNAME = @DATADIRNAME@
 
175
DBUS_CFLAGS = @DBUS_CFLAGS@
 
176
DBUS_LIBS = @DBUS_LIBS@
 
177
DEFS = @DEFS@
 
178
DEPDIR = @DEPDIR@
 
179
DLLTOOL = @DLLTOOL@
 
180
DSYMUTIL = @DSYMUTIL@
 
181
DUMPBIN = @DUMPBIN@
 
182
ECHO_C = @ECHO_C@
 
183
ECHO_N = @ECHO_N@
 
184
ECHO_T = @ECHO_T@
 
185
EGREP = @EGREP@
 
186
EXEEXT = @EXEEXT@
 
187
FGREP = @FGREP@
 
188
GENCAT = @GENCAT@
 
189
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
190
GLIBC2 = @GLIBC2@
 
191
GLIBC21 = @GLIBC21@
 
192
GMSGFMT = @GMSGFMT@
 
193
GMSGFMT_015 = @GMSGFMT_015@
 
194
GREP = @GREP@
 
195
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
196
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
197
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
198
HAVE_VISIBILITY = @HAVE_VISIBILITY@
 
199
HAVE_WPRINTF = @HAVE_WPRINTF@
 
200
INSTALL = @INSTALL@
 
201
INSTALL_DATA = @INSTALL_DATA@
 
202
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
203
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
204
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
205
INSTOBJEXT = @INSTOBJEXT@
 
206
INTLBISON = @INTLBISON@
 
207
INTLLIBS = @INTLLIBS@
 
208
INTLOBJS = @INTLOBJS@
 
209
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
210
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
211
JSON_CFLAGS = @JSON_CFLAGS@
 
212
JSON_LIBS = @JSON_LIBS@
 
213
LD = @LD@
 
214
LDFLAGS = @LDFLAGS@
 
215
LIBICONV = @LIBICONV@
 
216
LIBINTL = @LIBINTL@
 
217
LIBMULTITHREAD = @LIBMULTITHREAD@
 
218
LIBOBJS = @LIBOBJS@
 
219
LIBPTH = @LIBPTH@
 
220
LIBPTH_PREFIX = @LIBPTH_PREFIX@
 
221
LIBS = @LIBS@
 
222
LIBTHREAD = @LIBTHREAD@
 
223
LIBTOOL = @LIBTOOL@
 
224
LIPO = @LIPO@
 
225
LN_S = @LN_S@
 
226
LTLIBC = @LTLIBC@
 
227
LTLIBICONV = @LTLIBICONV@
 
228
LTLIBINTL = @LTLIBINTL@
 
229
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
 
230
LTLIBOBJS = @LTLIBOBJS@
 
231
LTLIBPTH = @LTLIBPTH@
 
232
LTLIBTHREAD = @LTLIBTHREAD@
 
233
MAINT = @MAINT@
 
234
MAKEINFO = @MAKEINFO@
 
235
MANIFEST_TOOL = @MANIFEST_TOOL@
 
236
MKDIR_P = @MKDIR_P@
 
237
MSGFMT = @MSGFMT@
 
238
MSGFMT_015 = @MSGFMT_015@
 
239
MSGMERGE = @MSGMERGE@
 
240
NIH_CFLAGS = @NIH_CFLAGS@
 
241
NIH_DBUS_CFLAGS = @NIH_DBUS_CFLAGS@
 
242
NIH_DBUS_LIBS = @NIH_DBUS_LIBS@
 
243
NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
 
244
NIH_LIBS = @NIH_LIBS@
 
245
NM = @NM@
 
246
NMEDIT = @NMEDIT@
 
247
OBJDUMP = @OBJDUMP@
 
248
OBJEXT = @OBJEXT@
 
249
OTOOL = @OTOOL@
 
250
OTOOL64 = @OTOOL64@
 
251
PACKAGE = @PACKAGE@
 
252
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
253
PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@
 
254
PACKAGE_NAME = @PACKAGE_NAME@
 
255
PACKAGE_STRING = @PACKAGE_STRING@
 
256
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
257
PACKAGE_URL = @PACKAGE_URL@
 
258
PACKAGE_VERSION = @PACKAGE_VERSION@
 
259
PATH_SEPARATOR = @PATH_SEPARATOR@
 
260
PKG_CONFIG = @PKG_CONFIG@
 
261
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
262
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
263
POSUB = @POSUB@
 
264
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
 
265
RANLIB = @RANLIB@
 
266
SED = @SED@
 
267
SET_MAKE = @SET_MAKE@
 
268
SHELL = @SHELL@
 
269
STRIP = @STRIP@
 
270
UDEV_CFLAGS = @UDEV_CFLAGS@
 
271
UDEV_LIBS = @UDEV_LIBS@
 
272
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
273
USE_NLS = @USE_NLS@
 
274
VERSION = @VERSION@
 
275
WINDRES = @WINDRES@
 
276
WOE32 = @WOE32@
 
277
WOE32DLL = @WOE32DLL@
 
278
XGETTEXT = @XGETTEXT@
 
279
XGETTEXT_015 = @XGETTEXT_015@
 
280
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
281
abs_builddir = @abs_builddir@
 
282
abs_srcdir = @abs_srcdir@
 
283
abs_top_builddir = @abs_top_builddir@
 
284
abs_top_srcdir = @abs_top_srcdir@
 
285
ac_ct_AR = @ac_ct_AR@
 
286
ac_ct_CC = @ac_ct_CC@
 
287
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
288
am__include = @am__include@
 
289
am__leading_dot = @am__leading_dot@
 
290
am__quote = @am__quote@
 
291
am__tar = @am__tar@
 
292
am__untar = @am__untar@
 
293
bindir = @bindir@
 
294
build = @build@
 
295
build_alias = @build_alias@
 
296
build_cpu = @build_cpu@
 
297
build_os = @build_os@
 
298
build_vendor = @build_vendor@
 
299
builddir = @builddir@
 
300
datadir = @datadir@
 
301
datarootdir = @datarootdir@
 
302
docdir = @docdir@
 
303
dvidir = @dvidir@
 
304
exec_prefix = @exec_prefix@
 
305
host = @host@
 
306
host_alias = @host_alias@
 
307
host_cpu = @host_cpu@
 
308
host_os = @host_os@
 
309
host_vendor = @host_vendor@
 
310
htmldir = @htmldir@
 
311
includedir = @includedir@
 
312
infodir = @infodir@
 
313
install_sh = @install_sh@
 
314
libdir = @libdir@
 
315
libexecdir = @libexecdir@
 
316
localedir = @localedir@
 
317
localstatedir = @localstatedir@
 
318
mandir = @mandir@
 
319
mkdir_p = @mkdir_p@
 
320
oldincludedir = @oldincludedir@
 
321
pdfdir = @pdfdir@
 
322
prefix = @prefix@
 
323
program_transform_name = @program_transform_name@
 
324
psdir = @psdir@
 
325
sbindir = @sbindir@
 
326
sharedstatedir = @sharedstatedir@
 
327
srcdir = @srcdir@
 
328
sysconfdir = @sysconfdir@
 
329
target_alias = @target_alias@
 
330
top_build_prefix = @top_build_prefix@
 
331
top_builddir = @top_builddir@
 
332
top_srcdir = @top_srcdir@
 
333
SUBDIRS = intl dbus init util extra conf doc contrib po scripts
 
334
EXTRA_DIST = HACKING
 
335
ACLOCAL_AMFLAGS = --install -I m4
 
336
all: config.h
 
337
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
338
 
 
339
.SUFFIXES:
 
340
am--refresh: Makefile
 
341
        @:
 
342
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
343
        @for dep in $?; do \
 
344
          case '$(am__configure_deps)' in \
 
345
            *$$dep*) \
 
346
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
347
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
348
                && exit 0; \
 
349
              exit 1;; \
 
350
          esac; \
 
351
        done; \
 
352
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
353
        $(am__cd) $(top_srcdir) && \
 
354
          $(AUTOMAKE) --gnu Makefile
 
355
.PRECIOUS: Makefile
 
356
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
357
        @case '$?' in \
 
358
          *config.status*) \
 
359
            echo ' $(SHELL) ./config.status'; \
 
360
            $(SHELL) ./config.status;; \
 
361
          *) \
 
362
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
363
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
364
        esac;
 
365
 
 
366
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
367
        $(SHELL) ./config.status --recheck
 
368
 
 
369
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
370
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
371
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
372
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
373
$(am__aclocal_m4_deps):
 
374
 
 
375
config.h: stamp-h1
 
376
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
377
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
378
 
 
379
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
380
        @rm -f stamp-h1
 
381
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
382
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
383
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
384
        rm -f stamp-h1
 
385
        touch $@
 
386
 
 
387
distclean-hdr:
 
388
        -rm -f config.h stamp-h1
 
389
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
 
390
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
391
 
 
392
mostlyclean-libtool:
 
393
        -rm -f *.lo
 
394
 
 
395
clean-libtool:
 
396
        -rm -rf .libs _libs
 
397
 
 
398
distclean-libtool:
 
399
        -rm -f libtool config.lt
 
400
 
 
401
# This directory's subdirectories are mostly independent; you can cd
 
402
# into them and run `make' without going through this Makefile.
 
403
# To change the values of `make' variables: instead of editing Makefiles,
 
404
# (1) if the variable is set in `config.status', edit `config.status'
 
405
#     (which will cause the Makefiles to be regenerated when you run `make');
 
406
# (2) otherwise, pass the desired values on the `make' command line.
 
407
$(RECURSIVE_TARGETS):
 
408
        @fail= failcom='exit 1'; \
 
409
        for f in x $$MAKEFLAGS; do \
 
410
          case $$f in \
 
411
            *=* | --[!k]*);; \
 
412
            *k*) failcom='fail=yes';; \
 
413
          esac; \
 
414
        done; \
 
415
        dot_seen=no; \
 
416
        target=`echo $@ | sed s/-recursive//`; \
 
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
418
          echo "Making $$target in $$subdir"; \
 
419
          if test "$$subdir" = "."; then \
 
420
            dot_seen=yes; \
 
421
            local_target="$$target-am"; \
 
422
          else \
 
423
            local_target="$$target"; \
 
424
          fi; \
 
425
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
426
          || eval $$failcom; \
 
427
        done; \
 
428
        if test "$$dot_seen" = "no"; then \
 
429
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
430
        fi; test -z "$$fail"
 
431
 
 
432
$(RECURSIVE_CLEAN_TARGETS):
 
433
        @fail= failcom='exit 1'; \
 
434
        for f in x $$MAKEFLAGS; do \
 
435
          case $$f in \
 
436
            *=* | --[!k]*);; \
 
437
            *k*) failcom='fail=yes';; \
 
438
          esac; \
 
439
        done; \
 
440
        dot_seen=no; \
 
441
        case "$@" in \
 
442
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
443
          *) list='$(SUBDIRS)' ;; \
 
444
        esac; \
 
445
        rev=''; for subdir in $$list; do \
 
446
          if test "$$subdir" = "."; then :; else \
 
447
            rev="$$subdir $$rev"; \
 
448
          fi; \
 
449
        done; \
 
450
        rev="$$rev ."; \
 
451
        target=`echo $@ | sed s/-recursive//`; \
 
452
        for subdir in $$rev; do \
 
453
          echo "Making $$target in $$subdir"; \
 
454
          if test "$$subdir" = "."; then \
 
455
            local_target="$$target-am"; \
 
456
          else \
 
457
            local_target="$$target"; \
 
458
          fi; \
 
459
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
460
          || eval $$failcom; \
 
461
        done && test -z "$$fail"
 
462
tags-recursive:
 
463
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
464
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
465
        done
 
466
ctags-recursive:
 
467
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
468
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
469
        done
 
470
 
 
471
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
472
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
473
        unique=`for i in $$list; do \
 
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
475
          done | \
 
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
478
        mkid -fID $$unique
 
479
tags: TAGS
 
480
 
 
481
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
482
                $(TAGS_FILES) $(LISP)
 
483
        set x; \
 
484
        here=`pwd`; \
 
485
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
486
          include_option=--etags-include; \
 
487
          empty_fix=.; \
 
488
        else \
 
489
          include_option=--include; \
 
490
          empty_fix=; \
 
491
        fi; \
 
492
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
493
          if test "$$subdir" = .; then :; else \
 
494
            test ! -f $$subdir/TAGS || \
 
495
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
496
          fi; \
 
497
        done; \
 
498
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
499
        unique=`for i in $$list; do \
 
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
501
          done | \
 
502
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
503
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
504
        shift; \
 
505
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
506
          test -n "$$unique" || unique=$$empty_fix; \
 
507
          if test $$# -gt 0; then \
 
508
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
509
              "$$@" $$unique; \
 
510
          else \
 
511
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
512
              $$unique; \
 
513
          fi; \
 
514
        fi
 
515
ctags: CTAGS
 
516
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
517
                $(TAGS_FILES) $(LISP)
 
518
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
519
        unique=`for i in $$list; do \
 
520
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
521
          done | \
 
522
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
523
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
524
        test -z "$(CTAGS_ARGS)$$unique" \
 
525
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
526
             $$unique
 
527
 
 
528
GTAGS:
 
529
        here=`$(am__cd) $(top_builddir) && pwd` \
 
530
          && $(am__cd) $(top_srcdir) \
 
531
          && gtags -i $(GTAGS_ARGS) "$$here"
 
532
 
 
533
distclean-tags:
 
534
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
535
 
 
536
distdir: $(DISTFILES)
 
537
        @case `sed 15q $(srcdir)/NEWS` in \
 
538
        *"$(VERSION)"*) : ;; \
 
539
        *) \
 
540
          echo "NEWS not updated; not releasing" 1>&2; \
 
541
          exit 1;; \
 
542
        esac
 
543
        $(am__remove_distdir)
 
544
        test -d "$(distdir)" || mkdir "$(distdir)"
 
545
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
546
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
547
        list='$(DISTFILES)'; \
 
548
          dist_files=`for file in $$list; do echo $$file; done | \
 
549
          sed -e "s|^$$srcdirstrip/||;t" \
 
550
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
551
        case $$dist_files in \
 
552
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
553
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
554
                           sort -u` ;; \
 
555
        esac; \
 
556
        for file in $$dist_files; do \
 
557
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
558
          if test -d $$d/$$file; then \
 
559
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
560
            if test -d "$(distdir)/$$file"; then \
 
561
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
562
            fi; \
 
563
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
564
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
565
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
566
            fi; \
 
567
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
568
          else \
 
569
            test -f "$(distdir)/$$file" \
 
570
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
571
            || exit 1; \
 
572
          fi; \
 
573
        done
 
574
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
575
          if test "$$subdir" = .; then :; else \
 
576
            $(am__make_dryrun) \
 
577
              || test -d "$(distdir)/$$subdir" \
 
578
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
579
              || exit 1; \
 
580
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
581
            $(am__relativize); \
 
582
            new_distdir=$$reldir; \
 
583
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
584
            $(am__relativize); \
 
585
            new_top_distdir=$$reldir; \
 
586
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
587
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
588
            ($(am__cd) $$subdir && \
 
589
              $(MAKE) $(AM_MAKEFLAGS) \
 
590
                top_distdir="$$new_top_distdir" \
 
591
                distdir="$$new_distdir" \
 
592
                am__remove_distdir=: \
 
593
                am__skip_length_check=: \
 
594
                am__skip_mode_fix=: \
 
595
                distdir) \
 
596
              || exit 1; \
 
597
          fi; \
 
598
        done
 
599
        -test -n "$(am__skip_mode_fix)" \
 
600
        || find "$(distdir)" -type d ! -perm -755 \
 
601
                -exec chmod u+rwx,go+rx {} \; -o \
 
602
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
603
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
604
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
605
        || chmod -R a+r "$(distdir)"
 
606
dist-gzip: distdir
 
607
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
608
        $(am__remove_distdir)
 
609
 
 
610
dist-bzip2: distdir
 
611
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
612
        $(am__remove_distdir)
 
613
 
 
614
dist-lzip: distdir
 
615
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
616
        $(am__remove_distdir)
 
617
 
 
618
dist-lzma: distdir
 
619
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
620
        $(am__remove_distdir)
 
621
 
 
622
dist-xz: distdir
 
623
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
624
        $(am__remove_distdir)
 
625
 
 
626
dist-tarZ: distdir
 
627
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
628
        $(am__remove_distdir)
 
629
 
 
630
dist-shar: distdir
 
631
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
632
        $(am__remove_distdir)
 
633
 
 
634
dist-zip: distdir
 
635
        -rm -f $(distdir).zip
 
636
        zip -rq $(distdir).zip $(distdir)
 
637
        $(am__remove_distdir)
 
638
 
 
639
dist dist-all: distdir
 
640
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
641
        $(am__remove_distdir)
 
642
 
 
643
# This target untars the dist file and tries a VPATH configuration.  Then
 
644
# it guarantees that the distribution is self-contained by making another
 
645
# tarfile.
 
646
distcheck: dist
 
647
        case '$(DIST_ARCHIVES)' in \
 
648
        *.tar.gz*) \
 
649
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
650
        *.tar.bz2*) \
 
651
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
652
        *.tar.lzma*) \
 
653
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
654
        *.tar.lz*) \
 
655
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
656
        *.tar.xz*) \
 
657
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
658
        *.tar.Z*) \
 
659
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
660
        *.shar.gz*) \
 
661
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
662
        *.zip*) \
 
663
          unzip $(distdir).zip ;;\
 
664
        esac
 
665
        chmod -R a-w $(distdir); chmod u+w $(distdir)
 
666
        mkdir $(distdir)/_build
 
667
        mkdir $(distdir)/_inst
 
668
        chmod a-w $(distdir)
 
669
        test -d $(distdir)/_build || exit 0; \
 
670
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
671
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
672
          && am__cwd=`pwd` \
 
673
          && $(am__cd) $(distdir)/_build \
 
674
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
675
            --with-included-gettext \
 
676
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
677
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
678
          && $(MAKE) $(AM_MAKEFLAGS) \
 
679
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
680
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
681
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
682
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
683
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
684
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
685
                distuninstallcheck \
 
686
          && chmod -R a-w "$$dc_install_base" \
 
687
          && ({ \
 
688
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
689
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
690
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
691
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
692
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
693
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
694
          && rm -rf "$$dc_destdir" \
 
695
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
696
          && rm -rf $(DIST_ARCHIVES) \
 
697
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
698
          && cd "$$am__cwd" \
 
699
          || exit 1
 
700
        $(am__remove_distdir)
 
701
        @(echo "$(distdir) archives ready for distribution: "; \
 
702
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
703
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
704
distuninstallcheck:
 
705
        @test -n '$(distuninstallcheck_dir)' || { \
 
706
          echo 'ERROR: trying to run $@ with an empty' \
 
707
               '$$(distuninstallcheck_dir)' >&2; \
 
708
          exit 1; \
 
709
        }; \
 
710
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
711
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
712
          exit 1; \
 
713
        }; \
 
714
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
715
           || { echo "ERROR: files left after uninstall:" ; \
 
716
                if test -n "$(DESTDIR)"; then \
 
717
                  echo "  (check DESTDIR support)"; \
 
718
                fi ; \
 
719
                $(distuninstallcheck_listfiles) ; \
 
720
                exit 1; } >&2
 
721
distcleancheck: distclean
 
722
        @if test '$(srcdir)' = . ; then \
 
723
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
724
          exit 1 ; \
 
725
        fi
 
726
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
727
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
728
               $(distcleancheck_listfiles) ; \
 
729
               exit 1; } >&2
 
730
check-am: all-am
 
731
check: check-recursive
 
732
all-am: Makefile config.h
 
733
installdirs: installdirs-recursive
 
734
installdirs-am:
 
735
install: install-recursive
 
736
install-exec: install-exec-recursive
 
737
install-data: install-data-recursive
 
738
uninstall: uninstall-recursive
 
739
 
 
740
install-am: all-am
 
741
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
742
 
 
743
installcheck: installcheck-recursive
 
744
install-strip:
 
745
        if test -z '$(STRIP)'; then \
 
746
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
747
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
748
              install; \
 
749
        else \
 
750
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
751
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
752
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
753
        fi
 
754
mostlyclean-generic:
 
755
 
 
756
clean-generic:
 
757
 
 
758
distclean-generic:
 
759
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
760
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
761
 
 
762
maintainer-clean-generic:
 
763
        @echo "This command is intended for maintainers to use"
 
764
        @echo "it deletes files that may require special tools to rebuild."
 
765
clean: clean-recursive
 
766
 
 
767
clean-am: clean-generic clean-libtool mostlyclean-am
 
768
 
 
769
distclean: distclean-recursive
 
770
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
771
        -rm -f Makefile
 
772
distclean-am: clean-am distclean-generic distclean-hdr \
 
773
        distclean-libtool distclean-tags
 
774
 
 
775
dvi: dvi-recursive
 
776
 
 
777
dvi-am:
 
778
 
 
779
html: html-recursive
 
780
 
 
781
html-am:
 
782
 
 
783
info: info-recursive
 
784
 
 
785
info-am:
 
786
 
 
787
install-data-am:
 
788
 
 
789
install-dvi: install-dvi-recursive
 
790
 
 
791
install-dvi-am:
 
792
 
 
793
install-exec-am:
 
794
 
 
795
install-html: install-html-recursive
 
796
 
 
797
install-html-am:
 
798
 
 
799
install-info: install-info-recursive
 
800
 
 
801
install-info-am:
 
802
 
 
803
install-man:
 
804
 
 
805
install-pdf: install-pdf-recursive
 
806
 
 
807
install-pdf-am:
 
808
 
 
809
install-ps: install-ps-recursive
 
810
 
 
811
install-ps-am:
 
812
 
 
813
installcheck-am:
 
814
 
 
815
maintainer-clean: maintainer-clean-recursive
 
816
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
817
        -rm -rf $(top_srcdir)/autom4te.cache
 
818
        -rm -f Makefile
 
819
maintainer-clean-am: distclean-am maintainer-clean-generic
 
820
 
 
821
mostlyclean: mostlyclean-recursive
 
822
 
 
823
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
824
 
 
825
pdf: pdf-recursive
 
826
 
 
827
pdf-am:
 
828
 
 
829
ps: ps-recursive
 
830
 
 
831
ps-am:
 
832
 
 
833
uninstall-am:
 
834
 
 
835
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
836
        ctags-recursive install-am install-strip tags-recursive
 
837
 
 
838
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
839
        all all-am am--refresh check check-am clean clean-generic \
 
840
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
841
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
842
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
843
        distclean-libtool distclean-tags distcleancheck distdir \
 
844
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
845
        install install-am install-data install-data-am install-dvi \
 
846
        install-dvi-am install-exec install-exec-am install-html \
 
847
        install-html-am install-info install-info-am install-man \
 
848
        install-pdf install-pdf-am install-ps install-ps-am \
 
849
        install-strip installcheck installcheck-am installdirs \
 
850
        installdirs-am maintainer-clean maintainer-clean-generic \
 
851
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
852
        ps ps-am tags tags-recursive uninstall uninstall-am
 
853
 
 
854
 
 
855
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
856
# Otherwise a system limit (for SysV at least) may be exceeded.
 
857
.NOEXPORT: