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