Fix a bunch of compiler warnings
[sdlpango.git] / Makefile.in
blob05aad8f5c5f63665960ec94f1e9e79b4a10795cc
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = .
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 host_triplet = @host@
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/SDL_Pango.pc.in \
40 $(top_srcdir)/Wix/Makefile.in $(top_srcdir)/Wix/dev.xml.in \
41 $(top_srcdir)/Wix/merge_module.xml.in \
42 $(top_srcdir)/Wix/testbench.xml.in $(top_srcdir)/configure \
43 AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \
44 depcomp install-sh ltmain.sh missing
45 subdir = .
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/configure.in
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno configure.status.lineno
52 mkinstalldirs = $(mkdir_p)
53 CONFIG_CLEAN_FILES = SDL_Pango.pc Wix/Makefile Wix/merge_module.xml \
54 Wix/dev.xml Wix/testbench.xml
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58 html-recursive info-recursive install-data-recursive \
59 install-exec-recursive install-info-recursive \
60 install-recursive installcheck-recursive installdirs-recursive \
61 pdf-recursive ps-recursive uninstall-info-recursive \
62 uninstall-recursive
63 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
64 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
65 DATA = $(pkgconfig_DATA)
66 ETAGS = etags
67 CTAGS = ctags
68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69 distdir = $(PACKAGE)-$(VERSION)
70 top_distdir = $(distdir)
71 am__remove_distdir = \
72 { test ! -d $(distdir) \
73 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
74 && rm -fr $(distdir); }; }
75 DIST_ARCHIVES = $(distdir).tar.gz
76 GZIP_ENV = --best
77 distuninstallcheck_listfiles = find . -type f -print
78 distcleancheck_listfiles = find . -type f -print
79 ACLOCAL = @ACLOCAL@
80 AMDEP_FALSE = @AMDEP_FALSE@
81 AMDEP_TRUE = @AMDEP_TRUE@
82 AMTAR = @AMTAR@
83 AR = @AR@
84 AS = @AS@
85 AUTOCONF = @AUTOCONF@
86 AUTOHEADER = @AUTOHEADER@
87 AUTOMAKE = @AUTOMAKE@
88 AWK = @AWK@
89 BINARY_AGE = @BINARY_AGE@
90 CC = @CC@
91 CCDEPMODE = @CCDEPMODE@
92 CFLAGS = @CFLAGS@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CXX = @CXX@
96 CXXCPP = @CXXCPP@
97 CXXDEPMODE = @CXXDEPMODE@
98 CXXFLAGS = @CXXFLAGS@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 DLLTOOL = @DLLTOOL@
103 ECHO = @ECHO@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 F77 = @F77@
110 FFLAGS = @FFLAGS@
111 GREP = @GREP@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 INTERFACE_AGE = @INTERFACE_AGE@
117 LDFLAGS = @LDFLAGS@
118 LIBOBJS = @LIBOBJS@
119 LIBS = @LIBS@
120 LIBTOOL = @LIBTOOL@
121 LN_S = @LN_S@
122 LTLIBOBJS = @LTLIBOBJS@
123 LT_AGE = @LT_AGE@
124 LT_CURRENT = @LT_CURRENT@
125 LT_RELEASE = @LT_RELEASE@
126 LT_REVISION = @LT_REVISION@
127 MAINT = @MAINT@
128 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
129 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
130 MAJOR_VERSION = @MAJOR_VERSION@
131 MAKEINFO = @MAKEINFO@
132 MICRO_VERSION = @MICRO_VERSION@
133 MINOR_VERSION = @MINOR_VERSION@
134 OBJDUMP = @OBJDUMP@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
143 PANGOFT2_LIBS = @PANGOFT2_LIBS@
144 PANGO_CFLAGS = @PANGO_CFLAGS@
145 PANGO_LIBS = @PANGO_LIBS@
146 PATH_SEPARATOR = @PATH_SEPARATOR@
147 PKG_CONFIG = @PKG_CONFIG@
148 RANLIB = @RANLIB@
149 SDL_CFLAGS = @SDL_CFLAGS@
150 SDL_CONFIG = @SDL_CONFIG@
151 SDL_LIBS = @SDL_LIBS@
152 SED = @SED@
153 SET_MAKE = @SET_MAKE@
154 SHELL = @SHELL@
155 STRIP = @STRIP@
156 VERSION = @VERSION@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_CXX = @ac_ct_CXX@
159 ac_ct_F77 = @ac_ct_F77@
160 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
161 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
162 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
163 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
164 am__include = @am__include@
165 am__leading_dot = @am__leading_dot@
166 am__quote = @am__quote@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 datadir = @datadir@
174 datarootdir = @datarootdir@
175 docdir = @docdir@
176 dvidir = @dvidir@
177 exec_prefix = @exec_prefix@
178 host = @host@
179 host_alias = @host_alias@
180 host_cpu = @host_cpu@
181 host_os = @host_os@
182 host_vendor = @host_vendor@
183 htmldir = @htmldir@
184 includedir = @includedir@
185 infodir = @infodir@
186 install_sh = @install_sh@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 sbindir = @sbindir@
199 sharedstatedir = @sharedstatedir@
200 sysconfdir = @sysconfdir@
201 target = @target@
202 target_alias = @target_alias@
203 target_cpu = @target_cpu@
204 target_os = @target_os@
205 target_vendor = @target_vendor@
206 SUBDIRS = src
207 DIST_SUBDIRS = src docs VisualC2003
208 EXTRA_DIST = \
209 SDL_Pango.pc.in sidebyside_patch \
210 test/AUTHORS test/ChangeLog test/configure.in test/COPYING \
211 test/INSTALL test/Makefile.am test/markup.txt test/NEWS \
212 test/README test/testbench.c \
213 Wix/COPYING.txt Wix/gettext.README Wix/glib2.README Wix/libiconv.README \
214 Wix/license.rtf Wix/pango.README Wix/README Wix/shave.xslt Wix/ui.xml \
215 Wix/bitmap
217 pkgconfigdir = $(libdir)/pkgconfig
218 pkgconfig_DATA = SDL_Pango.pc
219 all: all-recursive
221 .SUFFIXES:
222 am--refresh:
224 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
229 cd $(srcdir) && $(AUTOMAKE) --gnu \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
235 cd $(top_srcdir) && \
236 $(AUTOMAKE) --gnu Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 echo ' $(SHELL) ./config.status'; \
242 $(SHELL) ./config.status;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
246 esac;
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 $(SHELL) ./config.status --recheck
251 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252 cd $(srcdir) && $(AUTOCONF)
253 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255 SDL_Pango.pc: $(top_builddir)/config.status $(srcdir)/SDL_Pango.pc.in
256 cd $(top_builddir) && $(SHELL) ./config.status $@
257 Wix/Makefile: $(top_builddir)/config.status $(top_srcdir)/Wix/Makefile.in
258 cd $(top_builddir) && $(SHELL) ./config.status $@
259 Wix/merge_module.xml: $(top_builddir)/config.status $(top_srcdir)/Wix/merge_module.xml.in
260 cd $(top_builddir) && $(SHELL) ./config.status $@
261 Wix/dev.xml: $(top_builddir)/config.status $(top_srcdir)/Wix/dev.xml.in
262 cd $(top_builddir) && $(SHELL) ./config.status $@
263 Wix/testbench.xml: $(top_builddir)/config.status $(top_srcdir)/Wix/testbench.xml.in
264 cd $(top_builddir) && $(SHELL) ./config.status $@
266 mostlyclean-libtool:
267 -rm -f *.lo
269 clean-libtool:
270 -rm -rf .libs _libs
272 distclean-libtool:
273 -rm -f libtool
274 uninstall-info-am:
275 install-pkgconfigDATA: $(pkgconfig_DATA)
276 @$(NORMAL_INSTALL)
277 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
278 @list='$(pkgconfig_DATA)'; for p in $$list; do \
279 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
280 f="`echo $$p | sed -e 's|^.*/||'`"; \
281 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
282 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
283 done
285 uninstall-pkgconfigDATA:
286 @$(NORMAL_UNINSTALL)
287 @list='$(pkgconfig_DATA)'; for p in $$list; do \
288 f="`echo $$p | sed -e 's|^.*/||'`"; \
289 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
290 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
291 done
293 # This directory's subdirectories are mostly independent; you can cd
294 # into them and run `make' without going through this Makefile.
295 # To change the values of `make' variables: instead of editing Makefiles,
296 # (1) if the variable is set in `config.status', edit `config.status'
297 # (which will cause the Makefiles to be regenerated when you run `make');
298 # (2) otherwise, pass the desired values on the `make' command line.
299 $(RECURSIVE_TARGETS):
300 @set fnord $$MAKEFLAGS; amf=$$2; \
301 dot_seen=no; \
302 target=`echo $@ | sed s/-recursive//`; \
303 list='$(SUBDIRS)'; for subdir in $$list; do \
304 echo "Making $$target in $$subdir"; \
305 if test "$$subdir" = "."; then \
306 dot_seen=yes; \
307 local_target="$$target-am"; \
308 else \
309 local_target="$$target"; \
310 fi; \
311 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
313 done; \
314 if test "$$dot_seen" = "no"; then \
315 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
316 fi; test -z "$$fail"
318 mostlyclean-recursive clean-recursive distclean-recursive \
319 maintainer-clean-recursive:
320 @set fnord $$MAKEFLAGS; amf=$$2; \
321 dot_seen=no; \
322 case "$@" in \
323 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
324 *) list='$(SUBDIRS)' ;; \
325 esac; \
326 rev=''; for subdir in $$list; do \
327 if test "$$subdir" = "."; then :; else \
328 rev="$$subdir $$rev"; \
329 fi; \
330 done; \
331 rev="$$rev ."; \
332 target=`echo $@ | sed s/-recursive//`; \
333 for subdir in $$rev; do \
334 echo "Making $$target in $$subdir"; \
335 if test "$$subdir" = "."; then \
336 local_target="$$target-am"; \
337 else \
338 local_target="$$target"; \
339 fi; \
340 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
342 done && test -z "$$fail"
343 tags-recursive:
344 list='$(SUBDIRS)'; for subdir in $$list; do \
345 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346 done
347 ctags-recursive:
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350 done
352 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354 unique=`for i in $$list; do \
355 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356 done | \
357 $(AWK) ' { files[$$0] = 1; } \
358 END { for (i in files) print i; }'`; \
359 mkid -fID $$unique
360 tags: TAGS
362 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
363 $(TAGS_FILES) $(LISP)
364 tags=; \
365 here=`pwd`; \
366 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367 include_option=--etags-include; \
368 empty_fix=.; \
369 else \
370 include_option=--include; \
371 empty_fix=; \
372 fi; \
373 list='$(SUBDIRS)'; for subdir in $$list; do \
374 if test "$$subdir" = .; then :; else \
375 test ! -f $$subdir/TAGS || \
376 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
377 fi; \
378 done; \
379 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
380 unique=`for i in $$list; do \
381 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382 done | \
383 $(AWK) ' { files[$$0] = 1; } \
384 END { for (i in files) print i; }'`; \
385 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
386 test -n "$$unique" || unique=$$empty_fix; \
387 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388 $$tags $$unique; \
390 ctags: CTAGS
391 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
392 $(TAGS_FILES) $(LISP)
393 tags=; \
394 here=`pwd`; \
395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) ' { files[$$0] = 1; } \
400 END { for (i in files) print i; }'`; \
401 test -z "$(CTAGS_ARGS)$$tags$$unique" \
402 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403 $$tags $$unique
405 GTAGS:
406 here=`$(am__cd) $(top_builddir) && pwd` \
407 && cd $(top_srcdir) \
408 && gtags -i $(GTAGS_ARGS) $$here
410 distclean-tags:
411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413 distdir: $(DISTFILES)
414 $(am__remove_distdir)
415 mkdir $(distdir)
416 $(mkdir_p) $(distdir)/. $(distdir)/Wix $(distdir)/docs $(distdir)/test
417 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
418 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
419 list='$(DISTFILES)'; for file in $$list; do \
420 case $$file in \
421 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
422 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
423 esac; \
424 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
426 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
427 dir="/$$dir"; \
428 $(mkdir_p) "$(distdir)$$dir"; \
429 else \
430 dir=''; \
431 fi; \
432 if test -d $$d/$$file; then \
433 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435 fi; \
436 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437 else \
438 test -f $(distdir)/$$file \
439 || cp -p $$d/$$file $(distdir)/$$file \
440 || exit 1; \
441 fi; \
442 done
443 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444 if test "$$subdir" = .; then :; else \
445 test -d "$(distdir)/$$subdir" \
446 || mkdir "$(distdir)/$$subdir" \
447 || exit 1; \
448 (cd $$subdir && \
449 $(MAKE) $(AM_MAKEFLAGS) \
450 top_distdir="../$(top_distdir)" \
451 distdir="../$(distdir)/$$subdir" \
452 distdir) \
453 || exit 1; \
454 fi; \
455 done
456 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
457 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
458 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
459 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
460 || chmod -R a+r $(distdir)
461 dist-gzip: distdir
462 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
463 $(am__remove_distdir)
465 dist-bzip2: distdir
466 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
467 $(am__remove_distdir)
469 dist-tarZ: distdir
470 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
471 $(am__remove_distdir)
473 dist-shar: distdir
474 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
475 $(am__remove_distdir)
477 dist-zip: distdir
478 -rm -f $(distdir).zip
479 zip -rq $(distdir).zip $(distdir)
480 $(am__remove_distdir)
482 dist dist-all: distdir
483 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
484 $(am__remove_distdir)
486 # This target untars the dist file and tries a VPATH configuration. Then
487 # it guarantees that the distribution is self-contained by making another
488 # tarfile.
489 distcheck: dist
490 case '$(DIST_ARCHIVES)' in \
491 *.tar.gz*) \
492 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
493 *.tar.bz2*) \
494 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
495 *.tar.Z*) \
496 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
497 *.shar.gz*) \
498 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
499 *.zip*) \
500 unzip $(distdir).zip ;;\
501 esac
502 chmod -R a-w $(distdir); chmod a+w $(distdir)
503 mkdir $(distdir)/_build
504 mkdir $(distdir)/_inst
505 chmod a-w $(distdir)
506 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
507 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
508 && cd $(distdir)/_build \
509 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
510 $(DISTCHECK_CONFIGURE_FLAGS) \
511 && $(MAKE) $(AM_MAKEFLAGS) \
512 && $(MAKE) $(AM_MAKEFLAGS) dvi \
513 && $(MAKE) $(AM_MAKEFLAGS) check \
514 && $(MAKE) $(AM_MAKEFLAGS) install \
515 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
516 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
517 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
518 distuninstallcheck \
519 && chmod -R a-w "$$dc_install_base" \
520 && ({ \
521 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
522 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
523 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
524 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
525 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
526 } || { rm -rf "$$dc_destdir"; exit 1; }) \
527 && rm -rf "$$dc_destdir" \
528 && $(MAKE) $(AM_MAKEFLAGS) dist \
529 && rm -rf $(DIST_ARCHIVES) \
530 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
531 $(am__remove_distdir)
532 @(echo "$(distdir) archives ready for distribution: "; \
533 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
534 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
535 distuninstallcheck:
536 @cd $(distuninstallcheck_dir) \
537 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
538 || { echo "ERROR: files left after uninstall:" ; \
539 if test -n "$(DESTDIR)"; then \
540 echo " (check DESTDIR support)"; \
541 fi ; \
542 $(distuninstallcheck_listfiles) ; \
543 exit 1; } >&2
544 distcleancheck: distclean
545 @if test '$(srcdir)' = . ; then \
546 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
547 exit 1 ; \
549 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
550 || { echo "ERROR: files left in build directory after distclean:" ; \
551 $(distcleancheck_listfiles) ; \
552 exit 1; } >&2
553 check-am: all-am
554 check: check-recursive
555 all-am: Makefile $(DATA)
556 installdirs: installdirs-recursive
557 installdirs-am:
558 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
559 test -z "$$dir" || $(mkdir_p) "$$dir"; \
560 done
561 install: install-recursive
562 install-exec: install-exec-recursive
563 install-data: install-data-recursive
564 uninstall: uninstall-recursive
566 install-am: all-am
567 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569 installcheck: installcheck-recursive
570 install-strip:
571 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573 `test -z '$(STRIP)' || \
574 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
575 mostlyclean-generic:
577 clean-generic:
579 distclean-generic:
580 -rm -f $(CONFIG_CLEAN_FILES)
582 maintainer-clean-generic:
583 @echo "This command is intended for maintainers to use"
584 @echo "it deletes files that may require special tools to rebuild."
585 clean: clean-recursive
587 clean-am: clean-generic clean-libtool mostlyclean-am
589 distclean: distclean-recursive
590 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
591 -rm -f Makefile
592 distclean-am: clean-am distclean-generic distclean-libtool \
593 distclean-tags
595 dvi: dvi-recursive
597 dvi-am:
599 html: html-recursive
601 info: info-recursive
603 info-am:
605 install-data-am: install-pkgconfigDATA
607 install-exec-am:
609 install-info: install-info-recursive
611 install-man:
613 installcheck-am:
615 maintainer-clean: maintainer-clean-recursive
616 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
617 -rm -rf $(top_srcdir)/autom4te.cache
618 -rm -f Makefile
619 maintainer-clean-am: distclean-am maintainer-clean-generic
621 mostlyclean: mostlyclean-recursive
623 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
625 pdf: pdf-recursive
627 pdf-am:
629 ps: ps-recursive
631 ps-am:
633 uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
635 uninstall-info: uninstall-info-recursive
637 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
638 check-am clean clean-generic clean-libtool clean-recursive \
639 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
640 dist-shar dist-tarZ dist-zip distcheck distclean \
641 distclean-generic distclean-libtool distclean-recursive \
642 distclean-tags distcleancheck distdir distuninstallcheck dvi \
643 dvi-am html html-am info info-am install install-am \
644 install-data install-data-am install-exec install-exec-am \
645 install-info install-info-am install-man install-pkgconfigDATA \
646 install-strip installcheck installcheck-am installdirs \
647 installdirs-am maintainer-clean maintainer-clean-generic \
648 maintainer-clean-recursive mostlyclean mostlyclean-generic \
649 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
650 tags tags-recursive uninstall uninstall-am uninstall-info-am \
651 uninstall-pkgconfigDATA
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: