1 # Makefile.in generated automatically by automake 1.4s from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
62 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67 am__include = @am__include@
68 am__quote = @am__quote@
69 install_sh = @install_sh@
71 amdir = $(pkgdatadir)/am
73 dist_am_DATA = ansi2knr.am check.am clean-hdr.am clean.am compile.am \
74 configure.am data.am dejagnu.am depend.am depend2.am distdir.am \
75 footer.am header-vars.am header.am install.am java.am lang-compile.am \
76 lex.am library.am libs.am libtool.am lisp.am ltlib.am ltlibrary.am \
77 mans-vars.am mans.am multilib.am program.am progs.am python.am \
78 remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am \
82 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
85 DATA = $(dist_am_DATA)
87 DIST_COMMON = $(dist_am_DATA) Makefile.am Makefile.in
91 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
93 $(AUTOMAKE) --gnu lib/am/Makefile
94 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
95 cd $(top_builddir) && \
96 CONFIG_HEADERS= CONFIG_LINKS= \
97 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
99 install-dist_amDATA: $(dist_am_DATA)
101 $(mkinstalldirs) $(DESTDIR)$(amdir)
102 @list='$(dist_am_DATA)'; for p in $$list; do \
103 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
104 f="`echo $$p | sed -e 's|^.*/||'`"; \
105 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(amdir)/$$f"; \
106 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(amdir)/$$f; \
109 uninstall-dist_amDATA:
111 @list='$(dist_am_DATA)'; for p in $$list; do \
112 f="`echo $$p | sed -e 's|^.*/||'`"; \
113 echo " rm -f $(DESTDIR)$(amdir)/$$f"; \
114 rm -f $(DESTDIR)$(amdir)/$$f; \
120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
125 distdir: $(DISTFILES)
126 @for file in $(DISTFILES); do \
127 if test -f $$file; then d=.; else d=$(srcdir); fi; \
128 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
129 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
130 $(mkinstalldirs) "$(distdir)/$$dir"; \
132 if test -d $$d/$$file; then \
133 cp -pR $$d/$$file $(distdir) \
136 test -f $(distdir)/$$file \
137 || cp -p $$d/$$file $(distdir)/$$file \
143 all-am: Makefile $(DATA)
146 $(mkinstalldirs) $(DESTDIR)$(amdir)
149 install-exec: install-exec-am
150 install-data: install-data-am
151 uninstall: uninstall-am
154 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
156 installcheck: installcheck-am
158 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
159 `test -z '$(STRIP)' || \
160 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
166 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
168 maintainer-clean-generic:
169 @echo "This command is intended for maintainers to use"
170 @echo "it deletes files that may require special tools to rebuild."
173 clean-am: clean-generic mostlyclean-am
175 distclean: distclean-am
177 distclean-am: clean-am distclean-generic
187 install-data-am: install-dist_amDATA
191 install-info: install-info-am
197 maintainer-clean: maintainer-clean-am
199 maintainer-clean-am: distclean-am maintainer-clean-generic
201 mostlyclean: mostlyclean-am
203 mostlyclean-am: mostlyclean-generic
205 uninstall-am: uninstall-dist_amDATA uninstall-info-am
207 .PHONY: all all-am check check-am clean clean-generic distclean \
208 distclean-generic distdir dvi dvi-am info info-am install \
209 install-am install-data install-data-am install-dist_amDATA \
210 install-exec install-exec-am install-info install-info-am \
211 install-man install-strip installcheck installcheck-am \
212 installdirs maintainer-clean maintainer-clean-generic \
213 mostlyclean mostlyclean-generic uninstall uninstall-am \
214 uninstall-dist_amDATA uninstall-info-am
216 # Tell versions [3.59,3.63) of GNU make to not export all variables.
217 # Otherwise a system limit (for SysV at least) may be exceeded.