ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/help/Makefile.in
Revision: 1029
Committed: Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/help/Makefile.in
File size: 17341 byte(s)
Log Message:
- branch off trunk to create 7.3 branch

File Contents

# Content
1 # Makefile.in generated by automake 1.11 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 Free Software Foundation,
6 # 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 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = help
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40 $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50 html-recursive info-recursive install-data-recursive \
51 install-dvi-recursive install-exec-recursive \
52 install-html-recursive install-info-recursive \
53 install-pdf-recursive install-ps-recursive install-recursive \
54 installcheck-recursive installdirs-recursive pdf-recursive \
55 ps-recursive uninstall-recursive
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57 distclean-recursive maintainer-clean-recursive
58 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60 distdir
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = $(SUBDIRS)
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 am__relativize = \
66 dir0=`pwd`; \
67 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68 sed_rest='s,^[^/]*/*,,'; \
69 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70 sed_butlast='s,/*[^/]*$$,,'; \
71 while test -n "$$dir1"; do \
72 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73 if test "$$first" != "."; then \
74 if test "$$first" = ".."; then \
75 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77 else \
78 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79 if test "$$first2" = "$$first"; then \
80 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81 else \
82 dir2="../$$dir2"; \
83 fi; \
84 dir0="$$dir0"/"$$first"; \
85 fi; \
86 fi; \
87 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88 done; \
89 reldir="$$dir2"
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AR = @AR@
93 ARGZ_H = @ARGZ_H@
94 AUTOCONF = @AUTOCONF@
95 AUTOHEADER = @AUTOHEADER@
96 AUTOMAKE = @AUTOMAKE@
97 AWK = @AWK@
98 CC = @CC@
99 CCDEPMODE = @CCDEPMODE@
100 CFLAGS = @CFLAGS@
101 CPP = @CPP@
102 CPPFLAGS = @CPPFLAGS@
103 CYGPATH_W = @CYGPATH_W@
104 DATADIR = @DATADIR@
105 DEFS = @DEFS@
106 DEPDIR = @DEPDIR@
107 DSYMUTIL = @DSYMUTIL@
108 DUMPBIN = @DUMPBIN@
109 ECHO_C = @ECHO_C@
110 ECHO_N = @ECHO_N@
111 ECHO_T = @ECHO_T@
112 EGREP = @EGREP@
113 EXEEXT = @EXEEXT@
114 FGREP = @FGREP@
115 GREP = @GREP@
116 INCLTDL = @INCLTDL@
117 INSTALL = @INSTALL@
118 INSTALL_DATA = @INSTALL_DATA@
119 INSTALL_PROGRAM = @INSTALL_PROGRAM@
120 INSTALL_SCRIPT = @INSTALL_SCRIPT@
121 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122 LD = @LD@
123 LDFLAGS = @LDFLAGS@
124 LEX = @LEX@
125 LEXLIB = @LEXLIB@
126 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
127 LIBADD_DL = @LIBADD_DL@
128 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
129 LIBADD_DLOPEN = @LIBADD_DLOPEN@
130 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
131 LIBDIR = @LIBDIR@
132 LIBLTDL = @LIBLTDL@
133 LIBOBJS = @LIBOBJS@
134 LIBS = @LIBS@
135 LIBTOOL = @LIBTOOL@
136 LIPO = @LIPO@
137 LN_S = @LN_S@
138 LOCALSTATEDIR = @LOCALSTATEDIR@
139 LTDLDEPS = @LTDLDEPS@
140 LTDLINCL = @LTDLINCL@
141 LTDLOPEN = @LTDLOPEN@
142 LTLIBOBJS = @LTLIBOBJS@
143 LT_CONFIG_H = @LT_CONFIG_H@
144 LT_DLLOADERS = @LT_DLLOADERS@
145 LT_DLPREOPEN = @LT_DLPREOPEN@
146 MAINT = @MAINT@
147 MAKEINFO = @MAKEINFO@
148 MKDIR_P = @MKDIR_P@
149 NM = @NM@
150 NMEDIT = @NMEDIT@
151 OBJDUMP = @OBJDUMP@
152 OBJEXT = @OBJEXT@
153 OTOOL = @OTOOL@
154 OTOOL64 = @OTOOL64@
155 PACKAGE = @PACKAGE@
156 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157 PACKAGE_NAME = @PACKAGE_NAME@
158 PACKAGE_STRING = @PACKAGE_STRING@
159 PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 PACKAGE_URL = @PACKAGE_URL@
161 PACKAGE_VERSION = @PACKAGE_VERSION@
162 PATH_SEPARATOR = @PATH_SEPARATOR@
163 PREFIX = @PREFIX@
164 RANLIB = @RANLIB@
165 SED = @SED@
166 SET_MAKE = @SET_MAKE@
167 SHELL = @SHELL@
168 STRIP = @STRIP@
169 SYSCONFDIR = @SYSCONFDIR@
170 VERSION = @VERSION@
171 YACC = @YACC@
172 YFLAGS = @YFLAGS@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_ct_CC = @ac_ct_CC@
178 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 am__tar = @am__tar@
183 am__untar = @am__untar@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
190 builddir = @builddir@
191 datadir = @datadir@
192 datarootdir = @datarootdir@
193 docdir = @docdir@
194 dvidir = @dvidir@
195 exec_prefix = @exec_prefix@
196 host = @host@
197 host_alias = @host_alias@
198 host_cpu = @host_cpu@
199 host_os = @host_os@
200 host_vendor = @host_vendor@
201 htmldir = @htmldir@
202 includedir = @includedir@
203 infodir = @infodir@
204 install_sh = @install_sh@
205 libdir = @libdir@
206 libexecdir = @libexecdir@
207 localedir = @localedir@
208 localstatedir = @localstatedir@
209 lt_ECHO = @lt_ECHO@
210 ltdl_LIBOBJS = @ltdl_LIBOBJS@
211 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
212 mandir = @mandir@
213 mkdir_p = @mkdir_p@
214 oldincludedir = @oldincludedir@
215 pdfdir = @pdfdir@
216 prefix = @prefix@
217 program_transform_name = @program_transform_name@
218 psdir = @psdir@
219 sbindir = @sbindir@
220 sharedstatedir = @sharedstatedir@
221 srcdir = @srcdir@
222 subdirs = @subdirs@
223 sys_symbol_underscore = @sys_symbol_underscore@
224 sysconfdir = @sysconfdir@
225 target_alias = @target_alias@
226 top_build_prefix = @top_build_prefix@
227 top_builddir = @top_builddir@
228 top_srcdir = @top_srcdir@
229 AUTOMAKE_OPTIONS = foreign
230 SUBDIRS = opers users
231 all: all-recursive
232
233 .SUFFIXES:
234 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
235 @for dep in $?; do \
236 case '$(am__configure_deps)' in \
237 *$$dep*) \
238 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
239 && { if test -f $@; then exit 0; else break; fi; }; \
240 exit 1;; \
241 esac; \
242 done; \
243 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
244 $(am__cd) $(top_srcdir) && \
245 $(AUTOMAKE) --foreign help/Makefile
246 .PRECIOUS: Makefile
247 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248 @case '$?' in \
249 *config.status*) \
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
251 *) \
252 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
253 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
254 esac;
255
256 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
259 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263 $(am__aclocal_m4_deps):
264
265 mostlyclean-libtool:
266 -rm -f *.lo
267
268 clean-libtool:
269 -rm -rf .libs _libs
270
271 # This directory's subdirectories are mostly independent; you can cd
272 # into them and run `make' without going through this Makefile.
273 # To change the values of `make' variables: instead of editing Makefiles,
274 # (1) if the variable is set in `config.status', edit `config.status'
275 # (which will cause the Makefiles to be regenerated when you run `make');
276 # (2) otherwise, pass the desired values on the `make' command line.
277 $(RECURSIVE_TARGETS):
278 @failcom='exit 1'; \
279 for f in x $$MAKEFLAGS; do \
280 case $$f in \
281 *=* | --[!k]*);; \
282 *k*) failcom='fail=yes';; \
283 esac; \
284 done; \
285 dot_seen=no; \
286 target=`echo $@ | sed s/-recursive//`; \
287 list='$(SUBDIRS)'; for subdir in $$list; do \
288 echo "Making $$target in $$subdir"; \
289 if test "$$subdir" = "."; then \
290 dot_seen=yes; \
291 local_target="$$target-am"; \
292 else \
293 local_target="$$target"; \
294 fi; \
295 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
296 || eval $$failcom; \
297 done; \
298 if test "$$dot_seen" = "no"; then \
299 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
300 fi; test -z "$$fail"
301
302 $(RECURSIVE_CLEAN_TARGETS):
303 @failcom='exit 1'; \
304 for f in x $$MAKEFLAGS; do \
305 case $$f in \
306 *=* | --[!k]*);; \
307 *k*) failcom='fail=yes';; \
308 esac; \
309 done; \
310 dot_seen=no; \
311 case "$@" in \
312 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
313 *) list='$(SUBDIRS)' ;; \
314 esac; \
315 rev=''; for subdir in $$list; do \
316 if test "$$subdir" = "."; then :; else \
317 rev="$$subdir $$rev"; \
318 fi; \
319 done; \
320 rev="$$rev ."; \
321 target=`echo $@ | sed s/-recursive//`; \
322 for subdir in $$rev; do \
323 echo "Making $$target in $$subdir"; \
324 if test "$$subdir" = "."; then \
325 local_target="$$target-am"; \
326 else \
327 local_target="$$target"; \
328 fi; \
329 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330 || eval $$failcom; \
331 done && test -z "$$fail"
332 tags-recursive:
333 list='$(SUBDIRS)'; for subdir in $$list; do \
334 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
335 done
336 ctags-recursive:
337 list='$(SUBDIRS)'; for subdir in $$list; do \
338 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
339 done
340
341 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | \
346 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347 END { if (nonempty) { for (i in files) print i; }; }'`; \
348 mkid -fID $$unique
349 tags: TAGS
350
351 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
352 $(TAGS_FILES) $(LISP)
353 set x; \
354 here=`pwd`; \
355 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
356 include_option=--etags-include; \
357 empty_fix=.; \
358 else \
359 include_option=--include; \
360 empty_fix=; \
361 fi; \
362 list='$(SUBDIRS)'; for subdir in $$list; do \
363 if test "$$subdir" = .; then :; else \
364 test ! -f $$subdir/TAGS || \
365 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
366 fi; \
367 done; \
368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369 unique=`for i in $$list; do \
370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371 done | \
372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 shift; \
375 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
376 test -n "$$unique" || unique=$$empty_fix; \
377 if test $$# -gt 0; then \
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379 "$$@" $$unique; \
380 else \
381 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382 $$unique; \
383 fi; \
384 fi
385 ctags: CTAGS
386 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
388 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
389 unique=`for i in $$list; do \
390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391 done | \
392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393 END { if (nonempty) { for (i in files) print i; }; }'`; \
394 test -z "$(CTAGS_ARGS)$$unique" \
395 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396 $$unique
397
398 GTAGS:
399 here=`$(am__cd) $(top_builddir) && pwd` \
400 && $(am__cd) $(top_srcdir) \
401 && gtags -i $(GTAGS_ARGS) "$$here"
402
403 distclean-tags:
404 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
406 distdir: $(DISTFILES)
407 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409 list='$(DISTFILES)'; \
410 dist_files=`for file in $$list; do echo $$file; done | \
411 sed -e "s|^$$srcdirstrip/||;t" \
412 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
413 case $$dist_files in \
414 */*) $(MKDIR_P) `echo "$$dist_files" | \
415 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
416 sort -u` ;; \
417 esac; \
418 for file in $$dist_files; do \
419 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
420 if test -d $$d/$$file; then \
421 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422 if test -d "$(distdir)/$$file"; then \
423 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 fi; \
425 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
427 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428 fi; \
429 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
430 else \
431 test -f "$(distdir)/$$file" \
432 || cp -p $$d/$$file "$(distdir)/$$file" \
433 || exit 1; \
434 fi; \
435 done
436 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
437 if test "$$subdir" = .; then :; else \
438 test -d "$(distdir)/$$subdir" \
439 || $(MKDIR_P) "$(distdir)/$$subdir" \
440 || exit 1; \
441 fi; \
442 done
443 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444 if test "$$subdir" = .; then :; else \
445 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
446 $(am__relativize); \
447 new_distdir=$$reldir; \
448 dir1=$$subdir; dir2="$(top_distdir)"; \
449 $(am__relativize); \
450 new_top_distdir=$$reldir; \
451 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
452 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
453 ($(am__cd) $$subdir && \
454 $(MAKE) $(AM_MAKEFLAGS) \
455 top_distdir="$$new_top_distdir" \
456 distdir="$$new_distdir" \
457 am__remove_distdir=: \
458 am__skip_length_check=: \
459 am__skip_mode_fix=: \
460 distdir) \
461 || exit 1; \
462 fi; \
463 done
464 check-am: all-am
465 check: check-recursive
466 all-am: Makefile
467 installdirs: installdirs-recursive
468 installdirs-am:
469 install: install-recursive
470 install-exec: install-exec-recursive
471 install-data: install-data-recursive
472 uninstall: uninstall-recursive
473
474 install-am: all-am
475 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
476
477 installcheck: installcheck-recursive
478 install-strip:
479 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
480 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481 `test -z '$(STRIP)' || \
482 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
483 mostlyclean-generic:
484
485 clean-generic:
486
487 distclean-generic:
488 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
489 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490
491 maintainer-clean-generic:
492 @echo "This command is intended for maintainers to use"
493 @echo "it deletes files that may require special tools to rebuild."
494 clean: clean-recursive
495
496 clean-am: clean-generic clean-libtool mostlyclean-am
497
498 distclean: distclean-recursive
499 -rm -f Makefile
500 distclean-am: clean-am distclean-generic distclean-tags
501
502 dvi: dvi-recursive
503
504 dvi-am:
505
506 html: html-recursive
507
508 html-am:
509
510 info: info-recursive
511
512 info-am:
513
514 install-data-am:
515
516 install-dvi: install-dvi-recursive
517
518 install-dvi-am:
519
520 install-exec-am:
521
522 install-html: install-html-recursive
523
524 install-html-am:
525
526 install-info: install-info-recursive
527
528 install-info-am:
529
530 install-man:
531
532 install-pdf: install-pdf-recursive
533
534 install-pdf-am:
535
536 install-ps: install-ps-recursive
537
538 install-ps-am:
539
540 installcheck-am:
541
542 maintainer-clean: maintainer-clean-recursive
543 -rm -f Makefile
544 maintainer-clean-am: distclean-am maintainer-clean-generic
545
546 mostlyclean: mostlyclean-recursive
547
548 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
549
550 pdf: pdf-recursive
551
552 pdf-am:
553
554 ps: ps-recursive
555
556 ps-am:
557
558 uninstall-am:
559
560 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
561 install-am install-strip tags-recursive
562
563 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
564 all all-am check check-am clean clean-generic clean-libtool \
565 ctags ctags-recursive distclean distclean-generic \
566 distclean-libtool distclean-tags distdir dvi dvi-am html \
567 html-am info info-am install install-am install-data \
568 install-data-am install-dvi install-dvi-am install-exec \
569 install-exec-am install-html install-html-am install-info \
570 install-info-am install-man install-pdf install-pdf-am \
571 install-ps install-ps-am install-strip installcheck \
572 installcheck-am installdirs installdirs-am maintainer-clean \
573 maintainer-clean-generic mostlyclean mostlyclean-generic \
574 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
575 uninstall uninstall-am
576
577
578 # Tell versions [3.59,3.63) of GNU make to not export all variables.
579 # Otherwise a system limit (for SysV at least) may be exceeded.
580 .NOEXPORT: