source: projects/vine-manual-skel/trunk/template/Makefile.in @ 4587

Revision 4587, 17.5 KB checked in by yasumichi, 13 years ago (diff)

import vine-manual-skel

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