source: projects/vine-cui-guide/trunk/help/Makefile.in @ 4297

Revision 4297, 19.6 KB checked in by yasumichi, 13 years ago (diff)

install-html 時にディレクトリ作成を行うようにした。

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