~jamesodhunt/ubuntu/vivid/upstart/bug-1447756

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