~ubuntu-branches/ubuntu/natty/fwts/natty

1 by Colin King
1
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6
# 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
pkgdatadir = $(datadir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
28
NORMAL_INSTALL = :
29
PRE_INSTALL = :
30
POST_INSTALL = :
31
NORMAL_UNINSTALL = :
32
PRE_UNINSTALL = :
33
POST_UNINSTALL = :
8 by Colin King
* Changes to run successfully on UEFI systems.
34
build_triplet = @build@
35
host_triplet = @host@
1 by Colin King
36
subdir = .
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
8 by Colin King
* Changes to run successfully on UEFI systems.
39
	$(top_srcdir)/configure config.guess config.sub depcomp \
10 by Colin King
* New version for release (LP: #701843)
40
	install-sh ltmain.sh missing
1 by Colin King
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
10 by Colin King
* New version for release (LP: #701843)
42
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
	$(top_srcdir)/configure.ac
1 by Colin King
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
	$(ACLOCAL_M4)
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
 configure.lineno config.status.lineno
50
mkinstalldirs = $(install_sh) -d
51
CONFIG_HEADER = config.h
52
CONFIG_CLEAN_FILES =
53
CONFIG_CLEAN_VPATH_FILES =
54
SOURCES =
55
DIST_SOURCES =
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
	html-recursive info-recursive install-data-recursive \
58
	install-dvi-recursive install-exec-recursive \
59
	install-html-recursive install-info-recursive \
60
	install-pdf-recursive install-ps-recursive install-recursive \
61
	installcheck-recursive installdirs-recursive pdf-recursive \
62
	ps-recursive uninstall-recursive
63
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
64
  distclean-recursive maintainer-clean-recursive
65
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67
	distdir dist dist-all distcheck
68
ETAGS = etags
69
CTAGS = ctags
70
DIST_SUBDIRS = $(SUBDIRS)
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
distdir = $(PACKAGE)-$(VERSION)
73
top_distdir = $(distdir)
74
am__remove_distdir = \
75
  { test ! -d "$(distdir)" \
76
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
77
         && rm -fr "$(distdir)"; }; }
78
am__relativize = \
79
  dir0=`pwd`; \
80
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81
  sed_rest='s,^[^/]*/*,,'; \
82
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83
  sed_butlast='s,/*[^/]*$$,,'; \
84
  while test -n "$$dir1"; do \
85
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86
    if test "$$first" != "."; then \
87
      if test "$$first" = ".."; then \
88
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90
      else \
91
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92
        if test "$$first2" = "$$first"; then \
93
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94
        else \
95
          dir2="../$$dir2"; \
96
        fi; \
97
        dir0="$$dir0"/"$$first"; \
98
      fi; \
99
    fi; \
100
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101
  done; \
102
  reldir="$$dir2"
103
DIST_ARCHIVES = $(distdir).tar.gz
104
GZIP_ENV = --best
105
distuninstallcheck_listfiles = find . -type f -print
106
distcleancheck_listfiles = find . -type f -print
107
ACLOCAL = @ACLOCAL@
108
AMTAR = @AMTAR@
10 by Colin King
* New version for release (LP: #701843)
109
AR = @AR@
1 by Colin King
110
AUTOCONF = @AUTOCONF@
111
AUTOHEADER = @AUTOHEADER@
112
AUTOMAKE = @AUTOMAKE@
113
AWK = @AWK@
114
CC = @CC@
115
CCDEPMODE = @CCDEPMODE@
116
CFLAGS = @CFLAGS@
117
CPP = @CPP@
118
CPPFLAGS = @CPPFLAGS@
119
CYGPATH_W = @CYGPATH_W@
120
DEFS = @DEFS@
121
DEPDIR = @DEPDIR@
10 by Colin King
* New version for release (LP: #701843)
122
DSYMUTIL = @DSYMUTIL@
123
DUMPBIN = @DUMPBIN@
1 by Colin King
124
ECHO_C = @ECHO_C@
125
ECHO_N = @ECHO_N@
126
ECHO_T = @ECHO_T@
127
EGREP = @EGREP@
128
EXEEXT = @EXEEXT@
10 by Colin King
* New version for release (LP: #701843)
129
FGREP = @FGREP@
1 by Colin King
130
GREP = @GREP@
131
INSTALL = @INSTALL@
132
INSTALL_DATA = @INSTALL_DATA@
133
INSTALL_PROGRAM = @INSTALL_PROGRAM@
134
INSTALL_SCRIPT = @INSTALL_SCRIPT@
135
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
10 by Colin King
* New version for release (LP: #701843)
136
LD = @LD@
1 by Colin King
137
LDFLAGS = @LDFLAGS@
10 by Colin King
* New version for release (LP: #701843)
138
LEX = @LEX@
139
LEXLIB = @LEXLIB@
140
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
1 by Colin King
141
LIBOBJS = @LIBOBJS@
142
LIBS = @LIBS@
10 by Colin King
* New version for release (LP: #701843)
143
LIBTOOL = @LIBTOOL@
144
LIPO = @LIPO@
145
LN_S = @LN_S@
1 by Colin King
146
LTLIBOBJS = @LTLIBOBJS@
147
MAKEINFO = @MAKEINFO@
148
MKDIR_P = @MKDIR_P@
10 by Colin King
* New version for release (LP: #701843)
149
NM = @NM@
150
NMEDIT = @NMEDIT@
151
OBJDUMP = @OBJDUMP@
1 by Colin King
152
OBJEXT = @OBJEXT@
10 by Colin King
* New version for release (LP: #701843)
153
OTOOL = @OTOOL@
154
OTOOL64 = @OTOOL64@
1 by Colin King
155
PACKAGE = @PACKAGE@
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157
PACKAGE_NAME = @PACKAGE_NAME@
158
PACKAGE_STRING = @PACKAGE_STRING@
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160
PACKAGE_URL = @PACKAGE_URL@
161
PACKAGE_VERSION = @PACKAGE_VERSION@
162
PATH_SEPARATOR = @PATH_SEPARATOR@
163
RANLIB = @RANLIB@
10 by Colin King
* New version for release (LP: #701843)
164
SED = @SED@
1 by Colin King
165
SET_MAKE = @SET_MAKE@
166
SHELL = @SHELL@
167
STRIP = @STRIP@
168
VERSION = @VERSION@
10 by Colin King
* New version for release (LP: #701843)
169
YACC = @YACC@
170
YFLAGS = @YFLAGS@
1 by Colin King
171
abs_builddir = @abs_builddir@
172
abs_srcdir = @abs_srcdir@
173
abs_top_builddir = @abs_top_builddir@
174
abs_top_srcdir = @abs_top_srcdir@
175
ac_ct_CC = @ac_ct_CC@
10 by Colin King
* New version for release (LP: #701843)
176
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1 by Colin King
177
am__include = @am__include@
178
am__leading_dot = @am__leading_dot@
179
am__quote = @am__quote@
180
am__tar = @am__tar@
181
am__untar = @am__untar@
182
bindir = @bindir@
8 by Colin King
* Changes to run successfully on UEFI systems.
183
build = @build@
1 by Colin King
184
build_alias = @build_alias@
8 by Colin King
* Changes to run successfully on UEFI systems.
185
build_cpu = @build_cpu@
186
build_os = @build_os@
187
build_vendor = @build_vendor@
1 by Colin King
188
builddir = @builddir@
189
datadir = @datadir@
190
datarootdir = @datarootdir@
191
docdir = @docdir@
192
dvidir = @dvidir@
193
exec_prefix = @exec_prefix@
8 by Colin King
* Changes to run successfully on UEFI systems.
194
host = @host@
1 by Colin King
195
host_alias = @host_alias@
8 by Colin King
* Changes to run successfully on UEFI systems.
196
host_cpu = @host_cpu@
197
host_os = @host_os@
198
host_vendor = @host_vendor@
1 by Colin King
199
htmldir = @htmldir@
200
includedir = @includedir@
201
infodir = @infodir@
202
install_sh = @install_sh@
203
libdir = @libdir@
204
libexecdir = @libexecdir@
205
localedir = @localedir@
206
localstatedir = @localstatedir@
10 by Colin King
* New version for release (LP: #701843)
207
lt_ECHO = @lt_ECHO@
1 by Colin King
208
mandir = @mandir@
209
mkdir_p = @mkdir_p@
210
oldincludedir = @oldincludedir@
211
pdfdir = @pdfdir@
212
prefix = @prefix@
213
program_transform_name = @program_transform_name@
214
psdir = @psdir@
215
sbindir = @sbindir@
216
sharedstatedir = @sharedstatedir@
217
srcdir = @srcdir@
218
sysconfdir = @sysconfdir@
219
target_alias = @target_alias@
220
top_build_prefix = @top_build_prefix@
221
top_builddir = @top_builddir@
222
top_srcdir = @top_srcdir@
223
SUBDIRS = src
10 by Colin King
* New version for release (LP: #701843)
224
ACLOCAL_AMFLAGS = -I m4
1 by Colin King
225
all: config.h
226
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
227
228
.SUFFIXES:
229
am--refresh:
230
	@:
231
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
232
	@for dep in $?; do \
233
	  case '$(am__configure_deps)' in \
234
	    *$$dep*) \
235
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
236
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
237
		&& exit 0; \
238
	      exit 1;; \
239
	  esac; \
240
	done; \
241
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
242
	$(am__cd) $(top_srcdir) && \
243
	  $(AUTOMAKE) --foreign Makefile
244
.PRECIOUS: Makefile
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
	@case '$?' in \
247
	  *config.status*) \
248
	    echo ' $(SHELL) ./config.status'; \
249
	    $(SHELL) ./config.status;; \
250
	  *) \
251
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
252
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
253
	esac;
254
255
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256
	$(SHELL) ./config.status --recheck
257
258
$(top_srcdir)/configure:  $(am__configure_deps)
259
	$(am__cd) $(srcdir) && $(AUTOCONF)
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
262
$(am__aclocal_m4_deps):
263
264
config.h: stamp-h1
265
	@if test ! -f $@; then \
266
	  rm -f stamp-h1; \
267
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
268
	else :; fi
269
270
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
271
	@rm -f stamp-h1
272
	cd $(top_builddir) && $(SHELL) ./config.status config.h
273
$(srcdir)/config.h.in:  $(am__configure_deps) 
274
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
275
	rm -f stamp-h1
276
	touch $@
277
278
distclean-hdr:
279
	-rm -f config.h stamp-h1
280
10 by Colin King
* New version for release (LP: #701843)
281
mostlyclean-libtool:
282
	-rm -f *.lo
283
284
clean-libtool:
285
	-rm -rf .libs _libs
286
287
distclean-libtool:
288
	-rm -f libtool config.lt
289
1 by Colin King
290
# This directory's subdirectories are mostly independent; you can cd
291
# into them and run `make' without going through this Makefile.
292
# To change the values of `make' variables: instead of editing Makefiles,
293
# (1) if the variable is set in `config.status', edit `config.status'
294
#     (which will cause the Makefiles to be regenerated when you run `make');
295
# (2) otherwise, pass the desired values on the `make' command line.
296
$(RECURSIVE_TARGETS):
297
	@fail= failcom='exit 1'; \
298
	for f in x $$MAKEFLAGS; do \
299
	  case $$f in \
300
	    *=* | --[!k]*);; \
301
	    *k*) failcom='fail=yes';; \
302
	  esac; \
303
	done; \
304
	dot_seen=no; \
305
	target=`echo $@ | sed s/-recursive//`; \
306
	list='$(SUBDIRS)'; for subdir in $$list; do \
307
	  echo "Making $$target in $$subdir"; \
308
	  if test "$$subdir" = "."; then \
309
	    dot_seen=yes; \
310
	    local_target="$$target-am"; \
311
	  else \
312
	    local_target="$$target"; \
313
	  fi; \
314
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315
	  || eval $$failcom; \
316
	done; \
317
	if test "$$dot_seen" = "no"; then \
318
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
319
	fi; test -z "$$fail"
320
321
$(RECURSIVE_CLEAN_TARGETS):
322
	@fail= failcom='exit 1'; \
323
	for f in x $$MAKEFLAGS; do \
324
	  case $$f in \
325
	    *=* | --[!k]*);; \
326
	    *k*) failcom='fail=yes';; \
327
	  esac; \
328
	done; \
329
	dot_seen=no; \
330
	case "$@" in \
331
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
332
	  *) list='$(SUBDIRS)' ;; \
333
	esac; \
334
	rev=''; for subdir in $$list; do \
335
	  if test "$$subdir" = "."; then :; else \
336
	    rev="$$subdir $$rev"; \
337
	  fi; \
338
	done; \
339
	rev="$$rev ."; \
340
	target=`echo $@ | sed s/-recursive//`; \
341
	for subdir in $$rev; do \
342
	  echo "Making $$target in $$subdir"; \
343
	  if test "$$subdir" = "."; then \
344
	    local_target="$$target-am"; \
345
	  else \
346
	    local_target="$$target"; \
347
	  fi; \
348
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349
	  || eval $$failcom; \
350
	done && test -z "$$fail"
351
tags-recursive:
352
	list='$(SUBDIRS)'; for subdir in $$list; do \
353
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354
	done
355
ctags-recursive:
356
	list='$(SUBDIRS)'; for subdir in $$list; do \
357
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
358
	done
359
360
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362
	unique=`for i in $$list; do \
363
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
	  done | \
365
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
367
	mkid -fID $$unique
368
tags: TAGS
369
370
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371
		$(TAGS_FILES) $(LISP)
372
	set x; \
373
	here=`pwd`; \
374
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
375
	  include_option=--etags-include; \
376
	  empty_fix=.; \
377
	else \
378
	  include_option=--include; \
379
	  empty_fix=; \
380
	fi; \
381
	list='$(SUBDIRS)'; for subdir in $$list; do \
382
	  if test "$$subdir" = .; then :; else \
383
	    test ! -f $$subdir/TAGS || \
384
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
385
	  fi; \
386
	done; \
387
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
388
	unique=`for i in $$list; do \
389
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
	  done | \
391
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
393
	shift; \
394
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
	  test -n "$$unique" || unique=$$empty_fix; \
396
	  if test $$# -gt 0; then \
397
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
	      "$$@" $$unique; \
399
	  else \
400
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401
	      $$unique; \
402
	  fi; \
403
	fi
404
ctags: CTAGS
405
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
406
		$(TAGS_FILES) $(LISP)
407
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
408
	unique=`for i in $$list; do \
409
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
	  done | \
411
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
413
	test -z "$(CTAGS_ARGS)$$unique" \
414
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415
	     $$unique
416
417
GTAGS:
418
	here=`$(am__cd) $(top_builddir) && pwd` \
419
	  && $(am__cd) $(top_srcdir) \
420
	  && gtags -i $(GTAGS_ARGS) "$$here"
421
422
distclean-tags:
423
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424
425
distdir: $(DISTFILES)
426
	$(am__remove_distdir)
427
	test -d "$(distdir)" || mkdir "$(distdir)"
428
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430
	list='$(DISTFILES)'; \
431
	  dist_files=`for file in $$list; do echo $$file; done | \
432
	  sed -e "s|^$$srcdirstrip/||;t" \
433
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434
	case $$dist_files in \
435
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
436
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437
			   sort -u` ;; \
438
	esac; \
439
	for file in $$dist_files; do \
440
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441
	  if test -d $$d/$$file; then \
442
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443
	    if test -d "$(distdir)/$$file"; then \
444
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445
	    fi; \
446
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
448
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449
	    fi; \
450
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
451
	  else \
452
	    test -f "$(distdir)/$$file" \
453
	    || cp -p $$d/$$file "$(distdir)/$$file" \
454
	    || exit 1; \
455
	  fi; \
456
	done
457
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
458
	  if test "$$subdir" = .; then :; else \
459
	    test -d "$(distdir)/$$subdir" \
460
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
461
	    || exit 1; \
462
	  fi; \
463
	done
464
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465
	  if test "$$subdir" = .; then :; else \
466
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
467
	    $(am__relativize); \
468
	    new_distdir=$$reldir; \
469
	    dir1=$$subdir; dir2="$(top_distdir)"; \
470
	    $(am__relativize); \
471
	    new_top_distdir=$$reldir; \
472
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
473
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
474
	    ($(am__cd) $$subdir && \
475
	      $(MAKE) $(AM_MAKEFLAGS) \
476
	        top_distdir="$$new_top_distdir" \
477
	        distdir="$$new_distdir" \
478
		am__remove_distdir=: \
479
		am__skip_length_check=: \
480
		am__skip_mode_fix=: \
481
	        distdir) \
482
	      || exit 1; \
483
	  fi; \
484
	done
485
	-test -n "$(am__skip_mode_fix)" \
486
	|| find "$(distdir)" -type d ! -perm -755 \
487
		-exec chmod u+rwx,go+rx {} \; -o \
488
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
489
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
490
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
491
	|| chmod -R a+r "$(distdir)"
492
dist-gzip: distdir
493
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
494
	$(am__remove_distdir)
495
496
dist-bzip2: distdir
497
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
498
	$(am__remove_distdir)
499
500
dist-lzma: distdir
501
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
502
	$(am__remove_distdir)
503
504
dist-xz: distdir
505
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
506
	$(am__remove_distdir)
507
508
dist-tarZ: distdir
509
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
510
	$(am__remove_distdir)
511
512
dist-shar: distdir
513
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
514
	$(am__remove_distdir)
515
516
dist-zip: distdir
517
	-rm -f $(distdir).zip
518
	zip -rq $(distdir).zip $(distdir)
519
	$(am__remove_distdir)
520
521
dist dist-all: distdir
522
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
523
	$(am__remove_distdir)
524
525
# This target untars the dist file and tries a VPATH configuration.  Then
526
# it guarantees that the distribution is self-contained by making another
527
# tarfile.
528
distcheck: dist
529
	case '$(DIST_ARCHIVES)' in \
530
	*.tar.gz*) \
531
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
532
	*.tar.bz2*) \
533
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
534
	*.tar.lzma*) \
535
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
536
	*.tar.xz*) \
537
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
538
	*.tar.Z*) \
539
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
540
	*.shar.gz*) \
541
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
542
	*.zip*) \
543
	  unzip $(distdir).zip ;;\
544
	esac
545
	chmod -R a-w $(distdir); chmod a+w $(distdir)
546
	mkdir $(distdir)/_build
547
	mkdir $(distdir)/_inst
548
	chmod a-w $(distdir)
549
	test -d $(distdir)/_build || exit 0; \
550
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
551
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
552
	  && am__cwd=`pwd` \
553
	  && $(am__cd) $(distdir)/_build \
554
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
555
	    $(DISTCHECK_CONFIGURE_FLAGS) \
556
	  && $(MAKE) $(AM_MAKEFLAGS) \
557
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
558
	  && $(MAKE) $(AM_MAKEFLAGS) check \
559
	  && $(MAKE) $(AM_MAKEFLAGS) install \
560
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
561
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
562
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
563
	        distuninstallcheck \
564
	  && chmod -R a-w "$$dc_install_base" \
565
	  && ({ \
566
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
567
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
568
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
569
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
570
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
571
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
572
	  && rm -rf "$$dc_destdir" \
573
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
574
	  && rm -rf $(DIST_ARCHIVES) \
575
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
576
	  && cd "$$am__cwd" \
577
	  || exit 1
578
	$(am__remove_distdir)
579
	@(echo "$(distdir) archives ready for distribution: "; \
580
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
581
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
582
distuninstallcheck:
583
	@$(am__cd) '$(distuninstallcheck_dir)' \
584
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
585
	   || { echo "ERROR: files left after uninstall:" ; \
586
	        if test -n "$(DESTDIR)"; then \
587
	          echo "  (check DESTDIR support)"; \
588
	        fi ; \
589
	        $(distuninstallcheck_listfiles) ; \
590
	        exit 1; } >&2
591
distcleancheck: distclean
592
	@if test '$(srcdir)' = . ; then \
593
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
594
	  exit 1 ; \
595
	fi
596
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
597
	  || { echo "ERROR: files left in build directory after distclean:" ; \
598
	       $(distcleancheck_listfiles) ; \
599
	       exit 1; } >&2
600
check-am: all-am
601
check: check-recursive
602
all-am: Makefile config.h
603
installdirs: installdirs-recursive
604
installdirs-am:
605
install: install-recursive
606
install-exec: install-exec-recursive
607
install-data: install-data-recursive
608
uninstall: uninstall-recursive
609
610
install-am: all-am
611
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
612
613
installcheck: installcheck-recursive
614
install-strip:
615
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617
	  `test -z '$(STRIP)' || \
618
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
619
mostlyclean-generic:
620
621
clean-generic:
622
623
distclean-generic:
624
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
625
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
626
627
maintainer-clean-generic:
628
	@echo "This command is intended for maintainers to use"
629
	@echo "it deletes files that may require special tools to rebuild."
630
clean: clean-recursive
631
10 by Colin King
* New version for release (LP: #701843)
632
clean-am: clean-generic clean-libtool mostlyclean-am
1 by Colin King
633
634
distclean: distclean-recursive
635
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
636
	-rm -f Makefile
10 by Colin King
* New version for release (LP: #701843)
637
distclean-am: clean-am distclean-generic distclean-hdr \
638
	distclean-libtool distclean-tags
1 by Colin King
639
640
dvi: dvi-recursive
641
642
dvi-am:
643
644
html: html-recursive
645
646
html-am:
647
648
info: info-recursive
649
650
info-am:
651
652
install-data-am:
653
654
install-dvi: install-dvi-recursive
655
656
install-dvi-am:
657
658
install-exec-am:
659
660
install-html: install-html-recursive
661
662
install-html-am:
663
664
install-info: install-info-recursive
665
666
install-info-am:
667
668
install-man:
669
670
install-pdf: install-pdf-recursive
671
672
install-pdf-am:
673
674
install-ps: install-ps-recursive
675
676
install-ps-am:
677
678
installcheck-am:
679
680
maintainer-clean: maintainer-clean-recursive
681
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
682
	-rm -rf $(top_srcdir)/autom4te.cache
683
	-rm -f Makefile
684
maintainer-clean-am: distclean-am maintainer-clean-generic
685
686
mostlyclean: mostlyclean-recursive
687
10 by Colin King
* New version for release (LP: #701843)
688
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1 by Colin King
689
690
pdf: pdf-recursive
691
692
pdf-am:
693
694
ps: ps-recursive
695
696
ps-am:
697
698
uninstall-am:
699
700
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
701
	ctags-recursive install-am install-strip tags-recursive
702
703
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
704
	all all-am am--refresh check check-am clean clean-generic \
10 by Colin King
* New version for release (LP: #701843)
705
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
706
	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
707
	distcheck distclean distclean-generic distclean-hdr \
708
	distclean-libtool distclean-tags distcleancheck distdir \
709
	distuninstallcheck dvi dvi-am html html-am info info-am \
710
	install install-am install-data install-data-am install-dvi \
711
	install-dvi-am install-exec install-exec-am install-html \
712
	install-html-am install-info install-info-am install-man \
713
	install-pdf install-pdf-am install-ps install-ps-am \
714
	install-strip installcheck installcheck-am installdirs \
715
	installdirs-am maintainer-clean maintainer-clean-generic \
716
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
717
	ps ps-am tags tags-recursive uninstall uninstall-am
1 by Colin King
718
719
720
# Tell versions [3.59,3.63) of GNU make to not export all variables.
721
# Otherwise a system limit (for SysV at least) may be exceeded.
722
.NOEXPORT: