Subversion Repositories DIN Is Noise

Rev

Rev 2010 | Rev 2096 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2013 jag 1
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1 - 2
# @configure_input@
3
 
2013 jag 4
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
2005 jag 5
 
1 - 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@
2005 jag 17
am__is_gnu_make = { \
18
  if test -z '$(MAKELEVEL)'; then \
19
    false; \
20
  elif test -n '$(MAKE_HOST)'; then \
21
    true; \
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23
    true; \
24
  else \
25
    false; \
26
  fi; \
27
}
28
am__make_running_with_option = \
29
  case $${target_option-} in \
30
      ?) ;; \
31
      *) echo "am__make_running_with_option: internal error: invalid" \
32
              "target option '$${target_option-}' specified" >&2; \
33
         exit 1;; \
34
  esac; \
35
  has_opt=no; \
36
  sane_makeflags=$$MAKEFLAGS; \
37
  if $(am__is_gnu_make); then \
38
    sane_makeflags=$$MFLAGS; \
39
  else \
40
    case $$MAKEFLAGS in \
41
      *\\[\ \	]*) \
42
        bs=\\; \
43
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45
    esac; \
46
  fi; \
47
  skip_next=no; \
48
  strip_trailopt () \
49
  { \
50
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51
  }; \
52
  for flg in $$sane_makeflags; do \
53
    test $$skip_next = yes && { skip_next=no; continue; }; \
54
    case $$flg in \
55
      *=*|--*) continue;; \
56
        -*I) strip_trailopt 'I'; skip_next=yes;; \
57
      -*I?*) strip_trailopt 'I';; \
58
        -*O) strip_trailopt 'O'; skip_next=yes;; \
59
      -*O?*) strip_trailopt 'O';; \
60
        -*l) strip_trailopt 'l'; skip_next=yes;; \
61
      -*l?*) strip_trailopt 'l';; \
62
      -[dEDm]) skip_next=yes;; \
63
      -[JT]) skip_next=yes;; \
64
    esac; \
65
    case $$flg in \
66
      *$$target_option*) has_opt=yes; break;; \
67
    esac; \
68
  done; \
69
  test $$has_opt = yes
70
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1 - 72
pkgdatadir = $(datadir)/@PACKAGE@
73
pkgincludedir = $(includedir)/@PACKAGE@
74
pkglibdir = $(libdir)/@PACKAGE@
75
pkglibexecdir = $(libexecdir)/@PACKAGE@
76
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77
install_sh_DATA = $(install_sh) -c -m 644
78
install_sh_PROGRAM = $(install_sh) -c
79
install_sh_SCRIPT = $(install_sh) -c
80
INSTALL_HEADER = $(INSTALL_DATA)
81
transform = $(program_transform_name)
82
NORMAL_INSTALL = :
83
PRE_INSTALL = :
84
POST_INSTALL = :
85
NORMAL_UNINSTALL = :
86
PRE_UNINSTALL = :
87
POST_UNINSTALL = :
88
subdir = .
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
91
	$(top_srcdir)/configure.ac
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93
	$(ACLOCAL_M4)
2005 jag 94
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
95
	$(am__configure_deps) $(am__DIST_COMMON)
1 - 96
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97
 configure.lineno config.status.lineno
98
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99
CONFIG_CLEAN_FILES =
100
CONFIG_CLEAN_VPATH_FILES =
2005 jag 101
AM_V_P = $(am__v_P_@AM_V@)
102
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103
am__v_P_0 = false
104
am__v_P_1 = :
105
AM_V_GEN = $(am__v_GEN_@AM_V@)
106
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107
am__v_GEN_0 = @echo "  GEN     " $@;
108
am__v_GEN_1 =
109
AM_V_at = $(am__v_at_@AM_V@)
110
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111
am__v_at_0 = @
112
am__v_at_1 =
1 - 113
SOURCES =
114
DIST_SOURCES =
2005 jag 115
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116
	ctags-recursive dvi-recursive html-recursive info-recursive \
117
	install-data-recursive install-dvi-recursive \
118
	install-exec-recursive install-html-recursive \
119
	install-info-recursive install-pdf-recursive \
120
	install-ps-recursive install-recursive installcheck-recursive \
121
	installdirs-recursive pdf-recursive ps-recursive \
122
	tags-recursive uninstall-recursive
123
am__can_run_installinfo = \
124
  case $$AM_UPDATE_INFO_DIR in \
125
    n|no|NO) false;; \
126
    *) (install-info --version) >/dev/null 2>&1;; \
127
  esac
1 - 128
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
129
  distclean-recursive maintainer-clean-recursive
2005 jag 130
am__recursive_targets = \
131
  $(RECURSIVE_TARGETS) \
132
  $(RECURSIVE_CLEAN_TARGETS) \
133
  $(am__extra_recursive_targets)
134
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
2010 jag 135
	cscope distdir distdir-am dist dist-all distcheck
2005 jag 136
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
137
# Read a list of newline-separated strings from the standard input,
138
# and print each of them once, without duplicates.  Input order is
139
# *not* preserved.
140
am__uniquify_input = $(AWK) '\
141
  BEGIN { nonempty = 0; } \
142
  { items[$$0] = 1; nonempty = 1; } \
143
  END { if (nonempty) { for (i in items) print i; }; } \
144
'
145
# Make sure the list of sources is unique.  This is necessary because,
146
# e.g., the same source file might be shared among _SOURCES variables
147
# for different programs/libraries.
148
am__define_uniq_tagged_files = \
149
  list='$(am__tagged_files)'; \
150
  unique=`for i in $$list; do \
151
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152
  done | $(am__uniquify_input)`
1 - 153
ETAGS = etags
154
CTAGS = ctags
2005 jag 155
CSCOPE = cscope
1 - 156
DIST_SUBDIRS = $(SUBDIRS)
2005 jag 157
am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING INSTALL NEWS \
158
	README TODO acconfig.h compile depcomp install-sh missing \
159
	mkinstalldirs
1 - 160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161
distdir = $(PACKAGE)-$(VERSION)
162
top_distdir = $(distdir)
163
am__remove_distdir = \
2005 jag 164
  if test -d "$(distdir)"; then \
165
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
166
      && rm -rf "$(distdir)" \
167
      || { sleep 5 && rm -rf "$(distdir)"; }; \
168
  else :; fi
169
am__post_remove_distdir = $(am__remove_distdir)
1 - 170
am__relativize = \
171
  dir0=`pwd`; \
172
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
173
  sed_rest='s,^[^/]*/*,,'; \
174
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
175
  sed_butlast='s,/*[^/]*$$,,'; \
176
  while test -n "$$dir1"; do \
177
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
178
    if test "$$first" != "."; then \
179
      if test "$$first" = ".."; then \
180
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
181
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
182
      else \
183
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
184
        if test "$$first2" = "$$first"; then \
185
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
186
        else \
187
          dir2="../$$dir2"; \
188
        fi; \
189
        dir0="$$dir0"/"$$first"; \
190
      fi; \
191
    fi; \
192
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
193
  done; \
194
  reldir="$$dir2"
