1 # Makefile.in generated by automake 1.10a from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 pkgdatadir
= $(datadir)/@PACKAGE@
19 pkgincludedir
= $(includedir)/@PACKAGE@
20 pkglibdir
= $(libdir)/@PACKAGE@
21 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
22 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA
= $(install_sh
) -c
-m
644
24 install_sh_PROGRAM
= $(install_sh
) -c
25 install_sh_SCRIPT
= $(install_sh
) -c
26 INSTALL_HEADER
= $(INSTALL_DATA
)
27 transform
= $(program_transform_name
)
34 build_triplet
= @build@
36 DIST_COMMON
= $(dist_pkgvdata_DATA
) $(dist_script_DATA
) \
37 $(srcdir)/Makefile.am
$(srcdir)/Makefile.in COPYING INSTALL \
38 ansi2knr
.1 ansi2knr.c compile config.guess config.sub depcomp \
39 elisp-comp install-sh mdate-sh missing mkinstalldirs \
40 py-compile texinfo.
tex ylwrap
41 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
42 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/amversion.m4 \
43 $(top_srcdir
)/m4
/auxdir.m4
$(top_srcdir
)/m4
/init.m4 \
44 $(top_srcdir
)/m4
/install-sh.m4
$(top_srcdir
)/m4
/lead-dot.m4 \
45 $(top_srcdir
)/m4
/missing.m4
$(top_srcdir
)/m4
/mkdirp.m4 \
46 $(top_srcdir
)/m4
/options.m4
$(top_srcdir
)/m4
/runlog.m4 \
47 $(top_srcdir
)/m4
/sanity.m4
$(top_srcdir
)/m4
/strip.m4 \
48 $(top_srcdir
)/m4
/substnot.m4
$(top_srcdir
)/m4
/tar.m4 \
49 $(top_srcdir
)/configure.ac
50 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
52 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/lib
/mkinstalldirs
54 CONFIG_CLEAN_VPATH_FILES
=
57 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
58 html-recursive info-recursive install-data-recursive \
59 install-dvi-recursive install-exec-recursive \
60 install-html-recursive install-info-recursive \
61 install-pdf-recursive install-ps-recursive install-recursive \
62 installcheck-recursive installdirs-recursive pdf-recursive \
63 ps-recursive uninstall-recursive
64 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj
= case
$$p in \
66 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
71 am__nobase_strip_setup
= \
72 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
74 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
75 am__nobase_list
= $(am__nobase_strip_setup
); \
76 for p in
$$list; do echo
"$$p $$p"; done | \
77 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79 if (++n[$$2] == $(am__install_max)) \
80 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81 END { for (dir in files) print dir, files[dir] }'
83 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85 am__installdirs
= "$(DESTDIR)$(pkgvdatadir)" "$(DESTDIR)$(scriptdir)"
86 DATA
= $(dist_pkgvdata_DATA
) $(dist_script_DATA
)
87 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
88 distclean-recursive maintainer-clean-recursive
91 DIST_SUBDIRS
= $(SUBDIRS
)
92 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
95 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
96 sed_rest
='s,^[^/]*/*,,'; \
97 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
98 sed_butlast
='s,/*[^/]*$$,,'; \
99 while
test -n
"$$dir1"; do \
100 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
101 if
test "$$first" != "."; then \
102 if
test "$$first" = ".."; then \
103 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
107 if
test "$$first2" = "$$first"; then \
108 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
112 dir0
="$$dir0"/"$$first"; \
115 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120 APIVERSION
= @APIVERSION@
121 AUTOCONF
= @AUTOCONF@
122 AUTOHEADER
= @AUTOHEADER@
123 AUTOMAKE
= @AUTOMAKE@
125 CYGPATH_W
= @CYGPATH_W@
133 HELP2MAN
= @HELP2MAN@
135 INSTALL_DATA
= @INSTALL_DATA@
136 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
137 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
138 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
142 LTLIBOBJS
= @LTLIBOBJS@
143 MAKEINFO
= @MAKEINFO@
145 MODIFICATION_DELAY
= @MODIFICATION_DELAY@
147 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
148 PACKAGE_NAME
= @PACKAGE_NAME@
149 PACKAGE_STRING
= @PACKAGE_STRING@
150 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
151 PACKAGE_VERSION
= @PACKAGE_VERSION@
152 PATH_SEPARATOR
= @PATH_SEPARATOR@
154 PERL_THREADS
= @PERL_THREADS@
155 SET_MAKE
= @SET_MAKE@
160 abs_builddir
= @abs_builddir@
161 abs_srcdir
= @abs_srcdir@
162 abs_top_builddir
= @abs_top_builddir@
163 abs_top_srcdir
= @abs_top_srcdir@
164 am_AUTOCONF
= @am_AUTOCONF@
165 am_AUTOHEADER
= @am_AUTOHEADER@
166 am__leading_dot
= @am__leading_dot@
168 am__untar
= @am__untar@
171 build_alias
= @build_alias@
172 build_cpu
= @build_cpu@
173 build_os
= @build_os@
174 build_vendor
= @build_vendor@
175 builddir
= @builddir@
177 datarootdir
= @datarootdir@
180 exec_prefix = @
exec_prefix@
181 host_alias
= @host_alias@
183 includedir = @
includedir@
185 install_sh
= @install_sh@
187 libexecdir
= @libexecdir@
188 localedir
= @localedir@
189 localstatedir
= @localstatedir@
192 oldincludedir = @
oldincludedir@
194 pkgvdatadir
= @pkgvdatadir@
196 program_transform_name
= @program_transform_name@
199 sharedstatedir
= @sharedstatedir@
201 sysconfdir
= @sysconfdir@
202 target_alias
= @target_alias@
203 top_build_prefix
= @top_build_prefix@
204 top_builddir
= @top_builddir@
205 top_srcdir
= @top_srcdir@
206 SUBDIRS
= Automake am
207 dist_pkgvdata_DATA
= COPYING INSTALL texinfo.
tex ansi2knr.c ansi2knr
.1 \
210 scriptdir
= $(pkgvdatadir
)
211 dist_script_DATA
= config.guess config.sub install-sh mdate-sh missing \
212 mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
215 EXTRA_DIST
= gnupload
219 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
221 case
'$(am__configure_deps)' in \
223 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
224 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
228 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
229 $(am__cd
) $(top_srcdir
) && \
230 $(AUTOMAKE
) --gnu lib
/Makefile
232 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
235 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
237 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
241 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
242 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
244 $(top_srcdir
)/configure
: $(am__configure_deps
)
245 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
246 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
247 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
248 $(am__aclocal_m4_deps
):
249 install-dist_pkgvdataDATA
: $(dist_pkgvdata_DATA
)
251 test -z
"$(pkgvdatadir)" ||
$(MKDIR_P
) "$(DESTDIR)$(pkgvdatadir)"
252 @list
='$(dist_pkgvdata_DATA)'; for p in
$$list; do \
253 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
255 done |
$(am__base_list
) | \
256 while read files
; do \
257 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgvdatadir)'"; \
258 $(INSTALL_DATA
) $$files "$(DESTDIR)$(pkgvdatadir)" || exit
$$?
; \
261 uninstall-dist_pkgvdataDATA
:
263 @list
='$(dist_pkgvdata_DATA)'; \
264 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
265 test -n
"$$files" || exit
0; \
266 echo
" ( cd '$(DESTDIR)$(pkgvdatadir)' && rm -f" $$files ")"; \
267 cd
"$(DESTDIR)$(pkgvdatadir)" && rm -f
$$files
268 install-dist_scriptDATA
: $(dist_script_DATA
)
270 test -z
"$(scriptdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(scriptdir)"
271 @list
='$(dist_script_DATA)'; for p in
$$list; do \
272 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
274 done |
$(am__base_list
) | \
275 while read files
; do \
276 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \
277 $(INSTALL_DATA
) $$files "$(DESTDIR)$(scriptdir)" || exit
$$?
; \
280 uninstall-dist_scriptDATA
:
282 @list
='$(dist_script_DATA)'; \
283 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
284 test -n
"$$files" || exit
0; \
285 echo
" ( cd '$(DESTDIR)$(scriptdir)' && rm -f" $$files ")"; \
286 cd
"$(DESTDIR)$(scriptdir)" && rm -f
$$files
288 # This directory's subdirectories are mostly independent; you can cd
289 # into them and run `make' without going through this Makefile.
290 # To change the values of `make' variables: instead of editing Makefiles,
291 # (1) if the variable is set in `config.status', edit `config.status'
292 # (which will cause the Makefiles to be regenerated when you run `make');
293 # (2) otherwise, pass the desired values on the `make' command line.
294 $(RECURSIVE_TARGETS
):
296 for f in x
$$MAKEFLAGS; do \
299 *k
*) failcom
='fail=yes';; \
303 target
=`echo $@ | sed s/-recursive//`; \
304 list
='$(SUBDIRS)'; for subdir in
$$list; do \
305 echo
"Making $$target in $$subdir"; \
306 if
test "$$subdir" = "."; then \
308 local_target
="$$target-am"; \
310 local_target
="$$target"; \
312 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
315 if
test "$$dot_seen" = "no"; then \
316 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
319 $(RECURSIVE_CLEAN_TARGETS
):
321 for f in x
$$MAKEFLAGS; do \
324 *k
*) failcom
='fail=yes';; \
329 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
330 *) list
='$(SUBDIRS)' ;; \
332 rev
=''; for subdir in
$$list; do \
333 if
test "$$subdir" = "."; then
:; else \
334 rev
="$$subdir $$rev"; \
338 target
=`echo $@ | sed s/-recursive//`; \
339 for subdir in
$$rev; do \
340 echo
"Making $$target in $$subdir"; \
341 if
test "$$subdir" = "."; then \
342 local_target
="$$target-am"; \
344 local_target
="$$target"; \
346 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
348 done
&& test -z
"$$fail"
350 list
='$(SUBDIRS)'; for subdir in
$$list; do \
351 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
354 list
='$(SUBDIRS)'; for subdir in
$$list; do \
355 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
358 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
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; \
363 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
369 $(TAGS_FILES
) $(LISP
)
372 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
373 include_option
=--etags-include
; \
376 include_option
=--include; \
379 list
='$(SUBDIRS)'; for subdir in
$$list; do \
380 if
test "$$subdir" = .
; then
:; else \
381 test ! -f
$$subdir/TAGS || \
382 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
385 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
386 unique
=`for i in $$list; do \
387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390 END { if (nonempty) { for (i in files) print i; }; }'`; \
392 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
393 test -n
"$$unique" || unique
=$$empty_fix; \
394 if
test $$# -gt 0; then \
395 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
398 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
403 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
404 $(TAGS_FILES
) $(LISP
)
405 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406 unique
=`for i in $$list; do \
407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410 END { if (nonempty) { for (i in files) print i; }; }'`; \
411 test -z
"$(CTAGS_ARGS)$$unique" \
412 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
416 here
=`$(am__cd) $(top_builddir) && pwd` \
417 && $(am__cd
) $(top_srcdir
) \
418 && gtags
-i
$(GTAGS_ARGS
) "$$here"
421 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
423 distdir
: $(DISTFILES
)
424 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426 list
='$(DISTFILES)'; \
427 dist_files
=`for file in $$list; do echo $$file; done | \
428 sed -e "s|^$$srcdirstrip/||;t" \
429 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430 case
$$dist_files in \
431 */*) $(MKDIR_P
) `echo "$$dist_files" | \
432 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
435 for file in
$$dist_files; do \
436 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
437 if
test -d
$$d/$$file; then \
438 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
440 cp
-pR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
442 cp
-pR
$$d/$$file "$(distdir)$$dir" || exit
1; \
444 test -f
"$(distdir)/$$file" \
445 || cp
-p
$$d/$$file "$(distdir)/$$file" \
449 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
450 if
test "$$subdir" = .
; then
:; else \
451 test -d
"$(distdir)/$$subdir" \
452 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
454 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
456 new_distdir
=$$reldir; \
457 dir1
=$$subdir; dir2
="$(top_distdir)"; \
459 new_top_distdir
=$$reldir; \
460 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
461 echo
" am__remove_distdir=: am__skip_length_check=: distdir)"; \
462 ($(am__cd
) $$subdir && \
463 $(MAKE
) $(AM_MAKEFLAGS
) \
464 top_distdir
="$$new_top_distdir" \
465 distdir
="$$new_distdir" \
466 am__remove_distdir
=: \
467 am__skip_length_check
=: \
473 check: check-recursive
474 all-am
: Makefile
$(DATA
)
475 installdirs: installdirs-recursive
477 for
dir in
"$(DESTDIR)$(pkgvdatadir)" "$(DESTDIR)$(scriptdir)"; do \
478 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
480 install: install-recursive
481 install-exec
: install-exec-recursive
482 install-data
: install-data-recursive
483 uninstall: uninstall-recursive
486 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
488 installcheck: installcheck-recursive
490 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
491 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
492 `test -z '$(STRIP)' || \
493 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
499 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
500 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
502 maintainer-clean-generic
:
503 @echo
"This command is intended for maintainers to use"
504 @echo
"it deletes files that may require special tools to rebuild."
505 clean: clean-recursive
507 clean-am
: clean-generic mostlyclean-am
509 distclean: distclean-recursive
511 distclean-am
: clean-am distclean-generic distclean-tags
523 install-data-am
: install-dist_pkgvdataDATA install-dist_scriptDATA
525 $(MAKE
) $(AM_MAKEFLAGS
) install-data-hook
526 install-dvi
: install-dvi-recursive
530 install-html
: install-html-recursive
532 install-info
: install-info-recursive
536 install-pdf
: install-pdf-recursive
538 install-ps
: install-ps-recursive
540 installcheck-am
: installcheck-local
542 maintainer-clean
: maintainer-clean-recursive
544 maintainer-clean-am
: distclean-am maintainer-clean-generic
546 mostlyclean: mostlyclean-recursive
548 mostlyclean-am
: mostlyclean-generic
558 uninstall-am
: uninstall-dist_pkgvdataDATA uninstall-dist_scriptDATA
560 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) install-am \
561 install-data-am install-strip
563 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
564 all all-am
check check-am
clean clean-generic ctags \
565 ctags-recursive
distclean distclean-generic distclean-tags \
566 distdir
dvi dvi-am html html-am
info info-am
install \
567 install-am install-data install-data-am install-data-hook \
568 install-dist_pkgvdataDATA install-dist_scriptDATA install-dvi \
569 install-dvi-am install-exec install-exec-am install-html \
570 install-html-am install-info install-info-am install-man \
571 install-pdf install-pdf-am install-ps install-ps-am \
572 install-strip
installcheck installcheck-am installcheck-local \
573 installdirs installdirs-am maintainer-clean \
574 maintainer-clean-generic
mostlyclean mostlyclean-generic pdf \
575 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am \
576 uninstall-dist_pkgvdataDATA uninstall-dist_scriptDATA
581 @for prog in
$(dist_script_DATA
); do \
582 echo
" chmod +x $(DESTDIR)$(scriptdir)/$$prog"; \
583 chmod
+x
$(DESTDIR
)$(scriptdir
)/$$prog; \
587 for file in
$(dist_script_DATA
); do \
588 $(PERL
) -e
"exit ! -x '$(pkgvdatadir)/$$file';" || exit
1; \
591 # Tell versions [3.59,3.63) of GNU make to not export all variables.
592 # Otherwise a system limit (for SysV at least) may be exceeded.