source: projects/vine-desktop-guide/trunk/help/Makefile.in @ 6281

Revision 6281, 19.3 KB checked in by yasumichi, 12 years ago (diff)

add figures of kernel-pae

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-desktop-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-desktop-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
189@NO_WEB_TRUE@omf_DATA = vine-desktop-guide-ja.omf
190@NO_WEB_TRUE@omfdir = @OMFDIR@
191@NO_WEB_TRUE@xml_DATA = accessibility-features.xml \
192@NO_WEB_TRUE@      accessories.xml \
193@NO_WEB_TRUE@      boot.xml \
194@NO_WEB_TRUE@      gnome-basic.xml \
195@NO_WEB_TRUE@      graphics.xml \
196@NO_WEB_TRUE@      gui-alternatives.xml \
197@NO_WEB_TRUE@      internet.xml \
198@NO_WEB_TRUE@      legal.xml \
199@NO_WEB_TRUE@      login.xml \
200@NO_WEB_TRUE@      logout.xml \
201@NO_WEB_TRUE@      office.xml \
202@NO_WEB_TRUE@      preferences.xml \
203@NO_WEB_TRUE@      recruitment.xml \
204@NO_WEB_TRUE@      rules.xml \
205@NO_WEB_TRUE@      shutdown.xml \
206@NO_WEB_TRUE@      sound-video.xml \
207@NO_WEB_TRUE@      synaptic.xml \
208@NO_WEB_TRUE@      system-config.xml \
209@NO_WEB_TRUE@      system-tool.xml \
210@NO_WEB_TRUE@      update-watch.xml \
211@NO_WEB_TRUE@      vine-app-install.xml \
212@NO_WEB_TRUE@      vine-plus-guide.xml \
213@NO_WEB_TRUE@      vine-desktop-guide.xml
214
215@NO_WEB_TRUE@xmldir = @VMDIR@/desktop-guide
216EXTRA_DIST = $(xml_DATA)
217CLEANFILES = *.html
218all: all-recursive
219
220.SUFFIXES:
221$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
222        @for dep in $?; do \
223          case '$(am__configure_deps)' in \
224            *$$dep*) \
225              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
226                && { if test -f $@; then exit 0; else break; fi; }; \
227              exit 1;; \
228          esac; \
229        done; \
230        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
231        $(am__cd) $(top_srcdir) && \
232          $(AUTOMAKE) --gnu help/Makefile
233.PRECIOUS: Makefile
234Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235        @case '$?' in \
236          *config.status*) \
237            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238          *) \
239            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241        esac;
242
243$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246$(top_srcdir)/configure:  $(am__configure_deps)
247        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
249        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250$(am__aclocal_m4_deps):
251vine-desktop-guide-ja.omf: $(top_builddir)/config.status $(srcdir)/vine-desktop-guide-ja.omf.in
252        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
253install-omfDATA: $(omf_DATA)
254        @$(NORMAL_INSTALL)
255        test -z "$(omfdir)" || $(MKDIR_P) "$(DESTDIR)$(omfdir)"
256        @list='$(omf_DATA)'; test -n "$(omfdir)" || list=; \
257        for p in $$list; do \
258          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
259          echo "$$d$$p"; \
260        done | $(am__base_list) | \
261        while read files; do \
262          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(omfdir)'"; \
263          $(INSTALL_DATA) $$files "$(DESTDIR)$(omfdir)" || exit $$?; \
264        done
265
266uninstall-omfDATA:
267        @$(NORMAL_UNINSTALL)
268        @list='$(omf_DATA)'; test -n "$(omfdir)" || list=; \
269        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
270        test -n "$$files" || exit 0; \
271        echo " ( cd '$(DESTDIR)$(omfdir)' && rm -f" $$files ")"; \
272        cd "$(DESTDIR)$(omfdir)" && rm -f $$files
273install-xmlDATA: $(xml_DATA)
274        @$(NORMAL_INSTALL)
275        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
276        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
277        for p in $$list; do \
278          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279          echo "$$d$$p"; \
280        done | $(am__base_list) | \
281        while read files; do \
282          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
283          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
284        done
285
286uninstall-xmlDATA:
287        @$(NORMAL_UNINSTALL)
288        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
289        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
290        test -n "$$files" || exit 0; \
291        echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
292        cd "$(DESTDIR)$(xmldir)" && rm -f $$files
293
294# This directory's subdirectories are mostly independent; you can cd
295# into them and run `make' without going through this Makefile.
296# To change the values of `make' variables: instead of editing Makefiles,
297# (1) if the variable is set in `config.status', edit `config.status'
298#     (which will cause the Makefiles to be regenerated when you run `make');
299# (2) otherwise, pass the desired values on the `make' command line.
300$(RECURSIVE_TARGETS):
301        @fail= failcom='exit 1'; \
302        for f in x $$MAKEFLAGS; do \
303          case $$f in \
304            *=* | --[!k]*);; \
305            *k*) failcom='fail=yes';; \
306          esac; \
307        done; \
308        dot_seen=no; \
309        target=`echo $@ | sed s/-recursive//`; \
310        list='$(SUBDIRS)'; for subdir in $$list; do \
311          echo "Making $$target in $$subdir"; \
312          if test "$$subdir" = "."; then \
313            dot_seen=yes; \
314            local_target="$$target-am"; \
315          else \
316            local_target="$$target"; \
317          fi; \
318          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
319          || eval $$failcom; \
320        done; \
321        if test "$$dot_seen" = "no"; then \
322          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
323        fi; test -z "$$fail"
324
325$(RECURSIVE_CLEAN_TARGETS):
326        @fail= failcom='exit 1'; \
327        for f in x $$MAKEFLAGS; do \
328          case $$f in \
329            *=* | --[!k]*);; \
330            *k*) failcom='fail=yes';; \
331          esac; \
332        done; \
333        dot_seen=no; \
334        case "$@" in \
335          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
336          *) list='$(SUBDIRS)' ;; \
337        esac; \
338        rev=''; for subdir in $$list; do \
339          if test "$$subdir" = "."; then :; else \
340            rev="$$subdir $$rev"; \
341          fi; \
342        done; \
343        rev="$$rev ."; \
344        target=`echo $@ | sed s/-recursive//`; \
345        for subdir in $$rev; do \
346          echo "Making $$target in $$subdir"; \
347          if test "$$subdir" = "."; then \
348            local_target="$$target-am"; \
349          else \
350            local_target="$$target"; \
351          fi; \
352          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353          || eval $$failcom; \
354        done && test -z "$$fail"
355tags-recursive:
356        list='$(SUBDIRS)'; for subdir in $$list; do \
357          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
358        done
359ctags-recursive:
360        list='$(SUBDIRS)'; for subdir in $$list; do \
361          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
362        done
363
364ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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        mkid -fID $$unique
372tags: TAGS
373
374TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375                $(TAGS_FILES) $(LISP)
376        set x; \
377        here=`pwd`; \
378        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
379          include_option=--etags-include; \
380          empty_fix=.; \
381        else \
382          include_option=--include; \
383          empty_fix=; \
384        fi; \
385        list='$(SUBDIRS)'; for subdir in $$list; do \
386          if test "$$subdir" = .; then :; else \
387            test ! -f $$subdir/TAGS || \
388              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
389          fi; \
390        done; \
391        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392        unique=`for i in $$list; do \
393            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394          done | \
395          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396              END { if (nonempty) { for (i in files) print i; }; }'`; \
397        shift; \
398        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399          test -n "$$unique" || unique=$$empty_fix; \
400          if test $$# -gt 0; then \
401            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402              "$$@" $$unique; \
403          else \
404            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405              $$unique; \
406          fi; \
407        fi
408ctags: CTAGS
409CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410                $(TAGS_FILES) $(LISP)
411        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412        unique=`for i in $$list; do \
413            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414          done | \
415          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416              END { if (nonempty) { for (i in files) print i; }; }'`; \
417        test -z "$(CTAGS_ARGS)$$unique" \
418          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419             $$unique
420
421GTAGS:
422        here=`$(am__cd) $(top_builddir) && pwd` \
423          && $(am__cd) $(top_srcdir) \
424          && gtags -i $(GTAGS_ARGS) "$$here"
425
426distclean-tags:
427        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
428
429distdir: $(DISTFILES)
430        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432        list='$(DISTFILES)'; \
433          dist_files=`for file in $$list; do echo $$file; done | \
434          sed -e "s|^$$srcdirstrip/||;t" \
435              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
436        case $$dist_files in \
437          */*) $(MKDIR_P) `echo "$$dist_files" | \
438                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
439                           sort -u` ;; \
440        esac; \
441        for file in $$dist_files; do \
442          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
443          if test -d $$d/$$file; then \
444            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
445            if test -d "$(distdir)/$$file"; then \
446              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447            fi; \
448            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
449              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
450              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451            fi; \
452            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
453          else \
454            test -f "$(distdir)/$$file" \
455            || cp -p $$d/$$file "$(distdir)/$$file" \
456            || exit 1; \
457          fi; \
458        done
459        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
460          if test "$$subdir" = .; then :; else \
461            test -d "$(distdir)/$$subdir" \
462            || $(MKDIR_P) "$(distdir)/$$subdir" \
463            || exit 1; \
464          fi; \
465        done
466        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467          if test "$$subdir" = .; then :; else \
468            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
469            $(am__relativize); \
470            new_distdir=$$reldir; \
471            dir1=$$subdir; dir2="$(top_distdir)"; \
472            $(am__relativize); \
473            new_top_distdir=$$reldir; \
474            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
475            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
476            ($(am__cd) $$subdir && \
477              $(MAKE) $(AM_MAKEFLAGS) \
478                top_distdir="$$new_top_distdir" \
479                distdir="$$new_distdir" \
480                am__remove_distdir=: \
481                am__skip_length_check=: \
482                am__skip_mode_fix=: \
483                distdir) \
484              || exit 1; \
485          fi; \
486        done
487check-am: all-am
488check: check-recursive
489all-am: Makefile $(DATA)
490installdirs: installdirs-recursive
491installdirs-am:
492        for dir in "$(DESTDIR)$(omfdir)" "$(DESTDIR)$(xmldir)"; do \
493          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
494        done
495install: install-recursive
496install-exec: install-exec-recursive
497install-data: install-data-recursive
498uninstall: uninstall-recursive
499
500install-am: all-am
501        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
502
503installcheck: installcheck-recursive
504install-strip:
505        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507          `test -z '$(STRIP)' || \
508            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
509mostlyclean-generic:
510
511clean-generic:
512        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
513
514distclean-generic:
515        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
516        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
518maintainer-clean-generic:
519        @echo "This command is intended for maintainers to use"
520        @echo "it deletes files that may require special tools to rebuild."
521clean: clean-recursive
522
523clean-am: clean-generic mostlyclean-am
524
525distclean: distclean-recursive
526        -rm -f Makefile
527distclean-am: clean-am distclean-generic distclean-tags
528
529dvi: dvi-recursive
530
531dvi-am:
532
533html-am:
534
535info: info-recursive
536
537info-am:
538
539install-data-am: install-omfDATA install-xmlDATA
540
541install-dvi: install-dvi-recursive
542
543install-dvi-am:
544
545install-exec-am:
546
547install-html-am:
548
549install-info: install-info-recursive
550
551install-info-am:
552
553install-man:
554
555install-pdf: install-pdf-recursive
556
557install-pdf-am:
558
559install-ps: install-ps-recursive
560
561install-ps-am:
562
563installcheck-am:
564
565maintainer-clean: maintainer-clean-recursive
566        -rm -f Makefile
567maintainer-clean-am: distclean-am maintainer-clean-generic
568
569mostlyclean: mostlyclean-recursive
570
571mostlyclean-am: mostlyclean-generic
572
573pdf: pdf-recursive
574
575pdf-am:
576
577ps: ps-recursive
578
579ps-am:
580
581uninstall-am: uninstall-omfDATA uninstall-xmlDATA
582
583.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
584        install-am install-strip tags-recursive
585
586.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
587        all all-am check check-am clean clean-generic ctags \
588        ctags-recursive distclean distclean-generic distclean-tags \
589        distdir dvi dvi-am html html-am info info-am install \
590        install-am install-data install-data-am install-dvi \
591        install-dvi-am install-exec install-exec-am install-html \
592        install-html-am install-info install-info-am install-man \
593        install-omfDATA install-pdf install-pdf-am install-ps \
594        install-ps-am install-strip install-xmlDATA installcheck \
595        installcheck-am installdirs installdirs-am maintainer-clean \
596        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
597        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
598        uninstall-omfDATA uninstall-xmlDATA
599
600
601html:
602        vine-manual-build vine-desktop-guide.xml
603
604install-html:
605        $(INSTALL) -d $(DESTDIR)$(xmldir)
606        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
607
608# Tell versions [3.59,3.63) of GNU make to not export all variables.
609# Otherwise a system limit (for SysV at least) may be exceeded.
610.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.