195
DIST_ARCHIVES = $(distdir).tar.gz
196
GZIP_ENV = --best
2005 jag 197
DIST_TARGETS = dist-gzip
2013 jag 198
# Exists only to be overridden by the user if desired.
199
AM_DISTCHECK_DVI_TARGET = dvi
1 - 200
distuninstallcheck_listfiles = find . -type f -print
2005 jag 201
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
202
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1 - 203
distcleancheck_listfiles = find . -type f -print
204
ACLOCAL = @ACLOCAL@
205
AMTAR = @AMTAR@
2005 jag 206
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 - 207
AUTOCONF = @AUTOCONF@
208
AUTOHEADER = @AUTOHEADER@
209
AUTOMAKE = @AUTOMAKE@
210
AWK = @AWK@
211
CC = @CC@
212
CCDEPMODE = @CCDEPMODE@
213
CFLAGS = @CFLAGS@
214
CPPFLAGS = @CPPFLAGS@
215
CXX = @CXX@
216
CXXDEPMODE = @CXXDEPMODE@
217
CXXFLAGS = @CXXFLAGS@
218
CYGPATH_W = @CYGPATH_W@
219
DEFS = @DEFS@
220
DEPDIR = @DEPDIR@
221
ECHO_C = @ECHO_C@
222
ECHO_N = @ECHO_N@
223
ECHO_T = @ECHO_T@
224
EXEEXT = @EXEEXT@
225
INSTALL = @INSTALL@
226
INSTALL_DATA = @INSTALL_DATA@
227
INSTALL_PROGRAM = @INSTALL_PROGRAM@
228
INSTALL_SCRIPT = @INSTALL_SCRIPT@
229
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230
LDFLAGS = @LDFLAGS@
231
LIBOBJS = @LIBOBJS@
232
LIBS = @LIBS@
233
LTLIBOBJS = @LTLIBOBJS@
234
MAKEINFO = @MAKEINFO@
235
MKDIR_P = @MKDIR_P@
236
OBJC = @OBJC@
237
OBJCDEPMODE = @OBJCDEPMODE@
238
OBJCFLAGS = @OBJCFLAGS@
239
OBJEXT = @OBJEXT@
240
PACKAGE = @PACKAGE@
241
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242
PACKAGE_NAME = @PACKAGE_NAME@
243
PACKAGE_STRING = @PACKAGE_STRING@
244
PACKAGE_TARNAME = @PACKAGE_TARNAME@
245
PACKAGE_URL = @PACKAGE_URL@
246
PACKAGE_VERSION = @PACKAGE_VERSION@
247
PATH_SEPARATOR = @PATH_SEPARATOR@
248
SET_MAKE = @SET_MAKE@
249
SHELL = @SHELL@
250
STRIP = @STRIP@
251
VERSION = @VERSION@
252
abs_builddir = @abs_builddir@
253
abs_srcdir = @abs_srcdir@
254
abs_top_builddir = @abs_top_builddir@
255
abs_top_srcdir = @abs_top_srcdir@
256
ac_ct_CC = @ac_ct_CC@
257
ac_ct_CXX = @ac_ct_CXX@
258
ac_ct_OBJC = @ac_ct_OBJC@
259
am__include = @am__include@
260
am__leading_dot = @am__leading_dot@
261
am__quote = @am__quote@
262
am__tar = @am__tar@
263
am__untar = @am__untar@
264
bindir = @bindir@
265
build_alias = @build_alias@
266
builddir = @builddir@
267
datadir = @datadir@
268
datarootdir = @datarootdir@
269
docdir = @docdir@
270
dvidir = @dvidir@
271
exec_prefix = @exec_prefix@
272
host_alias = @host_alias@
273
htmldir = @htmldir@
274
includedir = @includedir@
275
infodir = @infodir@
276
install_sh = @install_sh@
277
libdir = @libdir@
278
libexecdir = @libexecdir@
279
localedir = @localedir@
280
localstatedir = @localstatedir@
281
mandir = @mandir@
282
mkdir_p = @mkdir_p@
283
oldincludedir = @oldincludedir@
284
pdfdir = @pdfdir@
285
prefix = @prefix@
286
program_transform_name = @program_transform_name@
287
psdir = @psdir@
2005 jag 288
runstatedir = @runstatedir@
1 - 289
sbindir = @sbindir@
290
sharedstatedir = @sharedstatedir@
291
srcdir = @srcdir@
292
sysconfdir = @sysconfdir@
293
target_alias = @target_alias@
294
top_build_prefix = @top_build_prefix@
295
top_builddir = @top_builddir@
296
top_srcdir = @top_srcdir@
1528 jag 297
SUBDIRS = src src/factory src/factory/country pixmaps
708 jag 298
blurb = README COPYING AUTHORS CHANGELOG INSTALL NEWS TODO BUGS o3-alsa o3-jack g-alsa g-jack
1 - 299
EXTRA_DIST = $(blurb)
300
all: all-recursive
301
 
302
.SUFFIXES:
2005 jag 303
am--refresh: Makefile
1 - 304
	@:
305
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
306
	@for dep in $?; do \
307
	  case '$(am__configure_deps)' in \
308
	    *$$dep*) \
309
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
310
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
311
		&& exit 0; \
312
	      exit 1;; \
313
	  esac; \
314
	done; \
315
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
316
	$(am__cd) $(top_srcdir) && \
317
	  $(AUTOMAKE) --foreign Makefile
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319
	@case '$?' in \
320
	  *config.status*) \
321
	    echo ' $(SHELL) ./config.status'; \
322
	    $(SHELL) ./config.status;; \
323
	  *) \
2010 jag 324
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
325
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1 - 326
	esac;
327
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329
	$(SHELL) ./config.status --recheck
330
 
331
$(top_srcdir)/configure:  $(am__configure_deps)
332
	$(am__cd) $(srcdir) && $(AUTOCONF)
333
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
334
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
335
$(am__aclocal_m4_deps):
336
 
337
# This directory's subdirectories are mostly independent; you can cd
2005 jag 338
# into them and run 'make' without going through this Makefile.
339
# To change the values of 'make' variables: instead of editing Makefiles,
340
# (1) if the variable is set in 'config.status', edit 'config.status'
341
#     (which will cause the Makefiles to be regenerated when you run 'make');
342
# (2) otherwise, pass the desired values on the 'make' command line.
343
$(am__recursive_targets):
344
	@fail=; \
345
	if $(am__make_keepgoing); then \
346
	  failcom='fail=yes'; \
347
	else \
348
	  failcom='exit 1'; \
349
	fi; \
1 - 350
	dot_seen=no; \
351
	target=`echo $@ | sed s/-recursive//`; \
2005 jag 352
	case "$@" in \
353
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
354
	  *) list='$(SUBDIRS)' ;; \
355
	esac; \
356
	for subdir in $$list; do \
1 - 357
	  echo "Making $$target in $$subdir"; \
358
	  if test "$$subdir" = "."; then \
359
	    dot_seen=yes; \
360
	    local_target="$$target-am"; \
361
	  else \
362
	    local_target="$$target"; \
363
	  fi; \
364
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
	  || eval $$failcom; \
366
	done; \
367
	if test "$$dot_seen" = "no"; then \
368
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369
	fi; test -z "$$fail"
370
 
2005 jag 371
ID: $(am__tagged_files)
372
	$(am__define_uniq_tagged_files); mkid -fID $$unique
373
tags: tags-recursive
374
TAGS: tags
1 - 375
 
2005 jag 376
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1 - 377
	set x; \
378
	here=`pwd`; \
379
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380
	  include_option=--etags-include; \
381
	  empty_fix=.; \
382
	else \
383
	  include_option=--include; \
384
	  empty_fix=; \
385
	fi; \
386
	list='$(SUBDIRS)'; for subdir in $$list; do \
387
	  if test "$$subdir" = .; then :; else \
388
	    test ! -f $$subdir/TAGS || \
389
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390
	  fi; \
391
	done; \
2005 jag 392
	$(am__define_uniq_tagged_files); \
1 - 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
2005 jag 404
ctags: ctags-recursive
405
 
406
CTAGS: ctags
407
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
408
	$(am__define_uniq_tagged_files); \
1 - 409
	test -z "$(CTAGS_ARGS)$$unique" \
