etc/services - sync with NetBSD-8
[minix.git] / external / bsd / flex / dist / examples / Makefile.in
blob7743c831330d5034e312ab21c65a4d3c297ebbc8
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
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.
16 @SET_MAKE@
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.
38 VPATH = @srcdir@
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)/@PACKAGE@
57 pkgincludedir = $(includedir)/@PACKAGE@
58 pkglibdir = $(libdir)/@PACKAGE@
59 pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
73 host_triplet = @host@
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 = @ACLOCAL@
140 ALLOCA = @ALLOCA@
141 AMTAR = @AMTAR@
142 AR = @AR@
143 AUTOCONF = @AUTOCONF@
144 AUTOHEADER = @AUTOHEADER@
145 AUTOMAKE = @AUTOMAKE@
146 AWK = @AWK@
147 BISON = @BISON@
148 CC = @CC@
149 CCDEPMODE = @CCDEPMODE@
150 CFLAGS = @CFLAGS@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CXX = @CXX@
154 CXXCPP = @CXXCPP@
155 CXXDEPMODE = @CXXDEPMODE@
156 CXXFLAGS = @CXXFLAGS@
157 CYGPATH_W = @CYGPATH_W@
158 DEFS = @DEFS@
159 DEPDIR = @DEPDIR@
160 DLLTOOL = @DLLTOOL@
161 DSYMUTIL = @DSYMUTIL@
162 DUMPBIN = @DUMPBIN@
163 ECHO_C = @ECHO_C@
164 ECHO_N = @ECHO_N@
165 ECHO_T = @ECHO_T@
166 EGREP = @EGREP@
167 EXEEXT = @EXEEXT@
168 FGREP = @FGREP@
169 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
170 GMSGFMT = @GMSGFMT@
171 GMSGFMT_015 = @GMSGFMT_015@
172 GREP = @GREP@
173 HELP2MAN = @HELP2MAN@
174 INDENT = @INDENT@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 INTLLIBS = @INTLLIBS@
181 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LEX = @LEX@
185 LEXLIB = @LEXLIB@
186 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
187 LIBICONV = @LIBICONV@
188 LIBINTL = @LIBINTL@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LIBTOOL = @LIBTOOL@
192 LIPO = @LIPO@
193 LN_S = @LN_S@
194 LTLIBICONV = @LTLIBICONV@
195 LTLIBINTL = @LTLIBINTL@
196 LTLIBOBJS = @LTLIBOBJS@
197 M4 = @M4@
198 MAKEINFO = @MAKEINFO@
199 MANIFEST_TOOL = @MANIFEST_TOOL@
200 MKDIR_P = @MKDIR_P@
201 MSGFMT = @MSGFMT@
202 MSGFMT_015 = @MSGFMT_015@
203 MSGMERGE = @MSGMERGE@
204 NM = @NM@
205 NMEDIT = @NMEDIT@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OTOOL = @OTOOL@
209 OTOOL64 = @OTOOL64@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_URL = @PACKAGE_URL@
216 PACKAGE_VERSION = @PACKAGE_VERSION@
217 PATH_SEPARATOR = @PATH_SEPARATOR@
218 POSUB = @POSUB@
219 RANLIB = @RANLIB@
220 SED = @SED@
221 SET_MAKE = @SET_MAKE@
222 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
223 SHELL = @SHELL@
224 STRIP = @STRIP@
225 USE_NLS = @USE_NLS@
226 VERSION = @VERSION@
227 XGETTEXT = @XGETTEXT@
228 XGETTEXT_015 = @XGETTEXT_015@
229 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
230 YACC = @YACC@
231 YFLAGS = @YFLAGS@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_AR = @ac_ct_AR@
237 ac_ct_CC = @ac_ct_CC@
238 ac_ct_CXX = @ac_ct_CXX@
239 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240 am__include = @am__include@
241 am__leading_dot = @am__leading_dot@
242 am__quote = @am__quote@
243 am__tar = @am__tar@
244 am__untar = @am__untar@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 exec_prefix = @exec_prefix@
257 host = @host@
258 host_alias = @host_alias@
259 host_cpu = @host_cpu@
260 host_os = @host_os@
261 host_vendor = @host_vendor@
262 htmldir = @htmldir@
263 includedir = @includedir@
264 infodir = @infodir@
265 install_sh = @install_sh@
266 libdir = @libdir@
267 libexecdir = @libexecdir@
268 localedir = @localedir@
269 localstatedir = @localstatedir@
270 mandir = @mandir@
271 mkdir_p = @mkdir_p@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 prefix = @prefix@
275 program_transform_name = @program_transform_name@
276 psdir = @psdir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 target_alias = @target_alias@
282 top_build_prefix = @top_build_prefix@
283 top_builddir = @top_builddir@
284 top_srcdir = @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: