blob: 1ed0935e65e05c737be0fdd5ba4296bf74892e09 [file] [log] [blame]
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +00001# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +00003
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +00004# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +00005# 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@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000016SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +000046am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000047INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +000050install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000053INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_alias = @build_alias@
63build_triplet = @build@
64host_alias = @host_alias@
65host_triplet = @host@
66target_alias = @target_alias@
67target_triplet = @target@
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +000068
69EXEEXT = @EXEEXT@
70OBJEXT = @OBJEXT@
71PATH_SEPARATOR = @PATH_SEPARATOR@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000072AMTAR = @AMTAR@
hp.com!davidm2c9be972003-11-22 06:08:20 +000073AR = @AR@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000074ARCH = @ARCH@
75AS = @AS@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000076AWK = @AWK@
77CC = @CC@
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +000078CCAS = @CCAS@
79CCASFLAGS = @CCASFLAGS@
mostang.com!davidm4f17bce2003-03-28 07:43:22 +000080CXX = @CXX@
hp.com!davidm2c9be972003-11-22 06:08:20 +000081CXXCPP = @CXXCPP@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000082DEPDIR = @DEPDIR@
83DLLTOOL = @DLLTOOL@
mostang.com!davidm0440c532003-01-17 18:12:55 +000084ECHO = @ECHO@
hp.com!davidm2c9be972003-11-22 06:08:20 +000085EGREP = @EGREP@
86F77 = @F77@
87GCJ = @GCJ@
88GCJFLAGS = @GCJFLAGS@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000089INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
90LIBTOOL = @LIBTOOL@
91LN_S = @LN_S@
92MAINT = @MAINT@
93OBJDUMP = @OBJDUMP@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000094PACKAGE = @PACKAGE@
95RANLIB = @RANLIB@
hp.com!davidm2c9be972003-11-22 06:08:20 +000096RC = @RC@
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +000097STRIP = @STRIP@
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +000098VERSION = @VERSION@
99am__include = @am__include@
100am__quote = @am__quote@
101arch = @arch@
102install_sh = @install_sh@
mostang.com!davidm0440c532003-01-17 18:12:55 +0000103@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@include_HEADERS_tdep = include/libunwind-x86.h
104@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@include_HEADERS_tdep = include/libunwind-hppa.h
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000105@ARCH_IA64_TRUE@include_HEADERS_tdep = include/libunwind-ia64.h
106
mostang.com!davidm51e4d342002-12-12 09:17:41 +0000107include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
108 include/libunwind-dynamic.h
109
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000110
111@REMOTE_ONLY_TRUE@include_HEADERS = $(include_HEADERS_common)
hp.com!davidm76618742003-12-04 07:44:21 +0000112@REMOTE_ONLY_FALSE@include_HEADERS = $(include_HEADERS_common) include/libunwind.h \
113@REMOTE_ONLY_FALSE@ include/unwind.h
114
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000115
116SUBDIRS = src tests doc
117
hp.com!davidm9fdd5202003-12-20 11:50:00 +0000118EXTRA_DIST = include/dwarf.h include/internal.h include/mempool.h \
mostang.com!davidm0440c532003-01-17 18:12:55 +0000119 include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h \
hp.com!davidm9fdd5202003-12-20 11:50:00 +0000120 include/libunwind-hppa.h include/tdep-hppa.h \
mostang.com!davidm0440c532003-01-17 18:12:55 +0000121 include/libunwind-x86.h include/tdep-x86.h
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000122
mostang.com!davidmc7aaa682003-03-19 19:25:18 +0000123
124DISTCLEANFILES = include/libunwind.h include/tdep.h
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000125subdir = .
126ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
128CONFIG_HEADER = $(top_builddir)/include/config.h
129CONFIG_CLEAN_FILES =
130DIST_SOURCES =
131HEADERS = $(include_HEADERS)
132
133
134RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
135 uninstall-info-recursive all-recursive install-data-recursive \
136 install-exec-recursive installdirs-recursive install-recursive \
137 uninstall-recursive check-recursive installcheck-recursive
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000138DIST_COMMON = README $(include_HEADERS) ./include/config.h.in AUTHORS \
mostang.com!davidma8db0b32003-02-08 10:10:59 +0000139 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000140 acinclude.m4 aclocal.m4 aux/config.guess aux/config.sub \
mostang.com!davidm0440c532003-01-17 18:12:55 +0000141 aux/depcomp aux/install-sh aux/ltmain.sh aux/missing \
142 aux/mkinstalldirs configure configure.in
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000143DIST_SUBDIRS = $(SUBDIRS)
144all: all-recursive
145
146.SUFFIXES:
147
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000148am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
149 configure.lineno
150$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
151 cd $(top_srcdir) && \
152 $(AUTOMAKE) --gnu Makefile
153Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
154 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
155
156$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157 $(SHELL) ./config.status --recheck
158$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
159 cd $(srcdir) && $(AUTOCONF)
160
161$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
162 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
163
164include/config.h: include/stamp-h1
165 @if test ! -f $@; then \
166 rm -f include/stamp-h1; \
167 $(MAKE) include/stamp-h1; \
168 else :; fi
169
170include/stamp-h1: $(srcdir)/./include/config.h.in $(top_builddir)/config.status
171 @rm -f include/stamp-h1
172 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
173
174$(srcdir)/./include/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
175 cd $(top_srcdir) && $(AUTOHEADER)
176 touch $(srcdir)/./include/config.h.in
177
178distclean-hdr:
179 -rm -f include/config.h include/stamp-h1
180
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000181mostlyclean-libtool:
182 -rm -f *.lo
183
184clean-libtool:
185 -rm -rf .libs _libs
186
187distclean-libtool:
188 -rm -f libtool
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000189uninstall-info-am:
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000190includeHEADERS_INSTALL = $(INSTALL_HEADER)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000191install-includeHEADERS: $(include_HEADERS)
192 @$(NORMAL_INSTALL)
193 $(mkinstalldirs) $(DESTDIR)$(includedir)
194 @list='$(include_HEADERS)'; for p in $$list; do \
195 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
196 f="`echo $$p | sed -e 's|^.*/||'`"; \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000197 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
198 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000199 done
200
201uninstall-includeHEADERS:
202 @$(NORMAL_UNINSTALL)
203 @list='$(include_HEADERS)'; for p in $$list; do \
204 f="`echo $$p | sed -e 's|^.*/||'`"; \
205 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
206 rm -f $(DESTDIR)$(includedir)/$$f; \
207 done
208
209# This directory's subdirectories are mostly independent; you can cd
210# into them and run `make' without going through this Makefile.
211# To change the values of `make' variables: instead of editing Makefiles,
212# (1) if the variable is set in `config.status', edit `config.status'
213# (which will cause the Makefiles to be regenerated when you run `make');
214# (2) otherwise, pass the desired values on the `make' command line.
215$(RECURSIVE_TARGETS):
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000216 @set fnord $$MAKEFLAGS; amf=$$2; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000217 dot_seen=no; \
218 target=`echo $@ | sed s/-recursive//`; \
219 list='$(SUBDIRS)'; for subdir in $$list; do \
220 echo "Making $$target in $$subdir"; \
221 if test "$$subdir" = "."; then \
222 dot_seen=yes; \
223 local_target="$$target-am"; \
224 else \
225 local_target="$$target"; \
226 fi; \
227 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
228 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
229 done; \
230 if test "$$dot_seen" = "no"; then \
231 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
232 fi; test -z "$$fail"
233
234mostlyclean-recursive clean-recursive distclean-recursive \
235maintainer-clean-recursive:
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000236 @set fnord $$MAKEFLAGS; amf=$$2; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000237 dot_seen=no; \
238 case "$@" in \
239 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
240 *) list='$(SUBDIRS)' ;; \
241 esac; \
242 rev=''; for subdir in $$list; do \
243 if test "$$subdir" = "."; then :; else \
244 rev="$$subdir $$rev"; \
245 fi; \
246 done; \
247 rev="$$rev ."; \
248 target=`echo $@ | sed s/-recursive//`; \
249 for subdir in $$rev; do \
250 echo "Making $$target in $$subdir"; \
251 if test "$$subdir" = "."; then \
252 local_target="$$target-am"; \
253 else \
254 local_target="$$target"; \
255 fi; \
256 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
257 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
258 done && test -z "$$fail"
259tags-recursive:
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
262 done
263
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000264ETAGS = etags
265ETAGSFLAGS =
266
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000267tags: TAGS
268
269ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000270 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000271 unique=`for i in $$list; do \
272 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273 done | \
274 $(AWK) ' { files[$$0] = 1; } \
275 END { for (i in files) print i; }'`; \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000276 mkid -fID $$unique
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000277
278TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
279 $(TAGS_FILES) $(LISP)
280 tags=; \
281 here=`pwd`; \
282 list='$(SUBDIRS)'; for subdir in $$list; do \
283 if test "$$subdir" = .; then :; else \
284 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
285 fi; \
286 done; \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000287 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000288 unique=`for i in $$list; do \
289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290 done | \
291 $(AWK) ' { files[$$0] = 1; } \
292 END { for (i in files) print i; }'`; \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000293 test -z "$(ETAGS_ARGS)$$tags$$unique" \
294 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
295 $$tags $$unique
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000296
297GTAGS:
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000298 here=`$(am__cd) $(top_builddir) && pwd` \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000299 && cd $(top_srcdir) \
300 && gtags -i $(GTAGS_ARGS) $$here
301
302distclean-tags:
303 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000304DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
305
306top_distdir = .
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000307distdir = $(PACKAGE)-$(VERSION)
308
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000309am__remove_distdir = \
310 { test ! -d $(distdir) \
311 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
312 && rm -fr $(distdir); }; }
313
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000314GZIP_ENV = --best
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000315distcleancheck_listfiles = find . -type f -print
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000316
317distdir: $(DISTFILES)
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000318 $(am__remove_distdir)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000319 mkdir $(distdir)
mostang.com!davidm0440c532003-01-17 18:12:55 +0000320 $(mkinstalldirs) $(distdir)/./include $(distdir)/aux $(distdir)/doc $(distdir)/include $(distdir)/include/ia64
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000321 @list='$(DISTFILES)'; for file in $$list; do \
322 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000323 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
324 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000325 dir="/$$dir"; \
326 $(mkinstalldirs) "$(distdir)$$dir"; \
327 else \
328 dir=''; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000329 fi; \
330 if test -d $$d/$$file; then \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000331 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
332 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
333 fi; \
334 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000335 else \
336 test -f $(distdir)/$$file \
337 || cp -p $$d/$$file $(distdir)/$$file \
338 || exit 1; \
339 fi; \
340 done
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000341 list='$(SUBDIRS)'; for subdir in $$list; do \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000342 if test "$$subdir" = .; then :; else \
343 test -d $(distdir)/$$subdir \
344 || mkdir $(distdir)/$$subdir \
345 || exit 1; \
346 (cd $$subdir && \
347 $(MAKE) $(AM_MAKEFLAGS) \
348 top_distdir="$(top_distdir)" \
349 distdir=../$(distdir)/$$subdir \
350 distdir) \
351 || exit 1; \
352 fi; \
353 done
354 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
355 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
356 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
357 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
358 || chmod -R a+r $(distdir)
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000359dist-gzip: distdir
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000360 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000361 $(am__remove_distdir)
362
363dist dist-all: distdir
364 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
365 $(am__remove_distdir)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000366
367# This target untars the dist file and tries a VPATH configuration. Then
368# it guarantees that the distribution is self-contained by making another
369# tarfile.
370distcheck: dist
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000371 $(am__remove_distdir)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000372 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
373 chmod -R a-w $(distdir); chmod a+w $(distdir)
374 mkdir $(distdir)/=build
375 mkdir $(distdir)/=inst
376 chmod a-w $(distdir)
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000377 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000378 && cd $(distdir)/=build \
379 && ../configure --srcdir=.. --prefix=$$dc_install_base \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000380 $(DISTCHECK_CONFIGURE_FLAGS) \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000381 && $(MAKE) $(AM_MAKEFLAGS) \
382 && $(MAKE) $(AM_MAKEFLAGS) dvi \
383 && $(MAKE) $(AM_MAKEFLAGS) check \
384 && $(MAKE) $(AM_MAKEFLAGS) install \
385 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
386 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
387 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000388 || { echo "ERROR: files left after uninstall:" ; \
389 find $$dc_install_base -type f -print ; \
390 exit 1; } >&2 ) \
391 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000392 && rm -f $(distdir).tar.gz \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000393 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
394 $(am__remove_distdir)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000395 @echo "$(distdir).tar.gz is ready for distribution" | \
396 sed 'h;s/./=/g;p;x;p;x'
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000397distcleancheck: distclean
398 if test '$(srcdir)' = . ; then \
399 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
400 exit 1 ; \
401 fi
402 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
403 || { echo "ERROR: files left after distclean:" ; \
404 $(distcleancheck_listfiles) ; \
405 exit 1; } >&2
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000406check-am: all-am
407check: check-recursive
408all-am: Makefile $(HEADERS)
409installdirs: installdirs-recursive
410installdirs-am:
411 $(mkinstalldirs) $(DESTDIR)$(includedir)
412
413install: install-recursive
414install-exec: install-exec-recursive
415install-data: install-data-recursive
416uninstall: uninstall-recursive
417
418install-am: all-am
419 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
420
421installcheck: installcheck-recursive
422install-strip:
423 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000424 INSTALL_STRIP_FLAG=-s \
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000425 `test -z '$(STRIP)' || \
426 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
427mostlyclean-generic:
428
429clean-generic:
430
431distclean-generic:
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000432 -rm -f Makefile $(CONFIG_CLEAN_FILES)
mostang.com!davidmc7aaa682003-03-19 19:25:18 +0000433 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000434
435maintainer-clean-generic:
436 @echo "This command is intended for maintainers to use"
437 @echo "it deletes files that may require special tools to rebuild."
438clean: clean-recursive
439
440clean-am: clean-generic clean-libtool mostlyclean-am
441
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000442distclean: distclean-recursive
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000443 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000444distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
445 distclean-tags
446
447dvi: dvi-recursive
448
449dvi-am:
450
451info: info-recursive
452
453info-am:
454
455install-data-am: install-includeHEADERS
456
457install-exec-am:
458
459install-info: install-info-recursive
460
461install-man:
462
463installcheck-am:
464
465maintainer-clean: maintainer-clean-recursive
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000466 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
467 -rm -rf autom4te.cache
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000468maintainer-clean-am: distclean-am maintainer-clean-generic
469
470mostlyclean: mostlyclean-recursive
471
472mostlyclean-am: mostlyclean-generic mostlyclean-libtool
473
474uninstall-am: uninstall-includeHEADERS uninstall-info-am
475
476uninstall-info: uninstall-info-recursive
477
478.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
479 clean-generic clean-libtool clean-recursive dist dist-all \
mostang.com!davidm7c3e12e2002-12-19 07:16:50 +0000480 dist-gzip distcheck distclean distclean-generic distclean-hdr \
481 distclean-libtool distclean-recursive distclean-tags \
482 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
483 info-recursive install install-am install-data install-data-am \
484 install-data-recursive install-exec install-exec-am \
485 install-exec-recursive install-includeHEADERS install-info \
486 install-info-am install-info-recursive install-man \
487 install-recursive install-strip installcheck installcheck-am \
488 installdirs installdirs-am installdirs-recursive \
489 maintainer-clean maintainer-clean-generic \
490 maintainer-clean-recursive mostlyclean mostlyclean-generic \
491 mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
492 uninstall uninstall-am uninstall-includeHEADERS \
493 uninstall-info-am uninstall-info-recursive uninstall-recursive
mostang.com!davidmaa54b9f2002-09-26 23:09:01 +0000494
495# Tell versions [3.59,3.63) of GNU make to not export all variables.
496# Otherwise a system limit (for SysV at least) may be exceeded.
497.NOEXPORT: