source: projects/vine-install-guide/tags/R_5_9_0/help/figures/Makefile.in @ 2806

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

vine-manual-build に対応

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/figures
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40        $(ACLOCAL_M4)
41mkinstalldirs = $(install_sh) -d
42CONFIG_CLEAN_FILES =
43CONFIG_CLEAN_VPATH_FILES =
44SOURCES =
45DIST_SOURCES =
46RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47        html-recursive info-recursive install-data-recursive \
48        install-dvi-recursive install-exec-recursive \
49        install-html-recursive install-info-recursive \
50        install-pdf-recursive install-ps-recursive install-recursive \
51        installcheck-recursive installdirs-recursive pdf-recursive \
52        ps-recursive uninstall-recursive
53am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54am__vpath_adj = case $$p in \
55    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56    *) f=$$p;; \
57  esac;
58am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59am__install_max = 40
60am__nobase_strip_setup = \
61  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62am__nobase_strip = \
63  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64am__nobase_list = $(am__nobase_strip_setup); \
65  for p in $$list; do echo "$$p $$p"; done | \
66  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68    if (++n[$$2] == $(am__install_max)) \
69      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70    END { for (dir in files) print dir, files[dir] }'
71am__base_list = \
72  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74am__installdirs = "$(DESTDIR)$(figuresdir)"
75DATA = $(figures_DATA)
76RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77  distclean-recursive maintainer-clean-recursive
78AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80        distdir
81ETAGS = etags
82CTAGS = ctags
83DIST_SUBDIRS = $(SUBDIRS)
84DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85am__relativize = \
86  dir0=`pwd`; \
87  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88  sed_rest='s,^[^/]*/*,,'; \
89  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90  sed_butlast='s,/*[^/]*$$,,'; \
91  while test -n "$$dir1"; do \
92    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93    if test "$$first" != "."; then \
94      if test "$$first" = ".."; then \
95        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97      else \
98        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99        if test "$$first2" = "$$first"; then \
100          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101        else \
102          dir2="../$$dir2"; \
103        fi; \
104        dir0="$$dir0"/"$$first"; \
105      fi; \
106    fi; \
107    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108  done; \
109  reldir="$$dir2"
110ACLOCAL = @ACLOCAL@
111AMTAR = @AMTAR@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118ECHO_C = @ECHO_C@
119ECHO_N = @ECHO_N@
120ECHO_T = @ECHO_T@
121INSTALL = @INSTALL@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LTLIBOBJS = @LTLIBOBJS@
129MAKEINFO = @MAKEINFO@
130MKDIR_P = @MKDIR_P@
131OMFDIR = @OMFDIR@
132PACKAGE = @PACKAGE@
133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134PACKAGE_NAME = @PACKAGE_NAME@
135PACKAGE_STRING = @PACKAGE_STRING@
136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_URL = @PACKAGE_URL@
138PACKAGE_VERSION = @PACKAGE_VERSION@
139PATH_SEPARATOR = @PATH_SEPARATOR@
140PKG_CONFIG = @PKG_CONFIG@
141PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
142PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
143SET_MAKE = @SET_MAKE@
144SHELL = @SHELL@
145STRIP = @STRIP@
146VERSION = @VERSION@
147VMDIR = @VMDIR@
148abs_builddir = @abs_builddir@
149abs_srcdir = @abs_srcdir@
150abs_top_builddir = @abs_top_builddir@
151abs_top_srcdir = @abs_top_srcdir@
152am__leading_dot = @am__leading_dot@
153am__tar = @am__tar@
154am__untar = @am__untar@
155bindir = @bindir@
156build_alias = @build_alias@
157builddir = @builddir@
158datadir = @datadir@
159datarootdir = @datarootdir@
160docdir = @docdir@
161dvidir = @dvidir@
162exec_prefix = @exec_prefix@
163host_alias = @host_alias@
164htmldir = @htmldir@
165includedir = @includedir@
166infodir = @infodir@
167install_sh = @install_sh@
168libdir = @libdir@
169libexecdir = @libexecdir@
170localedir = @localedir@
171localstatedir = @localstatedir@
172mandir = @mandir@
173mkdir_p = @mkdir_p@
174oldincludedir = @oldincludedir@
175pdfdir = @pdfdir@
176prefix = @prefix@
177program_transform_name = @program_transform_name@
178psdir = @psdir@
179sbindir = @sbindir@
180sharedstatedir = @sharedstatedir@
181srcdir = @srcdir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184top_build_prefix = @top_build_prefix@
185top_builddir = @top_builddir@
186top_srcdir = @top_srcdir@
187SUBDIRS = textmode
188figures_DATA = 00boot.png \
189               00splash.png \
190               01langselect.png \
191               02keyboard.png \
192               03mouse.png \
193               04welcome.png \
194               05installclass.png \
195               06partition.png \
196               07autopartition.png \
197               07diskdruid.png \
198               09bootloader.png \
199               10network.png \
200               11langsupport.png \
201               12timezone.png \
202               13account.png \
203               14packagegroup.png \
204               16videocard.png \
205               17beforeinstall.png \
206               18format.png \
207               18install.png \
208               19bootdisk.png \
209               20monitor.png \
210               20xcustom.png \
211               22congrat.png \
212               default-packages.png \
213               disk-imager1.png \
214               disk-imager2.png \
215               disk-imager3.png \
216               disk-imager4.png \
217               disk-imager5.png \
218               disk-imager6.png \
219               disk-imager7.png \
220               firewall.png \
221               grub_options.png \
222               package-group.png \
223               t1boot.png \
224               t2lang.png \
225               t3keyboard.png \
226               t4method.png \
227               t5tcpip.png \
228               t6nfs.png \
229               upgrade-grub.png \
230               upgrade-ready.png \
231               verify-upgrade.png
232
233figuresdir = @VMDIR@/install-guide/figures
234EXTRA_DIST = $(figures_DATA)
235all: all-recursive
236
237.SUFFIXES:
238$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
239        @for dep in $?; do \
240          case '$(am__configure_deps)' in \
241            *$$dep*) \
242              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
243                && { if test -f $@; then exit 0; else break; fi; }; \
244              exit 1;; \
245          esac; \
246        done; \
247        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/figures/Makefile'; \
248        $(am__cd) $(top_srcdir) && \
249          $(AUTOMAKE) --gnu help/figures/Makefile
250.PRECIOUS: Makefile
251Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252        @case '$?' in \
253          *config.status*) \
254            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
255          *) \
256            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
257            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
258        esac;
259
260$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
263$(top_srcdir)/configure:  $(am__configure_deps)
264        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
266        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267$(am__aclocal_m4_deps):
268install-figuresDATA: $(figures_DATA)
269        @$(NORMAL_INSTALL)
270        test -z "$(figuresdir)" || $(MKDIR_P) "$(DESTDIR)$(figuresdir)"
271        @list='$(figures_DATA)'; test -n "$(figuresdir)" || list=; \
272        for p in $$list; do \
273          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
274          echo "$$d$$p"; \
275        done | $(am__base_list) | \
276        while read files; do \
277          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(figuresdir)'"; \
278          $(INSTALL_DATA) $$files "$(DESTDIR)$(figuresdir)" || exit $$?; \
279        done
280
281uninstall-figuresDATA:
282        @$(NORMAL_UNINSTALL)
283        @list='$(figures_DATA)'; test -n "$(figuresdir)" || list=; \
284        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
285        test -n "$$files" || exit 0; \
286        echo " ( cd '$(DESTDIR)$(figuresdir)' && rm -f" $$files ")"; \
287        cd "$(DESTDIR)$(figuresdir)" && rm -f $$files
288
289# This directory's subdirectories are mostly independent; you can cd
290# into them and run `make' without going through this Makefile.
291# To change the values of `make' variables: instead of editing Makefiles,
292# (1) if the variable is set in `config.status', edit `config.status'
293#     (which will cause the Makefiles to be regenerated when you run `make');
294# (2) otherwise, pass the desired values on the `make' command line.
295$(RECURSIVE_TARGETS):
296        @fail= failcom='exit 1'; \
297        for f in x $$MAKEFLAGS; do \
298          case $$f in \
299            *=* | --[!k]*);; \
300            *k*) failcom='fail=yes';; \
301          esac; \
302        done; \
303        dot_seen=no; \
304        target=`echo $@ | sed s/-recursive//`; \
305        list='$(SUBDIRS)'; for subdir in $$list; do \
306          echo "Making $$target in $$subdir"; \
307          if test "$$subdir" = "."; then \
308            dot_seen=yes; \
309            local_target="$$target-am"; \
310          else \
311            local_target="$$target"; \
312          fi; \
313          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314          || eval $$failcom; \
315        done; \
316        if test "$$dot_seen" = "no"; then \
317          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
318        fi; test -z "$$fail"
319
320$(RECURSIVE_CLEAN_TARGETS):
321        @fail= failcom='exit 1'; \
322        for f in x $$MAKEFLAGS; do \
323          case $$f in \
324            *=* | --[!k]*);; \
325            *k*) failcom='fail=yes';; \
326          esac; \
327        done; \
328        dot_seen=no; \
329        case "$@" in \
330          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
331          *) list='$(SUBDIRS)' ;; \
332        esac; \
333        rev=''; for subdir in $$list; do \
334          if test "$$subdir" = "."; then :; else \
335            rev="$$subdir $$rev"; \
336          fi; \
337        done; \
338        rev="$$rev ."; \
339        target=`echo $@ | sed s/-recursive//`; \
340        for subdir in $$rev; do \
341          echo "Making $$target in $$subdir"; \
342          if test "$$subdir" = "."; then \
343            local_target="$$target-am"; \
344          else \
345            local_target="$$target"; \
346          fi; \
347          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348          || eval $$failcom; \
349        done && test -z "$$fail"
350tags-recursive:
351        list='$(SUBDIRS)'; for subdir in $$list; do \
352          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
353        done
354ctags-recursive:
355        list='$(SUBDIRS)'; for subdir in $$list; do \
356          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
357        done
358
359ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361        unique=`for i in $$list; do \
362            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363          done | \
364          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365              END { if (nonempty) { for (i in files) print i; }; }'`; \
366        mkid -fID $$unique
367tags: TAGS
368
369TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370                $(TAGS_FILES) $(LISP)
371        set x; \
372        here=`pwd`; \
373        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374          include_option=--etags-include; \
375          empty_fix=.; \
376        else \
377          include_option=--include; \
378          empty_fix=; \
379        fi; \
380        list='$(SUBDIRS)'; for subdir in $$list; do \
381          if test "$$subdir" = .; then :; else \
382            test ! -f $$subdir/TAGS || \
383              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
384          fi; \
385        done; \
386        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387        unique=`for i in $$list; do \
388            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389          done | \
390          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391              END { if (nonempty) { for (i in files) print i; }; }'`; \
392        shift; \
393        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
394          test -n "$$unique" || unique=$$empty_fix; \
395          if test $$# -gt 0; then \
396            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397              "$$@" $$unique; \
398          else \
399            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400              $$unique; \
401          fi; \
402        fi
403ctags: CTAGS
404CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
405                $(TAGS_FILES) $(LISP)
406        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407        unique=`for i in $$list; do \
408            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409          done | \
410          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411              END { if (nonempty) { for (i in files) print i; }; }'`; \
412        test -z "$(CTAGS_ARGS)$$unique" \
413          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414             $$unique
415
416GTAGS:
417        here=`$(am__cd) $(top_builddir) && pwd` \
418          && $(am__cd) $(top_srcdir) \
419          && gtags -i $(GTAGS_ARGS) "$$here"
420
421distclean-tags:
422        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
424distdir: $(DISTFILES)
425        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427        list='$(DISTFILES)'; \
428          dist_files=`for file in $$list; do echo $$file; done | \
429          sed -e "s|^$$srcdirstrip/||;t" \
430              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
431        case $$dist_files in \
432          */*) $(MKDIR_P) `echo "$$dist_files" | \
433                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
434                           sort -u` ;; \
435        esac; \
436        for file in $$dist_files; do \
437          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
438          if test -d $$d/$$file; then \
439            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
440            if test -d "$(distdir)/$$file"; then \
441              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442            fi; \
443            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
445              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446            fi; \
447            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
448          else \
449            test -f "$(distdir)/$$file" \
450            || cp -p $$d/$$file "$(distdir)/$$file" \
451            || exit 1; \
452          fi; \
453        done
454        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
455          if test "$$subdir" = .; then :; else \
456            test -d "$(distdir)/$$subdir" \
457            || $(MKDIR_P) "$(distdir)/$$subdir" \
458            || exit 1; \
459          fi; \
460        done
461        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
462          if test "$$subdir" = .; then :; else \
463            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
464            $(am__relativize); \
465            new_distdir=$$reldir; \
466            dir1=$$subdir; dir2="$(top_distdir)"; \
467            $(am__relativize); \
468            new_top_distdir=$$reldir; \
469            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
470            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
471            ($(am__cd) $$subdir && \
472              $(MAKE) $(AM_MAKEFLAGS) \
473                top_distdir="$$new_top_distdir" \
474                distdir="$$new_distdir" \
475                am__remove_distdir=: \
476                am__skip_length_check=: \
477                am__skip_mode_fix=: \
478                distdir) \
479              || exit 1; \
480          fi; \
481        done
482check-am: all-am
483check: check-recursive
484all-am: Makefile $(DATA)
485installdirs: installdirs-recursive
486installdirs-am:
487        for dir in "$(DESTDIR)$(figuresdir)"; do \
488          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
489        done
490install: install-recursive
491install-exec: install-exec-recursive
492install-data: install-data-recursive
493uninstall: uninstall-recursive
494
495install-am: all-am
496        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
497
498installcheck: installcheck-recursive
499install-strip:
500        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502          `test -z '$(STRIP)' || \
503            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
504mostlyclean-generic:
505
506clean-generic:
507
508distclean-generic:
509        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
512maintainer-clean-generic:
513        @echo "This command is intended for maintainers to use"
514        @echo "it deletes files that may require special tools to rebuild."
515clean: clean-recursive
516
517clean-am: clean-generic mostlyclean-am
518
519distclean: distclean-recursive
520        -rm -f Makefile
521distclean-am: clean-am distclean-generic distclean-tags
522
523dvi: dvi-recursive
524
525dvi-am:
526
527html: html-recursive
528
529html-am:
530
531info: info-recursive
532
533info-am:
534
535install-data-am: install-figuresDATA
536
537install-dvi: install-dvi-recursive
538
539install-dvi-am:
540
541install-exec-am:
542
543install-html: install-html-recursive
544
545install-html-am:
546
547install-info: install-info-recursive
548
549install-info-am:
550
551install-man:
552
553install-pdf: install-pdf-recursive
554
555install-pdf-am:
556
557install-ps: install-ps-recursive
558
559install-ps-am:
560
561installcheck-am:
562
563maintainer-clean: maintainer-clean-recursive
564        -rm -f Makefile
565maintainer-clean-am: distclean-am maintainer-clean-generic
566
567mostlyclean: mostlyclean-recursive
568
569mostlyclean-am: mostlyclean-generic
570
571pdf: pdf-recursive
572
573pdf-am:
574
575ps: ps-recursive
576
577ps-am:
578
579uninstall-am: uninstall-figuresDATA
580
581.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
582        install-am install-strip tags-recursive
583
584.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
585        all all-am check check-am clean clean-generic ctags \
586        ctags-recursive distclean distclean-generic distclean-tags \
587        distdir dvi dvi-am html html-am info info-am install \
588        install-am install-data install-data-am install-dvi \
589        install-dvi-am install-exec install-exec-am \
590        install-figuresDATA install-html install-html-am install-info \
591        install-info-am install-man install-pdf install-pdf-am \
592        install-ps install-ps-am install-strip installcheck \
593        installcheck-am installdirs installdirs-am maintainer-clean \
594        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
595        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
596        uninstall-figuresDATA
597
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.