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

Revision 2904, 18.9 KB checked in by yasumichi, 13 years ago (diff)

omf ファイルの生成をするように修正

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