410
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411
	     $$unique
412
 
413
GTAGS:
414
	here=`$(am__cd) $(top_builddir) && pwd` \
415
	  && $(am__cd) $(top_srcdir) \
416
	  && gtags -i $(GTAGS_ARGS) "$$here"
2005 jag 417
cscope: cscope.files
418
	test ! -s cscope.files \
419
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
420
clean-cscope:
421
	-rm -f cscope.files
422
cscope.files: clean-cscope cscopelist
423
cscopelist: cscopelist-recursive
1 - 424
 
2005 jag 425
cscopelist-am: $(am__tagged_files)
426
	list='$(am__tagged_files)'; \
427
	case "$(srcdir)" in \
428
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
429
	  *) sdir=$(subdir)/$(srcdir) ;; \
430
	esac; \
431
	for i in $$list; do \
432
	  if test -f "$$i"; then \
433
	    echo "$(subdir)/$$i"; \
434
	  else \
435
	    echo "$$sdir/$$i"; \
436
	  fi; \
437
	done >> $(top_builddir)/cscope.files
438
 
1 - 439
distclean-tags:
440
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2005 jag 441
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1 - 442
 
2010 jag 443
distdir: $(BUILT_SOURCES)
444
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
445
 
446
distdir-am: $(DISTFILES)
1 - 447
	$(am__remove_distdir)
448
	test -d "$(distdir)" || mkdir "$(distdir)"
449
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451
	list='$(DISTFILES)'; \
452
	  dist_files=`for file in $$list; do echo $$file; done | \
453
	  sed -e "s|^$$srcdirstrip/||;t" \
454
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
455
	case $$dist_files in \
456
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
457
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
458
			   sort -u` ;; \
459
	esac; \
460
	for file in $$dist_files; do \
461
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
462
	  if test -d $$d/$$file; then \
463
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
464
	    if test -d "$(distdir)/$$file"; then \
465
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466
	    fi; \
467
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
468
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
469
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470
	    fi; \
471
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
472
	  else \
473
	    test -f "$(distdir)/$$file" \
474
	    || cp -p $$d/$$file "$(distdir)/$$file" \
475
	    || exit 1; \
476
	  fi; \
477
	done
478
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
479
	  if test "$$subdir" = .; then :; else \
2005 jag 480
	    $(am__make_dryrun) \
481
	      || test -d "$(distdir)/$$subdir" \
482
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
483
	      || exit 1; \
1 - 484
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
485
	    $(am__relativize); \
486
	    new_distdir=$$reldir; \
487
	    dir1=$$subdir; dir2="$(top_distdir)"; \
488
	    $(am__relativize); \
489
	    new_top_distdir=$$reldir; \
490
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
491
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
492
	    ($(am__cd) $$subdir && \
493
	      $(MAKE) $(AM_MAKEFLAGS) \
494
	        top_distdir="$$new_top_distdir" \
495
	        distdir="$$new_distdir" \
496
		am__remove_distdir=: \
497
		am__skip_length_check=: \
498
		am__skip_mode_fix=: \
499
	        distdir) \
500
	      || exit 1; \
501
	  fi; \
502
	done
503
	-test -n "$(am__skip_mode_fix)" \
20 - 504
	|| find "$(distdir)" -type d ! -perm -755 \
505
		-exec chmod u+rwx,go+rx {} \; -o \
1 - 506
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
507
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
508
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
509
	|| chmod -R a+r "$(distdir)"
510
dist-gzip: distdir
2005 jag 511
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
512
	$(am__post_remove_distdir)
1 - 513
 
514
dist-bzip2: distdir
2005 jag 515
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
516
	$(am__post_remove_distdir)
1 - 517
 
2005 jag 518
dist-lzip: distdir
519
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
520
	$(am__post_remove_distdir)
723 jag 521
 
1 - 522
dist-xz: distdir
2005 jag 523
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
524
	$(am__post_remove_distdir)
1 - 525
 
2013 jag 526
dist-zstd: distdir
527
	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
528
	$(am__post_remove_distdir)
529
 
1 - 530
dist-tarZ: distdir
2005 jag 531
	@echo WARNING: "Support for distribution archives compressed with" \
532
		       "legacy program 'compress' is deprecated." >&2
533
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1 - 534
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2005 jag 535
	$(am__post_remove_distdir)
1 - 536
 
537
dist-shar: distdir
2005 jag 538
	@echo WARNING: "Support for shar distribution archives is" \
539
	               "deprecated." >&2
540
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
541
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
542
	$(am__post_remove_distdir)
1 - 543
 
544
dist-zip: distdir
545
	-rm -f $(distdir).zip
546
	zip -rq $(distdir).zip $(distdir)
2005 jag 547
	$(am__post_remove_distdir)
1 - 548
 
2005 jag 549
dist dist-all:
550
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
551
	$(am__post_remove_distdir)
1 - 552
 
553
# This target untars the dist file and tries a VPATH configuration.  Then
554
# it guarantees that the distribution is self-contained by making another
555
# tarfile.
556
distcheck: dist
557
	case '$(DIST_ARCHIVES)' in \
558
	*.tar.gz*) \
2005 jag 559
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1 - 560
	*.tar.bz2*) \
20 - 561
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2005 jag 562
	*.tar.lz*) \
563
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1 - 564
	*.tar.xz*) \
565
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
566
	*.tar.Z*) \
567
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568
	*.shar.gz*) \
2005 jag 569
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1 - 570
	*.zip*) \
571
	  unzip $(distdir).zip ;;\
2013 jag 572
	*.tar.zst*) \
573
	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1 - 574
	esac
2005 jag 575
	chmod -R a-w $(distdir)
576
	chmod u+w $(distdir)
577
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1 - 578
	chmod a-w $(distdir)
579
	test -d $(distdir)/_build || exit 0; \
580
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
581
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
582
	  && am__cwd=`pwd` \
2005 jag 583
	  && $(am__cd) $(distdir)/_build/sub \
584
	  && ../../configure \
585
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1 - 586
	    $(DISTCHECK_CONFIGURE_FLAGS) \
2005 jag 587
	    --srcdir=../.. --prefix="$$dc_install_base" \
1 - 588
	  && $(MAKE) $(AM_MAKEFLAGS) \
2013 jag 589
	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1 - 590
	  && $(MAKE) $(AM_MAKEFLAGS) check \
591
	  && $(MAKE) $(AM_MAKEFLAGS) install \
592
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
593
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
594
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
595
	        distuninstallcheck \
596
	  && chmod -R a-w "$$dc_install_base" \
