source: projects/vine-developers-guide/tags/R_5_9_0/help/Makefile.in @ 3044

Revision 3044, 18.5 KB checked in by yasumichi, 13 years ago (diff)

help/figures が make 対象になっていなかったのを修正

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 \
37        $(srcdir)/vine-developers-guide-ja.omf.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41        $(ACLOCAL_M4)
42mkinstalldirs = $(install_sh) -d
43CONFIG_CLEAN_FILES = vine-developers-guide-ja.omf
44CONFIG_CLEAN_VPATH_FILES =
45SOURCES =
46DIST_SOURCES =
47RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48        html-recursive info-recursive install-data-recursive \
49        install-dvi-recursive install-exec-recursive \
50        install-html-recursive install-info-recursive \
51        install-pdf-recursive install-ps-recursive install-recursive \
52        installcheck-recursive installdirs-recursive pdf-recursive \
53        ps-recursive uninstall-recursive
54am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55am__vpath_adj = case $$p in \
56    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57    *) f=$$p;; \
58  esac;
59am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
60am__install_max = 40
61am__nobase_strip_setup = \
62  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
63am__nobase_strip = \
64  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
65am__nobase_list = $(am__nobase_strip_setup); \
66  for p in $$list; do echo "$$p $$p"; done | \
67  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
68  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
69    if (++n[$$2] == $(am__install_max)) \
70      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
71    END { for (dir in files) print dir, files[dir] }'
72am__base_list = \
73  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75am__installdirs = "$(DESTDIR)$(omfdir)" "$(DESTDIR)$(xmldir)"
76DATA = $(omf_DATA) $(xml_DATA)
77RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78  distclean-recursive maintainer-clean-recursive
79AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
81        distdir
82ETAGS = etags
83CTAGS = ctags
84DIST_SUBDIRS = $(SUBDIRS)
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86am__relativize = \
87  dir0=`pwd`; \
88  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89  sed_rest='s,^[^/]*/*,,'; \
90  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91  sed_butlast='s,/*[^/]*$$,,'; \
92  while test -n "$$dir1"; do \
93    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94    if test "$$first" != "."; then \
95      if test "$$first" = ".."; then \
96        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98      else \
99        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100        if test "$$first2" = "$$first"; then \
101          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102        else \
103          dir2="../$$dir2"; \
104        fi; \
105        dir0="$$dir0"/"$$first"; \
106      fi; \
107    fi; \
108    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109  done; \
110  reldir="$$dir2"
111ACLOCAL = @ACLOCAL@
112AMTAR = @AMTAR@
113AUTOCONF = @AUTOCONF@
114AUTOHEADER = @AUTOHEADER@
115AUTOMAKE = @AUTOMAKE@
116AWK = @AWK@
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@
132OMFDIR = @OMFDIR@
133PACKAGE = @PACKAGE@
134PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135PACKAGE_NAME = @PACKAGE_NAME@
136PACKAGE_STRING = @PACKAGE_STRING@
137PACKAGE_TARNAME = @PACKAGE_TARNAME@
138PACKAGE_URL = @PACKAGE_URL@
139PACKAGE_VERSION = @PACKAGE_VERSION@
140PATH_SEPARATOR = @PATH_SEPARATOR@
141PKG_CONFIG = @PKG_CONFIG@
142PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
143PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
144SET_MAKE = @SET_MAKE@
145SHELL = @SHELL@
146STRIP = @STRIP@
147VERSION = @VERSION@
148VMDIR = @VMDIR@
149abs_builddir = @abs_builddir@
150abs_srcdir = @abs_srcdir@
151abs_top_builddir = @abs_top_builddir@
152abs_top_srcdir = @abs_top_srcdir@
153am__leading_dot = @am__leading_dot@
154am__tar = @am__tar@
155am__untar = @am__untar@
156bindir = @bindir@
157build_alias = @build_alias@
158builddir = @builddir@
159datadir = @datadir@
160datarootdir = @datarootdir@
161docdir = @docdir@
162dvidir = @dvidir@
163exec_prefix = @exec_prefix@
164host_alias = @host_alias@
165htmldir = @htmldir@
166includedir = @includedir@
167infodir = @infodir@
168install_sh = @install_sh@
169libdir = @libdir@
170libexecdir = @libexecdir@
171localedir = @localedir@
172localstatedir = @localstatedir@
173mandir = @mandir@
174mkdir_p = @mkdir_p@
175oldincludedir = @oldincludedir@
176pdfdir = @pdfdir@
177prefix = @prefix@
178program_transform_name = @program_transform_name@
179psdir = @psdir@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182srcdir = @srcdir@
183sysconfdir = @sysconfdir@
184target_alias = @target_alias@
185top_build_prefix = @top_build_prefix@
186top_builddir = @top_builddir@
187top_srcdir = @top_srcdir@
188SUBDIRS = figures
189omf_DATA = vine-developers-guide-ja.omf
190omfdir = @OMFDIR@
191xml_DATA = vine-developers-guide.xml
192xmldir = @VMDIR@/developers-guide
193EXTRA_DIST = $(xml_DATA)
194CLEANFILES = *.html
195all: all-recursive
196
197.SUFFIXES:
198$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
199        @for dep in $?; do \
200          case '$(am__configure_deps)' in \
201            *$$dep*) \
202              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
203                && { if test -f $@; then exit 0; else break; fi; }; \
204              exit 1;; \
205          esac; \
206        done; \
207        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
208        $(am__cd) $(top_srcdir) && \
209          $(AUTOMAKE) --gnu help/Makefile
210.PRECIOUS: Makefile
211Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212        @case '$?' in \
213          *config.status*) \
214            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215          *) \
216            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218        esac;
219
220$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
223$(top_srcdir)/configure:  $(am__configure_deps)
224        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
226        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227$(am__aclocal_m4_deps):
228vine-developers-guide-ja.omf: $(top_builddir)/config.status $(srcdir)/vine-developers-guide-ja.omf.in
229        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
230install-omfDATA: $(omf_DATA)
231        @$(NORMAL_INSTALL)
232        test -z "$(omfdir)" || $(MKDIR_P) "$(DESTDIR)$(omfdir)"
233        @list='$(omf_DATA)'; test -n "$(omfdir)" || list=; \
234        for p in $$list; do \
235          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
236          echo "$$d$$p"; \
237        done | $(am__base_list) | \
238        while read files; do \
239          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(omfdir)'"; \
240          $(INSTALL_DATA) $$files "$(DESTDIR)$(omfdir)" || exit $$?; \
241        done
242
243uninstall-omfDATA:
244        @$(NORMAL_UNINSTALL)
245        @list='$(omf_DATA)'; test -n "$(omfdir)" || list=; \
246        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
247        test -n "$$files" || exit 0; \
248        echo " ( cd '$(DESTDIR)$(omfdir)' && rm -f" $$files ")"; \
249        cd "$(DESTDIR)$(omfdir)" && rm -f $$files
250install-xmlDATA: $(xml_DATA)
251        @$(NORMAL_INSTALL)
252        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
253        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
254        for p in $$list; do \
255          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
256          echo "$$d$$p"; \
257        done | $(am__base_list) | \
258        while read files; do \
259          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
260          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
261        done
262
263uninstall-xmlDATA:
264        @$(NORMAL_UNINSTALL)
265        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
266        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
267        test -n "$$files" || exit 0; \
268        echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
269        cd "$(DESTDIR)$(xmldir)" && rm -f $$files
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        @fail= 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        @fail= 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"
332tags-recursive:
333        list='$(SUBDIRS)'; for subdir in $$list; do \
334          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
335        done
336ctags-recursive:
337        list='$(SUBDIRS)'; for subdir in $$list; do \
338          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
339        done
340
341ID: $(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
349tags: TAGS
350
351TAGS: 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
385ctags: CTAGS
386CTAGS: 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
398GTAGS:
399        here=`$(am__cd) $(top_builddir) && pwd` \
400          && $(am__cd) $(top_srcdir) \
401          && gtags -i $(GTAGS_ARGS) "$$here"
402
403distclean-tags:
404        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
406distdir: $(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
464check-am: all-am
465check: check-recursive
466all-am: Makefile $(DATA)
467installdirs: installdirs-recursive
468installdirs-am:
469        for dir in "$(DESTDIR)$(omfdir)" "$(DESTDIR)$(xmldir)"; do \
470          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
471        done
472install: install-recursive
473install-exec: install-exec-recursive
474install-data: install-data-recursive
475uninstall: uninstall-recursive
476
477install-am: all-am
478        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
479
480installcheck: installcheck-recursive
481install-strip:
482        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484          `test -z '$(STRIP)' || \
485            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
486mostlyclean-generic:
487
488clean-generic:
489        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
490
491distclean-generic:
492        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
493        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
494
495maintainer-clean-generic:
496        @echo "This command is intended for maintainers to use"
497        @echo "it deletes files that may require special tools to rebuild."
498clean: clean-recursive
499
500clean-am: clean-generic mostlyclean-am
501
502distclean: distclean-recursive
503        -rm -f Makefile
504distclean-am: clean-am distclean-generic distclean-tags
505
506dvi: dvi-recursive
507
508dvi-am:
509
510html-am:
511
512info: info-recursive
513
514info-am:
515
516install-data-am: install-omfDATA install-xmlDATA
517
518install-dvi: install-dvi-recursive
519
520install-dvi-am:
521
522install-exec-am:
523
524install-html-am:
525
526install-info: install-info-recursive
527
528install-info-am:
529
530install-man:
531
532install-pdf: install-pdf-recursive
533
534install-pdf-am:
535
536install-ps: install-ps-recursive
537
538install-ps-am:
539
540installcheck-am:
541
542maintainer-clean: maintainer-clean-recursive
543        -rm -f Makefile
544maintainer-clean-am: distclean-am maintainer-clean-generic
545
546mostlyclean: mostlyclean-recursive
547
548mostlyclean-am: mostlyclean-generic
549
550pdf: pdf-recursive
551
552pdf-am:
553
554ps: ps-recursive
555
556ps-am:
557
558uninstall-am: uninstall-omfDATA uninstall-xmlDATA
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 ctags \
565        ctags-recursive distclean distclean-generic distclean-tags \
566        distdir dvi dvi-am html html-am info info-am install \
567        install-am install-data install-data-am install-dvi \
568        install-dvi-am install-exec install-exec-am install-html \
569        install-html-am install-info install-info-am install-man \
570        install-omfDATA install-pdf install-pdf-am install-ps \
571        install-ps-am install-strip install-xmlDATA installcheck \
572        installcheck-am installdirs installdirs-am maintainer-clean \
573        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
574        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
575        uninstall-omfDATA uninstall-xmlDATA
576
577
578html:
579        vine-manual-build vine-developers-guide.xml
580
581install-html:
582        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
583
584# Tell versions [3.59,3.63) of GNU make to not export all variables.
585# Otherwise a system limit (for SysV at least) may be exceeded.
586.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.