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

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

automake 1.7.9

File size: 7.3 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
97amdir = $(pkgvdatadir)/am
98
99dist_am_DATA = ansi2knr.am check.am clean-hdr.am clean.am compile.am \
100configure.am data.am dejagnu.am depend.am depend2.am distdir.am \
101footer.am header-vars.am header.am install.am java.am lang-compile.am \
102lex.am library.am libs.am libtool.am lisp.am ltlib.am ltlibrary.am \
103mans-vars.am mans.am multilib.am program.am progs.am python.am \
104remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am \
105texinfos.am yacc.am
106
107subdir = lib/am
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
110CONFIG_CLEAN_FILES =
111DIST_SOURCES =
112DATA = $(dist_am_DATA)
113
114DIST_COMMON = $(dist_am_DATA) $(srcdir)/Makefile.in Makefile.am
115all: all-am
116
117.SUFFIXES:
118$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119 cd $(top_srcdir) && \
120 $(AUTOMAKE) --gnu lib/am/Makefile
121Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
122 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
123uninstall-info-am:
124dist_amDATA_INSTALL = $(INSTALL_DATA)
125install-dist_amDATA: $(dist_am_DATA)
126 @$(NORMAL_INSTALL)
127 $(mkinstalldirs) $(DESTDIR)$(amdir)
128 @list='$(dist_am_DATA)'; for p in $$list; do \
129 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
130 f="`echo $$p | sed -e 's|^.*/||'`"; \
131 echo " $(dist_amDATA_INSTALL) $$d$$p $(DESTDIR)$(amdir)/$$f"; \
132 $(dist_amDATA_INSTALL) $$d$$p $(DESTDIR)$(amdir)/$$f; \
133 done
134
135uninstall-dist_amDATA:
136 @$(NORMAL_UNINSTALL)
137 @list='$(dist_am_DATA)'; for p in $$list; do \
138 f="`echo $$p | sed -e 's|^.*/||'`"; \
139 echo " rm -f $(DESTDIR)$(amdir)/$$f"; \
140 rm -f $(DESTDIR)$(amdir)/$$f; \
141 done
142tags: TAGS
143TAGS:
144
145ctags: CTAGS
146CTAGS:
147
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149
150top_distdir = ../..
151distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
152
153distdir: $(DISTFILES)
154 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
155 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
156 list='$(DISTFILES)'; for file in $$list; do \
157 case $$file in \
158 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
159 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
160 esac; \
161 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
162 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
163 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
164 dir="/$$dir"; \
165 $(mkinstalldirs) "$(distdir)$$dir"; \
166 else \
167 dir=''; \
168 fi; \
169 if test -d $$d/$$file; then \
170 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
171 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
172 fi; \
173 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
174 else \
175 test -f $(distdir)/$$file \
176 || cp -p $$d/$$file $(distdir)/$$file \
177 || exit 1; \
178 fi; \
179 done
180check-am: all-am
181check: check-am
182all-am: Makefile $(DATA)
183
184installdirs:
185 $(mkinstalldirs) $(DESTDIR)$(amdir)
186install: install-am
187install-exec: install-exec-am
188install-data: install-data-am
189uninstall: uninstall-am
190
191install-am: all-am
192 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
193
194installcheck: installcheck-am
195install-strip:
196 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
197 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
198 `test -z '$(STRIP)' || \
199 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
200mostlyclean-generic:
201
202clean-generic:
203
204distclean-generic:
205 -rm -f $(CONFIG_CLEAN_FILES)
206
207maintainer-clean-generic:
208 @echo "This command is intended for maintainers to use"
209 @echo "it deletes files that may require special tools to rebuild."
210clean: clean-am
211
212clean-am: clean-generic mostlyclean-am
213
214distclean: distclean-am
215 -rm -f Makefile
216distclean-am: clean-am distclean-generic
217
218dvi: dvi-am
219
220dvi-am:
221
222info: info-am
223
224info-am:
225
226install-data-am: install-dist_amDATA
227
228install-exec-am:
229
230install-info: install-info-am
231
232install-man:
233
234installcheck-am:
235
236maintainer-clean: maintainer-clean-am
237 -rm -f Makefile
238maintainer-clean-am: distclean-am maintainer-clean-generic
239
240mostlyclean: mostlyclean-am
241
242mostlyclean-am: mostlyclean-generic
243
244pdf: pdf-am
245
246pdf-am:
247
248ps: ps-am
249
250ps-am:
251
252uninstall-am: uninstall-dist_amDATA uninstall-info-am
253
254.PHONY: all all-am check check-am clean clean-generic distclean \
255 distclean-generic distdir dvi dvi-am info info-am install \
256 install-am install-data install-data-am install-dist_amDATA \
257 install-exec install-exec-am install-info install-info-am \
258 install-man install-strip installcheck installcheck-am \
259 installdirs maintainer-clean maintainer-clean-generic \
260 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
261 uninstall-am uninstall-dist_amDATA uninstall-info-am
262
263# Tell versions [3.59,3.63) of GNU make to not export all variables.
264# Otherwise a system limit (for SysV at least) may be exceeded.
265.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.