source: projects/vine-manual-skel/trunk/template/help/Makefile.in @ 4587

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

import vine-manual-skel

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 = template/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)$(helpdir)"
75DATA = $(help_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@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118ECHO_C = @ECHO_C@
119ECHO_N = @ECHO_N@
120ECHO_T = @ECHO_T@
121INSTALL = @INSTALL@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LTLIBOBJS = @LTLIBOBJS@
129MAINT = @MAINT@
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@
140SET_MAKE = @SET_MAKE@
141SHELL = @SHELL@
142STRIP = @STRIP@
143VERSION = @VERSION@
144abs_builddir = @abs_builddir@
145abs_srcdir = @abs_srcdir@
146abs_top_builddir = @abs_top_builddir@
147abs_top_srcdir = @abs_top_srcdir@
148am__leading_dot = @am__leading_dot@
149am__tar = @am__tar@
150am__untar = @am__untar@
151bindir = @bindir@
152build_alias = @build_alias@
153builddir = @builddir@
154datadir = @datadir@
155datarootdir = @datarootdir@
156docdir = @docdir@
157dvidir = @dvidir@
158exec_prefix = @exec_prefix@
159host_alias = @host_alias@
160htmldir = @htmldir@
161includedir = @includedir@
162infodir = @infodir@
163install_sh = @install_sh@
164libdir = @libdir@
165libexecdir = @libexecdir@
166localedir = @localedir@
167localstatedir = @localstatedir@
168mandir = @mandir@
169mkdir_p = @mkdir_p@
170oldincludedir = @oldincludedir@
171pdfdir = @pdfdir@
172prefix = @prefix@
173program_transform_name = @program_transform_name@
174psdir = @psdir@
175sbindir = @sbindir@
176sharedstatedir = @sharedstatedir@
177srcdir = @srcdir@
178sysconfdir = @sysconfdir@
179target_alias = @target_alias@
180top_build_prefix = @top_build_prefix@
181top_builddir = @top_builddir@
182top_srcdir = @top_srcdir@
183SUBDIRS = figures
184helpdir = @datadir@/vine-manual-skel/template/help
185help_DATA = Makefile.am.skel legal.xml package-ja.omf.in.skel package.xml.skel
186EXTRA_DIST = $(help_DATA)
187all: all-recursive
188
189.SUFFIXES:
190$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
191        @for dep in $?; do \
192          case '$(am__configure_deps)' in \
193            *$$dep*) \
194              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
195                && { if test -f $@; then exit 0; else break; fi; }; \
196              exit 1;; \
197          esac; \
198        done; \
199        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu template/help/Makefile'; \
200        $(am__cd) $(top_srcdir) && \
201          $(AUTOMAKE) --gnu template/help/Makefile
202.PRECIOUS: Makefile
203Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204        @case '$?' in \
205          *config.status*) \
206            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
207          *) \
208            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
209            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
210        esac;
211
212$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
213        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
215$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
216        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
218        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219$(am__aclocal_m4_deps):
220install-helpDATA: $(help_DATA)
221        @$(NORMAL_INSTALL)
222        test -z "$(helpdir)" || $(MKDIR_P) "$(DESTDIR)$(helpdir)"
223        @list='$(help_DATA)'; test -n "$(helpdir)" || list=; \
224        for p in $$list; do \
225          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
226          echo "$$d$$p"; \
227        done | $(am__base_list) | \
228        while read files; do \
229          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpdir)'"; \
230          $(INSTALL_DATA) $$files "$(DESTDIR)$(helpdir)" || exit $$?; \
231        done
232
233uninstall-helpDATA:
234        @$(NORMAL_UNINSTALL)
235        @list='$(help_DATA)'; test -n "$(helpdir)" || list=; \
236        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
237        test -n "$$files" || exit 0; \
238        echo " ( cd '$(DESTDIR)$(helpdir)' && rm -f" $$files ")"; \
239        cd "$(DESTDIR)$(helpdir)" && rm -f $$files
240
241# This directory's subdirectories are mostly independent; you can cd
242# into them and run `make' without going through this Makefile.
243# To change the values of `make' variables: instead of editing Makefiles,
244# (1) if the variable is set in `config.status', edit `config.status'
245#     (which will cause the Makefiles to be regenerated when you run `make');
246# (2) otherwise, pass the desired values on the `make' command line.
247$(RECURSIVE_TARGETS):
248        @fail= failcom='exit 1'; \
249        for f in x $$MAKEFLAGS; do \
250          case $$f in \
251            *=* | --[!k]*);; \
252            *k*) failcom='fail=yes';; \
253          esac; \
254        done; \
255        dot_seen=no; \
256        target=`echo $@ | sed s/-recursive//`; \
257        list='$(SUBDIRS)'; for subdir in $$list; do \
258          echo "Making $$target in $$subdir"; \
259          if test "$$subdir" = "."; then \
260            dot_seen=yes; \
261            local_target="$$target-am"; \
262          else \
263            local_target="$$target"; \
264          fi; \
265          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
266          || eval $$failcom; \
267        done; \
268        if test "$$dot_seen" = "no"; then \
269          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
270        fi; test -z "$$fail"
271
272$(RECURSIVE_CLEAN_TARGETS):
273        @fail= failcom='exit 1'; \
274        for f in x $$MAKEFLAGS; do \
275          case $$f in \
276            *=* | --[!k]*);; \
277            *k*) failcom='fail=yes';; \
278          esac; \
279        done; \
280        dot_seen=no; \
281        case "$@" in \
282          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
283          *) list='$(SUBDIRS)' ;; \
284        esac; \
285        rev=''; for subdir in $$list; do \
286          if test "$$subdir" = "."; then :; else \
287            rev="$$subdir $$rev"; \
288          fi; \
289        done; \
290        rev="$$rev ."; \
291        target=`echo $@ | sed s/-recursive//`; \
292        for subdir in $$rev; do \
293          echo "Making $$target in $$subdir"; \
294          if test "$$subdir" = "."; then \
295            local_target="$$target-am"; \
296          else \
297            local_target="$$target"; \
298          fi; \
299          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
300          || eval $$failcom; \
301        done && test -z "$$fail"
302tags-recursive:
303        list='$(SUBDIRS)'; for subdir in $$list; do \
304          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
305        done
306ctags-recursive:
307        list='$(SUBDIRS)'; for subdir in $$list; do \
308          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
309        done
310
311ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313        unique=`for i in $$list; do \
314            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315          done | \
316          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317              END { if (nonempty) { for (i in files) print i; }; }'`; \
318        mkid -fID $$unique
319tags: TAGS
320
321TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322                $(TAGS_FILES) $(LISP)
323        set x; \
324        here=`pwd`; \
325        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
326          include_option=--etags-include; \
327          empty_fix=.; \
328        else \
329          include_option=--include; \
330          empty_fix=; \
331        fi; \
332        list='$(SUBDIRS)'; for subdir in $$list; do \
333          if test "$$subdir" = .; then :; else \
334            test ! -f $$subdir/TAGS || \
335              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
336          fi; \
337        done; \
338        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
339        unique=`for i in $$list; do \
340            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341          done | \
342          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
343              END { if (nonempty) { for (i in files) print i; }; }'`; \
344        shift; \
345        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
346          test -n "$$unique" || unique=$$empty_fix; \
347          if test $$# -gt 0; then \
348            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349              "$$@" $$unique; \
350          else \
351            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352              $$unique; \
353          fi; \
354        fi
355ctags: CTAGS
356CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
357                $(TAGS_FILES) $(LISP)
358        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
359        unique=`for i in $$list; do \
360            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361          done | \
362          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363              END { if (nonempty) { for (i in files) print i; }; }'`; \
364        test -z "$(CTAGS_ARGS)$$unique" \
365          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
366             $$unique
367
368GTAGS:
369        here=`$(am__cd) $(top_builddir) && pwd` \
370          && $(am__cd) $(top_srcdir) \
371          && gtags -i $(GTAGS_ARGS) "$$here"
372
373distclean-tags:
374        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
375
376distdir: $(DISTFILES)
377        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379        list='$(DISTFILES)'; \
380          dist_files=`for file in $$list; do echo $$file; done | \
381          sed -e "s|^$$srcdirstrip/||;t" \
382              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
383        case $$dist_files in \
384          */*) $(MKDIR_P) `echo "$$dist_files" | \
385                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
386                           sort -u` ;; \
387        esac; \
388        for file in $$dist_files; do \
389          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390          if test -d $$d/$$file; then \
391            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
392            if test -d "$(distdir)/$$file"; then \
393              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
394            fi; \
395            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
397              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
398            fi; \
399            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
400          else \
401            test -f "$(distdir)/$$file" \
402            || cp -p $$d/$$file "$(distdir)/$$file" \
403            || exit 1; \
404          fi; \
405        done
406        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
407          if test "$$subdir" = .; then :; else \
408            test -d "$(distdir)/$$subdir" \
409            || $(MKDIR_P) "$(distdir)/$$subdir" \
410            || exit 1; \
411          fi; \
412        done
413        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
414          if test "$$subdir" = .; then :; else \
415            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
416            $(am__relativize); \
417            new_distdir=$$reldir; \
418            dir1=$$subdir; dir2="$(top_distdir)"; \
419            $(am__relativize); \
420            new_top_distdir=$$reldir; \
421            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
422            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
423            ($(am__cd) $$subdir && \
424              $(MAKE) $(AM_MAKEFLAGS) \
425                top_distdir="$$new_top_distdir" \
426                distdir="$$new_distdir" \
427                am__remove_distdir=: \
428                am__skip_length_check=: \
429                am__skip_mode_fix=: \
430                distdir) \
431              || exit 1; \
432          fi; \
433        done
434check-am: all-am
435check: check-recursive
436all-am: Makefile $(DATA)
437installdirs: installdirs-recursive
438installdirs-am:
439        for dir in "$(DESTDIR)$(helpdir)"; do \
440          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
441        done
442install: install-recursive
443install-exec: install-exec-recursive
444install-data: install-data-recursive
445uninstall: uninstall-recursive
446
447install-am: all-am
448        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
449
450installcheck: installcheck-recursive
451install-strip:
452        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
453          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
454          `test -z '$(STRIP)' || \
455            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
456mostlyclean-generic:
457
458clean-generic:
459
460distclean-generic:
461        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
462        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
463
464maintainer-clean-generic:
465        @echo "This command is intended for maintainers to use"
466        @echo "it deletes files that may require special tools to rebuild."
467clean: clean-recursive
468
469clean-am: clean-generic mostlyclean-am
470
471distclean: distclean-recursive
472        -rm -f Makefile
473distclean-am: clean-am distclean-generic distclean-tags
474
475dvi: dvi-recursive
476
477dvi-am:
478
479html: html-recursive
480
481html-am:
482
483info: info-recursive
484
485info-am:
486
487install-data-am: install-helpDATA
488
489install-dvi: install-dvi-recursive
490
491install-dvi-am:
492
493install-exec-am:
494
495install-html: install-html-recursive
496
497install-html-am:
498
499install-info: install-info-recursive
500
501install-info-am:
502
503install-man:
504
505install-pdf: install-pdf-recursive
506
507install-pdf-am:
508
509install-ps: install-ps-recursive
510
511install-ps-am:
512
513installcheck-am:
514
515maintainer-clean: maintainer-clean-recursive
516        -rm -f Makefile
517maintainer-clean-am: distclean-am maintainer-clean-generic
518
519mostlyclean: mostlyclean-recursive
520
521mostlyclean-am: mostlyclean-generic
522
523pdf: pdf-recursive
524
525pdf-am:
526
527ps: ps-recursive
528
529ps-am:
530
531uninstall-am: uninstall-helpDATA
532
533.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
534        install-am install-strip tags-recursive
535
536.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
537        all all-am check check-am clean clean-generic ctags \
538        ctags-recursive distclean distclean-generic distclean-tags \
539        distdir dvi dvi-am html html-am info info-am install \
540        install-am install-data install-data-am install-dvi \
541        install-dvi-am install-exec install-exec-am install-helpDATA \
542        install-html install-html-am install-info install-info-am \
543        install-man install-pdf install-pdf-am install-ps \
544        install-ps-am install-strip installcheck installcheck-am \
545        installdirs installdirs-am maintainer-clean \
546        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
547        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
548        uninstall-helpDATA
549
550
551# Tell versions [3.59,3.63) of GNU make to not export all variables.
552# Otherwise a system limit (for SysV at least) may be exceeded.
553.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.