Remove building with NOCRYPTO option
[minix3.git] / external / bsd / flex / dist / examples / Makefile
blob471f67450fb2cc5e46600633c7b65e734f4b6ee3
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # examples/Makefile. Generated from Makefile.in by configure.
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.
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.
18 # This file is part of flex.
20 # Redistribution and use in source and binary forms, with or without
21 # modification, are permitted provided that the following conditions
22 # are met:
24 # 1. Redistributions of source code must retain the above copyright
25 # notice, this list of conditions and the following disclaimer.
26 # 2. Redistributions in binary form must reproduce the above copyright
27 # notice, this list of conditions and the following disclaimer in the
28 # documentation and/or other materials provided with the distribution.
30 # Neither the name of the University nor the names of its contributors
31 # may be used to endorse or promote products derived from this software
32 # without specific prior written permission.
34 # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
35 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
36 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37 # PURPOSE.
39 am__make_dryrun = \
40 { \
41 am__dry=no; \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
45 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
46 *) \
47 for am__flg in $$MAKEFLAGS; do \
48 case $$am__flg in \
49 *=*|--*) ;; \
50 *n*) am__dry=yes; break;; \
51 esac; \
52 done;; \
53 esac; \
54 test $$am__dry = yes; \
56 pkgdatadir = $(datadir)/flex
57 pkgincludedir = $(includedir)/flex
58 pkglibdir = $(libdir)/flex
59 pkglibexecdir = $(libexecdir)/flex
60 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61 install_sh_DATA = $(install_sh) -c -m 644
62 install_sh_PROGRAM = $(install_sh) -c
63 install_sh_SCRIPT = $(install_sh) -c
64 INSTALL_HEADER = $(INSTALL_DATA)
65 transform = $(program_transform_name)
66 NORMAL_INSTALL = :
67 PRE_INSTALL = :
68 POST_INSTALL = :
69 NORMAL_UNINSTALL = :
70 PRE_UNINSTALL = :
71 POST_UNINSTALL = :
72 build_triplet = x86_64-unknown-netbsd7.99.1
73 host_triplet = x86_64-unknown-netbsd7.99.1
74 subdir = examples
75 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
78 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
79 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
80 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
81 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
82 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
83 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
84 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
85 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86 $(ACLOCAL_M4)
87 mkinstalldirs = $(install_sh) -d
88 CONFIG_HEADER = $(top_builddir)/config.h
89 CONFIG_CLEAN_FILES =
90 CONFIG_CLEAN_VPATH_FILES =
91 SOURCES =
92 DIST_SOURCES =
93 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94 html-recursive info-recursive install-data-recursive \
95 install-dvi-recursive install-exec-recursive \
96 install-html-recursive install-info-recursive \
97 install-pdf-recursive install-ps-recursive install-recursive \
98 installcheck-recursive installdirs-recursive pdf-recursive \
99 ps-recursive uninstall-recursive
100 am__can_run_installinfo = \
101 case $$AM_UPDATE_INFO_DIR in \
102 n|no|NO) false;; \
103 *) (install-info --version) >/dev/null 2>&1;; \
104 esac
105 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
106 distclean-recursive maintainer-clean-recursive
107 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
109 distdir
110 ETAGS = etags
111 CTAGS = ctags
112 DIST_SUBDIRS = $(SUBDIRS)
113 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114 am__relativize = \
115 dir0=`pwd`; \
116 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
117 sed_rest='s,^[^/]*/*,,'; \
118 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
119 sed_butlast='s,/*[^/]*$$,,'; \
120 while test -n "$$dir1"; do \
121 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
122 if test "$$first" != "."; then \
123 if test "$$first" = ".."; then \
124 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
125 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
126 else \
127 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
128 if test "$$first2" = "$$first"; then \
129 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
130 else \
131 dir2="../$$dir2"; \
132 fi; \
133 dir0="$$dir0"/"$$first"; \
134 fi; \
135 fi; \
136 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
137 done; \
138 reldir="$$dir2"
139 ACLOCAL = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run aclocal-1.11
140 ALLOCA =
141 AMTAR = $${TAR-tar}
142 AR = ar
143 AUTOCONF = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoconf
144 AUTOHEADER = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoheader
145 AUTOMAKE = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run automake-1.11
146 AWK = gawk
147 BISON = /usr/pkg/bin/bison
148 CC = gcc
149 CCDEPMODE = depmode=gcc3
150 CFLAGS = -g -O2
151 CPP = gcc -E
152 CPPFLAGS =
153 CXX = g++
154 CXXCPP = g++ -E
155 CXXDEPMODE = depmode=gcc3
156 CXXFLAGS = -g -O2
157 CYGPATH_W = echo
158 DEFS = -DHAVE_CONFIG_H
159 DEPDIR = .deps
160 DLLTOOL = false
161 DSYMUTIL =
162 DUMPBIN =
163 ECHO_C =
164 ECHO_N = -n
165 ECHO_T =
166 EGREP = /usr/bin/grep -E
167 EXEEXT =
168 FGREP = /usr/bin/grep -F
169 GETTEXT_MACRO_VERSION = 0.18
170 GMSGFMT = /usr/pkg/bin/msgfmt
171 GMSGFMT_015 = /usr/pkg/bin/msgfmt
172 GREP = /usr/bin/grep
173 HELP2MAN = /usr/pkg/bin/help2man
174 INDENT = /usr/bin/indent
175 INSTALL = /usr/bin/install -c
176 INSTALL_DATA = ${INSTALL} -m 644
177 INSTALL_PROGRAM = ${INSTALL}
178 INSTALL_SCRIPT = ${INSTALL}
179 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
180 INTLLIBS =
181 INTL_MACOSX_LIBS =
182 LD = /usr/bin/ld
183 LDFLAGS =
184 LEX = flex
185 LEXLIB = -lfl
186 LEX_OUTPUT_ROOT = lex.yy
187 LIBICONV =
188 LIBINTL =
189 LIBOBJS =
190 LIBS = -lm
191 LIBTOOL = $(SHELL) $(top_builddir)/libtool
192 LIPO =
193 LN_S = ln -s
194 LTLIBICONV =
195 LTLIBINTL =
196 LTLIBOBJS =
197 M4 = /usr/pkg/bin/gm4
198 MAKEINFO = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run makeinfo
199 MANIFEST_TOOL = :
200 MKDIR_P = .././install-sh -c -d
201 MSGFMT = /usr/pkg/bin/msgfmt
202 MSGFMT_015 = /usr/pkg/bin/msgfmt
203 MSGMERGE = /usr/pkg/bin/msgmerge
204 NM = /usr/bin/nm -B
205 NMEDIT =
206 OBJDUMP = objdump
207 OBJEXT = o
208 OTOOL =
209 OTOOL64 =
210 PACKAGE = flex
211 PACKAGE_BUGREPORT = flex-help@lists.sourceforge.net
212 PACKAGE_NAME = the fast lexical analyser generator
213 PACKAGE_STRING = the fast lexical analyser generator 2.5.39
214 PACKAGE_TARNAME = flex
215 PACKAGE_URL =
216 PACKAGE_VERSION = 2.5.39
217 PATH_SEPARATOR = :
218 POSUB =
219 RANLIB = ranlib
220 SED = /usr/pkg/bin/gsed
221 SET_MAKE =
222 SHARED_VERSION_INFO = 2:0:0
223 SHELL = /bin/sh
224 STRIP = strip
225 USE_NLS = no
226 VERSION = 2.5.39
227 XGETTEXT = /usr/pkg/bin/xgettext
228 XGETTEXT_015 = /usr/pkg/bin/xgettext
229 XGETTEXT_EXTRA_OPTIONS =
230 YACC = bison -y
231 YFLAGS =
232 abs_builddir = /usr/src/external/bsd/flex/flex-2.5.39/examples
233 abs_srcdir = /usr/src/external/bsd/flex/flex-2.5.39/examples
234 abs_top_builddir = /usr/src/external/bsd/flex/flex-2.5.39
235 abs_top_srcdir = /usr/src/external/bsd/flex/flex-2.5.39
236 ac_ct_AR = ar
237 ac_ct_CC = gcc
238 ac_ct_CXX = g++
239 ac_ct_DUMPBIN =
240 am__include = include
241 am__leading_dot = .
242 am__quote =
243 am__tar = $${TAR-tar} chof - "$$tardir"
244 am__untar = $${TAR-tar} xf -
245 bindir = ${exec_prefix}/bin
246 build = x86_64-unknown-netbsd7.99.1
247 build_alias =
248 build_cpu = x86_64
249 build_os = netbsd7.99.1
250 build_vendor = unknown
251 builddir = .
252 datadir = ${datarootdir}
253 datarootdir = ${prefix}/share
254 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
255 dvidir = ${docdir}
256 exec_prefix = ${prefix}
257 host = x86_64-unknown-netbsd7.99.1
258 host_alias =
259 host_cpu = x86_64
260 host_os = netbsd7.99.1
261 host_vendor = unknown
262 htmldir = ${docdir}
263 includedir = ${prefix}/include
264 infodir = ${datarootdir}/info
265 install_sh = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/install-sh
266 libdir = ${exec_prefix}/lib
267 libexecdir = ${exec_prefix}/libexec
268 localedir = ${datarootdir}/locale
269 localstatedir = ${prefix}/var
270 mandir = ${datarootdir}/man
271 mkdir_p = $(top_builddir)/./install-sh -c -d
272 oldincludedir = /usr/include
273 pdfdir = ${docdir}
274 prefix = /usr/local
275 program_transform_name = s,x,x,
276 psdir = ${docdir}
277 sbindir = ${exec_prefix}/sbin
278 sharedstatedir = ${prefix}/com
279 srcdir = .
280 sysconfdir = ${prefix}/etc
281 target_alias =
282 top_build_prefix = ../
283 top_builddir = ..
284 top_srcdir = ..
285 EXTRA_DIST = \
286 testxxLexer.l \
287 debflex.awk \
288 README
290 SUBDIRS = \
291 manual \
292 fastwc
294 all: all-recursive
296 .SUFFIXES:
297 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
298 @for dep in $?; do \
299 case '$(am__configure_deps)' in \
300 *$$dep*) \
301 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302 && { if test -f $@; then exit 0; else break; fi; }; \
303 exit 1;; \
304 esac; \
305 done; \
306 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
307 $(am__cd) $(top_srcdir) && \
308 $(AUTOMAKE) --gnu examples/Makefile
309 .PRECIOUS: Makefile
310 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311 @case '$?' in \
312 *config.status*) \
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314 *) \
315 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317 esac;
319 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(top_srcdir)/configure: $(am__configure_deps)
323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(am__aclocal_m4_deps):
328 mostlyclean-libtool:
329 -rm -f *.lo
331 clean-libtool:
332 -rm -rf .libs _libs
334 # This directory's subdirectories are mostly independent; you can cd
335 # into them and run `make' without going through this Makefile.
336 # To change the values of `make' variables: instead of editing Makefiles,
337 # (1) if the variable is set in `config.status', edit `config.status'
338 # (which will cause the Makefiles to be regenerated when you run `make');
339 # (2) otherwise, pass the desired values on the `make' command line.
340 $(RECURSIVE_TARGETS):
341 @fail= failcom='exit 1'; \
342 for f in x $$MAKEFLAGS; do \
343 case $$f in \
344 *=* | --[!k]*);; \
345 *k*) failcom='fail=yes';; \
346 esac; \
347 done; \
348 dot_seen=no; \
349 target=`echo $@ | sed s/-recursive//`; \
350 list='$(SUBDIRS)'; for subdir in $$list; do \
351 echo "Making $$target in $$subdir"; \
352 if test "$$subdir" = "."; then \
353 dot_seen=yes; \
354 local_target="$$target-am"; \
355 else \
356 local_target="$$target"; \
357 fi; \
358 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359 || eval $$failcom; \
360 done; \
361 if test "$$dot_seen" = "no"; then \
362 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
363 fi; test -z "$$fail"
365 $(RECURSIVE_CLEAN_TARGETS):
366 @fail= failcom='exit 1'; \
367 for f in x $$MAKEFLAGS; do \
368 case $$f in \
369 *=* | --[!k]*);; \
370 *k*) failcom='fail=yes';; \
371 esac; \
372 done; \
373 dot_seen=no; \
374 case "$@" in \
375 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
376 *) list='$(SUBDIRS)' ;; \
377 esac; \
378 rev=''; for subdir in $$list; do \
379 if test "$$subdir" = "."; then :; else \
380 rev="$$subdir $$rev"; \
381 fi; \
382 done; \
383 rev="$$rev ."; \
384 target=`echo $@ | sed s/-recursive//`; \
385 for subdir in $$rev; do \
386 echo "Making $$target in $$subdir"; \
387 if test "$$subdir" = "."; then \
388 local_target="$$target-am"; \
389 else \
390 local_target="$$target"; \
391 fi; \
392 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393 || eval $$failcom; \
394 done && test -z "$$fail"
395 tags-recursive:
396 list='$(SUBDIRS)'; for subdir in $$list; do \
397 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
398 done
399 ctags-recursive:
400 list='$(SUBDIRS)'; for subdir in $$list; do \
401 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
402 done
404 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
405 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406 unique=`for i in $$list; do \
407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408 done | \
409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410 END { if (nonempty) { for (i in files) print i; }; }'`; \
411 mkid -fID $$unique
412 tags: TAGS
414 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
415 $(TAGS_FILES) $(LISP)
416 set x; \
417 here=`pwd`; \
418 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
419 include_option=--etags-include; \
420 empty_fix=.; \
421 else \
422 include_option=--include; \
423 empty_fix=; \
424 fi; \
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 if test "$$subdir" = .; then :; else \
427 test ! -f $$subdir/TAGS || \
428 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
429 fi; \
430 done; \
431 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432 unique=`for i in $$list; do \
433 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434 done | \
435 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436 END { if (nonempty) { for (i in files) print i; }; }'`; \
437 shift; \
438 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439 test -n "$$unique" || unique=$$empty_fix; \
440 if test $$# -gt 0; then \
441 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442 "$$@" $$unique; \
443 else \
444 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445 $$unique; \
446 fi; \
448 ctags: CTAGS
449 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
450 $(TAGS_FILES) $(LISP)
451 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
452 unique=`for i in $$list; do \
453 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454 done | \
455 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456 END { if (nonempty) { for (i in files) print i; }; }'`; \
457 test -z "$(CTAGS_ARGS)$$unique" \
458 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459 $$unique
461 GTAGS:
462 here=`$(am__cd) $(top_builddir) && pwd` \
463 && $(am__cd) $(top_srcdir) \
464 && gtags -i $(GTAGS_ARGS) "$$here"
466 distclean-tags:
467 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469 distdir: $(DISTFILES)
470 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472 list='$(DISTFILES)'; \
473 dist_files=`for file in $$list; do echo $$file; done | \
474 sed -e "s|^$$srcdirstrip/||;t" \
475 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476 case $$dist_files in \
477 */*) $(MKDIR_P) `echo "$$dist_files" | \
478 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479 sort -u` ;; \
480 esac; \
481 for file in $$dist_files; do \
482 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483 if test -d $$d/$$file; then \
484 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485 if test -d "$(distdir)/$$file"; then \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487 fi; \
488 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491 fi; \
492 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493 else \
494 test -f "$(distdir)/$$file" \
495 || cp -p $$d/$$file "$(distdir)/$$file" \
496 || exit 1; \
497 fi; \
498 done
499 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500 if test "$$subdir" = .; then :; else \
501 $(am__make_dryrun) \
502 || test -d "$(distdir)/$$subdir" \
503 || $(MKDIR_P) "$(distdir)/$$subdir" \
504 || exit 1; \
505 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
506 $(am__relativize); \
507 new_distdir=$$reldir; \
508 dir1=$$subdir; dir2="$(top_distdir)"; \
509 $(am__relativize); \
510 new_top_distdir=$$reldir; \
511 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
512 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
513 ($(am__cd) $$subdir && \
514 $(MAKE) $(AM_MAKEFLAGS) \
515 top_distdir="$$new_top_distdir" \
516 distdir="$$new_distdir" \
517 am__remove_distdir=: \
518 am__skip_length_check=: \
519 am__skip_mode_fix=: \
520 distdir) \
521 || exit 1; \
522 fi; \
523 done
524 check-am: all-am
525 check: check-recursive
526 all-am: Makefile
527 installdirs: installdirs-recursive
528 installdirs-am:
529 install: install-recursive
530 install-exec: install-exec-recursive
531 install-data: install-data-recursive
532 uninstall: uninstall-recursive
534 install-am: all-am
535 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537 installcheck: installcheck-recursive
538 install-strip:
539 if test -z '$(STRIP)'; then \
540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542 install; \
543 else \
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
548 mostlyclean-generic:
550 clean-generic:
552 distclean-generic:
553 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
554 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
556 maintainer-clean-generic:
557 @echo "This command is intended for maintainers to use"
558 @echo "it deletes files that may require special tools to rebuild."
559 clean: clean-recursive
561 clean-am: clean-generic clean-libtool mostlyclean-am
563 distclean: distclean-recursive
564 -rm -f Makefile
565 distclean-am: clean-am distclean-generic distclean-tags
567 dvi: dvi-recursive
569 dvi-am:
571 html: html-recursive
573 html-am:
575 info: info-recursive
577 info-am:
579 install-data-am:
581 install-dvi: install-dvi-recursive
583 install-dvi-am:
585 install-exec-am:
587 install-html: install-html-recursive
589 install-html-am:
591 install-info: install-info-recursive
593 install-info-am:
595 install-man:
597 install-pdf: install-pdf-recursive
599 install-pdf-am:
601 install-ps: install-ps-recursive
603 install-ps-am:
605 installcheck-am:
607 maintainer-clean: maintainer-clean-recursive
608 -rm -f Makefile
609 maintainer-clean-am: distclean-am maintainer-clean-generic
611 mostlyclean: mostlyclean-recursive
613 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
615 pdf: pdf-recursive
617 pdf-am:
619 ps: ps-recursive
621 ps-am:
623 uninstall-am:
625 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
626 install-am install-strip tags-recursive
628 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
629 all all-am check check-am clean clean-generic clean-libtool \
630 ctags ctags-recursive distclean distclean-generic \
631 distclean-libtool distclean-tags distdir dvi dvi-am html \
632 html-am info info-am install install-am install-data \
633 install-data-am install-dvi install-dvi-am install-exec \
634 install-exec-am install-html install-html-am install-info \
635 install-info-am install-man install-pdf install-pdf-am \
636 install-ps install-ps-am install-strip installcheck \
637 installcheck-am installdirs installdirs-am maintainer-clean \
638 maintainer-clean-generic mostlyclean mostlyclean-generic \
639 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
640 uninstall uninstall-am
643 # Tell versions [3.59,3.63) of GNU make to not export all variables.
644 # Otherwise a system limit (for SysV at least) may be exceeded.
645 .NOEXPORT: