source: projects/install-guide/branches/6.x/help/Makefile.in @ 2748

Revision 2748, 17.3 KB checked in by yasumichi, 13 years ago (diff)

autotools 対応

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