add packaging
[platform/upstream/gettext.git] / gnulib-local / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = gnulib-local
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82         $(top_srcdir)/build-aux/mkinstalldirs ChangeLog
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/m4/init-package-version.m4 \
85         $(top_srcdir)/configure.ac
86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87         $(ACLOCAL_M4)
88 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
89 CONFIG_CLEAN_FILES =
90 CONFIG_CLEAN_VPATH_FILES =
91 AM_V_P = $(am__v_P_@AM_V@)
92 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
93 am__v_P_0 = false
94 am__v_P_1 = :
95 AM_V_GEN = $(am__v_GEN_@AM_V@)
96 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
97 am__v_GEN_0 = @echo "  GEN     " $@;
98 am__v_GEN_1 = 
99 AM_V_at = $(am__v_at_@AM_V@)
100 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
101 am__v_at_0 = @
102 am__v_at_1 = 
103 SOURCES =
104 DIST_SOURCES =
105 am__can_run_installinfo = \
106   case $$AM_UPDATE_INFO_DIR in \
107     n|no|NO) false;; \
108     *) (install-info --version) >/dev/null 2>&1;; \
109   esac
110 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
111 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112 ACLOCAL = @ACLOCAL@
113 AMTAR = @AMTAR@
114 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115 AUTOCONF = @AUTOCONF@
116 AUTOHEADER = @AUTOHEADER@
117 AUTOMAKE = @AUTOMAKE@
118 AWK = @AWK@
119 CC = @CC@
120 CFLAGS = @CFLAGS@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CXX = @CXX@
124 CXXCPP = @CXXCPP@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EMACS = @EMACS@
132 EMACSLOADPATH = @EMACSLOADPATH@
133 GCJ = @GCJ@
134 GCJFLAGS = @GCJFLAGS@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 LDFLAGS = @LDFLAGS@
141 LIBOBJS = @LIBOBJS@
142 LIBS = @LIBS@
143 LTLIBOBJS = @LTLIBOBJS@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 PACKAGE = @PACKAGE@
147 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148 PACKAGE_NAME = @PACKAGE_NAME@
149 PACKAGE_STRING = @PACKAGE_STRING@
150 PACKAGE_TARNAME = @PACKAGE_TARNAME@
151 PACKAGE_URL = @PACKAGE_URL@
152 PACKAGE_VERSION = @PACKAGE_VERSION@
153 PATH_SEPARATOR = @PATH_SEPARATOR@
154 SET_MAKE = @SET_MAKE@
155 SHELL = @SHELL@
156 STRIP = @STRIP@
157 VERSION = @VERSION@
158 YACC = @YACC@
159 YFLAGS = @YFLAGS@
160 abs_builddir = @abs_builddir@
161 abs_srcdir = @abs_srcdir@
162 abs_top_builddir = @abs_top_builddir@
163 abs_top_srcdir = @abs_top_srcdir@
164 am__leading_dot = @am__leading_dot@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 srcdir = @srcdir@
202 subdirs = @subdirs@
203 sysconfdir = @sysconfdir@
204 target_alias = @target_alias@
205 top_build_prefix = @top_build_prefix@
206 top_builddir = @top_builddir@
207 top_srcdir = @top_srcdir@
208
209 # Generate this list with
210 # find . '(' -name CVS -o -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
211 EXTRA_DIST = \
212 ChangeLog \
213 build-aux/moopp \
214 lib/addext.c \
215 lib/alloca.in.h \
216 lib/argmatch.h.diff \
217 lib/backupfile.c \
218 lib/backupfile.h \
219 lib/basename.c \
220 lib/basename.h \
221 lib/ChangeLog.0 \
222 lib/ChangeLog.1 \
223 lib/closeout.c \
224 lib/closeout.h \
225 lib/error.h.diff \
226 lib/error-progname.c \
227 lib/error-progname.h \
228 lib/exitfail.h.diff \
229 lib/fd-ostream.oo.c \
230 lib/fd-ostream.oo.h \
231 lib/file-ostream.oo.c \
232 lib/file-ostream.oo.h \
233 lib/fnmatch.c.diff \
234 lib/fnmatch_loop.c.diff \
235 lib/getopt.in.h.diff \
236 lib/gettext.h \
237 lib/gl_array_list.h.diff \
238 lib/gl_linkedhash_list.h.diff \
239 lib/glib.in.h \
240 lib/glibconfig.in.h \
241 lib/glib/README \
242 lib/glib/ghash.c \
243 lib/glib/ghash.in.h \
244 lib/glib/glist.c \
245 lib/glib/glist.in.h \
246 lib/glib/gmessages.c \
247 lib/glib/gprimes.c \
248 lib/glib/gprimes.in.h \
249 lib/glib/gstrfuncs.c \
250 lib/glib/gstrfuncs.in.h \
251 lib/glib/gstring.c \
252 lib/glib/gstring.in.h \
253 lib/glib/gtypes.in.h \
254 lib/hash.c \
255 lib/hash.h \
256 lib/html-ostream.oo.c \
257 lib/html-ostream.oo.h \
258 lib/html-styled-ostream.oo.c \
259 lib/html-styled-ostream.oo.h \
260 lib/iconv-ostream.oo.c \
261 lib/iconv-ostream.oo.h \
262 lib/libcroco/README \
263 lib/libcroco/cr-additional-sel.c \
264 lib/libcroco/cr-additional-sel.h \
265 lib/libcroco/cr-attr-sel.c \
266 lib/libcroco/cr-attr-sel.h \
267 lib/libcroco/cr-cascade.c \
268 lib/libcroco/cr-cascade.h \
269 lib/libcroco/cr-declaration.c \
270 lib/libcroco/cr-declaration.h \
271 lib/libcroco/cr-doc-handler.c \
272 lib/libcroco/cr-doc-handler.h \
273 lib/libcroco/cr-enc-handler.c \
274 lib/libcroco/cr-enc-handler.h \
275 lib/libcroco/cr-fonts.c \
276 lib/libcroco/cr-fonts.h \
277 lib/libcroco/cr-input.c \
278 lib/libcroco/cr-input.h \
279 lib/libcroco/cr-num.c \
280 lib/libcroco/cr-num.h \
281 lib/libcroco/cr-om-parser.c \
282 lib/libcroco/cr-om-parser.h \
283 lib/libcroco/cr-parser.c \
284 lib/libcroco/cr-parser.h \
285 lib/libcroco/cr-parsing-location.c \
286 lib/libcroco/cr-parsing-location.h \
287 lib/libcroco/cr-prop-list.c \
288 lib/libcroco/cr-prop-list.h \
289 lib/libcroco/cr-pseudo.c \
290 lib/libcroco/cr-pseudo.h \
291 lib/libcroco/cr-rgb.c \
292 lib/libcroco/cr-rgb.h \
293 lib/libcroco/cr-sel-eng.c \
294 lib/libcroco/cr-sel-eng.h \
295 lib/libcroco/cr-selector.c \
296 lib/libcroco/cr-selector.h \
297 lib/libcroco/cr-simple-sel.c \
298 lib/libcroco/cr-simple-sel.h \
299 lib/libcroco/cr-statement.c \
300 lib/libcroco/cr-statement.h \
301 lib/libcroco/cr-string.c \
302 lib/libcroco/cr-string.h \
303 lib/libcroco/cr-style.c \
304 lib/libcroco/cr-style.h \
305 lib/libcroco/cr-stylesheet.c \
306 lib/libcroco/cr-stylesheet.h \
307 lib/libcroco/cr-term.c \
308 lib/libcroco/cr-term.h \
309 lib/libcroco/cr-tknzr.c \
310 lib/libcroco/cr-tknzr.h \
311 lib/libcroco/cr-token.c \
312 lib/libcroco/cr-token.h \
313 lib/libcroco/cr-utils.c \
314 lib/libcroco/cr-utils.h \
315 lib/libcroco/libcroco-config.h \
316 lib/libcroco/libcroco.h \
317 lib/libxml/COPYING \
318 lib/libxml/DOCBparser.c \
319 lib/libxml/DOCBparser.in.h \
320 lib/libxml/HTMLparser.c \
321 lib/libxml/HTMLparser.in.h \
322 lib/libxml/HTMLtree.c \
323 lib/libxml/HTMLtree.in.h \
324 lib/libxml/README \
325 lib/libxml/SAX.c \
326 lib/libxml/SAX2.c \
327 lib/libxml/SAX2.in.h \
328 lib/libxml/SAX.in.h \
329 lib/libxml/c14n.c \
330 lib/libxml/c14n.in.h \
331 lib/libxml/catalog.c \
332 lib/libxml/catalog.in.h \
333 lib/libxml/chvalid.c \
334 lib/libxml/chvalid.in.h \
335 lib/libxml/debugXML.c \
336 lib/libxml/debugXML.in.h \
337 lib/libxml/dict.c \
338 lib/libxml/dict.in.h \
339 lib/libxml/elfgcchack.h \
340 lib/libxml/encoding.c \
341 lib/libxml/encoding.in.h \
342 lib/libxml/entities.c \
343 lib/libxml/entities.in.h \
344 lib/libxml/error.c \
345 lib/libxml/globals.c \
346 lib/libxml/globals.in.h \
347 lib/libxml/hash.c \
348 lib/libxml/hash.in.h \
349 lib/libxml/legacy.c \
350 lib/libxml/libxml.h \
351 lib/libxml/list.c \
352 lib/libxml/list.in.h \
353 lib/libxml/nanoftp.c \
354 lib/libxml/nanoftp.in.h \
355 lib/libxml/nanohttp.c \
356 lib/libxml/nanohttp.in.h \
357 lib/libxml/parser.c \
358 lib/libxml/parser.in.h \
359 lib/libxml/parserInternals.c \
360 lib/libxml/parserInternals.in.h \
361 lib/libxml/pattern.c \
362 lib/libxml/pattern.in.h \
363 lib/libxml/relaxng.c \
364 lib/libxml/relaxng.in.h \
365 lib/libxml/schemasInternals.in.h \
366 lib/libxml/schematron.c \
367 lib/libxml/schematron.in.h \
368 lib/libxml/threads.c \
369 lib/libxml/threads.in.h \
370 lib/libxml/tree.c \
371 lib/libxml/tree.in.h \
372 lib/libxml/uri.c \
373 lib/libxml/uri.in.h \
374 lib/libxml/valid.c \
375 lib/libxml/valid.in.h \
376 lib/libxml/xinclude.c \
377 lib/libxml/xinclude.in.h \
378 lib/libxml/xlink.c \
379 lib/libxml/xlink.in.h \
380 lib/libxml/xmlIO.c \
381 lib/libxml/xmlIO.in.h \
382 lib/libxml/xmlautomata.in.h \
383 lib/libxml/xmlerror.in.h \
384 lib/libxml/xmlexports.in.h \
385 lib/libxml/xmlmemory.c \
386 lib/libxml/xmlmemory.in.h \
387 lib/libxml/xmlmodule.c \
388 lib/libxml/xmlmodule.in.h \
389 lib/libxml/xmlreader.c \
390 lib/libxml/xmlreader.in.h \
391 lib/libxml/xmlregexp.c \
392 lib/libxml/xmlregexp.in.h \
393 lib/libxml/xmlsave.c \
394 lib/libxml/xmlsave.in.h \
395 lib/libxml/xmlschemas.c \
396 lib/libxml/xmlschemas.in.h \
397 lib/libxml/xmlschemastypes.c \
398 lib/libxml/xmlschemastypes.in.h \
399 lib/libxml/xmlstring.c \
400 lib/libxml/xmlstring.in.h \
401 lib/libxml/xmlunicode.c \
402 lib/libxml/xmlunicode.in.h \
403 lib/libxml/xmlversion.in.h \
404 lib/libxml/xmlwriter.c \
405 lib/libxml/xmlwriter.in.h \
406 lib/libxml/xpath.c \
407 lib/libxml/xpath.in.h \
408 lib/libxml/xpathInternals.in.h \
409 lib/libxml/xpointer.c \
410 lib/libxml/xpointer.in.h \
411 lib/memory-ostream.oo.c \
412 lib/memory-ostream.oo.h \
413 lib/moo.h \
414 lib/obstack.h.diff \
415 lib/ostream.oo.c \
416 lib/ostream.oo.h \
417 lib/progname.h.diff \
418 lib/regexec.c.diff \
419 lib/regex_internal.h.diff \
420 lib/styled-ostream.oo.c \
421 lib/styled-ostream.oo.h \
422 lib/term-ostream.oo.c \
423 lib/term-ostream.oo.h \
424 lib/term-styled-ostream.oo.c \
425 lib/term-styled-ostream.oo.h \
426 lib/termcap.h \
427 lib/terminfo.h \
428 lib/tparm.c \
429 lib/tputs.c \
430 lib/unistd.in.h.diff \
431 lib/xalloc.h \
432 lib/xerror.c \
433 lib/xerror.h \
434 lib/xgetcwd.c \
435 lib/xgetcwd.h \
436 lib/xmalloc.c \
437 lib/xstrdup.c \
438 m4/alloca.m4 \
439 m4/backupfile.m4 \
440 m4/ChangeLog.0 \
441 m4/ChangeLog.1 \
442 m4/curses.m4 \
443 m4/gcj.m4 \
444 m4/hard-locale.m4.diff \
445 m4/libcroco.m4 \
446 m4/libglib.m4 \
447 m4/libxml.m4 \
448 m4/java.m4 \
449 m4/moo.m4 \
450 m4/termcap.m4 \
451 m4/terminfo.m4 \
452 m4/term-ostream.m4 \
453 m4/unionwait.m4 \
454 modules/backupfile \
455 modules/basename \
456 modules/closeout \
457 modules/error-progname \
458 modules/fd-ostream \
459 modules/file-ostream \
460 modules/fnmatch.diff \
461 modules/gcj \
462 modules/gettext-runtime-misc \
463 modules/gettext-tools-misc \
464 modules/hash \
465 modules/html-ostream \
466 modules/html-styled-ostream \
467 modules/iconv-ostream \
468 modules/java \
469 modules/libcroco \
470 modules/libglib \
471 modules/libxml \
472 modules/memory-ostream \
473 modules/moo \
474 modules/moo-tests \
475 modules/ostream \
476 modules/regex.diff \
477 modules/styled-ostream \
478 modules/termcap \
479 modules/termcap-h \
480 modules/terminfo \
481 modules/terminfo-h \
482 modules/term-ostream \
483 modules/term-ostream-tests \
484 modules/term-styled-ostream \
485 modules/wait-process.diff \
486 modules/xalloc \
487 modules/xalloc-die \
488 modules/xerror \
489 modules/xgetcwd \
490 tests/test-moo-aroot.oo.c \
491 tests/test-moo-aroot.oo.h \
492 tests/test-moo-assign.c \
493 tests/test-moo-asub1.oo.c \
494 tests/test-moo-asub1.oo.h \
495 tests/test-moo-root.oo.c \
496 tests/test-moo-root.oo.h \
497 tests/test-moo-sub1.oo.c \
498 tests/test-moo-sub1.oo.h \
499 tests/test-moo-sub2.oo.c \
500 tests/test-moo-sub2.oo.h \
501 tests/test-term-ostream.c \
502 tests/test-term-ostream-xterm \
503 tests/test-term-ostream-xterm-r6.out \
504 tests/test-term-ostream-xterm-xf86-v32.out \
505 tests/test-term-ostream-xterm-basic.out \
506 tests/test-term-ostream-xterm-8bit.out \
507 tests/test-term-ostream-xterm-linux-debian.out \
508 tests/test-term-ostream-xterm-linux-mandriva.out \
509 tests/test-term-ostream-xterm-netbsd3.out \
510 tests/test-term-ostream-xterm-solaris10.out \
511 tests/test-term-ostream-xterm-aix51.out \
512 tests/test-term-ostream-xterm-osf51.out \
513 tests/test-term-ostream-xterm-irix65.out \
514 tests/test-term-ostream-xterm-mingw.out \
515 tests/test-term-ostream-xterm-16color.out \
516 tests/test-term-ostream-xterm-88color.out \
517 tests/test-term-ostream-xterm-256color.out
518
519 all: all-am
520
521 .SUFFIXES:
522 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
523         @for dep in $?; do \
524           case '$(am__configure_deps)' in \
525             *$$dep*) \
526               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
527                 && { if test -f $@; then exit 0; else break; fi; }; \
528               exit 1;; \
529           esac; \
530         done; \
531         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gnulib-local/Makefile'; \
532         $(am__cd) $(top_srcdir) && \
533           $(AUTOMAKE) --gnu gnulib-local/Makefile
534 .PRECIOUS: Makefile
535 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
536         @case '$?' in \
537           *config.status*) \
538             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
539           *) \
540             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
541             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
542         esac;
543
544 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
545         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546
547 $(top_srcdir)/configure:  $(am__configure_deps)
548         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
549 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
550         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551 $(am__aclocal_m4_deps):
552 tags TAGS:
553
554 ctags CTAGS:
555
556 cscope cscopelist:
557
558
559 distdir: $(DISTFILES)
560         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         list='$(DISTFILES)'; \
563           dist_files=`for file in $$list; do echo $$file; done | \
564           sed -e "s|^$$srcdirstrip/||;t" \
565               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
566         case $$dist_files in \
567           */*) $(MKDIR_P) `echo "$$dist_files" | \
568                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569                            sort -u` ;; \
570         esac; \
571         for file in $$dist_files; do \
572           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
573           if test -d $$d/$$file; then \
574             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
575             if test -d "$(distdir)/$$file"; then \
576               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577             fi; \
578             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
579               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
580               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581             fi; \
582             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
583           else \
584             test -f "$(distdir)/$$file" \
585             || cp -p $$d/$$file "$(distdir)/$$file" \
586             || exit 1; \
587           fi; \
588         done
589 check-am: all-am
590 check: check-am
591 all-am: Makefile
592 installdirs:
593 install: install-am
594 install-exec: install-exec-am
595 install-data: install-data-am
596 uninstall: uninstall-am
597
598 install-am: all-am
599         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
600
601 installcheck: installcheck-am
602 install-strip:
603         if test -z '$(STRIP)'; then \
604           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606               install; \
607         else \
608           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
611         fi
612 mostlyclean-generic:
613
614 clean-generic:
615
616 distclean-generic:
617         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
618         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
619
620 maintainer-clean-generic:
621         @echo "This command is intended for maintainers to use"
622         @echo "it deletes files that may require special tools to rebuild."
623 clean: clean-am
624
625 clean-am: clean-generic mostlyclean-am
626
627 distclean: distclean-am
628         -rm -f Makefile
629 distclean-am: clean-am distclean-generic
630
631 dvi: dvi-am
632
633 dvi-am:
634
635 html: html-am
636
637 html-am:
638
639 info: info-am
640
641 info-am:
642
643 install-data-am:
644
645 install-dvi: install-dvi-am
646
647 install-dvi-am:
648
649 install-exec-am:
650
651 install-html: install-html-am
652
653 install-html-am:
654
655 install-info: install-info-am
656
657 install-info-am:
658
659 install-man:
660
661 install-pdf: install-pdf-am
662
663 install-pdf-am:
664
665 install-ps: install-ps-am
666
667 install-ps-am:
668
669 installcheck-am:
670
671 maintainer-clean: maintainer-clean-am
672         -rm -f Makefile
673 maintainer-clean-am: distclean-am maintainer-clean-generic
674
675 mostlyclean: mostlyclean-am
676
677 mostlyclean-am: mostlyclean-generic
678
679 pdf: pdf-am
680
681 pdf-am:
682
683 ps: ps-am
684
685 ps-am:
686
687 uninstall-am:
688
689 .MAKE: install-am install-strip
690
691 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
692         ctags-am distclean distclean-generic distdir dvi dvi-am html \
693         html-am info info-am install install-am install-data \
694         install-data-am install-dvi install-dvi-am install-exec \
695         install-exec-am install-html install-html-am install-info \
696         install-info-am install-man install-pdf install-pdf-am \
697         install-ps install-ps-am install-strip installcheck \
698         installcheck-am installdirs maintainer-clean \
699         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
700         pdf-am ps ps-am tags-am uninstall uninstall-am
701
702
703 # Tell versions [3.59,3.63) of GNU make to not export all variables.
704 # Otherwise a system limit (for SysV at least) may be exceeded.
705 .NOEXPORT: