source: projects/install-guide/branches/6.x/help/Makefile.in @ 2751

Revision 2751, 18.4 KB checked in by yasumichi, 13 years ago (diff)

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