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

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