source: trunk/essentials/sys-devel/automake-1.7/lib/Makefile.in

Last change on this file was 3120, checked in by bird, 18 years ago

automake 1.7.9

File size: 13.8 KB
Line 
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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.
9
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
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38ACLOCAL = @ACLOCAL@
39AMTAR = @AMTAR@
40APIVERSION = @APIVERSION@
41AUTOCONF = @AUTOCONF@
42AUTOHEADER = @AUTOHEADER@
43AUTOMAKE = @AUTOMAKE@
44AWK = @AWK@
45CYGPATH_W = @CYGPATH_W@
46DEFS = @DEFS@
47ECHO_C = @ECHO_C@
48ECHO_N = @ECHO_N@
49ECHO_T = @ECHO_T@
50EGREP = @EGREP@
51FGREP = @FGREP@
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_PROGRAM = @INSTALL_PROGRAM@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
56LIBOBJS = @LIBOBJS@
57LIBS = @LIBS@
58LN = @LN@
59LTLIBOBJS = @LTLIBOBJS@
60MAKEINFO = @MAKEINFO@
61PACKAGE = @PACKAGE@
62PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
63PACKAGE_NAME = @PACKAGE_NAME@
64PACKAGE_STRING = @PACKAGE_STRING@
65PACKAGE_TARNAME = @PACKAGE_TARNAME@
66PACKAGE_VERSION = @PACKAGE_VERSION@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68PERL = @PERL@
69SET_MAKE = @SET_MAKE@
70SHELL = @SHELL@
71STRIP = @STRIP@
72TEX = @TEX@
73VERSION = @VERSION@
74ac_ct_STRIP = @ac_ct_STRIP@
75am__leading_dot = @am__leading_dot@
76bindir = @bindir@
77build_alias = @build_alias@
78datadir = @datadir@
79exec_prefix = @exec_prefix@
80host_alias = @host_alias@
81includedir = @includedir@
82infodir = @infodir@
83install_sh = @install_sh@
84libdir = @libdir@
85libexecdir = @libexecdir@
86localstatedir = @localstatedir@
87mandir = @mandir@
88oldincludedir = @oldincludedir@
89pkgvdatadir = @pkgvdatadir@
90prefix = @prefix@
91program_transform_name = @program_transform_name@
92sbindir = @sbindir@
93sharedstatedir = @sharedstatedir@
94sysconfdir = @sysconfdir@
95target_alias = @target_alias@
96
97SUBDIRS = Automake am
98
99dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1
100
101scriptdir = $(pkgvdatadir)
102dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
103 mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
104 config-ml.in symlink-tree
105
106subdir = lib
107ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
109CONFIG_CLEAN_FILES =
110DIST_SOURCES =
111DATA = $(dist_pkgvdata_DATA) $(dist_script_DATA)
112
113
114RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
115 ps-recursive install-info-recursive uninstall-info-recursive \
116 all-recursive install-data-recursive install-exec-recursive \
117 installdirs-recursive install-recursive uninstall-recursive \
118 check-recursive installcheck-recursive
119DIST_COMMON = $(dist_pkgvdata_DATA) $(dist_script_DATA) \
120 $(srcdir)/Makefile.in COPYING INSTALL Makefile.am ansi2knr.1 \
121 ansi2knr.c compile config.guess config.sub depcomp elisp-comp \
122 install-sh mdate-sh missing mkinstalldirs py-compile \
123 texinfo.tex ylwrap
124DIST_SUBDIRS = $(SUBDIRS)
125all: all-recursive
126
127.SUFFIXES:
128$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129 cd $(top_srcdir) && \
130 $(AUTOMAKE) --gnu lib/Makefile
131Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
132 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
133uninstall-info-am:
134dist_pkgvdataDATA_INSTALL = $(INSTALL_DATA)
135install-dist_pkgvdataDATA: $(dist_pkgvdata_DATA)
136 @$(NORMAL_INSTALL)
137 $(mkinstalldirs) $(DESTDIR)$(pkgvdatadir)
138 @list='$(dist_pkgvdata_DATA)'; for p in $$list; do \
139 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
140 f="`echo $$p | sed -e 's|^.*/||'`"; \
141 echo " $(dist_pkgvdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgvdatadir)/$$f"; \
142 $(dist_pkgvdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgvdatadir)/$$f; \
143 done
144
145uninstall-dist_pkgvdataDATA:
146 @$(NORMAL_UNINSTALL)
147 @list='$(dist_pkgvdata_DATA)'; for p in $$list; do \
148 f="`echo $$p | sed -e 's|^.*/||'`"; \
149 echo " rm -f $(DESTDIR)$(pkgvdatadir)/$$f"; \
150 rm -f $(DESTDIR)$(pkgvdatadir)/$$f; \
151 done
152dist_scriptDATA_INSTALL = $(INSTALL_DATA)
153install-dist_scriptDATA: $(dist_script_DATA)
154 @$(NORMAL_INSTALL)
155 $(mkinstalldirs) $(DESTDIR)$(scriptdir)
156 @list='$(dist_script_DATA)'; for p in $$list; do \
157 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
158 f="`echo $$p | sed -e 's|^.*/||'`"; \
159 echo " $(dist_scriptDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptdir)/$$f"; \
160 $(dist_scriptDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptdir)/$$f; \
161 done
162
163uninstall-dist_scriptDATA:
164 @$(NORMAL_UNINSTALL)
165 @list='$(dist_script_DATA)'; for p in $$list; do \
166 f="`echo $$p | sed -e 's|^.*/||'`"; \
167 echo " rm -f $(DESTDIR)$(scriptdir)/$$f"; \
168 rm -f $(DESTDIR)$(scriptdir)/$$f; \
169 done
170
171# This directory's subdirectories are mostly independent; you can cd
172# into them and run `make' without going through this Makefile.
173# To change the values of `make' variables: instead of editing Makefiles,
174# (1) if the variable is set in `config.status', edit `config.status'
175# (which will cause the Makefiles to be regenerated when you run `make');
176# (2) otherwise, pass the desired values on the `make' command line.
177$(RECURSIVE_TARGETS):
178 @set fnord $$MAKEFLAGS; amf=$$2; \
179 dot_seen=no; \
180 target=`echo $@ | sed s/-recursive//`; \
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 echo "Making $$target in $$subdir"; \
183 if test "$$subdir" = "."; then \
184 dot_seen=yes; \
185 local_target="$$target-am"; \
186 else \
187 local_target="$$target"; \
188 fi; \
189 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191 done; \
192 if test "$$dot_seen" = "no"; then \
193 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
194 fi; test -z "$$fail"
195
196mostlyclean-recursive clean-recursive distclean-recursive \
197maintainer-clean-recursive:
198 @set fnord $$MAKEFLAGS; amf=$$2; \
199 dot_seen=no; \
200 case "$@" in \
201 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
202 *) list='$(SUBDIRS)' ;; \
203 esac; \
204 rev=''; for subdir in $$list; do \
205 if test "$$subdir" = "."; then :; else \
206 rev="$$subdir $$rev"; \
207 fi; \
208 done; \
209 rev="$$rev ."; \
210 target=`echo $@ | sed s/-recursive//`; \
211 for subdir in $$rev; do \
212 echo "Making $$target in $$subdir"; \
213 if test "$$subdir" = "."; then \
214 local_target="$$target-am"; \
215 else \
216 local_target="$$target"; \
217 fi; \
218 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
219 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
220 done && test -z "$$fail"
221tags-recursive:
222 list='$(SUBDIRS)'; for subdir in $$list; do \
223 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
224 done
225ctags-recursive:
226 list='$(SUBDIRS)'; for subdir in $$list; do \
227 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
228 done
229
230ETAGS = etags
231ETAGSFLAGS =
232
233CTAGS = ctags
234CTAGSFLAGS =
235
236tags: TAGS
237
238ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
239 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
240 unique=`for i in $$list; do \
241 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242 done | \
243 $(AWK) ' { files[$$0] = 1; } \
244 END { for (i in files) print i; }'`; \
245 mkid -fID $$unique
246
247TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
248 $(TAGS_FILES) $(LISP)
249 tags=; \
250 here=`pwd`; \
251 if (etags --etags-include --version) >/dev/null 2>&1; then \
252 include_option=--etags-include; \
253 else \
254 include_option=--include; \
255 fi; \
256 list='$(SUBDIRS)'; for subdir in $$list; do \
257 if test "$$subdir" = .; then :; else \
258 test -f $$subdir/TAGS && \
259 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
260 fi; \
261 done; \
262 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
263 unique=`for i in $$list; do \
264 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265 done | \
266 $(AWK) ' { files[$$0] = 1; } \
267 END { for (i in files) print i; }'`; \
268 test -z "$(ETAGS_ARGS)$$tags$$unique" \
269 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
270 $$tags $$unique
271
272ctags: CTAGS
273CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
274 $(TAGS_FILES) $(LISP)
275 tags=; \
276 here=`pwd`; \
277 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
278 unique=`for i in $$list; do \
279 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
280 done | \
281 $(AWK) ' { files[$$0] = 1; } \
282 END { for (i in files) print i; }'`; \
283 test -z "$(CTAGS_ARGS)$$tags$$unique" \
284 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
285 $$tags $$unique
286
287GTAGS:
288 here=`$(am__cd) $(top_builddir) && pwd` \
289 && cd $(top_srcdir) \
290 && gtags -i $(GTAGS_ARGS) $$here
291
292distclean-tags:
293 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
294DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
295
296top_distdir = ..
297distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
298
299distdir: $(DISTFILES)
300 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
301 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
302 list='$(DISTFILES)'; for file in $$list; do \
303 case $$file in \
304 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
305 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
306 esac; \
307 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
308 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
310 dir="/$$dir"; \
311 $(mkinstalldirs) "$(distdir)$$dir"; \
312 else \
313 dir=''; \
314 fi; \
315 if test -d $$d/$$file; then \
316 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
318 fi; \
319 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
320 else \
321 test -f $(distdir)/$$file \
322 || cp -p $$d/$$file $(distdir)/$$file \
323 || exit 1; \
324 fi; \
325 done
326 list='$(SUBDIRS)'; for subdir in $$list; do \
327 if test "$$subdir" = .; then :; else \
328 test -d $(distdir)/$$subdir \
329 || mkdir $(distdir)/$$subdir \
330 || exit 1; \
331 (cd $$subdir && \
332 $(MAKE) $(AM_MAKEFLAGS) \
333 top_distdir="$(top_distdir)" \
334 distdir=../$(distdir)/$$subdir \
335 distdir) \
336 || exit 1; \
337 fi; \
338 done
339check-am: all-am
340check: check-recursive
341all-am: Makefile $(DATA)
342installdirs: installdirs-recursive
343installdirs-am:
344 $(mkinstalldirs) $(DESTDIR)$(pkgvdatadir) $(DESTDIR)$(scriptdir)
345
346install: install-recursive
347install-exec: install-exec-recursive
348install-data: install-data-recursive
349uninstall: uninstall-recursive
350
351install-am: all-am
352 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
353
354installcheck: installcheck-recursive
355install-strip:
356 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
357 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
358 `test -z '$(STRIP)' || \
359 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
360mostlyclean-generic:
361
362clean-generic:
363
364distclean-generic:
365 -rm -f $(CONFIG_CLEAN_FILES)
366
367maintainer-clean-generic:
368 @echo "This command is intended for maintainers to use"
369 @echo "it deletes files that may require special tools to rebuild."
370clean: clean-recursive
371
372clean-am: clean-generic mostlyclean-am
373
374distclean: distclean-recursive
375 -rm -f Makefile
376distclean-am: clean-am distclean-generic distclean-tags
377
378dvi: dvi-recursive
379
380dvi-am:
381
382info: info-recursive
383
384info-am:
385
386install-data-am: install-dist_pkgvdataDATA install-dist_scriptDATA
387 @$(NORMAL_INSTALL)
388 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
389
390install-exec-am:
391
392install-info: install-info-recursive
393
394install-man:
395
396installcheck-am: installcheck-local
397
398maintainer-clean: maintainer-clean-recursive
399 -rm -f Makefile
400maintainer-clean-am: distclean-am maintainer-clean-generic
401
402mostlyclean: mostlyclean-recursive
403
404mostlyclean-am: mostlyclean-generic
405
406pdf: pdf-recursive
407
408pdf-am:
409
410ps: ps-recursive
411
412ps-am:
413
414uninstall-am: uninstall-dist_pkgvdataDATA uninstall-dist_scriptDATA \
415 uninstall-info-am
416
417uninstall-info: uninstall-info-recursive
418
419.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
420 clean-generic clean-recursive ctags ctags-recursive distclean \
421 distclean-generic distclean-recursive distclean-tags distdir \
422 dvi dvi-am dvi-recursive info info-am info-recursive install \
423 install-am install-data install-data-am install-data-recursive \
424 install-dist_pkgvdataDATA install-dist_scriptDATA install-exec \
425 install-exec-am install-exec-recursive install-info \
426 install-info-am install-info-recursive install-man \
427 install-recursive install-strip installcheck installcheck-am \
428 installcheck-local installdirs installdirs-am \
429 installdirs-recursive maintainer-clean maintainer-clean-generic \
430 maintainer-clean-recursive mostlyclean mostlyclean-generic \
431 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
432 ps-recursive tags tags-recursive uninstall uninstall-am \
433 uninstall-dist_pkgvdataDATA uninstall-dist_scriptDATA \
434 uninstall-info-am uninstall-info-recursive uninstall-recursive
435
436
437install-data-hook:
438 @$(POST_INSTALL)
439 @for prog in $(dist_script_DATA); do \
440 echo " chmod +x $(DESTDIR)$(scriptdir)/$$prog"; \
441 chmod +x $(DESTDIR)$(scriptdir)/$$prog; \
442 done
443
444installcheck-local:
445 for file in $(dist_script_DATA); do \
446 $(PERL) -e "exit ! -x '$(pkgvdatadir)/$$file';" || exit 1; \
447 done
448# Tell versions [3.59,3.63) of GNU make to not export all variables.
449# Otherwise a system limit (for SysV at least) may be exceeded.
450.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.