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

Revision 6281, 17.4 KB checked in by yasumichi, 12 years ago (diff)

add figures of kernel-pae

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