597
	  && ({ \
598
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
599
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
600
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
601
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
602
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
603
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
604
	  && rm -rf "$$dc_destdir" \
605
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
606
	  && rm -rf $(DIST_ARCHIVES) \
607
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
608
	  && cd "$$am__cwd" \
609
	  || exit 1
2005 jag 610
	$(am__post_remove_distdir)
1 - 611
	@(echo "$(distdir) archives ready for distribution: "; \
612
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
613
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
614
distuninstallcheck:
2005 jag 615
	@test -n '$(distuninstallcheck_dir)' || { \
616
	  echo 'ERROR: trying to run $@ with an empty' \
617
	       '$$(distuninstallcheck_dir)' >&2; \
618
	  exit 1; \
619
	}; \
620
	$(am__cd) '$(distuninstallcheck_dir)' || { \
621
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
622
	  exit 1; \
623
	}; \
624
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1 - 625
	   || { echo "ERROR: files left after uninstall:" ; \
626
	        if test -n "$(DESTDIR)"; then \
627
	          echo "  (check DESTDIR support)"; \
628
	        fi ; \
629
	        $(distuninstallcheck_listfiles) ; \
630
	        exit 1; } >&2
631
distcleancheck: distclean
632
	@if test '$(srcdir)' = . ; then \
633
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
634
	  exit 1 ; \
635
	fi
636
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
637
	  || { echo "ERROR: files left in build directory after distclean:" ; \
638
	       $(distcleancheck_listfiles) ; \
639
	       exit 1; } >&2
640
check-am: all-am
641
check: check-recursive
642
all-am: Makefile
643
installdirs: installdirs-recursive
644
installdirs-am:
645
install: install-recursive
646
install-exec: install-exec-recursive
647
install-data: install-data-recursive
648
uninstall: uninstall-recursive
649
 
650
install-am: all-am
651
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
652
 
653
installcheck: installcheck-recursive
654
install-strip:
2005 jag 655
	if test -z '$(STRIP)'; then \
656
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658
	      install; \
659
	else \
660
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
663
	fi
1 - 664
mostlyclean-generic:
665
 
666
clean-generic:
667
 
668
distclean-generic:
669
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
670
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
671
 
672
maintainer-clean-generic:
673
	@echo "This command is intended for maintainers to use"
674
	@echo "it deletes files that may require special tools to rebuild."
675
clean: clean-recursive
676
 
677
clean-am: clean-generic mostlyclean-am
678
 
679
distclean: distclean-recursive
680
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
681
	-rm -f Makefile
682
distclean-am: clean-am distclean-generic distclean-tags
683
 
684
dvi: dvi-recursive
685
 
686
dvi-am:
687
 
688
html: html-recursive
689
 
690
html-am:
691
 
692
info: info-recursive
693
 
694
info-am:
695
 
696
install-data-am:
697
 
698
install-dvi: install-dvi-recursive
699
 
700
install-dvi-am:
701
 
702
install-exec-am:
703
 
704
install-html: install-html-recursive
705
 
706
install-html-am:
707
 
708
install-info: install-info-recursive
709
 
710
install-info-am:
711
 
712
install-man:
713
 
714
install-pdf: install-pdf-recursive
715
 
716
install-pdf-am:
717
 
718
install-ps: install-ps-recursive
719
 
720
install-ps-am:
721
 
722
installcheck-am:
723
 
724
maintainer-clean: maintainer-clean-recursive
725
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
726
	-rm -rf $(top_srcdir)/autom4te.cache
727
	-rm -f Makefile
728
maintainer-clean-am: distclean-am maintainer-clean-generic
729
 
730
mostlyclean: mostlyclean-recursive
731
 
732
mostlyclean-am: mostlyclean-generic
733
 
734
pdf: pdf-recursive
735
 
736
pdf-am:
737
 
738
ps: ps-recursive
739
 
740
ps-am:
741
 
742
uninstall-am:
743
 
2005 jag 744
.MAKE: $(am__recursive_targets) install-am install-strip
1 - 745
 
2005 jag 746
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
747
	am--refresh check check-am clean clean-cscope clean-generic \
748
	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
749
	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
2013 jag 750
	dist-zstd distcheck distclean distclean-generic distclean-tags \
2005 jag 751
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
752
	html-am info info-am install install-am install-data \
753
	install-data-am install-dvi install-dvi-am install-exec \
754
	install-exec-am install-html install-html-am install-info \
755
	install-info-am install-man install-pdf install-pdf-am \
756
	install-ps install-ps-am install-strip installcheck \
757
	installcheck-am installdirs installdirs-am maintainer-clean \
1 - 758
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
2005 jag 759
	pdf-am ps ps-am tags tags-am uninstall uninstall-am
1 - 760
 
2005 jag 761
.PRECIOUS: Makefile
1 - 762
 
2005 jag 763
 
1 - 764
# Tell versions [3.59,3.63) of GNU make to not export all variables.
765
# Otherwise a system limit (for SysV at least) may be exceeded.
766
.NOEXPORT: