Codebase list sugar-artwork / 0923e9d
Imported Upstream version 0.88.1 dr@jones.dk 13 years ago
46 changed file(s) with 6368 addition(s) and 4547 deletion(s). Raw diff Collapse all Expand all
0 SUBDIRS = cursor icons gtk matchbox
0 SUBDIRS = cursor icons gtk
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1213 # PARTICULAR PURPOSE.
1314
1415 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1716 VPATH = @srcdir@
1817 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1919 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = .
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
2221 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2422 install_sh_DATA = $(install_sh) -c -m 644
2523 install_sh_PROGRAM = $(install_sh) -c
2624 install_sh_SCRIPT = $(install_sh) -c
3432 POST_UNINSTALL = :
3533 build_triplet = @build@
3634 host_triplet = @host@
35 subdir = .
3736 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
3837 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
3938 $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS \
4039 config.guess config.sub depcomp install-sh ltmain.sh missing
41 subdir = .
4240 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4341 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
4442 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
4543 $(ACLOCAL_M4)
4644 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno configure.status.lineno
45 configure.lineno config.status.lineno
4846 mkinstalldirs = $(install_sh) -d
4947 CONFIG_HEADER = config.h
5048 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
5150 SOURCES =
5251 DIST_SOURCES =
5352 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
5453 html-recursive info-recursive install-data-recursive \
55 install-exec-recursive install-info-recursive \
56 install-recursive installcheck-recursive installdirs-recursive \
57 pdf-recursive ps-recursive uninstall-info-recursive \
58 uninstall-recursive
54 install-dvi-recursive install-exec-recursive \
55 install-html-recursive install-info-recursive \
56 install-pdf-recursive install-ps-recursive install-recursive \
57 installcheck-recursive installdirs-recursive pdf-recursive \
58 ps-recursive uninstall-recursive
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60 distclean-recursive maintainer-clean-recursive
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63 distdir dist dist-all distcheck
5964 ETAGS = etags
6065 CTAGS = ctags
6166 DIST_SUBDIRS = $(SUBDIRS)
6368 distdir = $(PACKAGE)-$(VERSION)
6469 top_distdir = $(distdir)
6570 am__remove_distdir = \
66 { test ! -d $(distdir) \
67 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
68 && rm -fr $(distdir); }; }
71 { test ! -d "$(distdir)" \
72 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
73 && rm -fr "$(distdir)"; }; }
74 am__relativize = \
75 dir0=`pwd`; \
76 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77 sed_rest='s,^[^/]*/*,,'; \
78 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79 sed_butlast='s,/*[^/]*$$,,'; \
80 while test -n "$$dir1"; do \
81 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82 if test "$$first" != "."; then \
83 if test "$$first" = ".."; then \
84 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
86 else \
87 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88 if test "$$first2" = "$$first"; then \
89 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
90 else \
91 dir2="../$$dir2"; \
92 fi; \
93 dir0="$$dir0"/"$$first"; \
94 fi; \
95 fi; \
96 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
97 done; \
98 reldir="$$dir2"
6999 GZIP_ENV = --best
70100 DIST_ARCHIVES = $(distdir).tar.bz2
71101 distuninstallcheck_listfiles = find . -type f -print
72102 distcleancheck_listfiles = find . -type f -print
73103 ACLOCAL = @ACLOCAL@
74 AMDEP_FALSE = @AMDEP_FALSE@
75 AMDEP_TRUE = @AMDEP_TRUE@
76104 AMTAR = @AMTAR@
77105 AR = @AR@
78106 AUTOCONF = @AUTOCONF@
105133 GTK_VERSION = @GTK_VERSION@
106134 ICONMAP = @ICONMAP@
107135 ICON_SLICER = @ICON_SLICER@
136 INSTALL = @INSTALL@
108137 INSTALL_DATA = @INSTALL_DATA@
109138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
117146 LIPO = @LIPO@
118147 LN_S = @LN_S@
119148 LTLIBOBJS = @LTLIBOBJS@
149 MAINT = @MAINT@
120150 MAKEINFO = @MAKEINFO@
151 MKDIR_P = @MKDIR_P@
121152 NM = @NM@
122153 NMEDIT = @NMEDIT@
154 OBJDUMP = @OBJDUMP@
123155 OBJEXT = @OBJEXT@
124156 OTOOL = @OTOOL@
125157 OTOOL64 = @OTOOL64@
137169 SHELL = @SHELL@
138170 STRIP = @STRIP@
139171 VERSION = @VERSION@
172 WARN_CFLAGS = @WARN_CFLAGS@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
140177 ac_ct_CC = @ac_ct_CC@
141178 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
142 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
143 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
144179 am__include = @am__include@
145180 am__leading_dot = @am__leading_dot@
146181 am__quote = @am__quote@
152187 build_cpu = @build_cpu@
153188 build_os = @build_os@
154189 build_vendor = @build_vendor@
190 builddir = @builddir@
155191 datadir = @datadir@
156192 datarootdir = @datarootdir@
157193 docdir = @docdir@
180216 psdir = @psdir@
181217 sbindir = @sbindir@
182218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
183220 sysconfdir = @sysconfdir@
184221 target_alias = @target_alias@
185 SUBDIRS = cursor icons gtk matchbox
222 top_build_prefix = @top_build_prefix@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225 SUBDIRS = cursor icons gtk
186226 all: config.h
187227 $(MAKE) $(AM_MAKEFLAGS) all-recursive
188228
189229 .SUFFIXES:
190230 am--refresh:
191231 @:
192 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
193233 @for dep in $?; do \
194234 case '$(am__configure_deps)' in \
195235 *$$dep*) \
196 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
197 cd $(srcdir) && $(AUTOMAKE) --foreign \
236 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
237 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
198238 && exit 0; \
199239 exit 1;; \
200240 esac; \
201241 done; \
202 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
203 cd $(top_srcdir) && \
204 $(AUTOMAKE) --foreign Makefile
242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
243 $(am__cd) $(top_srcdir) && \
244 $(AUTOMAKE) --foreign Makefile
205245 .PRECIOUS: Makefile
206246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207247 @case '$?' in \
216256 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217257 $(SHELL) ./config.status --recheck
218258
219 $(top_srcdir)/configure: $(am__configure_deps)
220 cd $(srcdir) && $(AUTOCONF)
221 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
222 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
259 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260 $(am__cd) $(srcdir) && $(AUTOCONF)
261 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263 $(am__aclocal_m4_deps):
223264
224265 config.h: stamp-h1
225266 @if test ! -f $@; then \
226267 rm -f stamp-h1; \
227 $(MAKE) stamp-h1; \
268 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
228269 else :; fi
229270
230271 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
231272 @rm -f stamp-h1
232273 cd $(top_builddir) && $(SHELL) ./config.status config.h
233 $(srcdir)/config.h.in: $(am__configure_deps)
234 cd $(top_srcdir) && $(AUTOHEADER)
274 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
235276 rm -f stamp-h1
236277 touch $@
237278
245286 -rm -rf .libs _libs
246287
247288 distclean-libtool:
248 -rm -f libtool
249 uninstall-info-am:
289 -rm -f libtool config.lt
250290
251291 # This directory's subdirectories are mostly independent; you can cd
252292 # into them and run `make' without going through this Makefile.
255295 # (which will cause the Makefiles to be regenerated when you run `make');
256296 # (2) otherwise, pass the desired values on the `make' command line.
257297 $(RECURSIVE_TARGETS):
258 @failcom='exit 1'; \
298 @fail= failcom='exit 1'; \
259299 for f in x $$MAKEFLAGS; do \
260300 case $$f in \
261301 *=* | --[!k]*);; \
272312 else \
273313 local_target="$$target"; \
274314 fi; \
275 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276316 || eval $$failcom; \
277317 done; \
278318 if test "$$dot_seen" = "no"; then \
279319 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
280320 fi; test -z "$$fail"
281321
282 mostlyclean-recursive clean-recursive distclean-recursive \
283 maintainer-clean-recursive:
284 @failcom='exit 1'; \
322 $(RECURSIVE_CLEAN_TARGETS):
323 @fail= failcom='exit 1'; \
285324 for f in x $$MAKEFLAGS; do \
286325 case $$f in \
287326 *=* | --[!k]*);; \
307346 else \
308347 local_target="$$target"; \
309348 fi; \
310 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
311350 || eval $$failcom; \
312351 done && test -z "$$fail"
313352 tags-recursive:
314353 list='$(SUBDIRS)'; for subdir in $$list; do \
315 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
316355 done
317356 ctags-recursive:
318357 list='$(SUBDIRS)'; for subdir in $$list; do \
319 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
358 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
320359 done
321360
322361 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324363 unique=`for i in $$list; do \
325364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326365 done | \
327 $(AWK) ' { files[$$0] = 1; } \
328 END { for (i in files) print i; }'`; \
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
329368 mkid -fID $$unique
330369 tags: TAGS
331370
332371 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
333372 $(TAGS_FILES) $(LISP)
334 tags=; \
373 set x; \
335374 here=`pwd`; \
336375 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
337376 include_option=--etags-include; \
343382 list='$(SUBDIRS)'; for subdir in $$list; do \
344383 if test "$$subdir" = .; then :; else \
345384 test ! -f $$subdir/TAGS || \
346 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
385 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
347386 fi; \
348387 done; \
349388 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
350389 unique=`for i in $$list; do \
351390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352391 done | \
353 $(AWK) ' { files[$$0] = 1; } \
354 END { for (i in files) print i; }'`; \
355 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393 END { if (nonempty) { for (i in files) print i; }; }'`; \
394 shift; \
395 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
356396 test -n "$$unique" || unique=$$empty_fix; \
357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358 $$tags $$unique; \
397 if test $$# -gt 0; then \
398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399 "$$@" $$unique; \
400 else \
401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402 $$unique; \
403 fi; \
359404 fi
360405 ctags: CTAGS
361406 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
362407 $(TAGS_FILES) $(LISP)
363 tags=; \
364 here=`pwd`; \
365408 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
366409 unique=`for i in $$list; do \
367410 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368411 done | \
369 $(AWK) ' { files[$$0] = 1; } \
370 END { for (i in files) print i; }'`; \
371 test -z "$(CTAGS_ARGS)$$tags$$unique" \
412 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413 END { if (nonempty) { for (i in files) print i; }; }'`; \
414 test -z "$(CTAGS_ARGS)$$unique" \
372415 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373 $$tags $$unique
416 $$unique
374417
375418 GTAGS:
376419 here=`$(am__cd) $(top_builddir) && pwd` \
377 && cd $(top_srcdir) \
378 && gtags -i $(GTAGS_ARGS) $$here
420 && $(am__cd) $(top_srcdir) \
421 && gtags -i $(GTAGS_ARGS) "$$here"
379422
380423 distclean-tags:
381424 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382425
383426 distdir: $(DISTFILES)
384427 $(am__remove_distdir)
385 mkdir $(distdir)
386 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
387 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
388 list='$(DISTFILES)'; for file in $$list; do \
389 case $$file in \
390 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
391 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
392 esac; \
428 test -d "$(distdir)" || mkdir "$(distdir)"
429 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431 list='$(DISTFILES)'; \
432 dist_files=`for file in $$list; do echo $$file; done | \
433 sed -e "s|^$$srcdirstrip/||;t" \
434 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435 case $$dist_files in \
436 */*) $(MKDIR_P) `echo "$$dist_files" | \
437 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438 sort -u` ;; \
439 esac; \
440 for file in $$dist_files; do \
393441 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
395 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
396 dir="/$$dir"; \
397 $(mkdir_p) "$(distdir)$$dir"; \
442 if test -d $$d/$$file; then \
443 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
444 if test -d "$(distdir)/$$file"; then \
445 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446 fi; \
447 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
448 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
449 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450 fi; \
451 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
398452 else \
399 dir=''; \
400 fi; \
401 if test -d $$d/$$file; then \
402 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
404 fi; \
405 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
406 else \
407 test -f $(distdir)/$$file \
408 || cp -p $$d/$$file $(distdir)/$$file \
453 test -f "$(distdir)/$$file" \
454 || cp -p $$d/$$file "$(distdir)/$$file" \
409455 || exit 1; \
410456 fi; \
411457 done
412 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
458 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
413459 if test "$$subdir" = .; then :; else \
414460 test -d "$(distdir)/$$subdir" \
415 || $(mkdir_p) "$(distdir)/$$subdir" \
461 || $(MKDIR_P) "$(distdir)/$$subdir" \
416462 || exit 1; \
417 distdir=`$(am__cd) $(distdir) && pwd`; \
418 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
419 (cd $$subdir && \
463 fi; \
464 done
465 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466 if test "$$subdir" = .; then :; else \
467 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
468 $(am__relativize); \
469 new_distdir=$$reldir; \
470 dir1=$$subdir; dir2="$(top_distdir)"; \
471 $(am__relativize); \
472 new_top_distdir=$$reldir; \
473 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
474 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
475 ($(am__cd) $$subdir && \
420476 $(MAKE) $(AM_MAKEFLAGS) \
421 top_distdir="$$top_distdir" \
422 distdir="$$distdir/$$subdir" \
477 top_distdir="$$new_top_distdir" \
478 distdir="$$new_distdir" \
479 am__remove_distdir=: \
480 am__skip_length_check=: \
481 am__skip_mode_fix=: \
423482 distdir) \
424483 || exit 1; \
425484 fi; \
426485 done
427 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
486 -test -n "$(am__skip_mode_fix)" \
487 || find "$(distdir)" -type d ! -perm -755 \
488 -exec chmod u+rwx,go+rx {} \; -o \
428489 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
429490 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
430 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
431 || chmod -R a+r $(distdir)
491 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
492 || chmod -R a+r "$(distdir)"
432493 dist-gzip: distdir
433494 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
434495 $(am__remove_distdir)
435496 dist-bzip2: distdir
436497 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
498 $(am__remove_distdir)
499
500 dist-lzma: distdir
501 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
502 $(am__remove_distdir)
503
504 dist-xz: distdir
505 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
437506 $(am__remove_distdir)
438507
439508 dist-tarZ: distdir
459528 distcheck: dist
460529 case '$(DIST_ARCHIVES)' in \
461530 *.tar.gz*) \
462 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
531 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
463532 *.tar.bz2*) \
464 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
533 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
534 *.tar.lzma*) \
535 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
536 *.tar.xz*) \
537 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
465538 *.tar.Z*) \
466539 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
467540 *.shar.gz*) \
468 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
541 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
469542 *.zip*) \
470543 unzip $(distdir).zip ;;\
471544 esac
473546 mkdir $(distdir)/_build
474547 mkdir $(distdir)/_inst
475548 chmod a-w $(distdir)
549 test -d $(distdir)/_build || exit 0; \
476550 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
477551 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
478 && cd $(distdir)/_build \
552 && am__cwd=`pwd` \
553 && $(am__cd) $(distdir)/_build \
479554 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
480555 $(DISTCHECK_CONFIGURE_FLAGS) \
481556 && $(MAKE) $(AM_MAKEFLAGS) \
497572 && rm -rf "$$dc_destdir" \
498573 && $(MAKE) $(AM_MAKEFLAGS) dist \
499574 && rm -rf $(DIST_ARCHIVES) \
500 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
575 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
576 && cd "$$am__cwd" \
577 || exit 1
501578 $(am__remove_distdir)
502579 @(echo "$(distdir) archives ready for distribution: "; \
503580 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
504 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
581 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
505582 distuninstallcheck:
506 @cd $(distuninstallcheck_dir) \
583 @$(am__cd) '$(distuninstallcheck_dir)' \
507584 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
508585 || { echo "ERROR: files left after uninstall:" ; \
509586 if test -n "$(DESTDIR)"; then \
545622
546623 distclean-generic:
547624 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
625 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
548626
549627 maintainer-clean-generic:
550628 @echo "This command is intended for maintainers to use"
565643
566644 html: html-recursive
567645
646 html-am:
647
568648 info: info-recursive
569649
570650 info-am:
571651
572652 install-data-am:
573653
654 install-dvi: install-dvi-recursive
655
656 install-dvi-am:
657
574658 install-exec-am:
575659
660 install-html: install-html-recursive
661
662 install-html-am:
663
576664 install-info: install-info-recursive
577665
666 install-info-am:
667
578668 install-man:
669
670 install-pdf: install-pdf-recursive
671
672 install-pdf-am:
673
674 install-ps: install-ps-recursive
675
676 install-ps-am:
579677
580678 installcheck-am:
581679
597695
598696 ps-am:
599697
600 uninstall-am: uninstall-info-am
601
602 uninstall-info: uninstall-info-recursive
603
604 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
605 check-am clean clean-generic clean-libtool clean-recursive \
606 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
607 dist-shar dist-tarZ dist-zip distcheck distclean \
608 distclean-generic distclean-hdr distclean-libtool \
609 distclean-recursive distclean-tags distcleancheck distdir \
698 uninstall-am:
699
700 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
701 ctags-recursive install-am install-strip tags-recursive
702
703 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
704 all all-am am--refresh check check-am clean clean-generic \
705 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
706 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
707 distcheck distclean distclean-generic distclean-hdr \
708 distclean-libtool distclean-tags distcleancheck distdir \
610709 distuninstallcheck dvi dvi-am html html-am info info-am \
611 install install-am install-data install-data-am install-exec \
612 install-exec-am install-info install-info-am install-man \
710 install install-am install-data install-data-am install-dvi \
711 install-dvi-am install-exec install-exec-am install-html \
712 install-html-am install-info install-info-am install-man \
713 install-pdf install-pdf-am install-ps install-ps-am \
613714 install-strip installcheck installcheck-am installdirs \
614715 installdirs-am maintainer-clean maintainer-clean-generic \
615 maintainer-clean-recursive mostlyclean mostlyclean-generic \
616 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
617 tags tags-recursive uninstall uninstall-am uninstall-info-am
716 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
717 ps ps-am tags tags-recursive uninstall uninstall-am
718
618719
619720 # Tell versions [3.59,3.63) of GNU make to not export all variables.
620721 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # generated automatically by aclocal 1.9.6 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
99 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
12
13 m4_ifndef([AC_AUTOCONF_VERSION],
14 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
17 You have another version of autoconf. It may work, but is not guaranteed to.
18 If you have problems, you may need to regenerate the build system entirely.
19 To do so, use the procedure documented by the package, typically `autoreconf'.])])
1220
1321 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
1422 #
386394 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
387395 # ---------------------------------------------------
388396 m4_define([lt_decl_varnames_tagged],
389 [_$0(m4_quote(m4_default([$1], [[, ]])),
390 m4_quote(m4_if([$2], [],
391 m4_quote(lt_decl_tag_varnames),
392 m4_quote(m4_shift($@)))),
393 m4_split(m4_normalize(m4_quote(_LT_TAGS))))])
394 m4_define([_lt_decl_varnames_tagged], [lt_combine([$1], [$2], [_], $3)])
397 [m4_assert([$# <= 2])dnl
398 _$0(m4_quote(m4_default([$1], [[, ]])),
399 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
400 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
401 m4_define([_lt_decl_varnames_tagged],
402 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
395403
396404
397405 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
951959 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
952960 darwin1.*)
953961 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
954 darwin*) # darwin 5.x on
962 darwin*) # darwin 5.x on
955963 # if running on 10.5 or later, the deployment target defaults
956964 # to the OS version, if on x86, and 10.4, the deployment
957 # target defaults to 10.4. Don't you love it?
965 # target defaults to 10.4. Don't you love it?
958966 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
959967 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
960968 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
9961004 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
9971005 _LT_TAGVAR(link_all_deplibs, $1)=yes
9981006 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
999 if test "$GCC" = "yes"; then
1007 case $cc_basename in
1008 ifort*) _lt_dar_can_shared=yes ;;
1009 *) _lt_dar_can_shared=$GCC ;;
1010 esac
1011 if test "$_lt_dar_can_shared" = "yes"; then
10001012 output_verbose_link_cmd=echo
10011013 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10021014 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
15181530 lt_cv_sys_max_cmd_len=-1;
15191531 ;;
15201532
1521 cygwin* | mingw*)
1533 cygwin* | mingw* | cegcc*)
15221534 # On Win9x/ME, this test blows up -- it succeeds, but takes
15231535 # about 5 minutes as the teststring grows exponentially.
15241536 # Worse, since 9x/ME are not pre-emptively multitasking,
16861698 # endif
16871699 #endif
16881700
1689 #ifdef __cplusplus
1690 extern "C" void exit (int);
1691 #endif
1692
16931701 void fnord() { int i=42;}
16941702 int main ()
16951703 {
17051713 else
17061714 puts (dlerror ());
17071715
1708 exit (status);
1716 return status;
17091717 }]
17101718 _LT_EOF
17111719 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
17441752 lt_cv_dlopen_self=yes
17451753 ;;
17461754
1747 mingw* | pw32*)
1755 mingw* | pw32* | cegcc*)
17481756 lt_cv_dlopen="LoadLibrary"
17491757 lt_cv_dlopen_libs=
17501758 ;;
20412049 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
20422050 m4_require([_LT_DECL_EGREP])dnl
20432051 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2052 m4_require([_LT_DECL_OBJDUMP])dnl
20442053 m4_require([_LT_DECL_SED])dnl
20452054 AC_MSG_CHECKING([dynamic linker characteristics])
20462055 m4_if([$1],
22052214 # libtool to hard-code these into programs
22062215 ;;
22072216
2208 cygwin* | mingw* | pw32*)
2217 cygwin* | mingw* | pw32* | cegcc*)
22092218 version_type=windows
22102219 shrext_cmds=".dll"
22112220 need_version=no
22122221 need_lib_prefix=no
22132222
22142223 case $GCC,$host_os in
2215 yes,cygwin* | yes,mingw* | yes,pw32*)
2224 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
22162225 library_names_spec='$libname.dll.a'
22172226 # DLL is installed to $(libdir)/../bin by postinstall_cmds
22182227 postinstall_cmds='base_file=`basename \${file}`~
22352244 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
22362245 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
22372246 ;;
2238 mingw*)
2247 mingw* | cegcc*)
22392248 # MinGW DLLs use traditional 'lib' prefix
22402249 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
22412250 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
24752484 # before this can be enabled.
24762485 hardcode_into_libs=yes
24772486
2487 # Add ABI-specific directories to the system library path.
2488 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
2489
24782490 # Append ld.so.conf contents to the search path
24792491 if test -f /etc/ld.so.conf; then
24802492 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
2481 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
2493 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
24822494 fi
24832495
24842496 # We used to test for /lib/ld.so.1 and disable shared libraries on
24882500 # people can always --disable-shared, the test was removed, and we
24892501 # assume the GNU/Linux dynamic linker is in use.
24902502 dynamic_linker='GNU/Linux ld.so'
2491 ;;
2492
2493 netbsdelf*-gnu)
2494 version_type=linux
2495 need_lib_prefix=no
2496 need_version=no
2497 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2498 soname_spec='${libname}${release}${shared_ext}$major'
2499 shlibpath_var=LD_LIBRARY_PATH
2500 shlibpath_overrides_runpath=no
2501 hardcode_into_libs=yes
2502 dynamic_linker='NetBSD ld.elf_so'
25032503 ;;
25042504
25052505 netbsd*)
26732673 version_type=linux
26742674 need_lib_prefix=no
26752675 need_version=no
2676 library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
26772677 shlibpath_var=LD_LIBRARY_PATH
26782678 shlibpath_overrides_runpath=no
26792679 hardcode_into_libs=yes
26972697 if test "$GCC" = yes; then
26982698 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
26992699 fi
2700
2700
27012701 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
27022702 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
27032703 fi
29742974 # -- PORTME fill in with the dynamic library characteristics
29752975 m4_defun([_LT_CHECK_MAGIC_METHOD],
29762976 [m4_require([_LT_DECL_EGREP])
2977 m4_require([_LT_DECL_OBJDUMP])
29772978 AC_CACHE_CHECK([how to recognize dependent libraries],
29782979 lt_cv_deplibs_check_method,
29792980 [lt_cv_file_magic_cmd='$MAGIC_CMD'
30223023 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
30233024 lt_cv_file_magic_cmd='$OBJDUMP -f'
30243025 fi
3026 ;;
3027
3028 cegcc)
3029 # use the weaker test based on 'objdump'. See mingw*.
3030 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
3031 lt_cv_file_magic_cmd='$OBJDUMP -f'
30253032 ;;
30263033
30273034 darwin* | rhapsody*)
30863093 lt_cv_deplibs_check_method=pass_all
30873094 ;;
30883095
3089 netbsd* | netbsdelf*-gnu)
3096 netbsd*)
30903097 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
30913098 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
30923099 else
33353342 aix*)
33363343 symcode='[[BCDT]]'
33373344 ;;
3338 cygwin* | mingw* | pw32*)
3345 cygwin* | mingw* | pw32* | cegcc*)
33393346 symcode='[[ABCDGISTW]]'
33403347 ;;
33413348 hpux*)
35813588 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
35823589 # PIC is the default for these OSes.
35833590 ;;
3584 mingw* | cygwin* | os2* | pw32*)
3591 mingw* | cygwin* | os2* | pw32* | cegcc*)
35853592 # This hack is so that the source file can tell whether it is being
35863593 # built for inclusion in a dll (and should export symbols for example).
35873594 # Although the cygwin gcc ignores -fPIC, still need this for old-style
36083615 fi
36093616 ;;
36103617 hpux*)
3611 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3612 # not for PA HP-UX.
3618 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
3619 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
3620 # sets the default TLS model and affects inlining.
36133621 case $host_cpu in
3614 hppa*64*|ia64*)
3622 hppa*64*)
36153623 ;;
36163624 *)
36173625 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
37093717 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
37103718 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
37113719 ;;
3712 icpc* | ecpc* )
3713 # Intel C++
3720 ecpc* )
3721 # old Intel C++ for x86_64 which still supported -KPIC.
37143722 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
37153723 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3724 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
3725 ;;
3726 icpc* )
3727 # Intel C++, used to be incompatible with GCC.
3728 # ICC 10 doesn't accept -KPIC any more.
3729 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3730 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
37163731 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
37173732 ;;
37183733 pgCC* | pgcpp*)
37593774 ;;
37603775 esac
37613776 ;;
3762 netbsd* | netbsdelf*-gnu)
3777 netbsd*)
37633778 ;;
37643779 *qnx* | *nto*)
37653780 # QNX uses GNU C++, but need to define -shared option too, otherwise
38803895 # PIC is the default for these OSes.
38813896 ;;
38823897
3883 mingw* | cygwin* | pw32* | os2*)
3898 mingw* | cygwin* | pw32* | os2* | cegcc*)
38843899 # This hack is so that the source file can tell whether it is being
38853900 # built for inclusion in a dll (and should export symbols for example).
38863901 # Although the cygwin gcc ignores -fPIC, still need this for old-style
38963911 ;;
38973912
38983913 hpux*)
3899 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3900 # not for PA HP-UX.
3914 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
3915 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
3916 # sets the default TLS model and affects inlining.
39013917 case $host_cpu in
3902 hppa*64*|ia64*)
3918 hppa*64*)
39033919 # +Z the default
39043920 ;;
39053921 *)
39493965 fi
39503966 ;;
39513967
3952 mingw* | cygwin* | pw32* | os2*)
3968 mingw* | cygwin* | pw32* | os2* | cegcc*)
39533969 # This hack is so that the source file can tell whether it is being
39543970 # built for inclusion in a dll (and should export symbols for example).
39553971 m4_if([$1], [GCJ], [],
39803996
39813997 linux* | k*bsd*-gnu)
39823998 case $cc_basename in
3983 icc* | ecc* | ifort*)
3999 # old Intel for x86_64 which still supported -KPIC.
4000 ecc*)
39844001 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
39854002 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
39864003 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
39874004 ;;
4005 # icc used to be incompatible with GCC.
4006 # ICC 10 doesn't accept -KPIC any more.
4007 icc* | ifort*)
4008 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4009 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4010 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4011 ;;
4012 # Lahey Fortran 8.1.
4013 lf95*)
4014 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4015 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
4016 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
4017 ;;
39884018 pgcc* | pgf77* | pgf90* | pgf95*)
39894019 # Portland Group compilers (*not* the Pentium gcc compiler,
39904020 # which looks to be a dead project)
41664196 pw32*)
41674197 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
41684198 ;;
4169 cygwin* | mingw*)
4199 cygwin* | mingw* | cegcc*)
41704200 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
4171 ;;
4172 linux* | k*bsd*-gnu)
4173 _LT_TAGVAR(link_all_deplibs, $1)=no
41744201 ;;
41754202 *)
41764203 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
42214248 extract_expsyms_cmds=
42224249
42234250 case $host_os in
4224 cygwin* | mingw* | pw32*)
4251 cygwin* | mingw* | pw32* | cegcc*)
42254252 # FIXME: the MSVC++ port hasn't been tested in a loooong time
42264253 # When not using gcc, we currently assume that we are using
42274254 # Microsoft Visual C++.
43084335 fi
43094336 ;;
43104337
4311 cygwin* | mingw* | pw32*)
4338 cygwin* | mingw* | pw32* | cegcc*)
43124339 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
43134340 # as there is no search path for DLLs.
43144341 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
43744401 tmp_addflag=' -i_dynamic -nofor_main' ;;
43754402 ifc* | ifort*) # Intel Fortran compiler
43764403 tmp_addflag=' -nofor_main' ;;
4404 lf95*) # Lahey Fortran 8.1
4405 _LT_TAGVAR(whole_archive_flag_spec, $1)=
4406 tmp_sharedflag='--shared' ;;
43774407 xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
43784408 tmp_sharedflag='-qmkshrobj'
43794409 tmp_addflag= ;;
44154445 fi
44164446 ;;
44174447
4418 netbsd* | netbsdelf*-gnu)
4448 netbsd*)
44194449 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
44204450 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
44214451 wlarc=
45904620 if test "$aix_use_runtimelinking" = yes; then
45914621 shared_flag="$shared_flag "'${wl}-G'
45924622 fi
4593 _LT_TAGVAR(link_all_deplibs, $1)=no
45944623 else
45954624 # not using gcc
45964625 if test "$host_cpu" = ia64; then
46064635 fi
46074636 fi
46084637
4638 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
46094639 # It seems that -bexpall does not export symbols beginning with
46104640 # underscore (_), so it is better to generate a list of symbols to export.
46114641 _LT_TAGVAR(always_export_symbols, $1)=yes
46604690 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
46614691 ;;
46624692
4663 cygwin* | mingw* | pw32*)
4693 cygwin* | mingw* | pw32* | cegcc*)
46644694 # When not using gcc, we currently assume that we are using
46654695 # Microsoft Visual C++.
46664696 # hardcode_libdir_flag_spec is actually meaningless, as there is
47644794 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
47654795 ;;
47664796 ia64*)
4767 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
4797 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
47684798 ;;
47694799 *)
47704800 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
48284858 _LT_TAGVAR(link_all_deplibs, $1)=yes
48294859 ;;
48304860
4831 netbsd* | netbsdelf*-gnu)
4861 netbsd*)
48324862 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
48334863 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
48344864 else
55455575 fi
55465576 fi
55475577
5578 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
55485579 # It seems that -bexpall does not export symbols beginning with
55495580 # underscore (_), so it is better to generate a list of symbols to
55505581 # export.
56035634 esac
56045635 ;;
56055636
5606 cygwin* | mingw* | pw32*)
5637 cygwin* | mingw* | pw32* | cegcc*)
56075638 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
56085639 # as there is no search path for DLLs.
56095640 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
69847015 ])
69857016
69867017
7018 # _LT_DECL_OBJDUMP
7019 # --------------
7020 # If we don't have a new enough Autoconf to choose the best objdump
7021 # available, choose the one first in the user's PATH.
7022 m4_defun([_LT_DECL_OBJDUMP],
7023 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
7024 test -z "$OBJDUMP" && OBJDUMP=objdump
7025 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
7026 AC_SUBST([OBJDUMP])
7027 ])
7028
7029
69877030 # _LT_DECL_SED
69887031 # ------------
69897032 # Check for a fully-functional sed program, that truncates
74447487 [enable_win32_dll=yes
74457488
74467489 case $host in
7447 *-*-cygwin* | *-*-mingw* | *-*-pw32*)
7490 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
74487491 AC_CHECK_TOOL(AS, as, false)
74497492 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
74507493 AC_CHECK_TOOL(OBJDUMP, objdump, false)
76857728
76867729 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
76877730 #
7688 # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
7689 # Written by Gary V. Vaughan, 2004
7731 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
7732 # Written by Gary V. Vaughan, 2004
76907733 #
76917734 # This file is free software; the Free Software Foundation gives
76927735 # unlimited permission to copy and/or distribute it, with or without
76937736 # modifications, as long as this notice is preserved.
76947737
7695 # serial 5 ltsugar.m4
7738 # serial 6 ltsugar.m4
76967739
76977740 # This is to help aclocal find these macros, as it can't see m4_define.
76987741 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
77487791 # Produce a SEP delimited list of all paired combinations of elements of
77497792 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
77507793 # has the form PREFIXmINFIXSUFFIXn.
7794 # Needed until we can rely on m4_combine added in Autoconf 2.62.
77517795 m4_define([lt_combine],
7752 [m4_if([$2], [], [],
7753 [m4_if([$4], [], [],
7754 [lt_join(m4_quote(m4_default([$1], [[, ]])),
7755 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
7756 [m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
7757 [_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
7758 ])
7796 [m4_if(m4_eval([$# > 3]), [1],
7797 [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
7798 [[m4_foreach([_Lt_prefix], [$2],
7799 [m4_foreach([_Lt_suffix],
7800 ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
7801 [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
77597802
77607803
77617804 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
78187861
78197862 # Generated from ltversion.in.
78207863
7821 # serial 2976 ltversion.m4
7864 # serial 3017 ltversion.m4
78227865 # This file is part of GNU Libtool
78237866
7824 m4_define([LT_PACKAGE_VERSION], [2.2.4])
7825 m4_define([LT_PACKAGE_REVISION], [1.2976])
7867 m4_define([LT_PACKAGE_VERSION], [2.2.6b])
7868 m4_define([LT_PACKAGE_REVISION], [1.3017])
78267869
78277870 AC_DEFUN([LTVERSION_VERSION],
7828 [macro_version='2.2.4'
7829 macro_revision='1.2976'
7871 [macro_version='2.2.6b'
7872 macro_revision='1.3017'
78307873 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
78317874 _LT_DECL(, macro_revision, 0)
78327875 ])
79928035 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
79938036 # ---------------------------------------------
79948037 m4_define([_PKG_CONFIG],
7995 [if test -n "$PKG_CONFIG"; then
7996 if test -n "$$1"; then
7997 pkg_cv_[]$1="$$1"
7998 else
7999 PKG_CHECK_EXISTS([$3],
8000 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
8001 [pkg_failed=yes])
8002 fi
8003 else
8004 pkg_failed=untried
8038 [if test -n "$$1"; then
8039 pkg_cv_[]$1="$$1"
8040 elif test -n "$PKG_CONFIG"; then
8041 PKG_CHECK_EXISTS([$3],
8042 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
8043 [pkg_failed=yes])
8044 else
8045 pkg_failed=untried
80058046 fi[]dnl
80068047 ])# _PKG_CONFIG
80078048
80458086 if test $pkg_failed = yes; then
80468087 _PKG_SHORT_ERRORS_SUPPORTED
80478088 if test $_pkg_short_errors_supported = yes; then
8048 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
8089 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
80498090 else
8050 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
8091 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
80518092 fi
80528093 # Put the nasty error message in config.log where it belongs
80538094 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
80828123 fi[]dnl
80838124 ])# PKG_CHECK_MODULES
80848125
8085 # Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
8126 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
80868127 #
80878128 # This file is free software; the Free Software Foundation
80888129 # gives unlimited permission to copy and/or distribute it,
80928133 # ----------------------------
80938134 # Automake X.Y traces this macro to ensure aclocal.m4 has been
80948135 # generated from the m4 files accompanying Automake X.Y.
8095 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
8136 # (This private macro should not be called outside this file.)
8137 AC_DEFUN([AM_AUTOMAKE_VERSION],
8138 [am__api_version='1.11'
8139 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8140 dnl require some minimum version. Point them to the right macro.
8141 m4_if([$1], [1.11.1], [],
8142 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8143 ])
8144
8145 # _AM_AUTOCONF_VERSION(VERSION)
8146 # -----------------------------
8147 # aclocal traces this macro to find the Autoconf version.
8148 # This is a private macro too. Using m4_define simplifies
8149 # the logic in aclocal, which can simply ignore this definition.
8150 m4_define([_AM_AUTOCONF_VERSION], [])
80968151
80978152 # AM_SET_CURRENT_AUTOMAKE_VERSION
80988153 # -------------------------------
8099 # Call AM_AUTOMAKE_VERSION so it can be traced.
8100 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
8154 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8155 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
81018156 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8102 [AM_AUTOMAKE_VERSION([1.9.6])])
8157 [AM_AUTOMAKE_VERSION([1.11.1])dnl
8158 m4_ifndef([AC_AUTOCONF_VERSION],
8159 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8160 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
81038161
81048162 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
81058163
81568214
81578215 # AM_CONDITIONAL -*- Autoconf -*-
81588216
8159 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
8217 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
81608218 # Free Software Foundation, Inc.
81618219 #
81628220 # This file is free software; the Free Software Foundation
81638221 # gives unlimited permission to copy and/or distribute it,
81648222 # with or without modifications, as long as this notice is preserved.
81658223
8166 # serial 7
8224 # serial 9
81678225
81688226 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
81698227 # -------------------------------------
81728230 [AC_PREREQ(2.52)dnl
81738231 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
81748232 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
8175 AC_SUBST([$1_TRUE])
8176 AC_SUBST([$1_FALSE])
8233 AC_SUBST([$1_TRUE])dnl
8234 AC_SUBST([$1_FALSE])dnl
8235 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
8236 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
8237 m4_define([_AM_COND_VALUE_$1], [$2])dnl
81778238 if $2; then
81788239 $1_TRUE=
81798240 $1_FALSE='#'
81878248 Usually this means the macro was only invoked conditionally.]])
81888249 fi])])
81898250
8190
8191 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
8251 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
81928252 # Free Software Foundation, Inc.
81938253 #
81948254 # This file is free software; the Free Software Foundation
81958255 # gives unlimited permission to copy and/or distribute it,
81968256 # with or without modifications, as long as this notice is preserved.
81978257
8198 # serial 8
8258 # serial 10
81998259
82008260 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
82018261 # written in clear, in which case automake, when reading aclocal.m4,
82238283 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
82248284 [$1], CXX, [depcc="$CXX" am_compiler_list=],
82258285 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
8286 [$1], UPC, [depcc="$UPC" am_compiler_list=],
82268287 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
82278288 [depcc="$$1" am_compiler_list=])
82288289
82518312 if test "$am_compiler_list" = ""; then
82528313 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
82538314 fi
8315 am__universal=false
8316 m4_case([$1], [CC],
8317 [case " $depcc " in #(
8318 *\ -arch\ *\ -arch\ *) am__universal=true ;;
8319 esac],
8320 [CXX],
8321 [case " $depcc " in #(
8322 *\ -arch\ *\ -arch\ *) am__universal=true ;;
8323 esac])
8324
82548325 for depmode in $am_compiler_list; do
82558326 # Setup a source with many dependencies, because some compilers
82568327 # like to wrap large dependency lists on column 80 (with \), and
82688339 done
82698340 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
82708341
8342 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8343 # mode. It turns out that the SunPro C++ compiler does not properly
8344 # handle `-M -o', and we need to detect this. Also, some Intel
8345 # versions had trouble with output in subdirs
8346 am__obj=sub/conftest.${OBJEXT-o}
8347 am__minus_obj="-o $am__obj"
82718348 case $depmode in
8349 gcc)
8350 # This depmode causes a compiler race in universal mode.
8351 test "$am__universal" = false || continue
8352 ;;
82728353 nosideeffect)
82738354 # after this tag, mechanisms are not by side-effect, so they'll
82748355 # only be used when explicitly requested
82788359 break
82798360 fi
82808361 ;;
8362 msvisualcpp | msvcmsys)
8363 # This compiler won't grok `-c -o', but also, the minuso test has
8364 # not run yet. These depmodes are late enough in the game, and
8365 # so weak that their functioning should not be impacted.
8366 am__obj=conftest.${OBJEXT-o}
8367 am__minus_obj=
8368 ;;
82818369 none) break ;;
82828370 esac
8283 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8284 # mode. It turns out that the SunPro C++ compiler does not properly
8285 # handle `-M -o', and we need to detect this.
82868371 if depmode=$depmode \
8287 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8372 source=sub/conftest.c object=$am__obj \
82888373 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8289 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
8374 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
82908375 >/dev/null 2>conftest.err &&
8376 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
82918377 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8292 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
8378 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
82938379 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
82948380 # icc doesn't choke on unknown options, it will just issue warnings
82958381 # or remarks (even with -Werror). So we grep stderr for any message
83408426 AMDEPBACKSLASH='\'
83418427 fi
83428428 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
8343 AC_SUBST([AMDEPBACKSLASH])
8429 AC_SUBST([AMDEPBACKSLASH])dnl
8430 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
83448431 ])
83458432
83468433 # Generate code to set up dependency tracking. -*- Autoconf -*-
83478434
8348 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
8435 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
83498436 # Free Software Foundation, Inc.
83508437 #
83518438 # This file is free software; the Free Software Foundation
83528439 # gives unlimited permission to copy and/or distribute it,
83538440 # with or without modifications, as long as this notice is preserved.
83548441
8355 #serial 3
8442 #serial 5
83568443
83578444 # _AM_OUTPUT_DEPENDENCY_COMMANDS
83588445 # ------------------------------
83598446 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
8360 [for mf in $CONFIG_FILES; do
8361 # Strip MF so we end up with the name of the file.
8362 mf=`echo "$mf" | sed -e 's/:.*$//'`
8363 # Check whether this is an Automake generated Makefile or not.
8364 # We used to match only the files named `Makefile.in', but
8365 # some people rename them; so instead we look at the file content.
8366 # Grep'ing the first line is not enough: some people post-process
8367 # each Makefile.in and add a new line on top of each file to say so.
8368 # So let's grep whole file.
8369 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8370 dirpart=`AS_DIRNAME("$mf")`
8371 else
8372 continue
8373 fi
8374 # Extract the definition of DEPDIR, am__include, and am__quote
8375 # from the Makefile without running `make'.
8376 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8377 test -z "$DEPDIR" && continue
8378 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8379 test -z "am__include" && continue
8380 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8381 # When using ansi2knr, U may be empty or an underscore; expand it
8382 U=`sed -n 's/^U = //p' < "$mf"`
8383 # Find all dependency output files, they are included files with
8384 # $(DEPDIR) in their names. We invoke sed twice because it is the
8385 # simplest approach to changing $(DEPDIR) to its actual value in the
8386 # expansion.
8387 for file in `sed -n "
8388 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8389 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8390 # Make sure the directory exists.
8391 test -f "$dirpart/$file" && continue
8392 fdir=`AS_DIRNAME(["$file"])`
8393 AS_MKDIR_P([$dirpart/$fdir])
8394 # echo "creating $dirpart/$file"
8395 echo '# dummy' > "$dirpart/$file"
8447 [{
8448 # Autoconf 2.62 quotes --file arguments for eval, but not when files
8449 # are listed without --file. Let's play safe and only enable the eval
8450 # if we detect the quoting.
8451 case $CONFIG_FILES in
8452 *\'*) eval set x "$CONFIG_FILES" ;;
8453 *) set x $CONFIG_FILES ;;
8454 esac
8455 shift
8456 for mf
8457 do
8458 # Strip MF so we end up with the name of the file.
8459 mf=`echo "$mf" | sed -e 's/:.*$//'`
8460 # Check whether this is an Automake generated Makefile or not.
8461 # We used to match only the files named `Makefile.in', but
8462 # some people rename them; so instead we look at the file content.
8463 # Grep'ing the first line is not enough: some people post-process
8464 # each Makefile.in and add a new line on top of each file to say so.
8465 # Grep'ing the whole file is not good either: AIX grep has a line
8466 # limit of 2048, but all sed's we know have understand at least 4000.
8467 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
8468 dirpart=`AS_DIRNAME("$mf")`
8469 else
8470 continue
8471 fi
8472 # Extract the definition of DEPDIR, am__include, and am__quote
8473 # from the Makefile without running `make'.
8474 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8475 test -z "$DEPDIR" && continue
8476 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8477 test -z "am__include" && continue
8478 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8479 # When using ansi2knr, U may be empty or an underscore; expand it
8480 U=`sed -n 's/^U = //p' < "$mf"`
8481 # Find all dependency output files, they are included files with
8482 # $(DEPDIR) in their names. We invoke sed twice because it is the
8483 # simplest approach to changing $(DEPDIR) to its actual value in the
8484 # expansion.
8485 for file in `sed -n "
8486 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8487 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8488 # Make sure the directory exists.
8489 test -f "$dirpart/$file" && continue
8490 fdir=`AS_DIRNAME(["$file"])`
8491 AS_MKDIR_P([$dirpart/$fdir])
8492 # echo "creating $dirpart/$file"
8493 echo '# dummy' > "$dirpart/$file"
8494 done
83968495 done
8397 done
8496 }
83988497 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
83998498
84008499
84258524
84268525 # Do all the work for Automake. -*- Autoconf -*-
84278526
8428 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
8429 # Free Software Foundation, Inc.
8527 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
8528 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
84308529 #
84318530 # This file is free software; the Free Software Foundation
84328531 # gives unlimited permission to copy and/or distribute it,
84338532 # with or without modifications, as long as this notice is preserved.
84348533
8435 # serial 12
8534 # serial 16
84368535
84378536 # This macro actually does too much. Some checks are only needed if
84388537 # your package does certain things. But this isn't really a big deal.
84498548 # arguments mandatory, and then we can depend on a new Autoconf
84508549 # release and drop the old call support.
84518550 AC_DEFUN([AM_INIT_AUTOMAKE],
8452 [AC_PREREQ([2.58])dnl
8551 [AC_PREREQ([2.62])dnl
84538552 dnl Autoconf wants to disallow AM_ names. We explicitly allow
84548553 dnl the ones we care about.
84558554 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
84568555 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
84578556 AC_REQUIRE([AC_PROG_INSTALL])dnl
8458 # test to see if srcdir already configured
8459 if test "`cd $srcdir && pwd`" != "`pwd`" &&
8460 test -f $srcdir/config.status; then
8461 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
8557 if test "`cd $srcdir && pwd`" != "`pwd`"; then
8558 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
8559 # is not polluted with repeated "-I."
8560 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
8561 # test to see if srcdir already configured
8562 if test -f $srcdir/config.status; then
8563 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
8564 fi
84628565 fi
84638566
84648567 # test whether we have cygpath
84788581 AC_SUBST([PACKAGE], [$1])dnl
84798582 AC_SUBST([VERSION], [$2])],
84808583 [_AM_SET_OPTIONS([$1])dnl
8584 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
8585 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
8586 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
84818587 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
84828588 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
84838589
84938599 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
84948600 AM_MISSING_PROG(AUTOHEADER, autoheader)
84958601 AM_MISSING_PROG(MAKEINFO, makeinfo)
8496 AM_PROG_INSTALL_SH
8497 AM_PROG_INSTALL_STRIP
8602 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
8603 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
84988604 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
84998605 # We need awk for the "check" target. The system "awk" is bad on
85008606 # some platforms.
85028608 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
85038609 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
85048610 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
8505 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
8506 [_AM_PROG_TAR([v7])])])
8611 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
8612 [_AM_PROG_TAR([v7])])])
85078613 _AM_IF_OPTION([no-dependencies],,
85088614 [AC_PROVIDE_IFELSE([AC_PROG_CC],
8509 [_AM_DEPENDENCIES(CC)],
8510 [define([AC_PROG_CC],
8511 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
8615 [_AM_DEPENDENCIES(CC)],
8616 [define([AC_PROG_CC],
8617 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
85128618 AC_PROVIDE_IFELSE([AC_PROG_CXX],
8513 [_AM_DEPENDENCIES(CXX)],
8514 [define([AC_PROG_CXX],
8515 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
8619 [_AM_DEPENDENCIES(CXX)],
8620 [define([AC_PROG_CXX],
8621 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
8622 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
8623 [_AM_DEPENDENCIES(OBJC)],
8624 [define([AC_PROG_OBJC],
8625 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
85168626 ])
8627 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
8628 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
8629 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
8630 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
8631 AC_CONFIG_COMMANDS_PRE(dnl
8632 [m4_provide_if([_AM_COMPILER_EXEEXT],
8633 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
85178634 ])
8635
8636 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
8637 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
8638 dnl mangled by Autoconf and run in a shell conditional statement.
8639 m4_define([_AC_COMPILER_EXEEXT],
8640 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
85188641
85198642
85208643 # When config.status generates a header, we must update the stamp-h file.
85268649 # our stamp files there.
85278650 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
85288651 [# Compute $1's index in $config_headers.
8652 _am_arg=$1
85298653 _am_stamp_count=1
85308654 for _am_header in $config_headers :; do
85318655 case $_am_header in
8532 $1 | $1:* )
8656 $_am_arg | $_am_arg:* )
85338657 break ;;
85348658 * )
85358659 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
85368660 esac
85378661 done
8538 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
8539
8540 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
8662 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
8663
8664 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
85418665 #
85428666 # This file is free software; the Free Software Foundation
85438667 # gives unlimited permission to copy and/or distribute it,
85488672 # Define $install_sh.
85498673 AC_DEFUN([AM_PROG_INSTALL_SH],
85508674 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
8551 install_sh=${install_sh-"$am_aux_dir/install-sh"}
8675 if test x"${install_sh}" != xset; then
8676 case $am_aux_dir in
8677 *\ * | *\ *)
8678 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
8679 *)
8680 install_sh="\${SHELL} $am_aux_dir/install-sh"
8681 esac
8682 fi
85528683 AC_SUBST(install_sh)])
85538684
85548685 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
85728703 rmdir .tst 2>/dev/null
85738704 AC_SUBST([am__leading_dot])])
85748705
8575 # Check to see how 'make' treats includes. -*- Autoconf -*-
8576
8577 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
8706 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
8707 # From Jim Meyering
8708
8709 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
8710 # Free Software Foundation, Inc.
85788711 #
85798712 # This file is free software; the Free Software Foundation
85808713 # gives unlimited permission to copy and/or distribute it,
85818714 # with or without modifications, as long as this notice is preserved.
85828715
8583 # serial 3
8716 # serial 5
8717
8718 # AM_MAINTAINER_MODE([DEFAULT-MODE])
8719 # ----------------------------------
8720 # Control maintainer-specific portions of Makefiles.
8721 # Default is to disable them, unless `enable' is passed literally.
8722 # For symmetry, `disable' may be passed as well. Anyway, the user
8723 # can override the default with the --enable/--disable switch.
8724 AC_DEFUN([AM_MAINTAINER_MODE],
8725 [m4_case(m4_default([$1], [disable]),
8726 [enable], [m4_define([am_maintainer_other], [disable])],
8727 [disable], [m4_define([am_maintainer_other], [enable])],
8728 [m4_define([am_maintainer_other], [enable])
8729 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
8730 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
8731 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
8732 AC_ARG_ENABLE([maintainer-mode],
8733 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
8734 (and sometimes confusing) to the casual installer],
8735 [USE_MAINTAINER_MODE=$enableval],
8736 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
8737 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
8738 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
8739 MAINT=$MAINTAINER_MODE_TRUE
8740 AC_SUBST([MAINT])dnl
8741 ]
8742 )
8743
8744 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
8745
8746 # Check to see how 'make' treats includes. -*- Autoconf -*-
8747
8748 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
8749 #
8750 # This file is free software; the Free Software Foundation
8751 # gives unlimited permission to copy and/or distribute it,
8752 # with or without modifications, as long as this notice is preserved.
8753
8754 # serial 4
85848755
85858756 # AM_MAKE_INCLUDE()
85868757 # -----------------
85898760 [am_make=${MAKE-make}
85908761 cat > confinc << 'END'
85918762 am__doit:
8592 @echo done
8763 @echo this is the am__doit target
85938764 .PHONY: am__doit
85948765 END
85958766 # If we don't find an include directive, just comment out the code.
85998770 _am_result=none
86008771 # First try GNU make style include.
86018772 echo "include confinc" > confmf
8602 # We grep out `Entering directory' and `Leaving directory'
8603 # messages which can occur if `w' ends up in MAKEFLAGS.
8604 # In particular we don't look at `^make:' because GNU make might
8605 # be invoked under some other name (usually "gmake"), in which
8606 # case it prints its new name instead of `make'.
8607 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
8608 am__include=include
8609 am__quote=
8610 _am_result=GNU
8611 fi
8773 # Ignore all kinds of additional output from `make'.
8774 case `$am_make -s -f confmf 2> /dev/null` in #(
8775 *the\ am__doit\ target*)
8776 am__include=include
8777 am__quote=
8778 _am_result=GNU
8779 ;;
8780 esac
86128781 # Now try BSD make style include.
86138782 if test "$am__include" = "#"; then
86148783 echo '.include "confinc"' > confmf
8615 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
8616 am__include=.include
8617 am__quote="\""
8618 _am_result=BSD
8619 fi
8784 case `$am_make -s -f confmf 2> /dev/null` in #(
8785 *the\ am__doit\ target*)
8786 am__include=.include
8787 am__quote="\""
8788 _am_result=BSD
8789 ;;
8790 esac
86208791 fi
86218792 AC_SUBST([am__include])
86228793 AC_SUBST([am__quote])
86268797
86278798 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
86288799
8629 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
8800 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
86308801 # Free Software Foundation, Inc.
86318802 #
86328803 # This file is free software; the Free Software Foundation
86338804 # gives unlimited permission to copy and/or distribute it,
86348805 # with or without modifications, as long as this notice is preserved.
86358806
8636 # serial 4
8807 # serial 6
86378808
86388809 # AM_MISSING_PROG(NAME, PROGRAM)
86398810 # ------------------------------
86498820 # If it does, set am_missing_run to use it, otherwise, to nothing.
86508821 AC_DEFUN([AM_MISSING_HAS_RUN],
86518822 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
8652 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
8823 AC_REQUIRE_AUX_FILE([missing])dnl
8824 if test x"${MISSING+set}" != xset; then
8825 case $am_aux_dir in
8826 *\ * | *\ *)
8827 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
8828 *)
8829 MISSING="\${SHELL} $am_aux_dir/missing" ;;
8830 esac
8831 fi
86538832 # Use eval to expand $SHELL
86548833 if eval "$MISSING --run true"; then
86558834 am_missing_run="$MISSING --run "
86598838 fi
86608839 ])
86618840
8662 # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
8841 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
86638842 #
86648843 # This file is free software; the Free Software Foundation
86658844 # gives unlimited permission to copy and/or distribute it,
86678846
86688847 # AM_PROG_MKDIR_P
86698848 # ---------------
8670 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
8671 #
8672 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
8673 # created by `make install' are always world readable, even if the
8674 # installer happens to have an overly restrictive umask (e.g. 077).
8675 # This was a mistake. There are at least two reasons why we must not
8676 # use `-m 0755':
8677 # - it causes special bits like SGID to be ignored,
8678 # - it may be too restrictive (some setups expect 775 directories).
8679 #
8680 # Do not use -m 0755 and let people choose whatever they expect by
8681 # setting umask.
8682 #
8683 # We cannot accept any implementation of `mkdir' that recognizes `-p'.
8684 # Some implementations (such as Solaris 8's) are not thread-safe: if a
8685 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
8686 # concurrently, both version can detect that a/ is missing, but only
8687 # one can create it and the other will error out. Consequently we
8688 # restrict ourselves to GNU make (using the --version option ensures
8689 # this.)
8849 # Check for `mkdir -p'.
86908850 AC_DEFUN([AM_PROG_MKDIR_P],
8691 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
8692 # We used to keeping the `.' as first argument, in order to
8693 # allow $(mkdir_p) to be used without argument. As in
8694 # $(mkdir_p) $(somedir)
8695 # where $(somedir) is conditionally defined. However this is wrong
8696 # for two reasons:
8697 # 1. if the package is installed by a user who cannot write `.'
8698 # make install will fail,
8699 # 2. the above comment should most certainly read
8700 # $(mkdir_p) $(DESTDIR)$(somedir)
8701 # so it does not work when $(somedir) is undefined and
8702 # $(DESTDIR) is not.
8703 # To support the latter case, we have to write
8704 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
8705 # so the `.' trick is pointless.
8706 mkdir_p='mkdir -p --'
8707 else
8708 # On NextStep and OpenStep, the `mkdir' command does not
8709 # recognize any option. It will interpret all options as
8710 # directories to create, and then abort because `.' already
8711 # exists.
8712 for d in ./-p ./--version;
8713 do
8714 test -d $d && rmdir $d
8715 done
8716 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
8717 if test -f "$ac_aux_dir/mkinstalldirs"; then
8718 mkdir_p='$(mkinstalldirs)'
8719 else
8720 mkdir_p='$(install_sh) -d'
8721 fi
8722 fi
8723 AC_SUBST([mkdir_p])])
8851 [AC_PREREQ([2.60])dnl
8852 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
8853 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
8854 dnl while keeping a definition of mkdir_p for backward compatibility.
8855 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
8856 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
8857 dnl Makefile.ins that do not define MKDIR_P, so we do our own
8858 dnl adjustment using top_builddir (which is defined more often than
8859 dnl MKDIR_P).
8860 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
8861 case $mkdir_p in
8862 [[\\/$]]* | ?:[[\\/]]*) ;;
8863 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
8864 esac
8865 ])
87248866
87258867 # Helper functions for option handling. -*- Autoconf -*-
87268868
8727 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
8869 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
87288870 #
87298871 # This file is free software; the Free Software Foundation
87308872 # gives unlimited permission to copy and/or distribute it,
87318873 # with or without modifications, as long as this notice is preserved.
87328874
8733 # serial 3
8875 # serial 4
87348876
87358877 # _AM_MANGLE_OPTION(NAME)
87368878 # -----------------------
87478889 # ----------------------------------
87488890 # OPTIONS is a space-separated list of Automake options.
87498891 AC_DEFUN([_AM_SET_OPTIONS],
8750 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
8892 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
87518893
87528894 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
87538895 # -------------------------------------------
87578899
87588900 # Check to make sure that the build environment is sane. -*- Autoconf -*-
87598901
8760 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
8902 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
87618903 # Free Software Foundation, Inc.
87628904 #
87638905 # This file is free software; the Free Software Foundation
87648906 # gives unlimited permission to copy and/or distribute it,
87658907 # with or without modifications, as long as this notice is preserved.
87668908
8767 # serial 4
8909 # serial 5
87688910
87698911 # AM_SANITY_CHECK
87708912 # ---------------
87738915 # Just in case
87748916 sleep 1
87758917 echo timestamp > conftest.file
8918 # Reject unsafe characters in $srcdir or the absolute working directory
8919 # name. Accept space and tab only in the latter.
8920 am_lf='
8921 '
8922 case `pwd` in
8923 *[[\\\"\#\$\&\'\`$am_lf]]*)
8924 AC_MSG_ERROR([unsafe absolute working directory name]);;
8925 esac
8926 case $srcdir in
8927 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
8928 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
8929 esac
8930
87768931 # Do `set' in a subshell so we don't clobber the current shell's
87778932 # arguments. Must try -L first in case configure is actually a
87788933 # symlink; some systems play weird games with the mod time of symlinks
87798934 # (eg FreeBSD returns the mod time of the symlink's containing
87808935 # directory).
87818936 if (
8782 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
8937 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
87838938 if test "$[*]" = "X"; then
87848939 # -L didn't work.
8785 set X `ls -t $srcdir/configure conftest.file`
8940 set X `ls -t "$srcdir/configure" conftest.file`
87868941 fi
87878942 rm -f conftest.file
87888943 if test "$[*]" != "X $srcdir/configure conftest.file" \
88328987 if test "$cross_compiling" != no; then
88338988 AC_CHECK_TOOL([STRIP], [strip], :)
88348989 fi
8835 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
8990 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
88368991 AC_SUBST([INSTALL_STRIP_PROGRAM])])
8992
8993 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
8994 #
8995 # This file is free software; the Free Software Foundation
8996 # gives unlimited permission to copy and/or distribute it,
8997 # with or without modifications, as long as this notice is preserved.
8998
8999 # serial 2
9000
9001 # _AM_SUBST_NOTMAKE(VARIABLE)
9002 # ---------------------------
9003 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
9004 # This macro is traced by Automake.
9005 AC_DEFUN([_AM_SUBST_NOTMAKE])
9006
9007 # AM_SUBST_NOTMAKE(VARIABLE)
9008 # ---------------------------
9009 # Public sister of _AM_SUBST_NOTMAKE.
9010 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
88379011
88389012 # Check how to create a tarball. -*- Autoconf -*-
88399013
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
44 # Free Software Foundation, Inc.
55
6 timestamp='2008-01-23'
6 timestamp='2009-11-20'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
2626 # the same distribution terms that you use for the rest of that program.
2727
2828
29 # Originally written by Per Bothner <per@bothner.com>.
30 # Please send patches to <config-patches@gnu.org>. Submit a context
31 # diff and a properly formatted ChangeLog entry.
29 # Originally written by Per Bothner. Please send patches (context
30 # diff format) to <config-patches@gnu.org> and include a ChangeLog
31 # entry.
3232 #
3333 # This script attempts to guess a canonical system name similar to
3434 # config.sub. If it succeeds, it prints the system name on stdout, and
3535 # exits with 0. Otherwise, it exits with 1.
3636 #
37 # The plan is that this can be called by configure scripts if you
38 # don't specify an explicit build system type.
37 # You can get the latest version of this script from:
38 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
3939
4040 me=`echo "$0" | sed -e 's,.*/,,'`
4141
169169 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
170170 eval $set_cc_for_build
171171 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
172 | grep __ELF__ >/dev/null
172 | grep -q __ELF__
173173 then
174174 # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
175175 # Return netbsd for either. FIX?
323323 case `/usr/bin/uname -p` in
324324 sparc) echo sparc-icl-nx7; exit ;;
325325 esac ;;
326 s390x:SunOS:*:*)
327 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
328 exit ;;
326329 sun4H:SunOS:5.*:*)
327330 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
328331 exit ;;
329332 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
330333 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
331334 exit ;;
335 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
336 echo i386-pc-auroraux${UNAME_RELEASE}
337 exit ;;
332338 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
333 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
339 eval $set_cc_for_build
340 SUN_ARCH="i386"
341 # If there is a compiler, see if it is configured for 64-bit objects.
342 # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
343 # This test works for both compilers.
344 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
345 if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
346 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
347 grep IS_64BIT_ARCH >/dev/null
348 then
349 SUN_ARCH="x86_64"
350 fi
351 fi
352 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334353 exit ;;
335354 sun4*:SunOS:6*:*)
336355 # According to config.sub, this is the proper way to canonicalize
639658 # => hppa64-hp-hpux11.23
640659
641660 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
642 grep __LP64__ >/dev/null
661 grep -q __LP64__
643662 then
644663 HP_ARCH="hppa2.0w"
645664 else
790809 i*:PW*:*)
791810 echo ${UNAME_MACHINE}-pc-pw32
792811 exit ;;
793 *:Interix*:[3456]*)
812 *:Interix*:*)
794813 case ${UNAME_MACHINE} in
795814 x86)
796815 echo i586-pc-interix${UNAME_RELEASE}
797816 exit ;;
798 EM64T | authenticamd)
817 authenticamd | genuineintel | EM64T)
799818 echo x86_64-unknown-interix${UNAME_RELEASE}
800819 exit ;;
801820 IA64)
805824 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
806825 echo i${UNAME_MACHINE}-pc-mks
807826 exit ;;
827 8664:Windows_NT:*)
828 echo x86_64-pc-mks
829 exit ;;
808830 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
809831 # How do we know it's Interix rather than the generic POSIX subsystem?
810832 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
833855 exit ;;
834856 i*86:Minix:*:*)
835857 echo ${UNAME_MACHINE}-pc-minix
836 exit ;;
837 arm*:Linux:*:*)
838 eval $set_cc_for_build
839 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
840 | grep -q __ARM_EABI__
841 then
842 echo ${UNAME_MACHINE}-unknown-linux-gnu
843 else
844 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
845 fi
846 exit ;;
847 avr32*:Linux:*:*)
848 echo ${UNAME_MACHINE}-unknown-linux-gnu
849 exit ;;
850 cris:Linux:*:*)
851 echo cris-axis-linux-gnu
852 exit ;;
853 crisv32:Linux:*:*)
854 echo crisv32-axis-linux-gnu
855 exit ;;
856 frv:Linux:*:*)
857 echo frv-unknown-linux-gnu
858 exit ;;
859 ia64:Linux:*:*)
860 echo ${UNAME_MACHINE}-unknown-linux-gnu
861 exit ;;
862 m32r*:Linux:*:*)
863 echo ${UNAME_MACHINE}-unknown-linux-gnu
864 exit ;;
865 m68*:Linux:*:*)
866 echo ${UNAME_MACHINE}-unknown-linux-gnu
867 exit ;;
868 mips:Linux:*:*)
869 eval $set_cc_for_build
870 sed 's/^ //' << EOF >$dummy.c
871 #undef CPU
872 #undef mips
873 #undef mipsel
874 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
875 CPU=mipsel
876 #else
877 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
878 CPU=mips
879 #else
880 CPU=
881 #endif
882 #endif
883 EOF
884 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
885 /^CPU/{
886 s: ::g
887 p
888 }'`"
889 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
890 ;;
891 mips64:Linux:*:*)
892 eval $set_cc_for_build
893 sed 's/^ //' << EOF >$dummy.c
894 #undef CPU
895 #undef mips64
896 #undef mips64el
897 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
898 CPU=mips64el
899 #else
900 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
901 CPU=mips64
902 #else
903 CPU=
904 #endif
905 #endif
906 EOF
907 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
908 /^CPU/{
909 s: ::g
910 p
911 }'`"
912 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
913 ;;
914 or32:Linux:*:*)
915 echo or32-unknown-linux-gnu
916 exit ;;
917 ppc:Linux:*:*)
918 echo powerpc-unknown-linux-gnu
919 exit ;;
920 ppc64:Linux:*:*)
921 echo powerpc64-unknown-linux-gnu
922858 exit ;;
923859 alpha:Linux:*:*)
924860 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
930866 EV67) UNAME_MACHINE=alphaev67 ;;
931867 EV68*) UNAME_MACHINE=alphaev68 ;;
932868 esac
933 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
869 objdump --private-headers /bin/sh | grep -q ld.so.1
934870 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
935871 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
872 exit ;;
873 arm*:Linux:*:*)
874 eval $set_cc_for_build
875 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
876 | grep -q __ARM_EABI__
877 then
878 echo ${UNAME_MACHINE}-unknown-linux-gnu
879 else
880 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
881 fi
882 exit ;;
883 avr32*:Linux:*:*)
884 echo ${UNAME_MACHINE}-unknown-linux-gnu
885 exit ;;
886 cris:Linux:*:*)
887 echo cris-axis-linux-gnu
888 exit ;;
889 crisv32:Linux:*:*)
890 echo crisv32-axis-linux-gnu
891 exit ;;
892 frv:Linux:*:*)
893 echo frv-unknown-linux-gnu
894 exit ;;
895 i*86:Linux:*:*)
896 LIBC=gnu
897 eval $set_cc_for_build
898 sed 's/^ //' << EOF >$dummy.c
899 #ifdef __dietlibc__
900 LIBC=dietlibc
901 #endif
902 EOF
903 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
904 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
905 exit ;;
906 ia64:Linux:*:*)
907 echo ${UNAME_MACHINE}-unknown-linux-gnu
908 exit ;;
909 m32r*:Linux:*:*)
910 echo ${UNAME_MACHINE}-unknown-linux-gnu
911 exit ;;
912 m68*:Linux:*:*)
913 echo ${UNAME_MACHINE}-unknown-linux-gnu
914 exit ;;
915 mips:Linux:*:* | mips64:Linux:*:*)
916 eval $set_cc_for_build
917 sed 's/^ //' << EOF >$dummy.c
918 #undef CPU
919 #undef ${UNAME_MACHINE}
920 #undef ${UNAME_MACHINE}el
921 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
922 CPU=${UNAME_MACHINE}el
923 #else
924 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
925 CPU=${UNAME_MACHINE}
926 #else
927 CPU=
928 #endif
929 #endif
930 EOF
931 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
932 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
933 ;;
934 or32:Linux:*:*)
935 echo or32-unknown-linux-gnu
936 exit ;;
937 padre:Linux:*:*)
938 echo sparc-unknown-linux-gnu
939 exit ;;
940 parisc64:Linux:*:* | hppa64:Linux:*:*)
941 echo hppa64-unknown-linux-gnu
936942 exit ;;
937943 parisc:Linux:*:* | hppa:Linux:*:*)
938944 # Look for CPU level
942948 *) echo hppa-unknown-linux-gnu ;;
943949 esac
944950 exit ;;
945 parisc64:Linux:*:* | hppa64:Linux:*:*)
946 echo hppa64-unknown-linux-gnu
951 ppc64:Linux:*:*)
952 echo powerpc64-unknown-linux-gnu
953 exit ;;
954 ppc:Linux:*:*)
955 echo powerpc-unknown-linux-gnu
947956 exit ;;
948957 s390:Linux:*:* | s390x:Linux:*:*)
949958 echo ${UNAME_MACHINE}-ibm-linux
966975 xtensa*:Linux:*:*)
967976 echo ${UNAME_MACHINE}-unknown-linux-gnu
968977 exit ;;
969 i*86:Linux:*:*)
970 # The BFD linker knows what the default object file format is, so
971 # first see if it will tell us. cd to the root directory to prevent
972 # problems with other programs or directories called `ld' in the path.
973 # Set LC_ALL=C to ensure ld outputs messages in English.
974 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
975 | sed -ne '/supported targets:/!d
976 s/[ ][ ]*/ /g
977 s/.*supported targets: *//
978 s/ .*//
979 p'`
980 case "$ld_supported_targets" in
981 elf32-i386)
982 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
983 ;;
984 a.out-i386-linux)
985 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
986 exit ;;
987 coff-i386)
988 echo "${UNAME_MACHINE}-pc-linux-gnucoff"
989 exit ;;
990 "")
991 # Either a pre-BFD a.out linker (linux-gnuoldld) or
992 # one that does not give us useful --help.
993 echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
994 exit ;;
995 esac
996 # Determine whether the default compiler is a.out or elf
997 eval $set_cc_for_build
998 sed 's/^ //' << EOF >$dummy.c
999 #include <features.h>
1000 #ifdef __ELF__
1001 # ifdef __GLIBC__
1002 # if __GLIBC__ >= 2
1003 LIBC=gnu
1004 # else
1005 LIBC=gnulibc1
1006 # endif
1007 # else
1008 LIBC=gnulibc1
1009 # endif
1010 #else
1011 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
1012 LIBC=gnu
1013 #else
1014 LIBC=gnuaout
1015 #endif
1016 #endif
1017 #ifdef __dietlibc__
1018 LIBC=dietlibc
1019 #endif
1020 EOF
1021 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1022 /^LIBC/{
1023 s: ::g
1024 p
1025 }'`"
1026 test x"${LIBC}" != x && {
1027 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
1028 exit
1029 }
1030 test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
1031 ;;
1032978 i*86:DYNIX/ptx:4*:*)
1033979 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1034980 # earlier versions are messed up and put the nodename in both
10571003 i*86:syllable:*:*)
10581004 echo ${UNAME_MACHINE}-pc-syllable
10591005 exit ;;
1060 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
1006 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
10611007 echo i386-unknown-lynxos${UNAME_RELEASE}
10621008 exit ;;
10631009 i*86:*DOS:*:*)
11011047 pc:*:*:*)
11021048 # Left here for compatibility:
11031049 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1104 # the processor, so we play safe by assuming i386.
1105 echo i386-pc-msdosdjgpp
1050 # the processor, so we play safe by assuming i586.
1051 # Note: whatever this is, it MUST be the same as what config.sub
1052 # prints for the "djgpp" host, or else GDB configury will decide that
1053 # this is a cross-build.
1054 echo i586-pc-msdosdjgpp
11061055 exit ;;
11071056 Intel:Mach:3*:*)
11081057 echo i386-pc-mach3
11401089 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
11411090 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
11421091 && { echo i486-ncr-sysv4; exit; } ;;
1092 NCR*:*:4.2:* | MPRAS*:*:4.2:*)
1093 OS_REL='.3'
1094 test -r /etc/.relid \
1095 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1096 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1097 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1098 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1099 && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
1100 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1101 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
11431102 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
11441103 echo m68k-unknown-lynxos${UNAME_RELEASE}
11451104 exit ;;
11521111 rs6000:LynxOS:2.*:*)
11531112 echo rs6000-unknown-lynxos${UNAME_RELEASE}
11541113 exit ;;
1155 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
1114 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
11561115 echo powerpc-unknown-lynxos${UNAME_RELEASE}
11571116 exit ;;
11581117 SM[BE]S:UNIX_SV:*:*)
12151174 BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
12161175 echo i586-pc-beos
12171176 exit ;;
1177 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
1178 echo i586-pc-haiku
1179 exit ;;
12181180 SX-4:SUPER-UX:*:*)
12191181 echo sx4-nec-superux${UNAME_RELEASE}
12201182 exit ;;
12421204 *:Darwin:*:*)
12431205 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
12441206 case $UNAME_PROCESSOR in
1207 i386)
1208 eval $set_cc_for_build
1209 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1210 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1211 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1212 grep IS_64BIT_ARCH >/dev/null
1213 then
1214 UNAME_PROCESSOR="x86_64"
1215 fi
1216 fi ;;
12451217 unknown) UNAME_PROCESSOR=powerpc ;;
12461218 esac
12471219 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
13221294 exit ;;
13231295 i*86:rdos:*:*)
13241296 echo ${UNAME_MACHINE}-pc-rdos
1297 exit ;;
1298 i*86:AROS:*:*)
1299 echo ${UNAME_MACHINE}-pc-aros
13251300 exit ;;
13261301 esac
13271302
00 #! /bin/sh
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
44 # Free Software Foundation, Inc.
55
6 timestamp='2008-01-16'
6 timestamp='2009-11-20'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
3131
3232
3333 # Please send patches to <config-patches@gnu.org>. Submit a context
34 # diff and a properly formatted ChangeLog entry.
34 # diff and a properly formatted GNU ChangeLog entry.
3535 #
3636 # Configuration subroutine to validate and canonicalize a configuration type.
3737 # Supply the specified configuration type as an argument.
3838 # If it is invalid, we print an error message on stderr and exit with code 1.
3939 # Otherwise, we print the canonical config type on stdout and succeed.
40
41 # You can get the latest version of this script from:
42 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
4043
4144 # This file is supposed to be the same for all GNU packages
4245 # and recognize all the CPU types, system types and aliases
121124 case $maybe_os in
122125 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
123126 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
127 kopensolaris*-gnu* | \
124128 storm-chaos* | os2-emx* | rtmk-nova*)
125129 os=-$maybe_os
126130 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
147151 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
148152 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
149153 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
150 -apple | -axis | -knuth | -cray)
154 -apple | -axis | -knuth | -cray | -microblaze)
151155 os=
152156 basic_machine=$1
157 ;;
158 -bluegene*)
159 os=-cnk
153160 ;;
154161 -sim | -cisco | -oki | -wec | -winbond)
155162 os=
248255 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
249256 | i370 | i860 | i960 | ia64 \
250257 | ip2k | iq2000 \
258 | lm32 \
251259 | m32c | m32r | m32rle | m68000 | m68k | m88k \
252 | maxq | mb | microblaze | mcore | mep \
260 | maxq | mb | microblaze | mcore | mep | metag \
253261 | mips | mipsbe | mipseb | mipsel | mipsle \
254262 | mips16 \
255263 | mips64 | mips64el \
264 | mips64octeon | mips64octeonel \
265 | mips64orion | mips64orionel \
266 | mips64r5900 | mips64r5900el \
256267 | mips64vr | mips64vrel \
257 | mips64orion | mips64orionel \
258268 | mips64vr4100 | mips64vr4100el \
259269 | mips64vr4300 | mips64vr4300el \
260270 | mips64vr5000 | mips64vr5000el \
267277 | mipsisa64sr71k | mipsisa64sr71kel \
268278 | mipstx39 | mipstx39el \
269279 | mn10200 | mn10300 \
280 | moxie \
270281 | mt \
271282 | msp430 \
272283 | nios | nios2 \
275286 | pdp10 | pdp11 | pj | pjl \
276287 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
277288 | pyramid \
289 | rx \
278290 | score \
279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
291 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
280292 | sh64 | sh64le \
281293 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
282294 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
283295 | spu | strongarm \
284296 | tahoe | thumb | tic4x | tic80 | tron \
297 | ubicom32 \
285298 | v850 | v850e \
286299 | we32k \
287300 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
288 | z8k)
301 | z8k | z80)
289302 basic_machine=$basic_machine-unknown
290303 ;;
291 m6811 | m68hc11 | m6812 | m68hc12)
304 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
292305 # Motorola 68HC11/12.
293306 basic_machine=$basic_machine-unknown
294307 os=-none
328341 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329342 | i*86-* | i860-* | i960-* | ia64-* \
330343 | ip2k-* | iq2000-* \
344 | lm32-* \
331345 | m32c-* | m32r-* | m32rle-* \
332346 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
333 | m88110-* | m88k-* | maxq-* | mcore-* \
347 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
334348 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
335349 | mips16-* \
336350 | mips64-* | mips64el-* \
351 | mips64octeon-* | mips64octeonel-* \
352 | mips64orion-* | mips64orionel-* \
353 | mips64r5900-* | mips64r5900el-* \
337354 | mips64vr-* | mips64vrel-* \
338 | mips64orion-* | mips64orionel-* \
339355 | mips64vr4100-* | mips64vr4100el-* \
340356 | mips64vr4300-* | mips64vr4300el-* \
341357 | mips64vr5000-* | mips64vr5000el-* \
356372 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
357373 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
358374 | pyramid-* \
359 | romp-* | rs6000-* \
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
375 | romp-* | rs6000-* | rx-* \
376 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
361377 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
362378 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
363379 | sparclite-* \
364380 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
365381 | tahoe-* | thumb-* \
366 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
382 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
367383 | tron-* \
384 | ubicom32-* \
368385 | v850-* | v850e-* | vax-* \
369386 | we32k-* \
370387 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371388 | xstormy16-* | xtensa*-* \
372389 | ymp-* \
373 | z8k-*)
390 | z8k-* | z80-*)
374391 ;;
375392 # Recognize the basic CPU types without company name, with glob match.
376393 xtensa*)
438455 basic_machine=m68k-apollo
439456 os=-bsd
440457 ;;
458 aros)
459 basic_machine=i386-pc
460 os=-aros
461 ;;
441462 aux)
442463 basic_machine=m68k-apple
443464 os=-aux
454475 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
455476 os=-linux
456477 ;;
478 bluegene*)
479 basic_machine=powerpc-ibm
480 os=-cnk
481 ;;
457482 c90)
458483 basic_machine=c90-cray
459484 os=-unicos
460485 ;;
486 cegcc)
487 basic_machine=arm-unknown
488 os=-cegcc
489 ;;
461490 convex-c1)
462491 basic_machine=c1-convex
463492 os=-bsd
524553 delta88)
525554 basic_machine=m88k-motorola
526555 os=-sysv3
556 ;;
557 dicos)
558 basic_machine=i686-pc
559 os=-dicos
527560 ;;
528561 djgpp)
529562 basic_machine=i586-pc
697730 merlin)
698731 basic_machine=ns32k-utek
699732 os=-sysv
733 ;;
734 microblaze)
735 basic_machine=microblaze-xilinx
700736 ;;
701737 mingw32)
702738 basic_machine=i386-pc
11271163 basic_machine=z8k-unknown
11281164 os=-sim
11291165 ;;
1166 z80-*-coff)
1167 basic_machine=z80-unknown
1168 os=-sim
1169 ;;
11301170 none)
11311171 basic_machine=none-none
11321172 os=-none
11651205 we32k)
11661206 basic_machine=we32k-att
11671207 ;;
1168 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1208 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
11691209 basic_machine=sh-unknown
11701210 ;;
11711211 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
12151255 # First match some system type aliases
12161256 # that might get confused with valid system types.
12171257 # -solaris* is a basic system type, with this one exception.
1258 -auroraux)
1259 os=-auroraux
1260 ;;
12181261 -solaris1 | -solaris1.*)
12191262 os=`echo $os | sed -e 's|solaris1|sunos4|'`
12201263 ;;
12351278 # Each alternative MUST END IN A *, to match a version number.
12361279 # -sysv* is not here because it comes later, after sysvr4.
12371280 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1238 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1239 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1281 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1282 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1283 | -sym* | -kopensolaris* \
12401284 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1241 | -aos* \
1285 | -aos* | -aros* \
12421286 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
12431287 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
12441288 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
12471291 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
12481292 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
12491293 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1250 | -chorusos* | -chorusrdb* \
1294 | -chorusos* | -chorusrdb* | -cegcc* \
12511295 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
12521296 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
12531297 | -uxpv* | -beos* | -mpeix* | -udk* \
12571301 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
12581302 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
12591303 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1260 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1304 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
12611305 # Remember, each alternative MUST END IN *, to match a version number.
12621306 ;;
12631307 -qnx*)
13871431 -zvmoe)
13881432 os=-zvmoe
13891433 ;;
1434 -dicos*)
1435 os=-dicos
1436 ;;
13901437 -none)
13911438 ;;
13921439 *)
15841631 -sunos*)
15851632 vendor=sun
15861633 ;;
1587 -aix*)
1634 -cnk*|-aix*)
15881635 vendor=ibm
15891636 ;;
15901637 -beos*)
+2475
-2085
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.61 for sugar-artwork 0.84.1.
2 # Generated by GNU Autoconf 2.63 for sugar-artwork 0.88.1.
33 #
44 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
5 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
66 # This configure script is free software; the Free Software Foundation
77 # gives unlimited permission to copy, distribute and modify it.
88 ## --------------------- ##
1414 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1515 emulate sh
1616 NULLCMD=:
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1818 # is contrary to our usage. Disable this feature.
1919 alias -g '${1+"$@"}'='"$@"'
2020 setopt NO_GLOB_SUBST
3636 as_cr_digits='0123456789'
3737 as_cr_alnum=$as_cr_Letters$as_cr_digits
3838
39 as_nl='
40 '
41 export as_nl
42 # Printing a long string crashes Solaris 7 /usr/bin/printf.
43 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
46 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='printf %s\n'
48 as_echo_n='printf %s'
49 else
50 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
51 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
52 as_echo_n='/usr/ucb/echo -n'
53 else
54 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
55 as_echo_n_body='eval
56 arg=$1;
57 case $arg in
58 *"$as_nl"*)
59 expr "X$arg" : "X\\(.*\\)$as_nl";
60 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
61 esac;
62 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
63 '
64 export as_echo_n_body
65 as_echo_n='sh -c $as_echo_n_body as_echo'
66 fi
67 export as_echo_body
68 as_echo='sh -c $as_echo_body as_echo'
69 fi
70
3971 # The user is always right.
4072 if test "${PATH_SEPARATOR+set}" != set; then
41 echo "#! /bin/sh" >conf$$.sh
42 echo "exit 0" >>conf$$.sh
43 chmod +x conf$$.sh
44 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
45 PATH_SEPARATOR=';'
46 else
47 PATH_SEPARATOR=:
48 fi
49 rm -f conf$$.sh
73 PATH_SEPARATOR=:
74 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
75 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
76 PATH_SEPARATOR=';'
77 }
5078 fi
5179
5280 # Support unset when possible.
6290 # there to prevent editors from complaining about space-tab.
6391 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6492 # splitting by setting IFS to empty value.)
65 as_nl='
66 '
6793 IFS=" "" $as_nl"
6894
6995 # Find who we are. Look in the path if we contain no directory separator.
86112 as_myself=$0
87113 fi
88114 if test ! -f "$as_myself"; then
89 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
90116 { (exit 1); exit 1; }
91117 fi
92118
99125 PS4='+ '
100126
101127 # NLS nuisances.
102 for as_var in \
103 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
104 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
105 LC_TELEPHONE LC_TIME
106 do
107 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
108 eval $as_var=C; export $as_var
109 else
110 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
111 fi
112 done
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
113132
114133 # Required to use basename.
115134 if expr a : '\(a\)' >/dev/null 2>&1 &&
131150 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
132151 X"$0" : 'X\(//\)$' \| \
133152 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
134 echo X/"$0" |
153 $as_echo X/"$0" |
135154 sed '/^.*\/\([^/][^/]*\)\/*$/{
136155 s//\1/
137156 q
157176 as_have_required=no
158177 fi
159178
160 if test $as_have_required = yes && (eval ":
179 if test $as_have_required = yes && (eval ":
161180 (as_func_return () {
162181 (exit \$1)
163182 }
239258 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240259 emulate sh
241260 NULLCMD=:
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
261 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
243262 # is contrary to our usage. Disable this feature.
244263 alias -g '${1+"$@"}'='"$@"'
245264 setopt NO_GLOB_SUBST
260279 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
261280 emulate sh
262281 NULLCMD=:
263 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
282 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
264283 # is contrary to our usage. Disable this feature.
265284 alias -g '${1+"$@"}'='"$@"'
266285 setopt NO_GLOB_SUBST
340359
341360 if test "x$CONFIG_SHELL" != x; then
342361 for as_var in BASH_ENV ENV
343 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
344 done
345 export CONFIG_SHELL
346 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
362 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
363 done
364 export CONFIG_SHELL
365 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
347366 fi
348367
349368
412431
413432 test \$exitcode = 0") || {
414433 echo No shell found that supports shell functions.
415 echo Please tell autoconf@gnu.org about your system,
416 echo including any error possibly output before this
417 echo message
434 echo Please tell bug-autoconf@gnu.org about your system,
435 echo including any error possibly output before this message.
436 echo This can help us improve future autoconf versions.
437 echo Configuration will now proceed without shell functions.
418438 }
419439
420440
450470 s/-\n.*//
451471 ' >$as_me.lineno &&
452472 chmod +x "$as_me.lineno" ||
453 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
473 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
454474 { (exit 1); exit 1; }; }
455475
456476 # Don't try to exec as it changes $[0], causing all sort of problems
478498 *)
479499 ECHO_N='-n';;
480500 esac
481
482501 if expr a : '\(a\)' >/dev/null 2>&1 &&
483502 test "X`expr 00001 : '.*\(...\)'`" = X001; then
484503 as_expr=expr
491510 rm -f conf$$.dir/conf$$.file
492511 else
493512 rm -f conf$$.dir
494 mkdir conf$$.dir
495 fi
496 echo >conf$$.file
497 if ln -s conf$$.file conf$$ 2>/dev/null; then
498 as_ln_s='ln -s'
499 # ... but there are two gotchas:
500 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
501 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
502 # In both cases, we have to default to `cp -p'.
503 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
513 mkdir conf$$.dir 2>/dev/null
514 fi
515 if (echo >conf$$.file) 2>/dev/null; then
516 if ln -s conf$$.file conf$$ 2>/dev/null; then
517 as_ln_s='ln -s'
518 # ... but there are two gotchas:
519 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
520 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
521 # In both cases, we have to default to `cp -p'.
522 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
523 as_ln_s='cp -p'
524 elif ln conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s=ln
526 else
504527 as_ln_s='cp -p'
505 elif ln conf$$.file conf$$ 2>/dev/null; then
506 as_ln_s=ln
528 fi
507529 else
508530 as_ln_s='cp -p'
509531 fi
528550 as_test_x='
529551 eval sh -c '\''
530552 if test -d "$1"; then
531 test -d "$1/.";
553 test -d "$1/.";
532554 else
533555 case $1 in
534 -*)set "./$1";;
556 -*)set "./$1";;
535557 esac;
536558 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
537559 ???[sx]*):;;*)false;;esac;fi
720742 # Identity of this package.
721743 PACKAGE_NAME='sugar-artwork'
722744 PACKAGE_TARNAME='sugar-artwork'
723 PACKAGE_VERSION='0.84.1'
724 PACKAGE_STRING='sugar-artwork 0.84.1'
745 PACKAGE_VERSION='0.88.1'
746 PACKAGE_STRING='sugar-artwork 0.88.1'
725747 PACKAGE_BUGREPORT=''
726748
727749 # Factoring default headers for most tests.
760782 # include <unistd.h>
761783 #endif"
762784
763 ac_subst_vars='SHELL
785 ac_subst_vars='am__EXEEXT_FALSE
786 am__EXEEXT_TRUE
787 LTLIBOBJS
788 LIBOBJS
789 ICONMAP
790 GTK_VERSION
791 ENGINE_LIBS
792 ENGINE_CFLAGS
793 GDK_PIXBUF2_LIBS
794 GDK_PIXBUF2_CFLAGS
795 GTK2_LIBS
796 GTK2_CFLAGS
797 ICON_SLICER
798 OTOOL64
799 OTOOL
800 LIPO
801 NMEDIT
802 DSYMUTIL
803 lt_ECHO
804 RANLIB
805 AR
806 OBJDUMP
807 LN_S
808 NM
809 ac_ct_DUMPBIN
810 DUMPBIN
811 LD
812 FGREP
813 SED
814 host_os
815 host_vendor
816 host_cpu
817 host
818 build_os
819 build_vendor
820 build_cpu
821 build
822 LIBTOOL
823 EGREP
824 GREP
825 CPP
826 am__fastdepCC_FALSE
827 am__fastdepCC_TRUE
828 CCDEPMODE
829 AMDEPBACKSLASH
830 AMDEP_FALSE
831 AMDEP_TRUE
832 am__quote
833 am__include
834 DEPDIR
835 OBJEXT
836 EXEEXT
837 ac_ct_CC
838 CPPFLAGS
839 LDFLAGS
840 CFLAGS
841 CC
842 WARN_CFLAGS
843 PKG_CONFIG
844 MAINT
845 MAINTAINER_MODE_FALSE
846 MAINTAINER_MODE_TRUE
847 am__untar
848 am__tar
849 AMTAR
850 am__leading_dot
851 SET_MAKE
852 AWK
853 mkdir_p
854 MKDIR_P
855 INSTALL_STRIP_PROGRAM
856 STRIP
857 install_sh
858 MAKEINFO
859 AUTOHEADER
860 AUTOMAKE
861 AUTOCONF
862 ACLOCAL
863 VERSION
864 PACKAGE
865 CYGPATH_W
866 am__isrc
867 INSTALL_DATA
868 INSTALL_SCRIPT
869 INSTALL_PROGRAM
870 target_alias
871 host_alias
872 build_alias
873 LIBS
874 ECHO_T
875 ECHO_N
876 ECHO_C
877 DEFS
878 mandir
879 localedir
880 libdir
881 psdir
882 pdfdir
883 dvidir
884 htmldir
885 infodir
886 docdir
887 oldincludedir
888 includedir
889 localstatedir
890 sharedstatedir
891 sysconfdir
892 datadir
893 datarootdir
894 libexecdir
895 sbindir
896 bindir
897 program_transform_name
898 prefix
899 exec_prefix
900 PACKAGE_BUGREPORT
901 PACKAGE_STRING
902 PACKAGE_VERSION
903 PACKAGE_TARNAME
904 PACKAGE_NAME
764905 PATH_SEPARATOR
765 PACKAGE_NAME
766 PACKAGE_TARNAME
767 PACKAGE_VERSION
768 PACKAGE_STRING
769 PACKAGE_BUGREPORT
770 exec_prefix
771 prefix
772 program_transform_name
773 bindir
774 sbindir
775 libexecdir
776 datarootdir
777 datadir
778 sysconfdir
779 sharedstatedir
780 localstatedir
781 includedir
782 oldincludedir
783 docdir
784 infodir
785 htmldir
786 dvidir
787 pdfdir
788 psdir
789 libdir
790 localedir
791 mandir
792 DEFS
793 ECHO_C
794 ECHO_N
795 ECHO_T
796 LIBS
797 build_alias
798 host_alias
799 target_alias
800 INSTALL_PROGRAM
801 INSTALL_SCRIPT
802 INSTALL_DATA
803 CYGPATH_W
804 PACKAGE
805 VERSION
806 ACLOCAL
807 AUTOCONF
808 AUTOMAKE
809 AUTOHEADER
810 MAKEINFO
811 install_sh
812 STRIP
813 INSTALL_STRIP_PROGRAM
814 mkdir_p
815 AWK
816 SET_MAKE
817 am__leading_dot
818 AMTAR
819 am__tar
820 am__untar
821 PKG_CONFIG
822 CC
823 CFLAGS
824 LDFLAGS
825 CPPFLAGS
826 ac_ct_CC
827 EXEEXT
828 OBJEXT
829 DEPDIR
830 am__include
831 am__quote
832 AMDEP_TRUE
833 AMDEP_FALSE
834 AMDEPBACKSLASH
835 CCDEPMODE
836 am__fastdepCC_TRUE
837 am__fastdepCC_FALSE
838 CPP
839 GREP
840 EGREP
841 LIBTOOL
842 build
843 build_cpu
844 build_vendor
845 build_os
846 host
847 host_cpu
848 host_vendor
849 host_os
850 SED
851 FGREP
852 LD
853 DUMPBIN
854 ac_ct_DUMPBIN
855 NM
856 LN_S
857 AR
858 RANLIB
859 lt_ECHO
860 DSYMUTIL
861 NMEDIT
862 LIPO
863 OTOOL
864 OTOOL64
865 ICON_SLICER
866 GTK2_CFLAGS
867 GTK2_LIBS
868 GDK_PIXBUF2_CFLAGS
869 GDK_PIXBUF2_LIBS
870 ENGINE_CFLAGS
871 ENGINE_LIBS
872 GTK_VERSION
873 ICONMAP
874 LIBOBJS
875 LTLIBOBJS'
906 SHELL'
876907 ac_subst_files=''
908 ac_user_opts='
909 enable_option_checking
910 enable_maintainer_mode
911 enable_static
912 enable_dependency_tracking
913 enable_shared
914 with_pic
915 enable_fast_install
916 with_gnu_ld
917 enable_libtool_lock
918 '
877919 ac_precious_vars='build_alias
878920 host_alias
879921 target_alias
893935 # Initialize some variables set by options.
894936 ac_init_help=
895937 ac_init_version=false
938 ac_unrecognized_opts=
939 ac_unrecognized_sep=
896940 # The variables have the same names as the options, with
897941 # dashes changed to underlines.
898942 cache_file=/dev/null
9911035 datarootdir=$ac_optarg ;;
9921036
9931037 -disable-* | --disable-*)
994 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1038 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
9951039 # Reject names that are not valid shell variable names.
996 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
997 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1040 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1041 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
9981042 { (exit 1); exit 1; }; }
999 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1000 eval enable_$ac_feature=no ;;
1043 ac_useropt_orig=$ac_useropt
1044 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1045 case $ac_user_opts in
1046 *"
1047 "enable_$ac_useropt"
1048 "*) ;;
1049 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1050 ac_unrecognized_sep=', ';;
1051 esac
1052 eval enable_$ac_useropt=no ;;
10011053
10021054 -docdir | --docdir | --docdi | --doc | --do)
10031055 ac_prev=docdir ;;
10101062 dvidir=$ac_optarg ;;
10111063
10121064 -enable-* | --enable-*)
1013 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1065 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10141066 # Reject names that are not valid shell variable names.
1015 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1016 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1067 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1068 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
10171069 { (exit 1); exit 1; }; }
1018 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1019 eval enable_$ac_feature=\$ac_optarg ;;
1070 ac_useropt_orig=$ac_useropt
1071 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1072 case $ac_user_opts in
1073 *"
1074 "enable_$ac_useropt"
1075 "*) ;;
1076 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1077 ac_unrecognized_sep=', ';;
1078 esac
1079 eval enable_$ac_useropt=\$ac_optarg ;;
10201080
10211081 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
10221082 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
12071267 ac_init_version=: ;;
12081268
12091269 -with-* | --with-*)
1210 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1270 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12111271 # Reject names that are not valid shell variable names.
1212 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1213 { echo "$as_me: error: invalid package name: $ac_package" >&2
1272 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1273 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
12141274 { (exit 1); exit 1; }; }
1215 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1216 eval with_$ac_package=\$ac_optarg ;;
1275 ac_useropt_orig=$ac_useropt
1276 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1277 case $ac_user_opts in
1278 *"
1279 "with_$ac_useropt"
1280 "*) ;;
1281 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1282 ac_unrecognized_sep=', ';;
1283 esac
1284 eval with_$ac_useropt=\$ac_optarg ;;
12171285
12181286 -without-* | --without-*)
1219 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1287 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12201288 # Reject names that are not valid shell variable names.
1221 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1222 { echo "$as_me: error: invalid package name: $ac_package" >&2
1289 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1290 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
12231291 { (exit 1); exit 1; }; }
1224 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1225 eval with_$ac_package=no ;;
1292 ac_useropt_orig=$ac_useropt
1293 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1294 case $ac_user_opts in
1295 *"
1296 "with_$ac_useropt"
1297 "*) ;;
1298 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1299 ac_unrecognized_sep=', ';;
1300 esac
1301 eval with_$ac_useropt=no ;;
12261302
12271303 --x)
12281304 # Obsolete; use --with-x.
12421318 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
12431319 x_libraries=$ac_optarg ;;
12441320
1245 -*) { echo "$as_me: error: unrecognized option: $ac_option
1321 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
12461322 Try \`$0 --help' for more information." >&2
12471323 { (exit 1); exit 1; }; }
12481324 ;;
12511327 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
12521328 # Reject names that are not valid shell variable names.
12531329 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1254 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1330 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
12551331 { (exit 1); exit 1; }; }
12561332 eval $ac_envvar=\$ac_optarg
12571333 export $ac_envvar ;;
12581334
12591335 *)
12601336 # FIXME: should be removed in autoconf 3.0.
1261 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1337 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12621338 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1263 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1339 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12641340 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
12651341 ;;
12661342
12691345
12701346 if test -n "$ac_prev"; then
12711347 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1272 { echo "$as_me: error: missing argument to $ac_option" >&2
1348 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
12731349 { (exit 1); exit 1; }; }
12741350 fi
12751351
1276 # Be sure to have absolute directory names.
1352 if test -n "$ac_unrecognized_opts"; then
1353 case $enable_option_checking in
1354 no) ;;
1355 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1356 { (exit 1); exit 1; }; } ;;
1357 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1358 esac
1359 fi
1360
1361 # Check all directory arguments for consistency.
12771362 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12781363 datadir sysconfdir sharedstatedir localstatedir includedir \
12791364 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12801365 libdir localedir mandir
12811366 do
12821367 eval ac_val=\$$ac_var
1368 # Remove trailing slashes.
1369 case $ac_val in
1370 */ )
1371 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1372 eval $ac_var=\$ac_val;;
1373 esac
1374 # Be sure to have absolute directory names.
12831375 case $ac_val in
12841376 [\\/$]* | ?:[\\/]* ) continue;;
12851377 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
12861378 esac
1287 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1379 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
12881380 { (exit 1); exit 1; }; }
12891381 done
12901382
12991391 if test "x$host_alias" != x; then
13001392 if test "x$build_alias" = x; then
13011393 cross_compiling=maybe
1302 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1394 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
13031395 If a cross compiler is detected then cross compile mode will be used." >&2
13041396 elif test "x$build_alias" != "x$host_alias"; then
13051397 cross_compiling=yes
13151407 ac_pwd=`pwd` && test -n "$ac_pwd" &&
13161408 ac_ls_di=`ls -di .` &&
13171409 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1318 { echo "$as_me: error: Working directory cannot be determined" >&2
1410 { $as_echo "$as_me: error: working directory cannot be determined" >&2
13191411 { (exit 1); exit 1; }; }
13201412 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1321 { echo "$as_me: error: pwd does not report name of working directory" >&2
1413 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
13221414 { (exit 1); exit 1; }; }
13231415
13241416
13261418 if test -z "$srcdir"; then
13271419 ac_srcdir_defaulted=yes
13281420 # Try the directory containing this script, then the parent directory.
1329 ac_confdir=`$as_dirname -- "$0" ||
1330 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1331 X"$0" : 'X\(//\)[^/]' \| \
1332 X"$0" : 'X\(//\)$' \| \
1333 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1334 echo X"$0" |
1421 ac_confdir=`$as_dirname -- "$as_myself" ||
1422 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1423 X"$as_myself" : 'X\(//\)[^/]' \| \
1424 X"$as_myself" : 'X\(//\)$' \| \
1425 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1426 $as_echo X"$as_myself" |
13351427 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13361428 s//\1/
13371429 q
13581450 fi
13591451 if test ! -r "$srcdir/$ac_unique_file"; then
13601452 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1361 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1453 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
13621454 { (exit 1); exit 1; }; }
13631455 fi
13641456 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
13651457 ac_abs_confdir=`(
1366 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1458 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
13671459 { (exit 1); exit 1; }; }
13681460 pwd)`
13691461 # When building in place, set srcdir=.
13901482 # Omit some internal or obsolete options to make the list less imposing.
13911483 # This message is too long to be a string in the A/UX 3.1 sh.
13921484 cat <<_ACEOF
1393 \`configure' configures sugar-artwork 0.84.1 to adapt to many kinds of systems.
1485 \`configure' configures sugar-artwork 0.88.1 to adapt to many kinds of systems.
13941486
13951487 Usage: $0 [OPTION]... [VAR=VALUE]...
13961488
14121504
14131505 Installation directories:
14141506 --prefix=PREFIX install architecture-independent files in PREFIX
1415 [$ac_default_prefix]
1507 [$ac_default_prefix]
14161508 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1417 [PREFIX]
1509 [PREFIX]
14181510
14191511 By default, \`make install' will install all the files in
14201512 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
14241516 For better control, use the options below.
14251517
14261518 Fine tuning of the installation directories:
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/sugar-artwork]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1519 --bindir=DIR user executables [EPREFIX/bin]
1520 --sbindir=DIR system admin executables [EPREFIX/sbin]
1521 --libexecdir=DIR program executables [EPREFIX/libexec]
1522 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1523 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1524 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1525 --libdir=DIR object code libraries [EPREFIX/lib]
1526 --includedir=DIR C header files [PREFIX/include]
1527 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1528 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1529 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1530 --infodir=DIR info documentation [DATAROOTDIR/info]
1531 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1532 --mandir=DIR man documentation [DATAROOTDIR/man]
1533 --docdir=DIR documentation root [DATAROOTDIR/doc/sugar-artwork]
1534 --htmldir=DIR html documentation [DOCDIR]
1535 --dvidir=DIR dvi documentation [DOCDIR]
1536 --pdfdir=DIR pdf documentation [DOCDIR]
1537 --psdir=DIR ps documentation [DOCDIR]
14461538 _ACEOF
14471539
14481540 cat <<\_ACEOF
14601552
14611553 if test -n "$ac_init_help"; then
14621554 case $ac_init_help in
1463 short | recursive ) echo "Configuration of sugar-artwork 0.84.1:";;
1555 short | recursive ) echo "Configuration of sugar-artwork 0.88.1:";;
14641556 esac
14651557 cat <<\_ACEOF
14661558
14671559 Optional Features:
1560 --disable-option-checking ignore unrecognized --enable/--with options
14681561 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
14691562 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1563 --enable-maintainer-mode enable make rules and dependencies not useful
1564 (and sometimes confusing) to the casual installer
14701565 --enable-static[=PKGS] build static libraries [default=no]
14711566 --disable-dependency-tracking speeds up one-time build
14721567 --enable-dependency-tracking do not reject slow dependency extractors
15081603 if test "$ac_init_help" = "recursive"; then
15091604 # If there are subdirs, report their specific --help.
15101605 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1511 test -d "$ac_dir" || continue
1606 test -d "$ac_dir" ||
1607 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1608 continue
15121609 ac_builddir=.
15131610
15141611 case "$ac_dir" in
15151612 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15161613 *)
1517 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1614 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15181615 # A ".." for each directory in $ac_dir_suffix.
1519 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1616 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15201617 case $ac_top_builddir_sub in
15211618 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15221619 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15521649 echo &&
15531650 $SHELL "$ac_srcdir/configure" --help=recursive
15541651 else
1555 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1652 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15561653 fi || ac_status=$?
15571654 cd "$ac_pwd" || { ac_status=$?; break; }
15581655 done
15611658 test -n "$ac_init_help" && exit $ac_status
15621659 if $ac_init_version; then
15631660 cat <<\_ACEOF
1564 sugar-artwork configure 0.84.1
1565 generated by GNU Autoconf 2.61
1661 sugar-artwork configure 0.88.1
1662 generated by GNU Autoconf 2.63
15661663
15671664 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1568 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1665 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
15691666 This configure script is free software; the Free Software Foundation
15701667 gives unlimited permission to copy, distribute and modify it.
15711668 _ACEOF
15751672 This file contains any messages produced by compilers while
15761673 running configure, to aid debugging if configure makes a mistake.
15771674
1578 It was created by sugar-artwork $as_me 0.84.1, which was
1579 generated by GNU Autoconf 2.61. Invocation command line was
1675 It was created by sugar-artwork $as_me 0.88.1, which was
1676 generated by GNU Autoconf 2.63. Invocation command line was
15801677
15811678 $ $0 $@
15821679
16121709 do
16131710 IFS=$as_save_IFS
16141711 test -z "$as_dir" && as_dir=.
1615 echo "PATH: $as_dir"
1712 $as_echo "PATH: $as_dir"
16161713 done
16171714 IFS=$as_save_IFS
16181715
16471744 | -silent | --silent | --silen | --sile | --sil)
16481745 continue ;;
16491746 *\'*)
1650 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1747 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
16511748 esac
16521749 case $ac_pass in
16531750 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
16991796 case $ac_val in #(
17001797 *${as_nl}*)
17011798 case $ac_var in #(
1702 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1703 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1799 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1800 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17041801 esac
17051802 case $ac_var in #(
17061803 _ | IFS | as_nl) ;; #(
1804 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17071805 *) $as_unset $ac_var ;;
17081806 esac ;;
17091807 esac
17331831 do
17341832 eval ac_val=\$$ac_var
17351833 case $ac_val in
1736 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1834 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
17371835 esac
1738 echo "$ac_var='\''$ac_val'\''"
1836 $as_echo "$ac_var='\''$ac_val'\''"
17391837 done | sort
17401838 echo
17411839
17501848 do
17511849 eval ac_val=\$$ac_var
17521850 case $ac_val in
1753 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1851 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
17541852 esac
1755 echo "$ac_var='\''$ac_val'\''"
1853 $as_echo "$ac_var='\''$ac_val'\''"
17561854 done | sort
17571855 echo
17581856 fi
17681866 echo
17691867 fi
17701868 test "$ac_signal" != 0 &&
1771 echo "$as_me: caught signal $ac_signal"
1772 echo "$as_me: exit $exit_status"
1869 $as_echo "$as_me: caught signal $ac_signal"
1870 $as_echo "$as_me: exit $exit_status"
17731871 } >&5
17741872 rm -f core *.core core.conftest.* &&
17751873 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
18111909
18121910
18131911 # Let the site file select an alternate cache file if it wants to.
1814 # Prefer explicitly selected file to automatically selected ones.
1912 # Prefer an explicitly selected file to automatically selected ones.
1913 ac_site_file1=NONE
1914 ac_site_file2=NONE
18151915 if test -n "$CONFIG_SITE"; then
1816 set x "$CONFIG_SITE"
1916 ac_site_file1=$CONFIG_SITE
18171917 elif test "x$prefix" != xNONE; then
1818 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1819 else
1820 set x "$ac_default_prefix/share/config.site" \
1821 "$ac_default_prefix/etc/config.site"
1822 fi
1823 shift
1824 for ac_site_file
1918 ac_site_file1=$prefix/share/config.site
1919 ac_site_file2=$prefix/etc/config.site
1920 else
1921 ac_site_file1=$ac_default_prefix/share/config.site
1922 ac_site_file2=$ac_default_prefix/etc/config.site
1923 fi
1924 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
18251925 do
1926 test "x$ac_site_file" = xNONE && continue
18261927 if test -r "$ac_site_file"; then
1827 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1828 echo "$as_me: loading site script $ac_site_file" >&6;}
1928 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1929 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
18291930 sed 's/^/| /' "$ac_site_file" >&5
18301931 . "$ac_site_file"
18311932 fi
18351936 # Some versions of bash will fail to source /dev/null (special
18361937 # files actually), so we avoid doing that.
18371938 if test -f "$cache_file"; then
1838 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1839 echo "$as_me: loading cache $cache_file" >&6;}
1939 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1940 $as_echo "$as_me: loading cache $cache_file" >&6;}
18401941 case $cache_file in
18411942 [\\/]* | ?:[\\/]* ) . "$cache_file";;
18421943 *) . "./$cache_file";;
18431944 esac
18441945 fi
18451946 else
1846 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1847 echo "$as_me: creating cache $cache_file" >&6;}
1947 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1948 $as_echo "$as_me: creating cache $cache_file" >&6;}
18481949 >$cache_file
18491950 fi
18501951
18581959 eval ac_new_val=\$ac_env_${ac_var}_value
18591960 case $ac_old_set,$ac_new_set in
18601961 set,)
1861 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1862 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1962 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1963 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
18631964 ac_cache_corrupted=: ;;
18641965 ,set)
1865 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1866 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1966 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1967 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
18671968 ac_cache_corrupted=: ;;
18681969 ,);;
18691970 *)
18701971 if test "x$ac_old_val" != "x$ac_new_val"; then
1871 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1872 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1873 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1874 echo "$as_me: former value: $ac_old_val" >&2;}
1875 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1876 echo "$as_me: current value: $ac_new_val" >&2;}
1877 ac_cache_corrupted=:
1972 # differences in whitespace do not lead to failure.
1973 ac_old_val_w=`echo x $ac_old_val`
1974 ac_new_val_w=`echo x $ac_new_val`
1975 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1976 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1977 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1978 ac_cache_corrupted=:
1979 else
1980 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1981 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1982 eval $ac_var=\$ac_old_val
1983 fi
1984 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1985 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1986 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1987 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
18781988 fi;;
18791989 esac
18801990 # Pass precious variables to config.status.
18811991 if test "$ac_new_set" = set; then
18821992 case $ac_new_val in
1883 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1993 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
18841994 *) ac_arg=$ac_var=$ac_new_val ;;
18851995 esac
18861996 case " $ac_configure_args " in
18902000 fi
18912001 done
18922002 if $ac_cache_corrupted; then
1893 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1894 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1895 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1896 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2003 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2004 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2005 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2006 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2007 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2008 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
18972009 { (exit 1); exit 1; }; }
18982010 fi
18992011
19322044 ac_config_headers="$ac_config_headers config.h"
19332045
19342046
1935 am__api_version="1.9"
2047 am__api_version='1.11'
2048
19362049 ac_aux_dir=
19372050 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
19382051 if test -f "$ac_dir/install-sh"; then
19502063 fi
19512064 done
19522065 if test -z "$ac_aux_dir"; then
1953 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1954 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2066 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2067 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
19552068 { (exit 1); exit 1; }; }
19562069 fi
19572070
19772090 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
19782091 # OS/2's system install, which has a completely different semantic
19792092 # ./install, which can be erroneously created by make from ./install.sh.
1980 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1981 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2093 # Reject install programs that cannot install multiple files.
2094 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2095 $as_echo_n "checking for a BSD-compatible install... " >&6; }
19822096 if test -z "$INSTALL"; then
19832097 if test "${ac_cv_path_install+set}" = set; then
1984 echo $ECHO_N "(cached) $ECHO_C" >&6
2098 $as_echo_n "(cached) " >&6
19852099 else
19862100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19872101 for as_dir in $PATH
20102124 # program-specific install script used by HP pwplus--don't use.
20112125 :
20122126 else
2013 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2014 break 3
2127 rm -rf conftest.one conftest.two conftest.dir
2128 echo one > conftest.one
2129 echo two > conftest.two
2130 mkdir conftest.dir
2131 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2132 test -s conftest.one && test -s conftest.two &&
2133 test -s conftest.dir/conftest.one &&
2134 test -s conftest.dir/conftest.two
2135 then
2136 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2137 break 3
2138 fi
20152139 fi
20162140 fi
20172141 done
20182142 done
20192143 ;;
20202144 esac
2145
20212146 done
20222147 IFS=$as_save_IFS
20232148
2149 rm -rf conftest.one conftest.two conftest.dir
20242150
20252151 fi
20262152 if test "${ac_cv_path_install+set}" = set; then
20332159 INSTALL=$ac_install_sh
20342160 fi
20352161 fi
2036 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2037 echo "${ECHO_T}$INSTALL" >&6; }
2162 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2163 $as_echo "$INSTALL" >&6; }
20382164
20392165 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
20402166 # It thinks the first close brace ends the variable substitution.
20442170
20452171 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
20462172
2047 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2048 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2173 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2174 $as_echo_n "checking whether build environment is sane... " >&6; }
20492175 # Just in case
20502176 sleep 1
20512177 echo timestamp > conftest.file
2178 # Reject unsafe characters in $srcdir or the absolute working directory
2179 # name. Accept space and tab only in the latter.
2180 am_lf='
2181 '
2182 case `pwd` in
2183 *[\\\"\#\$\&\'\`$am_lf]*)
2184 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2185 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2186 { (exit 1); exit 1; }; };;
2187 esac
2188 case $srcdir in
2189 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2190 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2191 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2192 { (exit 1); exit 1; }; };;
2193 esac
2194
20522195 # Do `set' in a subshell so we don't clobber the current shell's
20532196 # arguments. Must try -L first in case configure is actually a
20542197 # symlink; some systems play weird games with the mod time of symlinks
20552198 # (eg FreeBSD returns the mod time of the symlink's containing
20562199 # directory).
20572200 if (
2058 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2201 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
20592202 if test "$*" = "X"; then
20602203 # -L didn't work.
2061 set X `ls -t $srcdir/configure conftest.file`
2204 set X `ls -t "$srcdir/configure" conftest.file`
20622205 fi
20632206 rm -f conftest.file
20642207 if test "$*" != "X $srcdir/configure conftest.file" \
20682211 # if, for instance, CONFIG_SHELL is bash and it inherits a
20692212 # broken ls alias from the environment. This has actually
20702213 # happened. Such a system could not be considered "sane".
2071 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2214 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
20722215 alias in your environment" >&5
2073 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2216 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
20742217 alias in your environment" >&2;}
20752218 { (exit 1); exit 1; }; }
20762219 fi
20812224 # Ok.
20822225 :
20832226 else
2084 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2227 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
20852228 Check your system clock" >&5
2086 echo "$as_me: error: newly created file is older than distributed files!
2229 $as_echo "$as_me: error: newly created file is older than distributed files!
20872230 Check your system clock" >&2;}
20882231 { (exit 1); exit 1; }; }
20892232 fi
2090 { echo "$as_me:$LINENO: result: yes" >&5
2091 echo "${ECHO_T}yes" >&6; }
2233 { $as_echo "$as_me:$LINENO: result: yes" >&5
2234 $as_echo "yes" >&6; }
20922235 test "$program_prefix" != NONE &&
20932236 program_transform_name="s&^&$program_prefix&;$program_transform_name"
20942237 # Use a double $ so make ignores it.
20952238 test "$program_suffix" != NONE &&
20962239 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2097 # Double any \ or $. echo might interpret backslashes.
2240 # Double any \ or $.
20982241 # By default was `s,x,x', remove it if useless.
2099 cat <<\_ACEOF >conftest.sed
2100 s/[\\$]/&&/g;s/;s,x,x,$//
2101 _ACEOF
2102 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2103 rm -f conftest.sed
2242 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2243 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
21042244
21052245 # expand $ac_aux_dir to an absolute path
21062246 am_aux_dir=`cd $ac_aux_dir && pwd`
21072247
2108 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2248 if test x"${MISSING+set}" != xset; then
2249 case $am_aux_dir in
2250 *\ * | *\ *)
2251 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2252 *)
2253 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2254 esac
2255 fi
21092256 # Use eval to expand $SHELL
21102257 if eval "$MISSING --run true"; then
21112258 am_missing_run="$MISSING --run "
21122259 else
21132260 am_missing_run=
2114 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2115 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2116 fi
2117
2118 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2119 # We used to keeping the `.' as first argument, in order to
2120 # allow $(mkdir_p) to be used without argument. As in
2121 # $(mkdir_p) $(somedir)
2122 # where $(somedir) is conditionally defined. However this is wrong
2123 # for two reasons:
2124 # 1. if the package is installed by a user who cannot write `.'
2125 # make install will fail,
2126 # 2. the above comment should most certainly read
2127 # $(mkdir_p) $(DESTDIR)$(somedir)
2128 # so it does not work when $(somedir) is undefined and
2129 # $(DESTDIR) is not.
2130 # To support the latter case, we have to write
2131 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2132 # so the `.' trick is pointless.
2133 mkdir_p='mkdir -p --'
2134 else
2135 # On NextStep and OpenStep, the `mkdir' command does not
2136 # recognize any option. It will interpret all options as
2137 # directories to create, and then abort because `.' already
2138 # exists.
2139 for d in ./-p ./--version;
2140 do
2141 test -d $d && rmdir $d
2142 done
2143 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2144 if test -f "$ac_aux_dir/mkinstalldirs"; then
2145 mkdir_p='$(mkinstalldirs)'
2261 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2262 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2263 fi
2264
2265 if test x"${install_sh}" != xset; then
2266 case $am_aux_dir in
2267 *\ * | *\ *)
2268 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2269 *)
2270 install_sh="\${SHELL} $am_aux_dir/install-sh"
2271 esac
2272 fi
2273
2274 # Installed binaries are usually stripped using `strip' when the user
2275 # run `make install-strip'. However `strip' might not be the right
2276 # tool to use in cross-compilation environments, therefore Automake
2277 # will honor the `STRIP' environment variable to overrule this program.
2278 if test "$cross_compiling" != no; then
2279 if test -n "$ac_tool_prefix"; then
2280 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2281 set dummy ${ac_tool_prefix}strip; ac_word=$2
2282 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2283 $as_echo_n "checking for $ac_word... " >&6; }
2284 if test "${ac_cv_prog_STRIP+set}" = set; then
2285 $as_echo_n "(cached) " >&6
2286 else
2287 if test -n "$STRIP"; then
2288 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2289 else
2290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2291 for as_dir in $PATH
2292 do
2293 IFS=$as_save_IFS
2294 test -z "$as_dir" && as_dir=.
2295 for ac_exec_ext in '' $ac_executable_extensions; do
2296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2297 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2298 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2299 break 2
2300 fi
2301 done
2302 done
2303 IFS=$as_save_IFS
2304
2305 fi
2306 fi
2307 STRIP=$ac_cv_prog_STRIP
2308 if test -n "$STRIP"; then
2309 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2310 $as_echo "$STRIP" >&6; }
2311 else
2312 { $as_echo "$as_me:$LINENO: result: no" >&5
2313 $as_echo "no" >&6; }
2314 fi
2315
2316
2317 fi
2318 if test -z "$ac_cv_prog_STRIP"; then
2319 ac_ct_STRIP=$STRIP
2320 # Extract the first word of "strip", so it can be a program name with args.
2321 set dummy strip; ac_word=$2
2322 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2323 $as_echo_n "checking for $ac_word... " >&6; }
2324 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2325 $as_echo_n "(cached) " >&6
2326 else
2327 if test -n "$ac_ct_STRIP"; then
2328 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2329 else
2330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2331 for as_dir in $PATH
2332 do
2333 IFS=$as_save_IFS
2334 test -z "$as_dir" && as_dir=.
2335 for ac_exec_ext in '' $ac_executable_extensions; do
2336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2337 ac_cv_prog_ac_ct_STRIP="strip"
2338 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2339 break 2
2340 fi
2341 done
2342 done
2343 IFS=$as_save_IFS
2344
2345 fi
2346 fi
2347 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2348 if test -n "$ac_ct_STRIP"; then
2349 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2350 $as_echo "$ac_ct_STRIP" >&6; }
2351 else
2352 { $as_echo "$as_me:$LINENO: result: no" >&5
2353 $as_echo "no" >&6; }
2354 fi
2355
2356 if test "x$ac_ct_STRIP" = x; then
2357 STRIP=":"
21462358 else
2147 mkdir_p='$(install_sh) -d'
2359 case $cross_compiling:$ac_tool_warned in
2360 yes:)
2361 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2363 ac_tool_warned=yes ;;
2364 esac
2365 STRIP=$ac_ct_STRIP
21482366 fi
2149 fi
2367 else
2368 STRIP="$ac_cv_prog_STRIP"
2369 fi
2370
2371 fi
2372 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2373
2374 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2375 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2376 if test -z "$MKDIR_P"; then
2377 if test "${ac_cv_path_mkdir+set}" = set; then
2378 $as_echo_n "(cached) " >&6
2379 else
2380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2381 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2382 do
2383 IFS=$as_save_IFS
2384 test -z "$as_dir" && as_dir=.
2385 for ac_prog in mkdir gmkdir; do
2386 for ac_exec_ext in '' $ac_executable_extensions; do
2387 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2388 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2389 'mkdir (GNU coreutils) '* | \
2390 'mkdir (coreutils) '* | \
2391 'mkdir (fileutils) '4.1*)
2392 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2393 break 3;;
2394 esac
2395 done
2396 done
2397 done
2398 IFS=$as_save_IFS
2399
2400 fi
2401
2402 if test "${ac_cv_path_mkdir+set}" = set; then
2403 MKDIR_P="$ac_cv_path_mkdir -p"
2404 else
2405 # As a last resort, use the slow shell script. Don't cache a
2406 # value for MKDIR_P within a source directory, because that will
2407 # break other packages using the cache if that directory is
2408 # removed, or if the value is a relative name.
2409 test -d ./--version && rmdir ./--version
2410 MKDIR_P="$ac_install_sh -d"
2411 fi
2412 fi
2413 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2414 $as_echo "$MKDIR_P" >&6; }
2415
2416 mkdir_p="$MKDIR_P"
2417 case $mkdir_p in
2418 [\\/$]* | ?:[\\/]*) ;;
2419 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2420 esac
21502421
21512422 for ac_prog in gawk mawk nawk awk
21522423 do
21532424 # Extract the first word of "$ac_prog", so it can be a program name with args.
21542425 set dummy $ac_prog; ac_word=$2
2155 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2427 $as_echo_n "checking for $ac_word... " >&6; }
21572428 if test "${ac_cv_prog_AWK+set}" = set; then
2158 echo $ECHO_N "(cached) $ECHO_C" >&6
2429 $as_echo_n "(cached) " >&6
21592430 else
21602431 if test -n "$AWK"; then
21612432 ac_cv_prog_AWK="$AWK" # Let the user override the test.
21682439 for ac_exec_ext in '' $ac_executable_extensions; do
21692440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21702441 ac_cv_prog_AWK="$ac_prog"
2171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21722443 break 2
21732444 fi
21742445 done
21792450 fi
21802451 AWK=$ac_cv_prog_AWK
21812452 if test -n "$AWK"; then
2182 { echo "$as_me:$LINENO: result: $AWK" >&5
2183 echo "${ECHO_T}$AWK" >&6; }
2184 else
2185 { echo "$as_me:$LINENO: result: no" >&5
2186 echo "${ECHO_T}no" >&6; }
2453 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2454 $as_echo "$AWK" >&6; }
2455 else
2456 { $as_echo "$as_me:$LINENO: result: no" >&5
2457 $as_echo "no" >&6; }
21872458 fi
21882459
21892460
21902461 test -n "$AWK" && break
21912462 done
21922463
2193 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2194 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2195 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2464 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2465 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2466 set x ${MAKE-make}
2467 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
21962468 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2197 echo $ECHO_N "(cached) $ECHO_C" >&6
2469 $as_echo_n "(cached) " >&6
21982470 else
21992471 cat >conftest.make <<\_ACEOF
22002472 SHELL = /bin/sh
22112483 rm -f conftest.make
22122484 fi
22132485 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2214 { echo "$as_me:$LINENO: result: yes" >&5
2215 echo "${ECHO_T}yes" >&6; }
2486 { $as_echo "$as_me:$LINENO: result: yes" >&5
2487 $as_echo "yes" >&6; }
22162488 SET_MAKE=
22172489 else
2218 { echo "$as_me:$LINENO: result: no" >&5
2219 echo "${ECHO_T}no" >&6; }
2490 { $as_echo "$as_me:$LINENO: result: no" >&5
2491 $as_echo "no" >&6; }
22202492 SET_MAKE="MAKE=${MAKE-make}"
22212493 fi
22222494
22292501 fi
22302502 rmdir .tst 2>/dev/null
22312503
2232 # test to see if srcdir already configured
2233 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2234 test -f $srcdir/config.status; then
2235 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2236 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2504 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2505 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2506 # is not polluted with repeated "-I."
2507 am__isrc=' -I$(srcdir)'
2508 # test to see if srcdir already configured
2509 if test -f $srcdir/config.status; then
2510 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2511 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
22372512 { (exit 1); exit 1; }; }
2513 fi
22382514 fi
22392515
22402516 # test whether we have cygpath
22492525
22502526 # Define the identity of the package.
22512527 PACKAGE='sugar-artwork'
2252 VERSION='0.84.1'
2528 VERSION='0.88.1'
22532529
22542530
22552531 cat >>confdefs.h <<_ACEOF
22772553
22782554 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
22792555
2280 install_sh=${install_sh-"$am_aux_dir/install-sh"}
2281
2282 # Installed binaries are usually stripped using `strip' when the user
2283 # run `make install-strip'. However `strip' might not be the right
2284 # tool to use in cross-compilation environments, therefore Automake
2285 # will honor the `STRIP' environment variable to overrule this program.
2286 if test "$cross_compiling" != no; then
2287 if test -n "$ac_tool_prefix"; then
2288 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2289 set dummy ${ac_tool_prefix}strip; ac_word=$2
2290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2292 if test "${ac_cv_prog_STRIP+set}" = set; then
2293 echo $ECHO_N "(cached) $ECHO_C" >&6
2294 else
2295 if test -n "$STRIP"; then
2296 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2297 else
2298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2299 for as_dir in $PATH
2300 do
2301 IFS=$as_save_IFS
2302 test -z "$as_dir" && as_dir=.
2303 for ac_exec_ext in '' $ac_executable_extensions; do
2304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2305 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2307 break 2
2308 fi
2309 done
2310 done
2311 IFS=$as_save_IFS
2312
2313 fi
2314 fi
2315 STRIP=$ac_cv_prog_STRIP
2316 if test -n "$STRIP"; then
2317 { echo "$as_me:$LINENO: result: $STRIP" >&5
2318 echo "${ECHO_T}$STRIP" >&6; }
2319 else
2320 { echo "$as_me:$LINENO: result: no" >&5
2321 echo "${ECHO_T}no" >&6; }
2322 fi
2323
2324
2325 fi
2326 if test -z "$ac_cv_prog_STRIP"; then
2327 ac_ct_STRIP=$STRIP
2328 # Extract the first word of "strip", so it can be a program name with args.
2329 set dummy strip; ac_word=$2
2330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2332 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2333 echo $ECHO_N "(cached) $ECHO_C" >&6
2334 else
2335 if test -n "$ac_ct_STRIP"; then
2336 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2337 else
2338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2339 for as_dir in $PATH
2340 do
2341 IFS=$as_save_IFS
2342 test -z "$as_dir" && as_dir=.
2343 for ac_exec_ext in '' $ac_executable_extensions; do
2344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2345 ac_cv_prog_ac_ct_STRIP="strip"
2346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2347 break 2
2348 fi
2349 done
2350 done
2351 IFS=$as_save_IFS
2352
2353 fi
2354 fi
2355 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2356 if test -n "$ac_ct_STRIP"; then
2357 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2358 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2359 else
2360 { echo "$as_me:$LINENO: result: no" >&5
2361 echo "${ECHO_T}no" >&6; }
2362 fi
2363
2364 if test "x$ac_ct_STRIP" = x; then
2365 STRIP=":"
2366 else
2367 case $cross_compiling:$ac_tool_warned in
2368 yes:)
2369 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2370 whose name does not start with the host triplet. If you think this
2371 configuration is useful to you, please write to autoconf@gnu.org." >&5
2372 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2373 whose name does not start with the host triplet. If you think this
2374 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2375 ac_tool_warned=yes ;;
2376 esac
2377 STRIP=$ac_ct_STRIP
2378 fi
2379 else
2380 STRIP="$ac_cv_prog_STRIP"
2381 fi
2382
2383 fi
2384 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2385
23862556 # We need awk for the "check" target. The system "awk" is bad on
23872557 # some platforms.
23882558 # Always define AMTAR for backward compatibility.
23942564
23952565
23962566
2567
2568
2569
2570 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2571 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2572 # Check whether --enable-maintainer-mode was given.
2573 if test "${enable_maintainer_mode+set}" = set; then
2574 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2575 else
2576 USE_MAINTAINER_MODE=no
2577 fi
2578
2579 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2580 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2581 if test $USE_MAINTAINER_MODE = yes; then
2582 MAINTAINER_MODE_TRUE=
2583 MAINTAINER_MODE_FALSE='#'
2584 else
2585 MAINTAINER_MODE_TRUE='#'
2586 MAINTAINER_MODE_FALSE=
2587 fi
2588
2589 MAINT=$MAINTAINER_MODE_TRUE
23972590
23982591
23992592 # Check whether --enable-static was given.
24342627 if test -n "$ac_tool_prefix"; then
24352628 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
24362629 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2630 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2631 $as_echo_n "checking for $ac_word... " >&6; }
24392632 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2440 echo $ECHO_N "(cached) $ECHO_C" >&6
2633 $as_echo_n "(cached) " >&6
24412634 else
24422635 case $PKG_CONFIG in
24432636 [\\/]* | ?:[\\/]*)
24522645 for ac_exec_ext in '' $ac_executable_extensions; do
24532646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24542647 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24562649 break 2
24572650 fi
24582651 done
24642657 fi
24652658 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24662659 if test -n "$PKG_CONFIG"; then
2467 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2468 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2469 else
2470 { echo "$as_me:$LINENO: result: no" >&5
2471 echo "${ECHO_T}no" >&6; }
2660 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2661 $as_echo "$PKG_CONFIG" >&6; }
2662 else
2663 { $as_echo "$as_me:$LINENO: result: no" >&5
2664 $as_echo "no" >&6; }
24722665 fi
24732666
24742667
24772670 ac_pt_PKG_CONFIG=$PKG_CONFIG
24782671 # Extract the first word of "pkg-config", so it can be a program name with args.
24792672 set dummy pkg-config; ac_word=$2
2480 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2673 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2674 $as_echo_n "checking for $ac_word... " >&6; }
24822675 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2483 echo $ECHO_N "(cached) $ECHO_C" >&6
2676 $as_echo_n "(cached) " >&6
24842677 else
24852678 case $ac_pt_PKG_CONFIG in
24862679 [\\/]* | ?:[\\/]*)
24952688 for ac_exec_ext in '' $ac_executable_extensions; do
24962689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24972690 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24992692 break 2
25002693 fi
25012694 done
25072700 fi
25082701 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
25092702 if test -n "$ac_pt_PKG_CONFIG"; then
2510 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2511 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2512 else
2513 { echo "$as_me:$LINENO: result: no" >&5
2514 echo "${ECHO_T}no" >&6; }
2703 { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2704 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
2705 else
2706 { $as_echo "$as_me:$LINENO: result: no" >&5
2707 $as_echo "no" >&6; }
25152708 fi
25162709
25172710 if test "x$ac_pt_PKG_CONFIG" = x; then
25192712 else
25202713 case $cross_compiling:$ac_tool_warned in
25212714 yes:)
2522 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2523 whose name does not start with the host triplet. If you think this
2524 configuration is useful to you, please write to autoconf@gnu.org." >&5
2525 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2526 whose name does not start with the host triplet. If you think this
2527 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2715 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2716 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25282717 ac_tool_warned=yes ;;
25292718 esac
25302719 PKG_CONFIG=$ac_pt_PKG_CONFIG
25362725 fi
25372726 if test -n "$PKG_CONFIG"; then
25382727 _pkg_min_version=0.19
2539 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2540 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
2728 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2729 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25412730 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2542 { echo "$as_me:$LINENO: result: yes" >&5
2543 echo "${ECHO_T}yes" >&6; }
2731 { $as_echo "$as_me:$LINENO: result: yes" >&5
2732 $as_echo "yes" >&6; }
25442733 else
2545 { echo "$as_me:$LINENO: result: no" >&5
2546 echo "${ECHO_T}no" >&6; }
2734 { $as_echo "$as_me:$LINENO: result: no" >&5
2735 $as_echo "no" >&6; }
25472736 PKG_CONFIG=""
25482737 fi
25492738
25502739 fi
2740
2741 WARN_CFLAGS="-Wall -W -Werror=implicit-function-declaration"
2742
25512743
25522744 ac_ext=c
25532745 ac_cpp='$CPP $CPPFLAGS'
25572749 if test -n "$ac_tool_prefix"; then
25582750 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
25592751 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2560 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2753 $as_echo_n "checking for $ac_word... " >&6; }
25622754 if test "${ac_cv_prog_CC+set}" = set; then
2563 echo $ECHO_N "(cached) $ECHO_C" >&6
2755 $as_echo_n "(cached) " >&6
25642756 else
25652757 if test -n "$CC"; then
25662758 ac_cv_prog_CC="$CC" # Let the user override the test.
25732765 for ac_exec_ext in '' $ac_executable_extensions; do
25742766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25752767 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25772769 break 2
25782770 fi
25792771 done
25842776 fi
25852777 CC=$ac_cv_prog_CC
25862778 if test -n "$CC"; then
2587 { echo "$as_me:$LINENO: result: $CC" >&5
2588 echo "${ECHO_T}$CC" >&6; }
2589 else
2590 { echo "$as_me:$LINENO: result: no" >&5
2591 echo "${ECHO_T}no" >&6; }
2779 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2780 $as_echo "$CC" >&6; }
2781 else
2782 { $as_echo "$as_me:$LINENO: result: no" >&5
2783 $as_echo "no" >&6; }
25922784 fi
25932785
25942786
25972789 ac_ct_CC=$CC
25982790 # Extract the first word of "gcc", so it can be a program name with args.
25992791 set dummy gcc; ac_word=$2
2600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2792 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2793 $as_echo_n "checking for $ac_word... " >&6; }
26022794 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2603 echo $ECHO_N "(cached) $ECHO_C" >&6
2795 $as_echo_n "(cached) " >&6
26042796 else
26052797 if test -n "$ac_ct_CC"; then
26062798 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
26132805 for ac_exec_ext in '' $ac_executable_extensions; do
26142806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26152807 ac_cv_prog_ac_ct_CC="gcc"
2616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2808 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26172809 break 2
26182810 fi
26192811 done
26242816 fi
26252817 ac_ct_CC=$ac_cv_prog_ac_ct_CC
26262818 if test -n "$ac_ct_CC"; then
2627 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2628 echo "${ECHO_T}$ac_ct_CC" >&6; }
2629 else
2630 { echo "$as_me:$LINENO: result: no" >&5
2631 echo "${ECHO_T}no" >&6; }
2819 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2820 $as_echo "$ac_ct_CC" >&6; }
2821 else
2822 { $as_echo "$as_me:$LINENO: result: no" >&5
2823 $as_echo "no" >&6; }
26322824 fi
26332825
26342826 if test "x$ac_ct_CC" = x; then
26362828 else
26372829 case $cross_compiling:$ac_tool_warned in
26382830 yes:)
2639 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2640 whose name does not start with the host triplet. If you think this
2641 configuration is useful to you, please write to autoconf@gnu.org." >&5
2642 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2643 whose name does not start with the host triplet. If you think this
2644 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2831 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26452833 ac_tool_warned=yes ;;
26462834 esac
26472835 CC=$ac_ct_CC
26542842 if test -n "$ac_tool_prefix"; then
26552843 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
26562844 set dummy ${ac_tool_prefix}cc; ac_word=$2
2657 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2658 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2845 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2846 $as_echo_n "checking for $ac_word... " >&6; }
26592847 if test "${ac_cv_prog_CC+set}" = set; then
2660 echo $ECHO_N "(cached) $ECHO_C" >&6
2848 $as_echo_n "(cached) " >&6
26612849 else
26622850 if test -n "$CC"; then
26632851 ac_cv_prog_CC="$CC" # Let the user override the test.
26702858 for ac_exec_ext in '' $ac_executable_extensions; do
26712859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26722860 ac_cv_prog_CC="${ac_tool_prefix}cc"
2673 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2861 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26742862 break 2
26752863 fi
26762864 done
26812869 fi
26822870 CC=$ac_cv_prog_CC
26832871 if test -n "$CC"; then
2684 { echo "$as_me:$LINENO: result: $CC" >&5
2685 echo "${ECHO_T}$CC" >&6; }
2686 else
2687 { echo "$as_me:$LINENO: result: no" >&5
2688 echo "${ECHO_T}no" >&6; }
2872 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2873 $as_echo "$CC" >&6; }
2874 else
2875 { $as_echo "$as_me:$LINENO: result: no" >&5
2876 $as_echo "no" >&6; }
26892877 fi
26902878
26912879
26942882 if test -z "$CC"; then
26952883 # Extract the first word of "cc", so it can be a program name with args.
26962884 set dummy cc; ac_word=$2
2697 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2885 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2886 $as_echo_n "checking for $ac_word... " >&6; }
26992887 if test "${ac_cv_prog_CC+set}" = set; then
2700 echo $ECHO_N "(cached) $ECHO_C" >&6
2888 $as_echo_n "(cached) " >&6
27012889 else
27022890 if test -n "$CC"; then
27032891 ac_cv_prog_CC="$CC" # Let the user override the test.
27152903 continue
27162904 fi
27172905 ac_cv_prog_CC="cc"
2718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2906 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27192907 break 2
27202908 fi
27212909 done
27382926 fi
27392927 CC=$ac_cv_prog_CC
27402928 if test -n "$CC"; then
2741 { echo "$as_me:$LINENO: result: $CC" >&5
2742 echo "${ECHO_T}$CC" >&6; }
2743 else
2744 { echo "$as_me:$LINENO: result: no" >&5
2745 echo "${ECHO_T}no" >&6; }
2929 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2930 $as_echo "$CC" >&6; }
2931 else
2932 { $as_echo "$as_me:$LINENO: result: no" >&5
2933 $as_echo "no" >&6; }
27462934 fi
27472935
27482936
27532941 do
27542942 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
27552943 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2945 $as_echo_n "checking for $ac_word... " >&6; }
27582946 if test "${ac_cv_prog_CC+set}" = set; then
2759 echo $ECHO_N "(cached) $ECHO_C" >&6
2947 $as_echo_n "(cached) " >&6
27602948 else
27612949 if test -n "$CC"; then
27622950 ac_cv_prog_CC="$CC" # Let the user override the test.
27692957 for ac_exec_ext in '' $ac_executable_extensions; do
27702958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27712959 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2960 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27732961 break 2
27742962 fi
27752963 done
27802968 fi
27812969 CC=$ac_cv_prog_CC
27822970 if test -n "$CC"; then
2783 { echo "$as_me:$LINENO: result: $CC" >&5
2784 echo "${ECHO_T}$CC" >&6; }
2785 else
2786 { echo "$as_me:$LINENO: result: no" >&5
2787 echo "${ECHO_T}no" >&6; }
2971 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2972 $as_echo "$CC" >&6; }
2973 else
2974 { $as_echo "$as_me:$LINENO: result: no" >&5
2975 $as_echo "no" >&6; }
27882976 fi
27892977
27902978
27972985 do
27982986 # Extract the first word of "$ac_prog", so it can be a program name with args.
27992987 set dummy $ac_prog; ac_word=$2
2800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2988 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2989 $as_echo_n "checking for $ac_word... " >&6; }
28022990 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2803 echo $ECHO_N "(cached) $ECHO_C" >&6
2991 $as_echo_n "(cached) " >&6
28042992 else
28052993 if test -n "$ac_ct_CC"; then
28062994 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
28133001 for ac_exec_ext in '' $ac_executable_extensions; do
28143002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28153003 ac_cv_prog_ac_ct_CC="$ac_prog"
2816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3004 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28173005 break 2
28183006 fi
28193007 done
28243012 fi
28253013 ac_ct_CC=$ac_cv_prog_ac_ct_CC
28263014 if test -n "$ac_ct_CC"; then
2827 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2828 echo "${ECHO_T}$ac_ct_CC" >&6; }
2829 else
2830 { echo "$as_me:$LINENO: result: no" >&5
2831 echo "${ECHO_T}no" >&6; }
3015 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3016 $as_echo "$ac_ct_CC" >&6; }
3017 else
3018 { $as_echo "$as_me:$LINENO: result: no" >&5
3019 $as_echo "no" >&6; }
28323020 fi
28333021
28343022
28403028 else
28413029 case $cross_compiling:$ac_tool_warned in
28423030 yes:)
2843 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2844 whose name does not start with the host triplet. If you think this
2845 configuration is useful to you, please write to autoconf@gnu.org." >&5
2846 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2847 whose name does not start with the host triplet. If you think this
2848 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3031 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3032 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28493033 ac_tool_warned=yes ;;
28503034 esac
28513035 CC=$ac_ct_CC
28553039 fi
28563040
28573041
2858 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3042 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3043 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3044 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
28593045 See \`config.log' for more details." >&5
2860 echo "$as_me: error: no acceptable C compiler found in \$PATH
3046 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
28613047 See \`config.log' for more details." >&2;}
2862 { (exit 1); exit 1; }; }
3048 { (exit 1); exit 1; }; }; }
28633049
28643050 # Provide some information about the compiler.
2865 echo "$as_me:$LINENO: checking for C compiler version" >&5
2866 ac_compiler=`set X $ac_compile; echo $2`
3051 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3052 set X $ac_compile
3053 ac_compiler=$2
28673054 { (ac_try="$ac_compiler --version >&5"
28683055 case "(($ac_try" in
28693056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28703057 *) ac_try_echo=$ac_try;;
28713058 esac
2872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3060 $as_echo "$ac_try_echo") >&5
28733061 (eval "$ac_compiler --version >&5") 2>&5
28743062 ac_status=$?
2875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28763064 (exit $ac_status); }
28773065 { (ac_try="$ac_compiler -v >&5"
28783066 case "(($ac_try" in
28793067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28803068 *) ac_try_echo=$ac_try;;
28813069 esac
2882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3071 $as_echo "$ac_try_echo") >&5
28833072 (eval "$ac_compiler -v >&5") 2>&5
28843073 ac_status=$?
2885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28863075 (exit $ac_status); }
28873076 { (ac_try="$ac_compiler -V >&5"
28883077 case "(($ac_try" in
28893078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28903079 *) ac_try_echo=$ac_try;;
28913080 esac
2892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3082 $as_echo "$ac_try_echo") >&5
28933083 (eval "$ac_compiler -V >&5") 2>&5
28943084 ac_status=$?
2895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28963086 (exit $ac_status); }
28973087
28983088 cat >conftest.$ac_ext <<_ACEOF
29113101 }
29123102 _ACEOF
29133103 ac_clean_files_save=$ac_clean_files
2914 ac_clean_files="$ac_clean_files a.out a.exe b.out"
3104 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
29153105 # Try to create an executable without -o first, disregard a.out.
29163106 # It will help us diagnose broken compilers, and finding out an intuition
29173107 # of exeext.
2918 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2919 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2920 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2921 #
2922 # List of possible output files, starting from the most likely.
2923 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2924 # only as a last resort. b.out is created by i960 compilers.
2925 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2926 #
2927 # The IRIX 6 linker writes into existing files which may not be
2928 # executable, retaining their permissions. Remove them first so a
2929 # subsequent execution test works.
3108 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3109 $as_echo_n "checking for C compiler default output file name... " >&6; }
3110 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3111
3112 # The possible output files:
3113 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3114
29303115 ac_rmfiles=
29313116 for ac_file in $ac_files
29323117 do
29333118 case $ac_file in
2934 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3119 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
29353120 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
29363121 esac
29373122 done
29423127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29433128 *) ac_try_echo=$ac_try;;
29443129 esac
2945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3131 $as_echo "$ac_try_echo") >&5
29463132 (eval "$ac_link_default") 2>&5
29473133 ac_status=$?
2948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29493135 (exit $ac_status); }; then
29503136 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
29513137 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
29563142 do
29573143 test -f "$ac_file" || continue
29583144 case $ac_file in
2959 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3145 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
29603146 ;;
29613147 [ab].out )
29623148 # We found the default executable, but exeext='' is most
29833169 ac_file=''
29843170 fi
29853171
2986 { echo "$as_me:$LINENO: result: $ac_file" >&5
2987 echo "${ECHO_T}$ac_file" >&6; }
3172 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3173 $as_echo "$ac_file" >&6; }
29883174 if test -z "$ac_file"; then
2989 echo "$as_me: failed program was:" >&5
3175 $as_echo "$as_me: failed program was:" >&5
29903176 sed 's/^/| /' conftest.$ac_ext >&5
29913177
2992 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3178 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3179 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3180 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
29933181 See \`config.log' for more details." >&5
2994 echo "$as_me: error: C compiler cannot create executables
3182 $as_echo "$as_me: error: C compiler cannot create executables
29953183 See \`config.log' for more details." >&2;}
2996 { (exit 77); exit 77; }; }
3184 { (exit 77); exit 77; }; }; }
29973185 fi
29983186
29993187 ac_exeext=$ac_cv_exeext
30003188
30013189 # Check that the compiler produces executables we can run. If not, either
30023190 # the compiler is broken, or we cross compile.
3003 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3004 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3191 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3192 $as_echo_n "checking whether the C compiler works... " >&6; }
30053193 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
30063194 # If not cross compiling, check that we can run a simple program.
30073195 if test "$cross_compiling" != yes; then
30103198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30113199 *) ac_try_echo=$ac_try;;
30123200 esac
3013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3202 $as_echo "$ac_try_echo") >&5
30143203 (eval "$ac_try") 2>&5
30153204 ac_status=$?
3016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30173206 (exit $ac_status); }; }; then
30183207 cross_compiling=no
30193208 else
30203209 if test "$cross_compiling" = maybe; then
30213210 cross_compiling=yes
30223211 else
3023 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3212 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
30243215 If you meant to cross compile, use \`--host'.
30253216 See \`config.log' for more details." >&5
3026 echo "$as_me: error: cannot run C compiled programs.
3217 $as_echo "$as_me: error: cannot run C compiled programs.
30273218 If you meant to cross compile, use \`--host'.
30283219 See \`config.log' for more details." >&2;}
3029 { (exit 1); exit 1; }; }
3220 { (exit 1); exit 1; }; }; }
30303221 fi
30313222 fi
30323223 fi
3033 { echo "$as_me:$LINENO: result: yes" >&5
3034 echo "${ECHO_T}yes" >&6; }
3035
3036 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3224 { $as_echo "$as_me:$LINENO: result: yes" >&5
3225 $as_echo "yes" >&6; }
3226
3227 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
30373228 ac_clean_files=$ac_clean_files_save
30383229 # Check that the compiler produces executables we can run. If not, either
30393230 # the compiler is broken, or we cross compile.
3040 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3041 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3042 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
3043 echo "${ECHO_T}$cross_compiling" >&6; }
3044
3045 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
3046 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3231 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3232 $as_echo_n "checking whether we are cross compiling... " >&6; }
3233 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3234 $as_echo "$cross_compiling" >&6; }
3235
3236 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3237 $as_echo_n "checking for suffix of executables... " >&6; }
30473238 if { (ac_try="$ac_link"
30483239 case "(($ac_try" in
30493240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30503241 *) ac_try_echo=$ac_try;;
30513242 esac
3052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3244 $as_echo "$ac_try_echo") >&5
30533245 (eval "$ac_link") 2>&5
30543246 ac_status=$?
3055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30563248 (exit $ac_status); }; then
30573249 # If both `conftest.exe' and `conftest' are `present' (well, observable)
30583250 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
30613253 for ac_file in conftest.exe conftest conftest.*; do
30623254 test -f "$ac_file" || continue
30633255 case $ac_file in
3064 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3256 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
30653257 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
30663258 break;;
30673259 * ) break;;
30683260 esac
30693261 done
30703262 else
3071 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3263 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3264 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3265 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
30723266 See \`config.log' for more details." >&5
3073 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3267 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
30743268 See \`config.log' for more details." >&2;}
3075 { (exit 1); exit 1; }; }
3269 { (exit 1); exit 1; }; }; }
30763270 fi
30773271
30783272 rm -f conftest$ac_cv_exeext
3079 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3080 echo "${ECHO_T}$ac_cv_exeext" >&6; }
3273 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3274 $as_echo "$ac_cv_exeext" >&6; }
30813275
30823276 rm -f conftest.$ac_ext
30833277 EXEEXT=$ac_cv_exeext
30843278 ac_exeext=$EXEEXT
3085 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
3086 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3279 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3280 $as_echo_n "checking for suffix of object files... " >&6; }
30873281 if test "${ac_cv_objext+set}" = set; then
3088 echo $ECHO_N "(cached) $ECHO_C" >&6
3282 $as_echo_n "(cached) " >&6
30893283 else
30903284 cat >conftest.$ac_ext <<_ACEOF
30913285 /* confdefs.h. */
31083302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31093303 *) ac_try_echo=$ac_try;;
31103304 esac
3111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3306 $as_echo "$ac_try_echo") >&5
31123307 (eval "$ac_compile") 2>&5
31133308 ac_status=$?
3114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31153310 (exit $ac_status); }; then
31163311 for ac_file in conftest.o conftest.obj conftest.*; do
31173312 test -f "$ac_file" || continue;
31183313 case $ac_file in
3119 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
31203315 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
31213316 break;;
31223317 esac
31233318 done
31243319 else
3125 echo "$as_me: failed program was:" >&5
3320 $as_echo "$as_me: failed program was:" >&5
31263321 sed 's/^/| /' conftest.$ac_ext >&5
31273322
3128 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3323 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
31293326 See \`config.log' for more details." >&5
3130 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3327 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
31313328 See \`config.log' for more details." >&2;}
3132 { (exit 1); exit 1; }; }
3329 { (exit 1); exit 1; }; }; }
31333330 fi
31343331
31353332 rm -f conftest.$ac_cv_objext conftest.$ac_ext
31363333 fi
3137 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3138 echo "${ECHO_T}$ac_cv_objext" >&6; }
3334 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3335 $as_echo "$ac_cv_objext" >&6; }
31393336 OBJEXT=$ac_cv_objext
31403337 ac_objext=$OBJEXT
3141 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3142 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3338 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3339 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
31433340 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3144 echo $ECHO_N "(cached) $ECHO_C" >&6
3341 $as_echo_n "(cached) " >&6
31453342 else
31463343 cat >conftest.$ac_ext <<_ACEOF
31473344 /* confdefs.h. */
31673364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31683365 *) ac_try_echo=$ac_try;;
31693366 esac
3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3368 $as_echo "$ac_try_echo") >&5
31713369 (eval "$ac_compile") 2>conftest.er1
31723370 ac_status=$?
31733371 grep -v '^ *+' conftest.er1 >conftest.err
31743372 rm -f conftest.er1
31753373 cat conftest.err >&5
3176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31773375 (exit $ac_status); } && {
31783376 test -z "$ac_c_werror_flag" ||
31793377 test ! -s conftest.err
31803378 } && test -s conftest.$ac_objext; then
31813379 ac_compiler_gnu=yes
31823380 else
3183 echo "$as_me: failed program was:" >&5
3381 $as_echo "$as_me: failed program was:" >&5
31843382 sed 's/^/| /' conftest.$ac_ext >&5
31853383
31863384 ac_compiler_gnu=no
31903388 ac_cv_c_compiler_gnu=$ac_compiler_gnu
31913389
31923390 fi
3193 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3194 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3195 GCC=`test $ac_compiler_gnu = yes && echo yes`
3391 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3392 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3393 if test $ac_compiler_gnu = yes; then
3394 GCC=yes
3395 else
3396 GCC=
3397 fi
31963398 ac_test_CFLAGS=${CFLAGS+set}
31973399 ac_save_CFLAGS=$CFLAGS
3198 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3199 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3400 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3401 $as_echo_n "checking whether $CC accepts -g... " >&6; }
32003402 if test "${ac_cv_prog_cc_g+set}" = set; then
3201 echo $ECHO_N "(cached) $ECHO_C" >&6
3403 $as_echo_n "(cached) " >&6
32023404 else
32033405 ac_save_c_werror_flag=$ac_c_werror_flag
32043406 ac_c_werror_flag=yes
32253427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32263428 *) ac_try_echo=$ac_try;;
32273429 esac
3228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3431 $as_echo "$ac_try_echo") >&5
32293432 (eval "$ac_compile") 2>conftest.er1
32303433 ac_status=$?
32313434 grep -v '^ *+' conftest.er1 >conftest.err
32323435 rm -f conftest.er1
32333436 cat conftest.err >&5
3234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32353438 (exit $ac_status); } && {
32363439 test -z "$ac_c_werror_flag" ||
32373440 test ! -s conftest.err
32383441 } && test -s conftest.$ac_objext; then
32393442 ac_cv_prog_cc_g=yes
32403443 else
3241 echo "$as_me: failed program was:" >&5
3444 $as_echo "$as_me: failed program was:" >&5
32423445 sed 's/^/| /' conftest.$ac_ext >&5
32433446
32443447 CFLAGS=""
32633466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32643467 *) ac_try_echo=$ac_try;;
32653468 esac
3266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3470 $as_echo "$ac_try_echo") >&5
32673471 (eval "$ac_compile") 2>conftest.er1
32683472 ac_status=$?
32693473 grep -v '^ *+' conftest.er1 >conftest.err
32703474 rm -f conftest.er1
32713475 cat conftest.err >&5
3272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32733477 (exit $ac_status); } && {
32743478 test -z "$ac_c_werror_flag" ||
32753479 test ! -s conftest.err
32763480 } && test -s conftest.$ac_objext; then
32773481 :
32783482 else
3279 echo "$as_me: failed program was:" >&5
3483 $as_echo "$as_me: failed program was:" >&5
32803484 sed 's/^/| /' conftest.$ac_ext >&5
32813485
32823486 ac_c_werror_flag=$ac_save_c_werror_flag
33023506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33033507 *) ac_try_echo=$ac_try;;
33043508 esac
3305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3510 $as_echo "$ac_try_echo") >&5
33063511 (eval "$ac_compile") 2>conftest.er1
33073512 ac_status=$?
33083513 grep -v '^ *+' conftest.er1 >conftest.err
33093514 rm -f conftest.er1
33103515 cat conftest.err >&5
3311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33123517 (exit $ac_status); } && {
33133518 test -z "$ac_c_werror_flag" ||
33143519 test ! -s conftest.err
33153520 } && test -s conftest.$ac_objext; then
33163521 ac_cv_prog_cc_g=yes
33173522 else
3318 echo "$as_me: failed program was:" >&5
3523 $as_echo "$as_me: failed program was:" >&5
33193524 sed 's/^/| /' conftest.$ac_ext >&5
33203525
33213526
33303535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33313536 ac_c_werror_flag=$ac_save_c_werror_flag
33323537 fi
3333 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3334 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3538 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3539 $as_echo "$ac_cv_prog_cc_g" >&6; }
33353540 if test "$ac_test_CFLAGS" = set; then
33363541 CFLAGS=$ac_save_CFLAGS
33373542 elif test $ac_cv_prog_cc_g = yes; then
33473552 CFLAGS=
33483553 fi
33493554 fi
3350 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3351 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3555 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3556 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
33523557 if test "${ac_cv_prog_cc_c89+set}" = set; then
3353 echo $ECHO_N "(cached) $ECHO_C" >&6
3558 $as_echo_n "(cached) " >&6
33543559 else
33553560 ac_cv_prog_cc_c89=no
33563561 ac_save_CC=$CC
34213626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34223627 *) ac_try_echo=$ac_try;;
34233628 esac
3424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3630 $as_echo "$ac_try_echo") >&5
34253631 (eval "$ac_compile") 2>conftest.er1
34263632 ac_status=$?
34273633 grep -v '^ *+' conftest.er1 >conftest.err
34283634 rm -f conftest.er1
34293635 cat conftest.err >&5
3430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34313637 (exit $ac_status); } && {
34323638 test -z "$ac_c_werror_flag" ||
34333639 test ! -s conftest.err
34343640 } && test -s conftest.$ac_objext; then
34353641 ac_cv_prog_cc_c89=$ac_arg
34363642 else
3437 echo "$as_me: failed program was:" >&5
3643 $as_echo "$as_me: failed program was:" >&5
34383644 sed 's/^/| /' conftest.$ac_ext >&5
34393645
34403646
34503656 # AC_CACHE_VAL
34513657 case "x$ac_cv_prog_cc_c89" in
34523658 x)
3453 { echo "$as_me:$LINENO: result: none needed" >&5
3454 echo "${ECHO_T}none needed" >&6; } ;;
3659 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3660 $as_echo "none needed" >&6; } ;;
34553661 xno)
3456 { echo "$as_me:$LINENO: result: unsupported" >&5
3457 echo "${ECHO_T}unsupported" >&6; } ;;
3662 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3663 $as_echo "unsupported" >&6; } ;;
34583664 *)
34593665 CC="$CC $ac_cv_prog_cc_c89"
3460 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3461 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3666 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3667 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
34623668 esac
34633669
34643670
34753681 am_make=${MAKE-make}
34763682 cat > confinc << 'END'
34773683 am__doit:
3478 @echo done
3684 @echo this is the am__doit target
34793685 .PHONY: am__doit
34803686 END
34813687 # If we don't find an include directive, just comment out the code.
3482 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3483 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3688 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3689 $as_echo_n "checking for style of include used by $am_make... " >&6; }
34843690 am__include="#"
34853691 am__quote=
34863692 _am_result=none
34873693 # First try GNU make style include.
34883694 echo "include confinc" > confmf
3489 # We grep out `Entering directory' and `Leaving directory'
3490 # messages which can occur if `w' ends up in MAKEFLAGS.
3491 # In particular we don't look at `^make:' because GNU make might
3492 # be invoked under some other name (usually "gmake"), in which
3493 # case it prints its new name instead of `make'.
3494 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3495 am__include=include
3496 am__quote=
3497 _am_result=GNU
3498 fi
3695 # Ignore all kinds of additional output from `make'.
3696 case `$am_make -s -f confmf 2> /dev/null` in #(
3697 *the\ am__doit\ target*)
3698 am__include=include
3699 am__quote=
3700 _am_result=GNU
3701 ;;
3702 esac
34993703 # Now try BSD make style include.
35003704 if test "$am__include" = "#"; then
35013705 echo '.include "confinc"' > confmf
3502 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3503 am__include=.include
3504 am__quote="\""
3505 _am_result=BSD
3506 fi
3507 fi
3508
3509
3510 { echo "$as_me:$LINENO: result: $_am_result" >&5
3511 echo "${ECHO_T}$_am_result" >&6; }
3706 case `$am_make -s -f confmf 2> /dev/null` in #(
3707 *the\ am__doit\ target*)
3708 am__include=.include
3709 am__quote="\""
3710 _am_result=BSD
3711 ;;
3712 esac
3713 fi
3714
3715
3716 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3717 $as_echo "$_am_result" >&6; }
35123718 rm -f confinc confmf
35133719
35143720 # Check whether --enable-dependency-tracking was given.
35203726 am_depcomp="$ac_aux_dir/depcomp"
35213727 AMDEPBACKSLASH='\'
35223728 fi
3523
3524
3525 if test "x$enable_dependency_tracking" != xno; then
3729 if test "x$enable_dependency_tracking" != xno; then
35263730 AMDEP_TRUE=
35273731 AMDEP_FALSE='#'
35283732 else
35323736
35333737
35343738
3535
35363739 depcc="$CC" am_compiler_list=
35373740
3538 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3539 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3741 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3742 $as_echo_n "checking dependency style of $depcc... " >&6; }
35403743 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3541 echo $ECHO_N "(cached) $ECHO_C" >&6
3744 $as_echo_n "(cached) " >&6
35423745 else
35433746 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
35443747 # We make a subdir and do the tests there. Otherwise we can end up
35633766 if test "$am_compiler_list" = ""; then
35643767 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
35653768 fi
3769 am__universal=false
3770 case " $depcc " in #(
3771 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3772 esac
3773
35663774 for depmode in $am_compiler_list; do
35673775 # Setup a source with many dependencies, because some compilers
35683776 # like to wrap large dependency lists on column 80 (with \), and
35803788 done
35813789 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
35823790
3791 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3792 # mode. It turns out that the SunPro C++ compiler does not properly
3793 # handle `-M -o', and we need to detect this. Also, some Intel
3794 # versions had trouble with output in subdirs
3795 am__obj=sub/conftest.${OBJEXT-o}
3796 am__minus_obj="-o $am__obj"
35833797 case $depmode in
3798 gcc)
3799 # This depmode causes a compiler race in universal mode.
3800 test "$am__universal" = false || continue
3801 ;;
35843802 nosideeffect)
35853803 # after this tag, mechanisms are not by side-effect, so they'll
35863804 # only be used when explicitly requested
35903808 break
35913809 fi
35923810 ;;
3811 msvisualcpp | msvcmsys)
3812 # This compiler won't grok `-c -o', but also, the minuso test has
3813 # not run yet. These depmodes are late enough in the game, and
3814 # so weak that their functioning should not be impacted.
3815 am__obj=conftest.${OBJEXT-o}
3816 am__minus_obj=
3817 ;;
35933818 none) break ;;
35943819 esac
3595 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3596 # mode. It turns out that the SunPro C++ compiler does not properly
3597 # handle `-M -o', and we need to detect this.
35983820 if depmode=$depmode \
3599 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3821 source=sub/conftest.c object=$am__obj \
36003822 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3601 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3823 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
36023824 >/dev/null 2>conftest.err &&
3825 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
36033826 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3604 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3827 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
36053828 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
36063829 # icc doesn't choke on unknown options, it will just issue warnings
36073830 # or remarks (even with -Werror). So we grep stderr for any message
36253848 fi
36263849
36273850 fi
3628 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3629 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3851 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3852 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
36303853 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
36313854
3632
3633
3634 if
3855 if
36353856 test "x$enable_dependency_tracking" != xno \
36363857 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
36373858 am__fastdepCC_TRUE=
36483869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36493870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36503871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3651 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3652 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3872 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3873 $as_echo_n "checking how to run the C preprocessor... " >&6; }
36533874 # On Suns, sometimes $CPP names a directory.
36543875 if test -n "$CPP" && test -d "$CPP"; then
36553876 CPP=
36563877 fi
36573878 if test -z "$CPP"; then
36583879 if test "${ac_cv_prog_CPP+set}" = set; then
3659 echo $ECHO_N "(cached) $ECHO_C" >&6
3880 $as_echo_n "(cached) " >&6
36603881 else
36613882 # Double quotes because CPP needs to be expanded
36623883 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
36883909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36893910 *) ac_try_echo=$ac_try;;
36903911 esac
3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3913 $as_echo "$ac_try_echo") >&5
36923914 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36933915 ac_status=$?
36943916 grep -v '^ *+' conftest.er1 >conftest.err
36953917 rm -f conftest.er1
36963918 cat conftest.err >&5
3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36983920 (exit $ac_status); } >/dev/null && {
36993921 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
37003922 test ! -s conftest.err
37013923 }; then
37023924 :
37033925 else
3704 echo "$as_me: failed program was:" >&5
3926 $as_echo "$as_me: failed program was:" >&5
37053927 sed 's/^/| /' conftest.$ac_ext >&5
37063928
37073929 # Broken: fails on valid input.
37253947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37263948 *) ac_try_echo=$ac_try;;
37273949 esac
3728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3951 $as_echo "$ac_try_echo") >&5
37293952 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
37303953 ac_status=$?
37313954 grep -v '^ *+' conftest.er1 >conftest.err
37323955 rm -f conftest.er1
37333956 cat conftest.err >&5
3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37353958 (exit $ac_status); } >/dev/null && {
37363959 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
37373960 test ! -s conftest.err
37393962 # Broken: success on invalid input.
37403963 continue
37413964 else
3742 echo "$as_me: failed program was:" >&5
3965 $as_echo "$as_me: failed program was:" >&5
37433966 sed 's/^/| /' conftest.$ac_ext >&5
37443967
37453968 # Passes both tests.
37643987 else
37653988 ac_cv_prog_CPP=$CPP
37663989 fi
3767 { echo "$as_me:$LINENO: result: $CPP" >&5
3768 echo "${ECHO_T}$CPP" >&6; }
3990 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3991 $as_echo "$CPP" >&6; }
37693992 ac_preproc_ok=false
37703993 for ac_c_preproc_warn_flag in '' yes
37713994 do
37934016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37944017 *) ac_try_echo=$ac_try;;
37954018 esac
3796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4020 $as_echo "$ac_try_echo") >&5
37974021 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
37984022 ac_status=$?
37994023 grep -v '^ *+' conftest.er1 >conftest.err
38004024 rm -f conftest.er1
38014025 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38034027 (exit $ac_status); } >/dev/null && {
38044028 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
38054029 test ! -s conftest.err
38064030 }; then
38074031 :
38084032 else
3809 echo "$as_me: failed program was:" >&5
4033 $as_echo "$as_me: failed program was:" >&5
38104034 sed 's/^/| /' conftest.$ac_ext >&5
38114035
38124036 # Broken: fails on valid input.
38304054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38314055 *) ac_try_echo=$ac_try;;
38324056 esac
3833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4058 $as_echo "$ac_try_echo") >&5
38344059 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
38354060 ac_status=$?
38364061 grep -v '^ *+' conftest.er1 >conftest.err
38374062 rm -f conftest.er1
38384063 cat conftest.err >&5
3839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38404065 (exit $ac_status); } >/dev/null && {
38414066 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
38424067 test ! -s conftest.err
38444069 # Broken: success on invalid input.
38454070 continue
38464071 else
3847 echo "$as_me: failed program was:" >&5
4072 $as_echo "$as_me: failed program was:" >&5
38484073 sed 's/^/| /' conftest.$ac_ext >&5
38494074
38504075 # Passes both tests.
38604085 if $ac_preproc_ok; then
38614086 :
38624087 else
3863 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4088 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
38644091 See \`config.log' for more details." >&5
3865 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4092 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
38664093 See \`config.log' for more details." >&2;}
3867 { (exit 1); exit 1; }; }
4094 { (exit 1); exit 1; }; }; }
38684095 fi
38694096
38704097 ac_ext=c
38744101 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38754102
38764103
3877 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3878 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4104 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4105 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
38794106 if test "${ac_cv_path_GREP+set}" = set; then
3880 echo $ECHO_N "(cached) $ECHO_C" >&6
3881 else
3882 # Extract the first word of "grep ggrep" to use in msg output
3883 if test -z "$GREP"; then
3884 set dummy grep ggrep; ac_prog_name=$2
3885 if test "${ac_cv_path_GREP+set}" = set; then
3886 echo $ECHO_N "(cached) $ECHO_C" >&6
3887 else
4107 $as_echo_n "(cached) " >&6
4108 else
4109 if test -z "$GREP"; then
38884110 ac_path_GREP_found=false
3889 # Loop through the user's path and test for each of PROGNAME-LIST
3890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111 # Loop through the user's path and test for each of PROGNAME-LIST
4112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38914113 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
38924114 do
38934115 IFS=$as_save_IFS
38944116 test -z "$as_dir" && as_dir=.
38954117 for ac_prog in grep ggrep; do
3896 for ac_exec_ext in '' $ac_executable_extensions; do
3897 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3898 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3899 # Check for GNU ac_path_GREP and select it if it is found.
4118 for ac_exec_ext in '' $ac_executable_extensions; do
4119 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4120 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4121 # Check for GNU ac_path_GREP and select it if it is found.
39004122 # Check for GNU $ac_path_GREP
39014123 case `"$ac_path_GREP" --version 2>&1` in
39024124 *GNU*)
39034125 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
39044126 *)
39054127 ac_count=0
3906 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4128 $as_echo_n 0123456789 >"conftest.in"
39074129 while :
39084130 do
39094131 cat "conftest.in" "conftest.in" >"conftest.tmp"
39104132 mv "conftest.tmp" "conftest.in"
39114133 cp "conftest.in" "conftest.nl"
3912 echo 'GREP' >> "conftest.nl"
4134 $as_echo 'GREP' >> "conftest.nl"
39134135 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
39144136 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
39154137 ac_count=`expr $ac_count + 1`
39244146 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
39254147 esac
39264148
3927
3928 $ac_path_GREP_found && break 3
4149 $ac_path_GREP_found && break 3
4150 done
39294151 done
39304152 done
3931
3932 done
39334153 IFS=$as_save_IFS
3934
3935
3936 fi
3937
3938 GREP="$ac_cv_path_GREP"
3939 if test -z "$GREP"; then
3940 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3941 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4154 if test -z "$ac_cv_path_GREP"; then
4155 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4156 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
39424157 { (exit 1); exit 1; }; }
3943 fi
3944
4158 fi
39454159 else
39464160 ac_cv_path_GREP=$GREP
39474161 fi
39484162
3949
3950 fi
3951 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3952 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4163 fi
4164 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4165 $as_echo "$ac_cv_path_GREP" >&6; }
39534166 GREP="$ac_cv_path_GREP"
39544167
39554168
3956 { echo "$as_me:$LINENO: checking for egrep" >&5
3957 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4169 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4170 $as_echo_n "checking for egrep... " >&6; }
39584171 if test "${ac_cv_path_EGREP+set}" = set; then
3959 echo $ECHO_N "(cached) $ECHO_C" >&6
4172 $as_echo_n "(cached) " >&6
39604173 else
39614174 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
39624175 then ac_cv_path_EGREP="$GREP -E"
39634176 else
3964 # Extract the first word of "egrep" to use in msg output
3965 if test -z "$EGREP"; then
3966 set dummy egrep; ac_prog_name=$2
3967 if test "${ac_cv_path_EGREP+set}" = set; then
3968 echo $ECHO_N "(cached) $ECHO_C" >&6
3969 else
4177 if test -z "$EGREP"; then
39704178 ac_path_EGREP_found=false
3971 # Loop through the user's path and test for each of PROGNAME-LIST
3972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 # Loop through the user's path and test for each of PROGNAME-LIST
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39734181 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
39744182 do
39754183 IFS=$as_save_IFS
39764184 test -z "$as_dir" && as_dir=.
39774185 for ac_prog in egrep; do
3978 for ac_exec_ext in '' $ac_executable_extensions; do
3979 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3980 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3981 # Check for GNU ac_path_EGREP and select it if it is found.
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4188 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4189 # Check for GNU ac_path_EGREP and select it if it is found.
39824190 # Check for GNU $ac_path_EGREP
39834191 case `"$ac_path_EGREP" --version 2>&1` in
39844192 *GNU*)
39854193 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
39864194 *)
39874195 ac_count=0
3988 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4196 $as_echo_n 0123456789 >"conftest.in"
39894197 while :
39904198 do
39914199 cat "conftest.in" "conftest.in" >"conftest.tmp"
39924200 mv "conftest.tmp" "conftest.in"
39934201 cp "conftest.in" "conftest.nl"
3994 echo 'EGREP' >> "conftest.nl"
4202 $as_echo 'EGREP' >> "conftest.nl"
39954203 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
39964204 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
39974205 ac_count=`expr $ac_count + 1`
40064214 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
40074215 esac
40084216
4009
4010 $ac_path_EGREP_found && break 3
4217 $ac_path_EGREP_found && break 3
4218 done
40114219 done
40124220 done
4013
4014 done
40154221 IFS=$as_save_IFS
4016
4017
4018 fi
4019
4020 EGREP="$ac_cv_path_EGREP"
4021 if test -z "$EGREP"; then
4022 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4023 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4222 if test -z "$ac_cv_path_EGREP"; then
4223 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4224 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
40244225 { (exit 1); exit 1; }; }
4025 fi
4026
4226 fi
40274227 else
40284228 ac_cv_path_EGREP=$EGREP
40294229 fi
40304230
4031
40324231 fi
40334232 fi
4034 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4035 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4233 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4234 $as_echo "$ac_cv_path_EGREP" >&6; }
40364235 EGREP="$ac_cv_path_EGREP"
40374236
40384237
4039 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4040 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4238 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4239 $as_echo_n "checking for ANSI C header files... " >&6; }
40414240 if test "${ac_cv_header_stdc+set}" = set; then
4042 echo $ECHO_N "(cached) $ECHO_C" >&6
4241 $as_echo_n "(cached) " >&6
40434242 else
40444243 cat >conftest.$ac_ext <<_ACEOF
40454244 /* confdefs.h. */
40664265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40674266 *) ac_try_echo=$ac_try;;
40684267 esac
4069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4269 $as_echo "$ac_try_echo") >&5
40704270 (eval "$ac_compile") 2>conftest.er1
40714271 ac_status=$?
40724272 grep -v '^ *+' conftest.er1 >conftest.err
40734273 rm -f conftest.er1
40744274 cat conftest.err >&5
4075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40764276 (exit $ac_status); } && {
40774277 test -z "$ac_c_werror_flag" ||
40784278 test ! -s conftest.err
40794279 } && test -s conftest.$ac_objext; then
40804280 ac_cv_header_stdc=yes
40814281 else
4082 echo "$as_me: failed program was:" >&5
4282 $as_echo "$as_me: failed program was:" >&5
40834283 sed 's/^/| /' conftest.$ac_ext >&5
40844284
40854285 ac_cv_header_stdc=no
41714371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41724372 *) ac_try_echo=$ac_try;;
41734373 esac
4174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4375 $as_echo "$ac_try_echo") >&5
41754376 (eval "$ac_link") 2>&5
41764377 ac_status=$?
4177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41784379 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
41794380 { (case "(($ac_try" in
41804381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41814382 *) ac_try_echo=$ac_try;;
41824383 esac
4183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4385 $as_echo "$ac_try_echo") >&5
41844386 (eval "$ac_try") 2>&5
41854387 ac_status=$?
4186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41874389 (exit $ac_status); }; }; then
41884390 :
41894391 else
4190 echo "$as_me: program exited with status $ac_status" >&5
4191 echo "$as_me: failed program was:" >&5
4392 $as_echo "$as_me: program exited with status $ac_status" >&5
4393 $as_echo "$as_me: failed program was:" >&5
41924394 sed 's/^/| /' conftest.$ac_ext >&5
41934395
41944396 ( exit $ac_status )
41954397 ac_cv_header_stdc=no
41964398 fi
4399 rm -rf conftest.dSYM
41974400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
41984401 fi
41994402
42004403
42014404 fi
42024405 fi
4203 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4204 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
4406 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4407 $as_echo "$ac_cv_header_stdc" >&6; }
42054408 if test $ac_cv_header_stdc = yes; then
42064409
42074410 cat >>confdefs.h <<\_ACEOF
42124415
42134416 case `pwd` in
42144417 *\ * | *\ *)
4215 { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4216 echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4418 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4419 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
42174420 esac
42184421
42194422
42204423
4221 macro_version='2.2.4'
4222 macro_revision='1.2976'
4424 macro_version='2.2.6b'
4425 macro_revision='1.3017'
42234426
42244427
42254428
42374440
42384441 # Make sure we can run config.sub.
42394442 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4240 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4241 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4443 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4444 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
42424445 { (exit 1); exit 1; }; }
42434446
4244 { echo "$as_me:$LINENO: checking build system type" >&5
4245 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
4447 { $as_echo "$as_me:$LINENO: checking build system type" >&5
4448 $as_echo_n "checking build system type... " >&6; }
42464449 if test "${ac_cv_build+set}" = set; then
4247 echo $ECHO_N "(cached) $ECHO_C" >&6
4450 $as_echo_n "(cached) " >&6
42484451 else
42494452 ac_build_alias=$build_alias
42504453 test "x$ac_build_alias" = x &&
42514454 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
42524455 test "x$ac_build_alias" = x &&
4253 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4254 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4456 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4457 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
42554458 { (exit 1); exit 1; }; }
42564459 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4257 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4258 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4460 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4461 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
42594462 { (exit 1); exit 1; }; }
42604463
42614464 fi
4262 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4263 echo "${ECHO_T}$ac_cv_build" >&6; }
4465 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4466 $as_echo "$ac_cv_build" >&6; }
42644467 case $ac_cv_build in
42654468 *-*-*) ;;
4266 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4267 echo "$as_me: error: invalid value of canonical build" >&2;}
4469 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4470 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
42684471 { (exit 1); exit 1; }; };;
42694472 esac
42704473 build=$ac_cv_build
42814484 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42824485
42834486
4284 { echo "$as_me:$LINENO: checking host system type" >&5
4285 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
4487 { $as_echo "$as_me:$LINENO: checking host system type" >&5
4488 $as_echo_n "checking host system type... " >&6; }
42864489 if test "${ac_cv_host+set}" = set; then
4287 echo $ECHO_N "(cached) $ECHO_C" >&6
4490 $as_echo_n "(cached) " >&6
42884491 else
42894492 if test "x$host_alias" = x; then
42904493 ac_cv_host=$ac_cv_build
42914494 else
42924495 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4293 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4294 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
4496 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4497 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
42954498 { (exit 1); exit 1; }; }
42964499 fi
42974500
42984501 fi
4299 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4300 echo "${ECHO_T}$ac_cv_host" >&6; }
4502 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4503 $as_echo "$ac_cv_host" >&6; }
43014504 case $ac_cv_host in
43024505 *-*-*) ;;
4303 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4304 echo "$as_me: error: invalid value of canonical host" >&2;}
4506 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4507 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
43054508 { (exit 1); exit 1; }; };;
43064509 esac
43074510 host=$ac_cv_host
43184521 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
43194522
43204523
4321 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4322 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
4524 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4525 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
43234526 if test "${ac_cv_path_SED+set}" = set; then
4324 echo $ECHO_N "(cached) $ECHO_C" >&6
4527 $as_echo_n "(cached) " >&6
43254528 else
43264529 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
43274530 for ac_i in 1 2 3 4 5 6 7; do
43284531 ac_script="$ac_script$as_nl$ac_script"
43294532 done
4330 echo "$ac_script" | sed 99q >conftest.sed
4533 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
43314534 $as_unset ac_script || ac_script=
4332 # Extract the first word of "sed gsed" to use in msg output
4333 if test -z "$SED"; then
4334 set dummy sed gsed; ac_prog_name=$2
4335 if test "${ac_cv_path_SED+set}" = set; then
4336 echo $ECHO_N "(cached) $ECHO_C" >&6
4337 else
4535 if test -z "$SED"; then
43384536 ac_path_SED_found=false
4339 # Loop through the user's path and test for each of PROGNAME-LIST
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4537 # Loop through the user's path and test for each of PROGNAME-LIST
4538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43414539 for as_dir in $PATH
43424540 do
43434541 IFS=$as_save_IFS
43444542 test -z "$as_dir" && as_dir=.
43454543 for ac_prog in sed gsed; do
4346 for ac_exec_ext in '' $ac_executable_extensions; do
4347 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4348 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4349 # Check for GNU ac_path_SED and select it if it is found.
4544 for ac_exec_ext in '' $ac_executable_extensions; do
4545 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4546 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4547 # Check for GNU ac_path_SED and select it if it is found.
43504548 # Check for GNU $ac_path_SED
43514549 case `"$ac_path_SED" --version 2>&1` in
43524550 *GNU*)
43534551 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
43544552 *)
43554553 ac_count=0
4356 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4554 $as_echo_n 0123456789 >"conftest.in"
43574555 while :
43584556 do
43594557 cat "conftest.in" "conftest.in" >"conftest.tmp"
43604558 mv "conftest.tmp" "conftest.in"
43614559 cp "conftest.in" "conftest.nl"
4362 echo '' >> "conftest.nl"
4560 $as_echo '' >> "conftest.nl"
43634561 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
43644562 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
43654563 ac_count=`expr $ac_count + 1`
43744572 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
43754573 esac
43764574
4377
4378 $ac_path_SED_found && break 3
4575 $ac_path_SED_found && break 3
4576 done
43794577 done
43804578 done
4381
4382 done
43834579 IFS=$as_save_IFS
4384
4385
4386 fi
4387
4388 SED="$ac_cv_path_SED"
4389 if test -z "$SED"; then
4390 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
4391 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
4580 if test -z "$ac_cv_path_SED"; then
4581 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4582 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
43924583 { (exit 1); exit 1; }; }
4393 fi
4394
4584 fi
43954585 else
43964586 ac_cv_path_SED=$SED
43974587 fi
43984588
43994589 fi
4400 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4401 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
4590 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4591 $as_echo "$ac_cv_path_SED" >&6; }
44024592 SED="$ac_cv_path_SED"
44034593 rm -f conftest.sed
44044594
44154605
44164606
44174607
4418 { echo "$as_me:$LINENO: checking for fgrep" >&5
4419 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
4608 { $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4609 $as_echo_n "checking for fgrep... " >&6; }
44204610 if test "${ac_cv_path_FGREP+set}" = set; then
4421 echo $ECHO_N "(cached) $ECHO_C" >&6
4611 $as_echo_n "(cached) " >&6
44224612 else
44234613 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
44244614 then ac_cv_path_FGREP="$GREP -F"
44254615 else
4426 # Extract the first word of "fgrep" to use in msg output
4427 if test -z "$FGREP"; then
4428 set dummy fgrep; ac_prog_name=$2
4429 if test "${ac_cv_path_FGREP+set}" = set; then
4430 echo $ECHO_N "(cached) $ECHO_C" >&6
4431 else
4616 if test -z "$FGREP"; then
44324617 ac_path_FGREP_found=false
4433 # Loop through the user's path and test for each of PROGNAME-LIST
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4618 # Loop through the user's path and test for each of PROGNAME-LIST
4619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44354620 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
44364621 do
44374622 IFS=$as_save_IFS
44384623 test -z "$as_dir" && as_dir=.
44394624 for ac_prog in fgrep; do
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4442 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4443 # Check for GNU ac_path_FGREP and select it if it is found.
4625 for ac_exec_ext in '' $ac_executable_extensions; do
4626 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4627 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4628 # Check for GNU ac_path_FGREP and select it if it is found.
44444629 # Check for GNU $ac_path_FGREP
44454630 case `"$ac_path_FGREP" --version 2>&1` in
44464631 *GNU*)
44474632 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
44484633 *)
44494634 ac_count=0
4450 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4635 $as_echo_n 0123456789 >"conftest.in"
44514636 while :
44524637 do
44534638 cat "conftest.in" "conftest.in" >"conftest.tmp"
44544639 mv "conftest.tmp" "conftest.in"
44554640 cp "conftest.in" "conftest.nl"
4456 echo 'FGREP' >> "conftest.nl"
4641 $as_echo 'FGREP' >> "conftest.nl"
44574642 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
44584643 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
44594644 ac_count=`expr $ac_count + 1`
44684653 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
44694654 esac
44704655
4471
4472 $ac_path_FGREP_found && break 3
4656 $ac_path_FGREP_found && break 3
4657 done
44734658 done
44744659 done
4475
4476 done
44774660 IFS=$as_save_IFS
4478
4479
4480 fi
4481
4482 FGREP="$ac_cv_path_FGREP"
4483 if test -z "$FGREP"; then
4484 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4485 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4661 if test -z "$ac_cv_path_FGREP"; then
4662 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4663 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
44864664 { (exit 1); exit 1; }; }
4487 fi
4488
4665 fi
44894666 else
44904667 ac_cv_path_FGREP=$FGREP
44914668 fi
44924669
4493
44944670 fi
44954671 fi
4496 { echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4497 echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
4672 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4673 $as_echo "$ac_cv_path_FGREP" >&6; }
44984674 FGREP="$ac_cv_path_FGREP"
44994675
45004676
45284704 ac_prog=ld
45294705 if test "$GCC" = yes; then
45304706 # Check if gcc -print-prog-name=ld gives a path.
4531 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4532 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
4707 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4708 $as_echo_n "checking for ld used by $CC... " >&6; }
45334709 case $host in
45344710 *-*-mingw*)
45354711 # gcc leaves a trailing carriage return which upsets mingw
45584734 ;;
45594735 esac
45604736 elif test "$with_gnu_ld" = yes; then
4561 { echo "$as_me:$LINENO: checking for GNU ld" >&5
4562 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
4563 else
4564 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4565 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
4737 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4738 $as_echo_n "checking for GNU ld... " >&6; }
4739 else
4740 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4741 $as_echo_n "checking for non-GNU ld... " >&6; }
45664742 fi
45674743 if test "${lt_cv_path_LD+set}" = set; then
4568 echo $ECHO_N "(cached) $ECHO_C" >&6
4744 $as_echo_n "(cached) " >&6
45694745 else
45704746 if test -z "$LD"; then
45714747 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
45954771
45964772 LD="$lt_cv_path_LD"
45974773 if test -n "$LD"; then
4598 { echo "$as_me:$LINENO: result: $LD" >&5
4599 echo "${ECHO_T}$LD" >&6; }
4600 else
4601 { echo "$as_me:$LINENO: result: no" >&5
4602 echo "${ECHO_T}no" >&6; }
4603 fi
4604 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4605 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4774 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4775 $as_echo "$LD" >&6; }
4776 else
4777 { $as_echo "$as_me:$LINENO: result: no" >&5
4778 $as_echo "no" >&6; }
4779 fi
4780 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4781 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
46064782 { (exit 1); exit 1; }; }
4607 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4608 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
4783 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4784 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
46094785 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4610 echo $ECHO_N "(cached) $ECHO_C" >&6
4786 $as_echo_n "(cached) " >&6
46114787 else
46124788 # I'd rather use --version here, but apparently some GNU lds only accept -v.
46134789 case `$LD -v 2>&1 </dev/null` in
46194795 ;;
46204796 esac
46214797 fi
4622 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4623 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
4798 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4799 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
46244800 with_gnu_ld=$lt_cv_prog_gnu_ld
46254801
46264802
46314807
46324808
46334809
4634 { echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4635 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
4810 { $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4811 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
46364812 if test "${lt_cv_path_NM+set}" = set; then
4637 echo $ECHO_N "(cached) $ECHO_C" >&6
4813 $as_echo_n "(cached) " >&6
46384814 else
46394815 if test -n "$NM"; then
46404816 # Let the user override the test.
46804856 : ${lt_cv_path_NM=no}
46814857 fi
46824858 fi
4683 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4684 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
4859 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4860 $as_echo "$lt_cv_path_NM" >&6; }
46854861 if test "$lt_cv_path_NM" != "no"; then
46864862 NM="$lt_cv_path_NM"
46874863 else
46914867 do
46924868 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
46934869 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4694 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4695 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4871 $as_echo_n "checking for $ac_word... " >&6; }
46964872 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4697 echo $ECHO_N "(cached) $ECHO_C" >&6
4873 $as_echo_n "(cached) " >&6
46984874 else
46994875 if test -n "$DUMPBIN"; then
47004876 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
47074883 for ac_exec_ext in '' $ac_executable_extensions; do
47084884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47094885 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4710 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4886 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47114887 break 2
47124888 fi
47134889 done
47184894 fi
47194895 DUMPBIN=$ac_cv_prog_DUMPBIN
47204896 if test -n "$DUMPBIN"; then
4721 { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4722 echo "${ECHO_T}$DUMPBIN" >&6; }
4723 else
4724 { echo "$as_me:$LINENO: result: no" >&5
4725 echo "${ECHO_T}no" >&6; }
4897 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4898 $as_echo "$DUMPBIN" >&6; }
4899 else
4900 { $as_echo "$as_me:$LINENO: result: no" >&5
4901 $as_echo "no" >&6; }
47264902 fi
47274903
47284904
47354911 do
47364912 # Extract the first word of "$ac_prog", so it can be a program name with args.
47374913 set dummy $ac_prog; ac_word=$2
4738 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4914 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4915 $as_echo_n "checking for $ac_word... " >&6; }
47404916 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4741 echo $ECHO_N "(cached) $ECHO_C" >&6
4917 $as_echo_n "(cached) " >&6
47424918 else
47434919 if test -n "$ac_ct_DUMPBIN"; then
47444920 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
47514927 for ac_exec_ext in '' $ac_executable_extensions; do
47524928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47534929 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4930 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47554931 break 2
47564932 fi
47574933 done
47624938 fi
47634939 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
47644940 if test -n "$ac_ct_DUMPBIN"; then
4765 { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4766 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
4767 else
4768 { echo "$as_me:$LINENO: result: no" >&5
4769 echo "${ECHO_T}no" >&6; }
4941 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4942 $as_echo "$ac_ct_DUMPBIN" >&6; }
4943 else
4944 { $as_echo "$as_me:$LINENO: result: no" >&5
4945 $as_echo "no" >&6; }
47704946 fi
47714947
47724948
47784954 else
47794955 case $cross_compiling:$ac_tool_warned in
47804956 yes:)
4781 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4782 whose name does not start with the host triplet. If you think this
4783 configuration is useful to you, please write to autoconf@gnu.org." >&5
4784 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4785 whose name does not start with the host triplet. If you think this
4786 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4957 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
47874959 ac_tool_warned=yes ;;
47884960 esac
47894961 DUMPBIN=$ac_ct_DUMPBIN
48024974
48034975
48044976
4805 { echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4806 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
4977 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4978 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
48074979 if test "${lt_cv_nm_interface+set}" = set; then
4808 echo $ECHO_N "(cached) $ECHO_C" >&6
4980 $as_echo_n "(cached) " >&6
48094981 else
48104982 lt_cv_nm_interface="BSD nm"
48114983 echo "int some_variable = 0;" > conftest.$ac_ext
4812 (eval echo "\"\$as_me:4813: $ac_compile\"" >&5)
4984 (eval echo "\"\$as_me:4985: $ac_compile\"" >&5)
48134985 (eval "$ac_compile" 2>conftest.err)
48144986 cat conftest.err >&5
4815 (eval echo "\"\$as_me:4816: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4987 (eval echo "\"\$as_me:4988: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
48164988 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
48174989 cat conftest.err >&5
4818 (eval echo "\"\$as_me:4819: output\"" >&5)
4990 (eval echo "\"\$as_me:4991: output\"" >&5)
48194991 cat conftest.out >&5
48204992 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
48214993 lt_cv_nm_interface="MS dumpbin"
48224994 fi
48234995 rm -f conftest*
48244996 fi
4825 { echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4826 echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
4827
4828 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4829 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4997 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4998 $as_echo "$lt_cv_nm_interface" >&6; }
4999
5000 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
5001 $as_echo_n "checking whether ln -s works... " >&6; }
48305002 LN_S=$as_ln_s
48315003 if test "$LN_S" = "ln -s"; then
4832 { echo "$as_me:$LINENO: result: yes" >&5
4833 echo "${ECHO_T}yes" >&6; }
4834 else
4835 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4836 echo "${ECHO_T}no, using $LN_S" >&6; }
5004 { $as_echo "$as_me:$LINENO: result: yes" >&5
5005 $as_echo "yes" >&6; }
5006 else
5007 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5008 $as_echo "no, using $LN_S" >&6; }
48375009 fi
48385010
48395011 # find the maximum length of command line arguments
4840 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4841 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
5012 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5013 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
48425014 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4843 echo $ECHO_N "(cached) $ECHO_C" >&6
5015 $as_echo_n "(cached) " >&6
48445016 else
48455017 i=0
48465018 teststring="ABCD"
48615033 lt_cv_sys_max_cmd_len=-1;
48625034 ;;
48635035
4864 cygwin* | mingw*)
5036 cygwin* | mingw* | cegcc*)
48655037 # On Win9x/ME, this test blows up -- it succeeds, but takes
48665038 # about 5 minutes as the teststring grows exponentially.
48675039 # Worse, since 9x/ME are not pre-emptively multitasking,
49575129 fi
49585130
49595131 if test -n $lt_cv_sys_max_cmd_len ; then
4960 { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4961 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
4962 else
4963 { echo "$as_me:$LINENO: result: none" >&5
4964 echo "${ECHO_T}none" >&6; }
5132 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
5133 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5134 else
5135 { $as_echo "$as_me:$LINENO: result: none" >&5
5136 $as_echo "none" >&6; }
49655137 fi
49665138 max_cmd_len=$lt_cv_sys_max_cmd_len
49675139
49745146 : ${MV="mv -f"}
49755147 : ${RM="rm -f"}
49765148
4977 { echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4978 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
5149 { $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5150 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
49795151 # Try some XSI features
49805152 xsi_shell=no
49815153 ( _lt_dummy="a/b/c"
49845156 && eval 'test $(( 1 + 1 )) -eq 2 \
49855157 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
49865158 && xsi_shell=yes
4987 { echo "$as_me:$LINENO: result: $xsi_shell" >&5
4988 echo "${ECHO_T}$xsi_shell" >&6; }
4989
4990
4991 { echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4992 echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
5159 { $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
5160 $as_echo "$xsi_shell" >&6; }
5161
5162
5163 { $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5164 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
49935165 lt_shell_append=no
49945166 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
49955167 >/dev/null 2>&1 \
49965168 && lt_shell_append=yes
4997 { echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4998 echo "${ECHO_T}$lt_shell_append" >&6; }
5169 { $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5170 $as_echo "$lt_shell_append" >&6; }
49995171
50005172
50015173 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
50295201
50305202
50315203
5032 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5033 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
5204 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5205 $as_echo_n "checking for $LD option to reload object files... " >&6; }
50345206 if test "${lt_cv_ld_reload_flag+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5207 $as_echo_n "(cached) " >&6
50365208 else
50375209 lt_cv_ld_reload_flag='-r'
50385210 fi
5039 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5040 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
5211 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5212 $as_echo "$lt_cv_ld_reload_flag" >&6; }
50415213 reload_flag=$lt_cv_ld_reload_flag
50425214 case $reload_flag in
50435215 "" | " "*) ;;
50625234
50635235
50645236
5065
5066 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5067 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
5237 if test -n "$ac_tool_prefix"; then
5238 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5239 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5240 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5241 $as_echo_n "checking for $ac_word... " >&6; }
5242 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5243 $as_echo_n "(cached) " >&6
5244 else
5245 if test -n "$OBJDUMP"; then
5246 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5247 else
5248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249 for as_dir in $PATH
5250 do
5251 IFS=$as_save_IFS
5252 test -z "$as_dir" && as_dir=.
5253 for ac_exec_ext in '' $ac_executable_extensions; do
5254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5255 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5256 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5257 break 2
5258 fi
5259 done
5260 done
5261 IFS=$as_save_IFS
5262
5263 fi
5264 fi
5265 OBJDUMP=$ac_cv_prog_OBJDUMP
5266 if test -n "$OBJDUMP"; then
5267 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5268 $as_echo "$OBJDUMP" >&6; }
5269 else
5270 { $as_echo "$as_me:$LINENO: result: no" >&5
5271 $as_echo "no" >&6; }
5272 fi
5273
5274
5275 fi
5276 if test -z "$ac_cv_prog_OBJDUMP"; then
5277 ac_ct_OBJDUMP=$OBJDUMP
5278 # Extract the first word of "objdump", so it can be a program name with args.
5279 set dummy objdump; ac_word=$2
5280 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5281 $as_echo_n "checking for $ac_word... " >&6; }
5282 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5283 $as_echo_n "(cached) " >&6
5284 else
5285 if test -n "$ac_ct_OBJDUMP"; then
5286 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5287 else
5288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289 for as_dir in $PATH
5290 do
5291 IFS=$as_save_IFS
5292 test -z "$as_dir" && as_dir=.
5293 for ac_exec_ext in '' $ac_executable_extensions; do
5294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5295 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5296 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5297 break 2
5298 fi
5299 done
5300 done
5301 IFS=$as_save_IFS
5302
5303 fi
5304 fi
5305 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5306 if test -n "$ac_ct_OBJDUMP"; then
5307 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5308 $as_echo "$ac_ct_OBJDUMP" >&6; }
5309 else
5310 { $as_echo "$as_me:$LINENO: result: no" >&5
5311 $as_echo "no" >&6; }
5312 fi
5313
5314 if test "x$ac_ct_OBJDUMP" = x; then
5315 OBJDUMP="false"
5316 else
5317 case $cross_compiling:$ac_tool_warned in
5318 yes:)
5319 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5321 ac_tool_warned=yes ;;
5322 esac
5323 OBJDUMP=$ac_ct_OBJDUMP
5324 fi
5325 else
5326 OBJDUMP="$ac_cv_prog_OBJDUMP"
5327 fi
5328
5329 test -z "$OBJDUMP" && OBJDUMP=objdump
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5340 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
50685341 if test "${lt_cv_deplibs_check_method+set}" = set; then
5069 echo $ECHO_N "(cached) $ECHO_C" >&6
5342 $as_echo_n "(cached) " >&6
50705343 else
50715344 lt_cv_file_magic_cmd='$MAGIC_CMD'
50725345 lt_cv_file_magic_test_file=
51145387 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
51155388 lt_cv_file_magic_cmd='$OBJDUMP -f'
51165389 fi
5390 ;;
5391
5392 cegcc)
5393 # use the weaker test based on 'objdump'. See mingw*.
5394 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5395 lt_cv_file_magic_cmd='$OBJDUMP -f'
51175396 ;;
51185397
51195398 darwin* | rhapsody*)
51785457 lt_cv_deplibs_check_method=pass_all
51795458 ;;
51805459
5181 netbsd* | netbsdelf*-gnu)
5460 netbsd*)
51825461 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
51835462 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
51845463 else
52535532 esac
52545533
52555534 fi
5256 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5257 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
5535 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5536 $as_echo "$lt_cv_deplibs_check_method" >&6; }
52585537 file_magic_cmd=$lt_cv_file_magic_cmd
52595538 deplibs_check_method=$lt_cv_deplibs_check_method
52605539 test -z "$deplibs_check_method" && deplibs_check_method=unknown
52735552 if test -n "$ac_tool_prefix"; then
52745553 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
52755554 set dummy ${ac_tool_prefix}ar; ac_word=$2
5276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5555 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5556 $as_echo_n "checking for $ac_word... " >&6; }
52785557 if test "${ac_cv_prog_AR+set}" = set; then
5279 echo $ECHO_N "(cached) $ECHO_C" >&6
5558 $as_echo_n "(cached) " >&6
52805559 else
52815560 if test -n "$AR"; then
52825561 ac_cv_prog_AR="$AR" # Let the user override the test.
52895568 for ac_exec_ext in '' $ac_executable_extensions; do
52905569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52915570 ac_cv_prog_AR="${ac_tool_prefix}ar"
5292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5571 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52935572 break 2
52945573 fi
52955574 done
53005579 fi
53015580 AR=$ac_cv_prog_AR
53025581 if test -n "$AR"; then
5303 { echo "$as_me:$LINENO: result: $AR" >&5
5304 echo "${ECHO_T}$AR" >&6; }
5305 else
5306 { echo "$as_me:$LINENO: result: no" >&5
5307 echo "${ECHO_T}no" >&6; }
5582 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5583 $as_echo "$AR" >&6; }
5584 else
5585 { $as_echo "$as_me:$LINENO: result: no" >&5
5586 $as_echo "no" >&6; }
53085587 fi
53095588
53105589
53135592 ac_ct_AR=$AR
53145593 # Extract the first word of "ar", so it can be a program name with args.
53155594 set dummy ar; ac_word=$2
5316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5595 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5596 $as_echo_n "checking for $ac_word... " >&6; }
53185597 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5319 echo $ECHO_N "(cached) $ECHO_C" >&6
5598 $as_echo_n "(cached) " >&6
53205599 else
53215600 if test -n "$ac_ct_AR"; then
53225601 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
53295608 for ac_exec_ext in '' $ac_executable_extensions; do
53305609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53315610 ac_cv_prog_ac_ct_AR="ar"
5332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5611 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53335612 break 2
53345613 fi
53355614 done
53405619 fi
53415620 ac_ct_AR=$ac_cv_prog_ac_ct_AR
53425621 if test -n "$ac_ct_AR"; then
5343 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5344 echo "${ECHO_T}$ac_ct_AR" >&6; }
5345 else
5346 { echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6; }
5622 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5623 $as_echo "$ac_ct_AR" >&6; }
5624 else
5625 { $as_echo "$as_me:$LINENO: result: no" >&5
5626 $as_echo "no" >&6; }
53485627 fi
53495628
53505629 if test "x$ac_ct_AR" = x; then
53525631 else
53535632 case $cross_compiling:$ac_tool_warned in
53545633 yes:)
5355 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5356 whose name does not start with the host triplet. If you think this
5357 configuration is useful to you, please write to autoconf@gnu.org." >&5
5358 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5359 whose name does not start with the host triplet. If you think this
5360 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5634 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
53615636 ac_tool_warned=yes ;;
53625637 esac
53635638 AR=$ac_ct_AR
53825657 if test -n "$ac_tool_prefix"; then
53835658 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
53845659 set dummy ${ac_tool_prefix}strip; ac_word=$2
5385 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5386 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5661 $as_echo_n "checking for $ac_word... " >&6; }
53875662 if test "${ac_cv_prog_STRIP+set}" = set; then
5388 echo $ECHO_N "(cached) $ECHO_C" >&6
5663 $as_echo_n "(cached) " >&6
53895664 else
53905665 if test -n "$STRIP"; then
53915666 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
53985673 for ac_exec_ext in '' $ac_executable_extensions; do
53995674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
54005675 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5401 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5676 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
54025677 break 2
54035678 fi
54045679 done
54095684 fi
54105685 STRIP=$ac_cv_prog_STRIP
54115686 if test -n "$STRIP"; then
5412 { echo "$as_me:$LINENO: result: $STRIP" >&5
5413 echo "${ECHO_T}$STRIP" >&6; }
5414 else
5415 { echo "$as_me:$LINENO: result: no" >&5
5416 echo "${ECHO_T}no" >&6; }
5687 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5688 $as_echo "$STRIP" >&6; }
5689 else
5690 { $as_echo "$as_me:$LINENO: result: no" >&5
5691 $as_echo "no" >&6; }
54175692 fi
54185693
54195694
54225697 ac_ct_STRIP=$STRIP
54235698 # Extract the first word of "strip", so it can be a program name with args.
54245699 set dummy strip; ac_word=$2
5425 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5426 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
54275702 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5428 echo $ECHO_N "(cached) $ECHO_C" >&6
5703 $as_echo_n "(cached) " >&6
54295704 else
54305705 if test -n "$ac_ct_STRIP"; then
54315706 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
54385713 for ac_exec_ext in '' $ac_executable_extensions; do
54395714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
54405715 ac_cv_prog_ac_ct_STRIP="strip"
5441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
54425717 break 2
54435718 fi
54445719 done
54495724 fi
54505725 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
54515726 if test -n "$ac_ct_STRIP"; then
5452 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5453 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5454 else
5455 { echo "$as_me:$LINENO: result: no" >&5
5456 echo "${ECHO_T}no" >&6; }
5727 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5728 $as_echo "$ac_ct_STRIP" >&6; }
5729 else
5730 { $as_echo "$as_me:$LINENO: result: no" >&5
5731 $as_echo "no" >&6; }
54575732 fi
54585733
54595734 if test "x$ac_ct_STRIP" = x; then
54615736 else
54625737 case $cross_compiling:$ac_tool_warned in
54635738 yes:)
5464 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5465 whose name does not start with the host triplet. If you think this
5466 configuration is useful to you, please write to autoconf@gnu.org." >&5
5467 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5468 whose name does not start with the host triplet. If you think this
5469 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5739 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5740 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
54705741 ac_tool_warned=yes ;;
54715742 esac
54725743 STRIP=$ac_ct_STRIP
54855756 if test -n "$ac_tool_prefix"; then
54865757 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
54875758 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5488 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5760 $as_echo_n "checking for $ac_word... " >&6; }
54905761 if test "${ac_cv_prog_RANLIB+set}" = set; then
5491 echo $ECHO_N "(cached) $ECHO_C" >&6
5762 $as_echo_n "(cached) " >&6
54925763 else
54935764 if test -n "$RANLIB"; then
54945765 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
55015772 for ac_exec_ext in '' $ac_executable_extensions; do
55025773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
55035774 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
55055776 break 2
55065777 fi
55075778 done
55125783 fi
55135784 RANLIB=$ac_cv_prog_RANLIB
55145785 if test -n "$RANLIB"; then
5515 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5516 echo "${ECHO_T}$RANLIB" >&6; }
5517 else
5518 { echo "$as_me:$LINENO: result: no" >&5
5519 echo "${ECHO_T}no" >&6; }
5786 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5787 $as_echo "$RANLIB" >&6; }
5788 else
5789 { $as_echo "$as_me:$LINENO: result: no" >&5
5790 $as_echo "no" >&6; }
55205791 fi
55215792
55225793
55255796 ac_ct_RANLIB=$RANLIB
55265797 # Extract the first word of "ranlib", so it can be a program name with args.
55275798 set dummy ranlib; ac_word=$2
5528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5799 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5800 $as_echo_n "checking for $ac_word... " >&6; }
55305801 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5531 echo $ECHO_N "(cached) $ECHO_C" >&6
5802 $as_echo_n "(cached) " >&6
55325803 else
55335804 if test -n "$ac_ct_RANLIB"; then
55345805 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
55415812 for ac_exec_ext in '' $ac_executable_extensions; do
55425813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
55435814 ac_cv_prog_ac_ct_RANLIB="ranlib"
5544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5815 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
55455816 break 2
55465817 fi
55475818 done
55525823 fi
55535824 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
55545825 if test -n "$ac_ct_RANLIB"; then
5555 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5556 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5557 else
5558 { echo "$as_me:$LINENO: result: no" >&5
5559 echo "${ECHO_T}no" >&6; }
5826 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5827 $as_echo "$ac_ct_RANLIB" >&6; }
5828 else
5829 { $as_echo "$as_me:$LINENO: result: no" >&5
5830 $as_echo "no" >&6; }
55605831 fi
55615832
55625833 if test "x$ac_ct_RANLIB" = x; then
55645835 else
55655836 case $cross_compiling:$ac_tool_warned in
55665837 yes:)
5567 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5568 whose name does not start with the host triplet. If you think this
5569 configuration is useful to you, please write to autoconf@gnu.org." >&5
5570 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5571 whose name does not start with the host triplet. If you think this
5572 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5838 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5839 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
55735840 ac_tool_warned=yes ;;
55745841 esac
55755842 RANLIB=$ac_ct_RANLIB
56465913
56475914
56485915 # Check for command to grab the raw symbol name followed by C symbol from nm.
5649 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5650 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
5916 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5917 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
56515918 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5652 echo $ECHO_N "(cached) $ECHO_C" >&6
5919 $as_echo_n "(cached) " >&6
56535920 else
56545921
56555922 # These are sane defaults that work on at least a few old systems.
56665933 aix*)
56675934 symcode='[BCDT]'
56685935 ;;
5669 cygwin* | mingw* | pw32*)
5936 cygwin* | mingw* | pw32* | cegcc*)
56705937 symcode='[ABCDGISTW]'
56715938 ;;
56725939 hpux*)
57676034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
57686035 (eval $ac_compile) 2>&5
57696036 ac_status=$?
5770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
57716038 (exit $ac_status); }; then
57726039 # Now try to grab the symbols.
57736040 nlist=conftest.nm
57746041 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
57756042 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
57766043 ac_status=$?
5777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
57786045 (exit $ac_status); } && test -s "$nlist"; then
57796046 # Try sorting and uniquifying the output.
57806047 if sort "$nlist" | uniq > "$nlist"T; then
58316098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
58326099 (eval $ac_link) 2>&5
58336100 ac_status=$?
5834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
58356102 (exit $ac_status); } && test -s conftest${ac_exeext}; then
58366103 pipe_works=yes
58376104 fi
58666133 lt_cv_sys_global_symbol_to_cdecl=
58676134 fi
58686135 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5869 { echo "$as_me:$LINENO: result: failed" >&5
5870 echo "${ECHO_T}failed" >&6; }
5871 else
5872 { echo "$as_me:$LINENO: result: ok" >&5
5873 echo "${ECHO_T}ok" >&6; }
6136 { $as_echo "$as_me:$LINENO: result: failed" >&5
6137 $as_echo "failed" >&6; }
6138 else
6139 { $as_echo "$as_me:$LINENO: result: ok" >&5
6140 $as_echo "ok" >&6; }
58746141 fi
58756142
58766143
59106177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
59116178 (eval $ac_compile) 2>&5
59126179 ac_status=$?
5913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
59146181 (exit $ac_status); }; then
59156182 case `/usr/bin/file conftest.$ac_objext` in
59166183 *ELF-32*)
59256192 ;;
59266193 *-*-irix6*)
59276194 # Find out which ABI we are using.
5928 echo '#line 5929 "configure"' > conftest.$ac_ext
6195 echo '#line 6196 "configure"' > conftest.$ac_ext
59296196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
59306197 (eval $ac_compile) 2>&5
59316198 ac_status=$?
5932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
59336200 (exit $ac_status); }; then
59346201 if test "$lt_cv_prog_gnu_ld" = yes; then
59356202 case `/usr/bin/file conftest.$ac_objext` in
59676234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
59686235 (eval $ac_compile) 2>&5
59696236 ac_status=$?
5970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
59716238 (exit $ac_status); }; then
59726239 case `/usr/bin/file conftest.o` in
59736240 *32-bit*)
60176284 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
60186285 SAVE_CFLAGS="$CFLAGS"
60196286 CFLAGS="$CFLAGS -belf"
6020 { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6021 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
6287 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6288 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
60226289 if test "${lt_cv_cc_needs_belf+set}" = set; then
6023 echo $ECHO_N "(cached) $ECHO_C" >&6
6290 $as_echo_n "(cached) " >&6
60246291 else
60256292 ac_ext=c
60266293 ac_cpp='$CPP $CPPFLAGS'
60496316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60506317 *) ac_try_echo=$ac_try;;
60516318 esac
6052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6320 $as_echo "$ac_try_echo") >&5
60536321 (eval "$ac_link") 2>conftest.er1
60546322 ac_status=$?
60556323 grep -v '^ *+' conftest.er1 >conftest.err
60566324 rm -f conftest.er1
60576325 cat conftest.err >&5
6058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
60596327 (exit $ac_status); } && {
60606328 test -z "$ac_c_werror_flag" ||
60616329 test ! -s conftest.err
6062 } && test -s conftest$ac_exeext &&
6063 $as_test_x conftest$ac_exeext; then
6330 } && test -s conftest$ac_exeext && {
6331 test "$cross_compiling" = yes ||
6332 $as_test_x conftest$ac_exeext
6333 }; then
60646334 lt_cv_cc_needs_belf=yes
60656335 else
6066 echo "$as_me: failed program was:" >&5
6336 $as_echo "$as_me: failed program was:" >&5
60676337 sed 's/^/| /' conftest.$ac_ext >&5
60686338
60696339 lt_cv_cc_needs_belf=no
60706340 fi
60716341
6342 rm -rf conftest.dSYM
60726343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
60736344 conftest$ac_exeext conftest.$ac_ext
60746345 ac_ext=c
60786349 ac_compiler_gnu=$ac_cv_c_compiler_gnu
60796350
60806351 fi
6081 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6082 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
6352 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6353 $as_echo "$lt_cv_cc_needs_belf" >&6; }
60836354 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
60846355 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
60856356 CFLAGS="$SAVE_CFLAGS"
60916362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
60926363 (eval $ac_compile) 2>&5
60936364 ac_status=$?
6094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
60956366 (exit $ac_status); }; then
60966367 case `/usr/bin/file conftest.o` in
60976368 *64-bit*)
61186389 if test -n "$ac_tool_prefix"; then
61196390 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
61206391 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6121 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6122 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6393 $as_echo_n "checking for $ac_word... " >&6; }
61236394 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6124 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 $as_echo_n "(cached) " >&6
61256396 else
61266397 if test -n "$DSYMUTIL"; then
61276398 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
61346405 for ac_exec_ext in '' $ac_executable_extensions; do
61356406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
61366407 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6137 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
61386409 break 2
61396410 fi
61406411 done
61456416 fi
61466417 DSYMUTIL=$ac_cv_prog_DSYMUTIL
61476418 if test -n "$DSYMUTIL"; then
6148 { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6149 echo "${ECHO_T}$DSYMUTIL" >&6; }
6150 else
6151 { echo "$as_me:$LINENO: result: no" >&5
6152 echo "${ECHO_T}no" >&6; }
6419 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6420 $as_echo "$DSYMUTIL" >&6; }
6421 else
6422 { $as_echo "$as_me:$LINENO: result: no" >&5
6423 $as_echo "no" >&6; }
61536424 fi
61546425
61556426
61586429 ac_ct_DSYMUTIL=$DSYMUTIL
61596430 # Extract the first word of "dsymutil", so it can be a program name with args.
61606431 set dummy dsymutil; ac_word=$2
6161 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6162 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6432 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6433 $as_echo_n "checking for $ac_word... " >&6; }
61636434 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6164 echo $ECHO_N "(cached) $ECHO_C" >&6
6435 $as_echo_n "(cached) " >&6
61656436 else
61666437 if test -n "$ac_ct_DSYMUTIL"; then
61676438 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
61746445 for ac_exec_ext in '' $ac_executable_extensions; do
61756446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
61766447 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6448 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
61786449 break 2
61796450 fi
61806451 done
61856456 fi
61866457 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
61876458 if test -n "$ac_ct_DSYMUTIL"; then
6188 { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6189 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
6190 else
6191 { echo "$as_me:$LINENO: result: no" >&5
6192 echo "${ECHO_T}no" >&6; }
6459 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6460 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6461 else
6462 { $as_echo "$as_me:$LINENO: result: no" >&5
6463 $as_echo "no" >&6; }
61936464 fi
61946465
61956466 if test "x$ac_ct_DSYMUTIL" = x; then
61976468 else
61986469 case $cross_compiling:$ac_tool_warned in
61996470 yes:)
6200 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6201 whose name does not start with the host triplet. If you think this
6202 configuration is useful to you, please write to autoconf@gnu.org." >&5
6203 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6204 whose name does not start with the host triplet. If you think this
6205 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6471 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6472 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
62066473 ac_tool_warned=yes ;;
62076474 esac
62086475 DSYMUTIL=$ac_ct_DSYMUTIL
62146481 if test -n "$ac_tool_prefix"; then
62156482 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
62166483 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6217 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6484 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6485 $as_echo_n "checking for $ac_word... " >&6; }
62196486 if test "${ac_cv_prog_NMEDIT+set}" = set; then
6220 echo $ECHO_N "(cached) $ECHO_C" >&6
6487 $as_echo_n "(cached) " >&6
62216488 else
62226489 if test -n "$NMEDIT"; then
62236490 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
62306497 for ac_exec_ext in '' $ac_executable_extensions; do
62316498 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
62326499 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6500 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
62346501 break 2
62356502 fi
62366503 done
62416508 fi
62426509 NMEDIT=$ac_cv_prog_NMEDIT
62436510 if test -n "$NMEDIT"; then
6244 { echo "$as_me:$LINENO: result: $NMEDIT" >&5
6245 echo "${ECHO_T}$NMEDIT" >&6; }
6246 else
6247 { echo "$as_me:$LINENO: result: no" >&5
6248 echo "${ECHO_T}no" >&6; }
6511 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6512 $as_echo "$NMEDIT" >&6; }
6513 else
6514 { $as_echo "$as_me:$LINENO: result: no" >&5
6515 $as_echo "no" >&6; }
62496516 fi
62506517
62516518
62546521 ac_ct_NMEDIT=$NMEDIT
62556522 # Extract the first word of "nmedit", so it can be a program name with args.
62566523 set dummy nmedit; ac_word=$2
6257 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6524 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6525 $as_echo_n "checking for $ac_word... " >&6; }
62596526 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6260 echo $ECHO_N "(cached) $ECHO_C" >&6
6527 $as_echo_n "(cached) " >&6
62616528 else
62626529 if test -n "$ac_ct_NMEDIT"; then
62636530 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
62706537 for ac_exec_ext in '' $ac_executable_extensions; do
62716538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
62726539 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6540 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
62746541 break 2
62756542 fi
62766543 done
62816548 fi
62826549 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
62836550 if test -n "$ac_ct_NMEDIT"; then
6284 { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6285 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
6286 else
6287 { echo "$as_me:$LINENO: result: no" >&5
6288 echo "${ECHO_T}no" >&6; }
6551 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6552 $as_echo "$ac_ct_NMEDIT" >&6; }
6553 else
6554 { $as_echo "$as_me:$LINENO: result: no" >&5
6555 $as_echo "no" >&6; }
62896556 fi
62906557
62916558 if test "x$ac_ct_NMEDIT" = x; then
62936560 else
62946561 case $cross_compiling:$ac_tool_warned in
62956562 yes:)
6296 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6297 whose name does not start with the host triplet. If you think this
6298 configuration is useful to you, please write to autoconf@gnu.org." >&5
6299 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6300 whose name does not start with the host triplet. If you think this
6301 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6563 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6564 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63026565 ac_tool_warned=yes ;;
63036566 esac
63046567 NMEDIT=$ac_ct_NMEDIT
63106573 if test -n "$ac_tool_prefix"; then
63116574 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
63126575 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6576 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6577 $as_echo_n "checking for $ac_word... " >&6; }
63156578 if test "${ac_cv_prog_LIPO+set}" = set; then
6316 echo $ECHO_N "(cached) $ECHO_C" >&6
6579 $as_echo_n "(cached) " >&6
63176580 else
63186581 if test -n "$LIPO"; then
63196582 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
63266589 for ac_exec_ext in '' $ac_executable_extensions; do
63276590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63286591 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6592 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63306593 break 2
63316594 fi
63326595 done
63376600 fi
63386601 LIPO=$ac_cv_prog_LIPO
63396602 if test -n "$LIPO"; then
6340 { echo "$as_me:$LINENO: result: $LIPO" >&5
6341 echo "${ECHO_T}$LIPO" >&6; }
6342 else
6343 { echo "$as_me:$LINENO: result: no" >&5
6344 echo "${ECHO_T}no" >&6; }
6603 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6604 $as_echo "$LIPO" >&6; }
6605 else
6606 { $as_echo "$as_me:$LINENO: result: no" >&5
6607 $as_echo "no" >&6; }
63456608 fi
63466609
63476610
63506613 ac_ct_LIPO=$LIPO
63516614 # Extract the first word of "lipo", so it can be a program name with args.
63526615 set dummy lipo; ac_word=$2
6353 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6617 $as_echo_n "checking for $ac_word... " >&6; }
63556618 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6356 echo $ECHO_N "(cached) $ECHO_C" >&6
6619 $as_echo_n "(cached) " >&6
63576620 else
63586621 if test -n "$ac_ct_LIPO"; then
63596622 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
63666629 for ac_exec_ext in '' $ac_executable_extensions; do
63676630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63686631 ac_cv_prog_ac_ct_LIPO="lipo"
6369 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6632 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63706633 break 2
63716634 fi
63726635 done
63776640 fi
63786641 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
63796642 if test -n "$ac_ct_LIPO"; then
6380 { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6381 echo "${ECHO_T}$ac_ct_LIPO" >&6; }
6382 else
6383 { echo "$as_me:$LINENO: result: no" >&5
6384 echo "${ECHO_T}no" >&6; }
6643 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6644 $as_echo "$ac_ct_LIPO" >&6; }
6645 else
6646 { $as_echo "$as_me:$LINENO: result: no" >&5
6647 $as_echo "no" >&6; }
63856648 fi
63866649
63876650 if test "x$ac_ct_LIPO" = x; then
63896652 else
63906653 case $cross_compiling:$ac_tool_warned in
63916654 yes:)
6392 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6393 whose name does not start with the host triplet. If you think this
6394 configuration is useful to you, please write to autoconf@gnu.org." >&5
6395 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6396 whose name does not start with the host triplet. If you think this
6397 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6655 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6656 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63986657 ac_tool_warned=yes ;;
63996658 esac
64006659 LIPO=$ac_ct_LIPO
64066665 if test -n "$ac_tool_prefix"; then
64076666 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
64086667 set dummy ${ac_tool_prefix}otool; ac_word=$2
6409 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6410 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6669 $as_echo_n "checking for $ac_word... " >&6; }
64116670 if test "${ac_cv_prog_OTOOL+set}" = set; then
6412 echo $ECHO_N "(cached) $ECHO_C" >&6
6671 $as_echo_n "(cached) " >&6
64136672 else
64146673 if test -n "$OTOOL"; then
64156674 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
64226681 for ac_exec_ext in '' $ac_executable_extensions; do
64236682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64246683 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6425 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6684 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
64266685 break 2
64276686 fi
64286687 done
64336692 fi
64346693 OTOOL=$ac_cv_prog_OTOOL
64356694 if test -n "$OTOOL"; then
6436 { echo "$as_me:$LINENO: result: $OTOOL" >&5
6437 echo "${ECHO_T}$OTOOL" >&6; }
6438 else
6439 { echo "$as_me:$LINENO: result: no" >&5
6440 echo "${ECHO_T}no" >&6; }
6695 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6696 $as_echo "$OTOOL" >&6; }
6697 else
6698 { $as_echo "$as_me:$LINENO: result: no" >&5
6699 $as_echo "no" >&6; }
64416700 fi
64426701
64436702
64466705 ac_ct_OTOOL=$OTOOL
64476706 # Extract the first word of "otool", so it can be a program name with args.
64486707 set dummy otool; ac_word=$2
6449 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6709 $as_echo_n "checking for $ac_word... " >&6; }
64516710 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6452 echo $ECHO_N "(cached) $ECHO_C" >&6
6711 $as_echo_n "(cached) " >&6
64536712 else
64546713 if test -n "$ac_ct_OTOOL"; then
64556714 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
64626721 for ac_exec_ext in '' $ac_executable_extensions; do
64636722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64646723 ac_cv_prog_ac_ct_OTOOL="otool"
6465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6724 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
64666725 break 2
64676726 fi
64686727 done
64736732 fi
64746733 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
64756734 if test -n "$ac_ct_OTOOL"; then
6476 { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6477 echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
6478 else
6479 { echo "$as_me:$LINENO: result: no" >&5
6480 echo "${ECHO_T}no" >&6; }
6735 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6736 $as_echo "$ac_ct_OTOOL" >&6; }
6737 else
6738 { $as_echo "$as_me:$LINENO: result: no" >&5
6739 $as_echo "no" >&6; }
64816740 fi
64826741
64836742 if test "x$ac_ct_OTOOL" = x; then
64856744 else
64866745 case $cross_compiling:$ac_tool_warned in
64876746 yes:)
6488 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6489 whose name does not start with the host triplet. If you think this
6490 configuration is useful to you, please write to autoconf@gnu.org." >&5
6491 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6492 whose name does not start with the host triplet. If you think this
6493 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6747 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64946749 ac_tool_warned=yes ;;
64956750 esac
64966751 OTOOL=$ac_ct_OTOOL
65026757 if test -n "$ac_tool_prefix"; then
65036758 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
65046759 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6505 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6761 $as_echo_n "checking for $ac_word... " >&6; }
65076762 if test "${ac_cv_prog_OTOOL64+set}" = set; then
6508 echo $ECHO_N "(cached) $ECHO_C" >&6
6763 $as_echo_n "(cached) " >&6
65096764 else
65106765 if test -n "$OTOOL64"; then
65116766 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
65186773 for ac_exec_ext in '' $ac_executable_extensions; do
65196774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65206775 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6776 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65226777 break 2
65236778 fi
65246779 done
65296784 fi
65306785 OTOOL64=$ac_cv_prog_OTOOL64
65316786 if test -n "$OTOOL64"; then
6532 { echo "$as_me:$LINENO: result: $OTOOL64" >&5
6533 echo "${ECHO_T}$OTOOL64" >&6; }
6534 else
6535 { echo "$as_me:$LINENO: result: no" >&5
6536 echo "${ECHO_T}no" >&6; }
6787 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6788 $as_echo "$OTOOL64" >&6; }
6789 else
6790 { $as_echo "$as_me:$LINENO: result: no" >&5
6791 $as_echo "no" >&6; }
65376792 fi
65386793
65396794
65426797 ac_ct_OTOOL64=$OTOOL64
65436798 # Extract the first word of "otool64", so it can be a program name with args.
65446799 set dummy otool64; ac_word=$2
6545 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6546 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6801 $as_echo_n "checking for $ac_word... " >&6; }
65476802 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6548 echo $ECHO_N "(cached) $ECHO_C" >&6
6803 $as_echo_n "(cached) " >&6
65496804 else
65506805 if test -n "$ac_ct_OTOOL64"; then
65516806 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
65586813 for ac_exec_ext in '' $ac_executable_extensions; do
65596814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65606815 ac_cv_prog_ac_ct_OTOOL64="otool64"
6561 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65626817 break 2
65636818 fi
65646819 done
65696824 fi
65706825 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
65716826 if test -n "$ac_ct_OTOOL64"; then
6572 { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6573 echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
6574 else
6575 { echo "$as_me:$LINENO: result: no" >&5
6576 echo "${ECHO_T}no" >&6; }
6827 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6828 $as_echo "$ac_ct_OTOOL64" >&6; }
6829 else
6830 { $as_echo "$as_me:$LINENO: result: no" >&5
6831 $as_echo "no" >&6; }
65776832 fi
65786833
65796834 if test "x$ac_ct_OTOOL64" = x; then
65816836 else
65826837 case $cross_compiling:$ac_tool_warned in
65836838 yes:)
6584 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6585 whose name does not start with the host triplet. If you think this
6586 configuration is useful to you, please write to autoconf@gnu.org." >&5
6587 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6588 whose name does not start with the host triplet. If you think this
6589 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6839 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6840 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65906841 ac_tool_warned=yes ;;
65916842 esac
65926843 OTOOL64=$ac_ct_OTOOL64
66216872
66226873
66236874
6624 { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6625 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
6875 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6876 $as_echo_n "checking for -single_module linker flag... " >&6; }
66266877 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6627 echo $ECHO_N "(cached) $ECHO_C" >&6
6878 $as_echo_n "(cached) " >&6
66286879 else
66296880 lt_cv_apple_cc_single_mod=no
66306881 if test -z "${LT_MULTI_MODULE}"; then
66486899 rm -f conftest.*
66496900 fi
66506901 fi
6651 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6652 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
6653 { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6654 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
6902 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6903 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6904 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6905 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
66556906 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6656 echo $ECHO_N "(cached) $ECHO_C" >&6
6907 $as_echo_n "(cached) " >&6
66576908 else
66586909 lt_cv_ld_exported_symbols_list=no
66596910 save_LDFLAGS=$LDFLAGS
66806931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66816932 *) ac_try_echo=$ac_try;;
66826933 esac
6683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6935 $as_echo "$ac_try_echo") >&5
66846936 (eval "$ac_link") 2>conftest.er1
66856937 ac_status=$?
66866938 grep -v '^ *+' conftest.er1 >conftest.err
66876939 rm -f conftest.er1
66886940 cat conftest.err >&5
6689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66906942 (exit $ac_status); } && {
66916943 test -z "$ac_c_werror_flag" ||
66926944 test ! -s conftest.err
6693 } && test -s conftest$ac_exeext &&
6694 $as_test_x conftest$ac_exeext; then
6945 } && test -s conftest$ac_exeext && {
6946 test "$cross_compiling" = yes ||
6947 $as_test_x conftest$ac_exeext
6948 }; then
66956949 lt_cv_ld_exported_symbols_list=yes
66966950 else
6697 echo "$as_me: failed program was:" >&5
6951 $as_echo "$as_me: failed program was:" >&5
66986952 sed 's/^/| /' conftest.$ac_ext >&5
66996953
67006954 lt_cv_ld_exported_symbols_list=no
67016955 fi
67026956
6957 rm -rf conftest.dSYM
67036958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67046959 conftest$ac_exeext conftest.$ac_ext
67056960 LDFLAGS="$save_LDFLAGS"
67066961
67076962 fi
6708 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6709 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
6963 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6964 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
67106965 case $host_os in
67116966 rhapsody* | darwin1.[012])
67126967 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
67557010 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
67567011 inttypes.h stdint.h unistd.h
67577012 do
6758 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7014 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7015 $as_echo_n "checking for $ac_header... " >&6; }
67617016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6762 echo $ECHO_N "(cached) $ECHO_C" >&6
7017 $as_echo_n "(cached) " >&6
67637018 else
67647019 cat >conftest.$ac_ext <<_ACEOF
67657020 /* confdefs.h. */
67777032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67787033 *) ac_try_echo=$ac_try;;
67797034 esac
6780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7036 $as_echo "$ac_try_echo") >&5
67817037 (eval "$ac_compile") 2>conftest.er1
67827038 ac_status=$?
67837039 grep -v '^ *+' conftest.er1 >conftest.err
67847040 rm -f conftest.er1
67857041 cat conftest.err >&5
6786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67877043 (exit $ac_status); } && {
67887044 test -z "$ac_c_werror_flag" ||
67897045 test ! -s conftest.err
67907046 } && test -s conftest.$ac_objext; then
67917047 eval "$as_ac_Header=yes"
67927048 else
6793 echo "$as_me: failed program was:" >&5
7049 $as_echo "$as_me: failed program was:" >&5
67947050 sed 's/^/| /' conftest.$ac_ext >&5
67957051
67967052 eval "$as_ac_Header=no"
67987054
67997055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68007056 fi
6801 ac_res=`eval echo '${'$as_ac_Header'}'`
6802 { echo "$as_me:$LINENO: result: $ac_res" >&5
6803 echo "${ECHO_T}$ac_res" >&6; }
6804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7057 ac_res=`eval 'as_val=${'$as_ac_Header'}
7058 $as_echo "$as_val"'`
7059 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7060 $as_echo "$ac_res" >&6; }
7061 as_val=`eval 'as_val=${'$as_ac_Header'}
7062 $as_echo "$as_val"'`
7063 if test "x$as_val" = x""yes; then
68057064 cat >>confdefs.h <<_ACEOF
6806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7065 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
68077066 _ACEOF
68087067
68097068 fi
68147073
68157074 for ac_header in dlfcn.h
68167075 do
6817 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6818 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6819 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7076 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7077 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7078 $as_echo_n "checking for $ac_header... " >&6; }
68207079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6821 echo $ECHO_N "(cached) $ECHO_C" >&6
7080 $as_echo_n "(cached) " >&6
68227081 else
68237082 cat >conftest.$ac_ext <<_ACEOF
68247083 /* confdefs.h. */
68367095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
68377096 *) ac_try_echo=$ac_try;;
68387097 esac
6839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7099 $as_echo "$ac_try_echo") >&5
68407100 (eval "$ac_compile") 2>conftest.er1
68417101 ac_status=$?
68427102 grep -v '^ *+' conftest.er1 >conftest.err
68437103 rm -f conftest.er1
68447104 cat conftest.err >&5
6845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68467106 (exit $ac_status); } && {
68477107 test -z "$ac_c_werror_flag" ||
68487108 test ! -s conftest.err
68497109 } && test -s conftest.$ac_objext; then
68507110 eval "$as_ac_Header=yes"
68517111 else
6852 echo "$as_me: failed program was:" >&5
7112 $as_echo "$as_me: failed program was:" >&5
68537113 sed 's/^/| /' conftest.$ac_ext >&5
68547114
68557115 eval "$as_ac_Header=no"
68577117
68587118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68597119 fi
6860 ac_res=`eval echo '${'$as_ac_Header'}'`
6861 { echo "$as_me:$LINENO: result: $ac_res" >&5
6862 echo "${ECHO_T}$ac_res" >&6; }
6863 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7120 ac_res=`eval 'as_val=${'$as_ac_Header'}
7121 $as_echo "$as_val"'`
7122 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7123 $as_echo "$ac_res" >&6; }
7124 as_val=`eval 'as_val=${'$as_ac_Header'}
7125 $as_echo "$as_val"'`
7126 if test "x$as_val" = x""yes; then
68647127 cat >>confdefs.h <<_ACEOF
6865 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7128 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
68667129 _ACEOF
68677130
68687131 fi
70127275 setopt NO_GLOB_SUBST
70137276 fi
70147277
7015 { echo "$as_me:$LINENO: checking for objdir" >&5
7016 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
7278 { $as_echo "$as_me:$LINENO: checking for objdir" >&5
7279 $as_echo_n "checking for objdir... " >&6; }
70177280 if test "${lt_cv_objdir+set}" = set; then
7018 echo $ECHO_N "(cached) $ECHO_C" >&6
7281 $as_echo_n "(cached) " >&6
70197282 else
70207283 rm -f .libs 2>/dev/null
70217284 mkdir .libs 2>/dev/null
70277290 fi
70287291 rmdir .libs 2>/dev/null
70297292 fi
7030 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7031 echo "${ECHO_T}$lt_cv_objdir" >&6; }
7293 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7294 $as_echo "$lt_cv_objdir" >&6; }
70327295 objdir=$lt_cv_objdir
70337296
70347297
71207383 case $deplibs_check_method in
71217384 file_magic*)
71227385 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7123 { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7124 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
7386 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7387 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
71257388 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7126 echo $ECHO_N "(cached) $ECHO_C" >&6
7389 $as_echo_n "(cached) " >&6
71277390 else
71287391 case $MAGIC_CMD in
71297392 [\\/*] | ?:[\\/]*)
71737436
71747437 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
71757438 if test -n "$MAGIC_CMD"; then
7176 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7177 echo "${ECHO_T}$MAGIC_CMD" >&6; }
7178 else
7179 { echo "$as_me:$LINENO: result: no" >&5
7180 echo "${ECHO_T}no" >&6; }
7439 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7440 $as_echo "$MAGIC_CMD" >&6; }
7441 else
7442 { $as_echo "$as_me:$LINENO: result: no" >&5
7443 $as_echo "no" >&6; }
71817444 fi
71827445
71837446
71867449
71877450 if test -z "$lt_cv_path_MAGIC_CMD"; then
71887451 if test -n "$ac_tool_prefix"; then
7189 { echo "$as_me:$LINENO: checking for file" >&5
7190 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
7452 { $as_echo "$as_me:$LINENO: checking for file" >&5
7453 $as_echo_n "checking for file... " >&6; }
71917454 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7192 echo $ECHO_N "(cached) $ECHO_C" >&6
7455 $as_echo_n "(cached) " >&6
71937456 else
71947457 case $MAGIC_CMD in
71957458 [\\/*] | ?:[\\/]*)
72397502
72407503 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
72417504 if test -n "$MAGIC_CMD"; then
7242 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7243 echo "${ECHO_T}$MAGIC_CMD" >&6; }
7244 else
7245 { echo "$as_me:$LINENO: result: no" >&5
7246 echo "${ECHO_T}no" >&6; }
7505 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7506 $as_echo "$MAGIC_CMD" >&6; }
7507 else
7508 { $as_echo "$as_me:$LINENO: result: no" >&5
7509 $as_echo "no" >&6; }
72477510 fi
72487511
72497512
73197582 if test "$GCC" = yes; then
73207583 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
73217584
7322 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7323 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
7585 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7586 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
73247587 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7325 echo $ECHO_N "(cached) $ECHO_C" >&6
7588 $as_echo_n "(cached) " >&6
73267589 else
73277590 lt_cv_prog_compiler_rtti_exceptions=no
73287591 ac_outfile=conftest.$ac_objext
73377600 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
73387601 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
73397602 -e 's:$: $lt_compiler_flag:'`
7340 (eval echo "\"\$as_me:7341: $lt_compile\"" >&5)
7603 (eval echo "\"\$as_me:7604: $lt_compile\"" >&5)
73417604 (eval "$lt_compile" 2>conftest.err)
73427605 ac_status=$?
73437606 cat conftest.err >&5
7344 echo "$as_me:7345: \$? = $ac_status" >&5
7607 echo "$as_me:7608: \$? = $ac_status" >&5
73457608 if (exit $ac_status) && test -s "$ac_outfile"; then
73467609 # The compiler can only warn and ignore the option if not recognized
73477610 # So say no if there are warnings other than the usual output.
73547617 $RM conftest*
73557618
73567619 fi
7357 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7358 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7620 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7621 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
73597622
73607623 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
73617624 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
73747637 lt_prog_compiler_pic=
73757638 lt_prog_compiler_static=
73767639
7377 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7378 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
7640 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7641 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
73797642
73807643 if test "$GCC" = yes; then
73817644 lt_prog_compiler_wl='-Wl,'
74097672 # PIC is the default for these OSes.
74107673 ;;
74117674
7412 mingw* | cygwin* | pw32* | os2*)
7675 mingw* | cygwin* | pw32* | os2* | cegcc*)
74137676 # This hack is so that the source file can tell whether it is being
74147677 # built for inclusion in a dll (and should export symbols for example).
74157678 # Although the cygwin gcc ignores -fPIC, still need this for old-style
74247687 ;;
74257688
74267689 hpux*)
7427 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7428 # not for PA HP-UX.
7690 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7691 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7692 # sets the default TLS model and affects inlining.
74297693 case $host_cpu in
7430 hppa*64*|ia64*)
7694 hppa*64*)
74317695 # +Z the default
74327696 ;;
74337697 *)
74777741 fi
74787742 ;;
74797743
7480 mingw* | cygwin* | pw32* | os2*)
7744 mingw* | cygwin* | pw32* | os2* | cegcc*)
74817745 # This hack is so that the source file can tell whether it is being
74827746 # built for inclusion in a dll (and should export symbols for example).
74837747 lt_prog_compiler_pic='-DDLL_EXPORT'
75077771
75087772 linux* | k*bsd*-gnu)
75097773 case $cc_basename in
7510 icc* | ecc* | ifort*)
7774 # old Intel for x86_64 which still supported -KPIC.
7775 ecc*)
75117776 lt_prog_compiler_wl='-Wl,'
75127777 lt_prog_compiler_pic='-KPIC'
75137778 lt_prog_compiler_static='-static'
75147779 ;;
7780 # icc used to be incompatible with GCC.
7781 # ICC 10 doesn't accept -KPIC any more.
7782 icc* | ifort*)
7783 lt_prog_compiler_wl='-Wl,'
7784 lt_prog_compiler_pic='-fPIC'
7785 lt_prog_compiler_static='-static'
7786 ;;
7787 # Lahey Fortran 8.1.
7788 lf95*)
7789 lt_prog_compiler_wl='-Wl,'
7790 lt_prog_compiler_pic='--shared'
7791 lt_prog_compiler_static='--static'
7792 ;;
75157793 pgcc* | pgf77* | pgf90* | pgf95*)
75167794 # Portland Group compilers (*not* the Pentium gcc compiler,
75177795 # which looks to be a dead project)
76317909 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
76327910 ;;
76337911 esac
7634 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7635 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
7912 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7913 $as_echo "$lt_prog_compiler_pic" >&6; }
76367914
76377915
76387916
76437921 # Check to make sure the PIC flag actually works.
76447922 #
76457923 if test -n "$lt_prog_compiler_pic"; then
7646 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7647 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
7924 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7925 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
76487926 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7649 echo $ECHO_N "(cached) $ECHO_C" >&6
7927 $as_echo_n "(cached) " >&6
76507928 else
76517929 lt_cv_prog_compiler_pic_works=no
76527930 ac_outfile=conftest.$ac_objext
76617939 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
76627940 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
76637941 -e 's:$: $lt_compiler_flag:'`
7664 (eval echo "\"\$as_me:7665: $lt_compile\"" >&5)
7942 (eval echo "\"\$as_me:7943: $lt_compile\"" >&5)
76657943 (eval "$lt_compile" 2>conftest.err)
76667944 ac_status=$?
76677945 cat conftest.err >&5
7668 echo "$as_me:7669: \$? = $ac_status" >&5
7946 echo "$as_me:7947: \$? = $ac_status" >&5
76697947 if (exit $ac_status) && test -s "$ac_outfile"; then
76707948 # The compiler can only warn and ignore the option if not recognized
76717949 # So say no if there are warnings other than the usual output.
76787956 $RM conftest*
76797957
76807958 fi
7681 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7682 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
7959 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7960 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
76837961
76847962 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
76857963 case $lt_prog_compiler_pic in
77027980 # Check to make sure the static flag actually works.
77037981 #
77047982 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7705 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7706 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
7983 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7984 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
77077985 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7708 echo $ECHO_N "(cached) $ECHO_C" >&6
7986 $as_echo_n "(cached) " >&6
77097987 else
77107988 lt_cv_prog_compiler_static_works=no
77117989 save_LDFLAGS="$LDFLAGS"
77308008 LDFLAGS="$save_LDFLAGS"
77318009
77328010 fi
7733 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7734 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
8011 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8012 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
77358013
77368014 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
77378015 :
77458023
77468024
77478025
7748 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7749 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
8026 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8027 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
77508028 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7751 echo $ECHO_N "(cached) $ECHO_C" >&6
8029 $as_echo_n "(cached) " >&6
77528030 else
77538031 lt_cv_prog_compiler_c_o=no
77548032 $RM -r conftest 2>/dev/null
77668044 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
77678045 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
77688046 -e 's:$: $lt_compiler_flag:'`
7769 (eval echo "\"\$as_me:7770: $lt_compile\"" >&5)
8047 (eval echo "\"\$as_me:8048: $lt_compile\"" >&5)
77708048 (eval "$lt_compile" 2>out/conftest.err)
77718049 ac_status=$?
77728050 cat out/conftest.err >&5
7773 echo "$as_me:7774: \$? = $ac_status" >&5
8051 echo "$as_me:8052: \$? = $ac_status" >&5
77748052 if (exit $ac_status) && test -s out/conftest2.$ac_objext
77758053 then
77768054 # The compiler can only warn and ignore the option if not recognized
77928070 $RM conftest*
77938071
77948072 fi
7795 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7796 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
7797
7798
7799
7800
7801
7802
7803 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7804 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
8073 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8074 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8075
8076
8077
8078
8079
8080
8081 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8082 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
78058083 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7806 echo $ECHO_N "(cached) $ECHO_C" >&6
8084 $as_echo_n "(cached) " >&6
78078085 else
78088086 lt_cv_prog_compiler_c_o=no
78098087 $RM -r conftest 2>/dev/null
78218099 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
78228100 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
78238101 -e 's:$: $lt_compiler_flag:'`
7824 (eval echo "\"\$as_me:7825: $lt_compile\"" >&5)
8102 (eval echo "\"\$as_me:8103: $lt_compile\"" >&5)
78258103 (eval "$lt_compile" 2>out/conftest.err)
78268104 ac_status=$?
78278105 cat out/conftest.err >&5
7828 echo "$as_me:7829: \$? = $ac_status" >&5
8106 echo "$as_me:8107: \$? = $ac_status" >&5
78298107 if (exit $ac_status) && test -s out/conftest2.$ac_objext
78308108 then
78318109 # The compiler can only warn and ignore the option if not recognized
78478125 $RM conftest*
78488126
78498127 fi
7850 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7851 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
8128 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8129 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
78528130
78538131
78548132
78568134 hard_links="nottested"
78578135 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
78588136 # do not overwrite the value of need_locks provided by the user
7859 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7860 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
8137 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8138 $as_echo_n "checking if we can lock with hard links... " >&6; }
78618139 hard_links=yes
78628140 $RM conftest*
78638141 ln conftest.a conftest.b 2>/dev/null && hard_links=no
78648142 touch conftest.a
78658143 ln conftest.a conftest.b 2>&5 || hard_links=no
78668144 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7867 { echo "$as_me:$LINENO: result: $hard_links" >&5
7868 echo "${ECHO_T}$hard_links" >&6; }
8145 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8146 $as_echo "$hard_links" >&6; }
78698147 if test "$hard_links" = no; then
7870 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7871 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8148 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8149 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
78728150 need_locks=warn
78738151 fi
78748152 else
78808158
78818159
78828160
7883 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7884 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
8161 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8162 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
78858163
78868164 runpath_var=
78878165 allow_undefined_flag=
79258203 extract_expsyms_cmds=
79268204
79278205 case $host_os in
7928 cygwin* | mingw* | pw32*)
8206 cygwin* | mingw* | pw32* | cegcc*)
79298207 # FIXME: the MSVC++ port hasn't been tested in a loooong time
79308208 # When not using gcc, we currently assume that we are using
79318209 # Microsoft Visual C++.
80128290 fi
80138291 ;;
80148292
8015 cygwin* | mingw* | pw32*)
8293 cygwin* | mingw* | pw32* | cegcc*)
80168294 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
80178295 # as there is no search path for DLLs.
80188296 hardcode_libdir_flag_spec='-L$libdir'
80788356 tmp_addflag=' -i_dynamic -nofor_main' ;;
80798357 ifc* | ifort*) # Intel Fortran compiler
80808358 tmp_addflag=' -nofor_main' ;;
8359 lf95*) # Lahey Fortran 8.1
8360 whole_archive_flag_spec=
8361 tmp_sharedflag='--shared' ;;
80818362 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
80828363 tmp_sharedflag='-qmkshrobj'
80838364 tmp_addflag= ;;
81198400 fi
81208401 ;;
81218402
8122 netbsd* | netbsdelf*-gnu)
8403 netbsd*)
81238404 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
81248405 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
81258406 wlarc=
82948575 if test "$aix_use_runtimelinking" = yes; then
82958576 shared_flag="$shared_flag "'${wl}-G'
82968577 fi
8297 link_all_deplibs=no
82988578 else
82998579 # not using gcc
83008580 if test "$host_cpu" = ia64; then
83108590 fi
83118591 fi
83128592
8593 export_dynamic_flag_spec='${wl}-bexpall'
83138594 # It seems that -bexpall does not export symbols beginning with
83148595 # underscore (_), so it is better to generate a list of symbols to export.
83158596 always_export_symbols=yes
83408621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
83418622 *) ac_try_echo=$ac_try;;
83428623 esac
8343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8625 $as_echo "$ac_try_echo") >&5
83448626 (eval "$ac_link") 2>conftest.er1
83458627 ac_status=$?
83468628 grep -v '^ *+' conftest.er1 >conftest.err
83478629 rm -f conftest.er1
83488630 cat conftest.err >&5
8349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
83508632 (exit $ac_status); } && {
83518633 test -z "$ac_c_werror_flag" ||
83528634 test ! -s conftest.err
8353 } && test -s conftest$ac_exeext &&
8354 $as_test_x conftest$ac_exeext; then
8635 } && test -s conftest$ac_exeext && {
8636 test "$cross_compiling" = yes ||
8637 $as_test_x conftest$ac_exeext
8638 }; then
83558639
83568640 lt_aix_libpath_sed='
83578641 /Import File Strings/,/^$/ {
83668650 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
83678651 fi
83688652 else
8369 echo "$as_me: failed program was:" >&5
8653 $as_echo "$as_me: failed program was:" >&5
83708654 sed 's/^/| /' conftest.$ac_ext >&5
83718655
83728656
83738657 fi
83748658
8659 rm -rf conftest.dSYM
83758660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
83768661 conftest$ac_exeext conftest.$ac_ext
83778662 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
84078692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
84088693 *) ac_try_echo=$ac_try;;
84098694 esac
8410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8696 $as_echo "$ac_try_echo") >&5
84118697 (eval "$ac_link") 2>conftest.er1
84128698 ac_status=$?
84138699 grep -v '^ *+' conftest.er1 >conftest.err
84148700 rm -f conftest.er1
84158701 cat conftest.err >&5
8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
84178703 (exit $ac_status); } && {
84188704 test -z "$ac_c_werror_flag" ||
84198705 test ! -s conftest.err
8420 } && test -s conftest$ac_exeext &&
8421 $as_test_x conftest$ac_exeext; then
8706 } && test -s conftest$ac_exeext && {
8707 test "$cross_compiling" = yes ||
8708 $as_test_x conftest$ac_exeext
8709 }; then
84228710
84238711 lt_aix_libpath_sed='
84248712 /Import File Strings/,/^$/ {
84338721 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
84348722 fi
84358723 else
8436 echo "$as_me: failed program was:" >&5
8724 $as_echo "$as_me: failed program was:" >&5
84378725 sed 's/^/| /' conftest.$ac_ext >&5
84388726
84398727
84408728 fi
84418729
8730 rm -rf conftest.dSYM
84428731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
84438732 conftest$ac_exeext conftest.$ac_ext
84448733 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
84768765 export_dynamic_flag_spec=-rdynamic
84778766 ;;
84788767
8479 cygwin* | mingw* | pw32*)
8768 cygwin* | mingw* | pw32* | cegcc*)
84808769 # When not using gcc, we currently assume that we are using
84818770 # Microsoft Visual C++.
84828771 # hardcode_libdir_flag_spec is actually meaningless, as there is
85078796 whole_archive_flag_spec=''
85088797 link_all_deplibs=yes
85098798 allow_undefined_flag="$_lt_dar_allow_undefined"
8510 if test "$GCC" = "yes"; then
8799 case $cc_basename in
8800 ifort*) _lt_dar_can_shared=yes ;;
8801 *) _lt_dar_can_shared=$GCC ;;
8802 esac
8803 if test "$_lt_dar_can_shared" = "yes"; then
85118804 output_verbose_link_cmd=echo
85128805 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
85138806 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
85998892 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
86008893 ;;
86018894 ia64*)
8602 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8895 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
86038896 ;;
86048897 *)
86058898 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
86578950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
86588951 *) ac_try_echo=$ac_try;;
86598952 esac
8660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8954 $as_echo "$ac_try_echo") >&5
86618955 (eval "$ac_link") 2>conftest.er1
86628956 ac_status=$?
86638957 grep -v '^ *+' conftest.er1 >conftest.err
86648958 rm -f conftest.er1
86658959 cat conftest.err >&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86678961 (exit $ac_status); } && {
86688962 test -z "$ac_c_werror_flag" ||
86698963 test ! -s conftest.err
8670 } && test -s conftest$ac_exeext &&
8671 $as_test_x conftest$ac_exeext; then
8964 } && test -s conftest$ac_exeext && {
8965 test "$cross_compiling" = yes ||
8966 $as_test_x conftest$ac_exeext
8967 }; then
86728968 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
86738969
86748970 else
8675 echo "$as_me: failed program was:" >&5
8971 $as_echo "$as_me: failed program was:" >&5
86768972 sed 's/^/| /' conftest.$ac_ext >&5
86778973
86788974
86798975 fi
86808976
8977 rm -rf conftest.dSYM
86818978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
86828979 conftest$ac_exeext conftest.$ac_ext
86838980 LDFLAGS="$save_LDFLAGS"
86928989 link_all_deplibs=yes
86938990 ;;
86948991
8695 netbsd* | netbsdelf*-gnu)
8992 netbsd*)
86968993 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
86978994 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
86988995 else
89359232 fi
89369233 fi
89379234
8938 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8939 echo "${ECHO_T}$ld_shlibs" >&6; }
9235 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9236 $as_echo "$ld_shlibs" >&6; }
89409237 test "$ld_shlibs" = no && can_build_shared=no
89419238
89429239 with_gnu_ld=$with_gnu_ld
89729269 # Test whether the compiler implicitly links with -lc since on some
89739270 # systems, -lgcc has to come before -lc. If gcc already passes -lc
89749271 # to ld, don't add -lc before -lgcc.
8975 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8976 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
9272 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9273 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
89779274 $RM conftest*
89789275 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
89799276
89809277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
89819278 (eval $ac_compile) 2>&5
89829279 ac_status=$?
8983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
89849281 (exit $ac_status); } 2>conftest.err; then
89859282 soname=conftest
89869283 lib=conftest
89989295 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
89999296 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
90009297 ac_status=$?
9001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
90029299 (exit $ac_status); }
90039300 then
90049301 archive_cmds_need_lc=no
90109307 cat conftest.err 1>&5
90119308 fi
90129309 $RM conftest*
9013 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9014 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
9310 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9311 $as_echo "$archive_cmds_need_lc" >&6; }
90159312 ;;
90169313 esac
90179314 fi
91749471
91759472
91769473
9177 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9178 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
9474 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9475 $as_echo_n "checking dynamic linker characteristics... " >&6; }
91799476
91809477 if test "$GCC" = yes; then
91819478 case $host_os in
93379634 # libtool to hard-code these into programs
93389635 ;;
93399636
9340 cygwin* | mingw* | pw32*)
9637 cygwin* | mingw* | pw32* | cegcc*)
93419638 version_type=windows
93429639 shrext_cmds=".dll"
93439640 need_version=no
93449641 need_lib_prefix=no
93459642
93469643 case $GCC,$host_os in
9347 yes,cygwin* | yes,mingw* | yes,pw32*)
9644 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
93489645 library_names_spec='$libname.dll.a'
93499646 # DLL is installed to $(libdir)/../bin by postinstall_cmds
93509647 postinstall_cmds='base_file=`basename \${file}`~
93679664 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
93689665 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
93699666 ;;
9370 mingw*)
9667 mingw* | cegcc*)
93719668 # MinGW DLLs use traditional 'lib' prefix
93729669 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
93739670 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
96179914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
96189915 *) ac_try_echo=$ac_try;;
96199916 esac
9620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9918 $as_echo "$ac_try_echo") >&5
96219919 (eval "$ac_link") 2>conftest.er1
96229920 ac_status=$?
96239921 grep -v '^ *+' conftest.er1 >conftest.err
96249922 rm -f conftest.er1
96259923 cat conftest.err >&5
9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
96279925 (exit $ac_status); } && {
96289926 test -z "$ac_c_werror_flag" ||
96299927 test ! -s conftest.err
9630 } && test -s conftest$ac_exeext &&
9631 $as_test_x conftest$ac_exeext; then
9928 } && test -s conftest$ac_exeext && {
9929 test "$cross_compiling" = yes ||
9930 $as_test_x conftest$ac_exeext
9931 }; then
96329932 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
96339933 shlibpath_overrides_runpath=yes
96349934 fi
96359935
96369936 else
9637 echo "$as_me: failed program was:" >&5
9937 $as_echo "$as_me: failed program was:" >&5
96389938 sed 's/^/| /' conftest.$ac_ext >&5
96399939
96409940
96419941 fi
96429942
9943 rm -rf conftest.dSYM
96439944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
96449945 conftest$ac_exeext conftest.$ac_ext
96459946 LDFLAGS=$save_LDFLAGS
96509951 # before this can be enabled.
96519952 hardcode_into_libs=yes
96529953
9954 # Add ABI-specific directories to the system library path.
9955 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
9956
96539957 # Append ld.so.conf contents to the search path
96549958 if test -f /etc/ld.so.conf; then
96559959 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9656 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9960 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
96579961 fi
96589962
96599963 # We used to test for /lib/ld.so.1 and disable shared libraries on
96639967 # people can always --disable-shared, the test was removed, and we
96649968 # assume the GNU/Linux dynamic linker is in use.
96659969 dynamic_linker='GNU/Linux ld.so'
9666 ;;
9667
9668 netbsdelf*-gnu)
9669 version_type=linux
9670 need_lib_prefix=no
9671 need_version=no
9672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9673 soname_spec='${libname}${release}${shared_ext}$major'
9674 shlibpath_var=LD_LIBRARY_PATH
9675 shlibpath_overrides_runpath=no
9676 hardcode_into_libs=yes
9677 dynamic_linker='NetBSD ld.elf_so'
96789970 ;;
96799971
96809972 netbsd*)
984810140 version_type=linux
984910141 need_lib_prefix=no
985010142 need_version=no
9851 library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10143 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
985210144 shlibpath_var=LD_LIBRARY_PATH
985310145 shlibpath_overrides_runpath=no
985410146 hardcode_into_libs=yes
986510157 dynamic_linker=no
986610158 ;;
986710159 esac
9868 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9869 echo "${ECHO_T}$dynamic_linker" >&6; }
10160 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10161 $as_echo "$dynamic_linker" >&6; }
987010162 test "$dynamic_linker" = no && can_build_shared=no
987110163
987210164 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
996710259
996810260
996910261
9970 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9971 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
10262 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10263 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
997210264 hardcode_action=
997310265 if test -n "$hardcode_libdir_flag_spec" ||
997410266 test -n "$runpath_var" ||
999210284 # directories.
999310285 hardcode_action=unsupported
999410286 fi
9995 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
9996 echo "${ECHO_T}$hardcode_action" >&6; }
10287 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10288 $as_echo "$hardcode_action" >&6; }
999710289
999810290 if test "$hardcode_action" = relink ||
999910291 test "$inherit_rpath" = yes; then
1002510317 lt_cv_dlopen_self=yes
1002610318 ;;
1002710319
10028 mingw* | pw32*)
10320 mingw* | pw32* | cegcc*)
1002910321 lt_cv_dlopen="LoadLibrary"
1003010322 lt_cv_dlopen_libs=
1003110323 ;;
1003710329
1003810330 darwin*)
1003910331 # if libdl is installed we need to link against it
10040 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10041 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10332 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10333 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1004210334 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10043 echo $ECHO_N "(cached) $ECHO_C" >&6
10335 $as_echo_n "(cached) " >&6
1004410336 else
1004510337 ac_check_lib_save_LIBS=$LIBS
1004610338 LIBS="-ldl $LIBS"
1007210364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1007310365 *) ac_try_echo=$ac_try;;
1007410366 esac
10075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10368 $as_echo "$ac_try_echo") >&5
1007610369 (eval "$ac_link") 2>conftest.er1
1007710370 ac_status=$?
1007810371 grep -v '^ *+' conftest.er1 >conftest.err
1007910372 rm -f conftest.er1
1008010373 cat conftest.err >&5
10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1008210375 (exit $ac_status); } && {
1008310376 test -z "$ac_c_werror_flag" ||
1008410377 test ! -s conftest.err
10085 } && test -s conftest$ac_exeext &&
10086 $as_test_x conftest$ac_exeext; then
10378 } && test -s conftest$ac_exeext && {
10379 test "$cross_compiling" = yes ||
10380 $as_test_x conftest$ac_exeext
10381 }; then
1008710382 ac_cv_lib_dl_dlopen=yes
1008810383 else
10089 echo "$as_me: failed program was:" >&5
10384 $as_echo "$as_me: failed program was:" >&5
1009010385 sed 's/^/| /' conftest.$ac_ext >&5
1009110386
1009210387 ac_cv_lib_dl_dlopen=no
1009310388 fi
1009410389
10390 rm -rf conftest.dSYM
1009510391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1009610392 conftest$ac_exeext conftest.$ac_ext
1009710393 LIBS=$ac_check_lib_save_LIBS
1009810394 fi
10099 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10100 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10101 if test $ac_cv_lib_dl_dlopen = yes; then
10395 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10396 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10397 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
1010210398 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1010310399 else
1010410400
1011110407 ;;
1011210408
1011310409 *)
10114 { echo "$as_me:$LINENO: checking for shl_load" >&5
10115 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
10410 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10411 $as_echo_n "checking for shl_load... " >&6; }
1011610412 if test "${ac_cv_func_shl_load+set}" = set; then
10117 echo $ECHO_N "(cached) $ECHO_C" >&6
10413 $as_echo_n "(cached) " >&6
1011810414 else
1011910415 cat >conftest.$ac_ext <<_ACEOF
1012010416 /* confdefs.h. */
1016710463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1016810464 *) ac_try_echo=$ac_try;;
1016910465 esac
10170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10467 $as_echo "$ac_try_echo") >&5
1017110468 (eval "$ac_link") 2>conftest.er1
1017210469 ac_status=$?
1017310470 grep -v '^ *+' conftest.er1 >conftest.err
1017410471 rm -f conftest.er1
1017510472 cat conftest.err >&5
10176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1017710474 (exit $ac_status); } && {
1017810475 test -z "$ac_c_werror_flag" ||
1017910476 test ! -s conftest.err
10180 } && test -s conftest$ac_exeext &&
10181 $as_test_x conftest$ac_exeext; then
10477 } && test -s conftest$ac_exeext && {
10478 test "$cross_compiling" = yes ||
10479 $as_test_x conftest$ac_exeext
10480 }; then
1018210481 ac_cv_func_shl_load=yes
1018310482 else
10184 echo "$as_me: failed program was:" >&5
10483 $as_echo "$as_me: failed program was:" >&5
1018510484 sed 's/^/| /' conftest.$ac_ext >&5
1018610485
1018710486 ac_cv_func_shl_load=no
1018810487 fi
1018910488
10489 rm -rf conftest.dSYM
1019010490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1019110491 conftest$ac_exeext conftest.$ac_ext
1019210492 fi
10193 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10194 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
10195 if test $ac_cv_func_shl_load = yes; then
10493 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10494 $as_echo "$ac_cv_func_shl_load" >&6; }
10495 if test "x$ac_cv_func_shl_load" = x""yes; then
1019610496 lt_cv_dlopen="shl_load"
1019710497 else
10198 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10199 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
10498 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10499 $as_echo_n "checking for shl_load in -ldld... " >&6; }
1020010500 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10201 echo $ECHO_N "(cached) $ECHO_C" >&6
10501 $as_echo_n "(cached) " >&6
1020210502 else
1020310503 ac_check_lib_save_LIBS=$LIBS
1020410504 LIBS="-ldld $LIBS"
1023010530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1023110531 *) ac_try_echo=$ac_try;;
1023210532 esac
10233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10534 $as_echo "$ac_try_echo") >&5
1023410535 (eval "$ac_link") 2>conftest.er1
1023510536 ac_status=$?
1023610537 grep -v '^ *+' conftest.er1 >conftest.err
1023710538 rm -f conftest.er1
1023810539 cat conftest.err >&5
10239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1024010541 (exit $ac_status); } && {
1024110542 test -z "$ac_c_werror_flag" ||
1024210543 test ! -s conftest.err
10243 } && test -s conftest$ac_exeext &&
10244 $as_test_x conftest$ac_exeext; then
10544 } && test -s conftest$ac_exeext && {
10545 test "$cross_compiling" = yes ||
10546 $as_test_x conftest$ac_exeext
10547 }; then
1024510548 ac_cv_lib_dld_shl_load=yes
1024610549 else
10247 echo "$as_me: failed program was:" >&5
10550 $as_echo "$as_me: failed program was:" >&5
1024810551 sed 's/^/| /' conftest.$ac_ext >&5
1024910552
1025010553 ac_cv_lib_dld_shl_load=no
1025110554 fi
1025210555
10556 rm -rf conftest.dSYM
1025310557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1025410558 conftest$ac_exeext conftest.$ac_ext
1025510559 LIBS=$ac_check_lib_save_LIBS
1025610560 fi
10257 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10258 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
10259 if test $ac_cv_lib_dld_shl_load = yes; then
10561 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10562 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10563 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
1026010564 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1026110565 else
10262 { echo "$as_me:$LINENO: checking for dlopen" >&5
10263 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10566 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10567 $as_echo_n "checking for dlopen... " >&6; }
1026410568 if test "${ac_cv_func_dlopen+set}" = set; then
10265 echo $ECHO_N "(cached) $ECHO_C" >&6
10569 $as_echo_n "(cached) " >&6
1026610570 else
1026710571 cat >conftest.$ac_ext <<_ACEOF
1026810572 /* confdefs.h. */
1031510619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1031610620 *) ac_try_echo=$ac_try;;
1031710621 esac
10318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10623 $as_echo "$ac_try_echo") >&5
1031910624 (eval "$ac_link") 2>conftest.er1
1032010625 ac_status=$?
1032110626 grep -v '^ *+' conftest.er1 >conftest.err
1032210627 rm -f conftest.er1
1032310628 cat conftest.err >&5
10324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1032510630 (exit $ac_status); } && {
1032610631 test -z "$ac_c_werror_flag" ||
1032710632 test ! -s conftest.err
10328 } && test -s conftest$ac_exeext &&
10329 $as_test_x conftest$ac_exeext; then
10633 } && test -s conftest$ac_exeext && {
10634 test "$cross_compiling" = yes ||
10635 $as_test_x conftest$ac_exeext
10636 }; then
1033010637 ac_cv_func_dlopen=yes
1033110638 else
10332 echo "$as_me: failed program was:" >&5
10639 $as_echo "$as_me: failed program was:" >&5
1033310640 sed 's/^/| /' conftest.$ac_ext >&5
1033410641
1033510642 ac_cv_func_dlopen=no
1033610643 fi
1033710644
10645 rm -rf conftest.dSYM
1033810646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1033910647 conftest$ac_exeext conftest.$ac_ext
1034010648 fi
10341 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10342 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10343 if test $ac_cv_func_dlopen = yes; then
10649 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10650 $as_echo "$ac_cv_func_dlopen" >&6; }
10651 if test "x$ac_cv_func_dlopen" = x""yes; then
1034410652 lt_cv_dlopen="dlopen"
1034510653 else
10346 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10347 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10654 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10655 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1034810656 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10349 echo $ECHO_N "(cached) $ECHO_C" >&6
10657 $as_echo_n "(cached) " >&6
1035010658 else
1035110659 ac_check_lib_save_LIBS=$LIBS
1035210660 LIBS="-ldl $LIBS"
1037810686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1037910687 *) ac_try_echo=$ac_try;;
1038010688 esac
10381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10690 $as_echo "$ac_try_echo") >&5
1038210691 (eval "$ac_link") 2>conftest.er1
1038310692 ac_status=$?
1038410693 grep -v '^ *+' conftest.er1 >conftest.err
1038510694 rm -f conftest.er1
1038610695 cat conftest.err >&5
10387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1038810697 (exit $ac_status); } && {
1038910698 test -z "$ac_c_werror_flag" ||
1039010699 test ! -s conftest.err
10391 } && test -s conftest$ac_exeext &&
10392 $as_test_x conftest$ac_exeext; then
10700 } && test -s conftest$ac_exeext && {
10701 test "$cross_compiling" = yes ||
10702 $as_test_x conftest$ac_exeext
10703 }; then
1039310704 ac_cv_lib_dl_dlopen=yes
1039410705 else
10395 echo "$as_me: failed program was:" >&5
10706 $as_echo "$as_me: failed program was:" >&5
1039610707 sed 's/^/| /' conftest.$ac_ext >&5
1039710708
1039810709 ac_cv_lib_dl_dlopen=no
1039910710 fi
1040010711
10712 rm -rf conftest.dSYM
1040110713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1040210714 conftest$ac_exeext conftest.$ac_ext
1040310715 LIBS=$ac_check_lib_save_LIBS
1040410716 fi
10405 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10406 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10407 if test $ac_cv_lib_dl_dlopen = yes; then
10717 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10718 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10719 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
1040810720 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1040910721 else
10410 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10411 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10722 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10723 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
1041210724 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10413 echo $ECHO_N "(cached) $ECHO_C" >&6
10725 $as_echo_n "(cached) " >&6
1041410726 else
1041510727 ac_check_lib_save_LIBS=$LIBS
1041610728 LIBS="-lsvld $LIBS"
1044210754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1044310755 *) ac_try_echo=$ac_try;;
1044410756 esac
10445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10758 $as_echo "$ac_try_echo") >&5
1044610759 (eval "$ac_link") 2>conftest.er1
1044710760 ac_status=$?
1044810761 grep -v '^ *+' conftest.er1 >conftest.err
1044910762 rm -f conftest.er1
1045010763 cat conftest.err >&5
10451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1045210765 (exit $ac_status); } && {
1045310766 test -z "$ac_c_werror_flag" ||
1045410767 test ! -s conftest.err
10455 } && test -s conftest$ac_exeext &&
10456 $as_test_x conftest$ac_exeext; then
10768 } && test -s conftest$ac_exeext && {
10769 test "$cross_compiling" = yes ||
10770 $as_test_x conftest$ac_exeext
10771 }; then
1045710772 ac_cv_lib_svld_dlopen=yes
1045810773 else
10459 echo "$as_me: failed program was:" >&5
10774 $as_echo "$as_me: failed program was:" >&5
1046010775 sed 's/^/| /' conftest.$ac_ext >&5
1046110776
1046210777 ac_cv_lib_svld_dlopen=no
1046310778 fi
1046410779
10780 rm -rf conftest.dSYM
1046510781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1046610782 conftest$ac_exeext conftest.$ac_ext
1046710783 LIBS=$ac_check_lib_save_LIBS
1046810784 fi
10469 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10470 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10471 if test $ac_cv_lib_svld_dlopen = yes; then
10785 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10786 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10787 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
1047210788 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1047310789 else
10474 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10475 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10790 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10791 $as_echo_n "checking for dld_link in -ldld... " >&6; }
1047610792 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10477 echo $ECHO_N "(cached) $ECHO_C" >&6
10793 $as_echo_n "(cached) " >&6
1047810794 else
1047910795 ac_check_lib_save_LIBS=$LIBS
1048010796 LIBS="-ldld $LIBS"
1050610822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1050710823 *) ac_try_echo=$ac_try;;
1050810824 esac
10509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10826 $as_echo "$ac_try_echo") >&5
1051010827 (eval "$ac_link") 2>conftest.er1
1051110828 ac_status=$?
1051210829 grep -v '^ *+' conftest.er1 >conftest.err
1051310830 rm -f conftest.er1
1051410831 cat conftest.err >&5
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1051610833 (exit $ac_status); } && {
1051710834 test -z "$ac_c_werror_flag" ||
1051810835 test ! -s conftest.err
10519 } && test -s conftest$ac_exeext &&
10520 $as_test_x conftest$ac_exeext; then
10836 } && test -s conftest$ac_exeext && {
10837 test "$cross_compiling" = yes ||
10838 $as_test_x conftest$ac_exeext
10839 }; then
1052110840 ac_cv_lib_dld_dld_link=yes
1052210841 else
10523 echo "$as_me: failed program was:" >&5
10842 $as_echo "$as_me: failed program was:" >&5
1052410843 sed 's/^/| /' conftest.$ac_ext >&5
1052510844
1052610845 ac_cv_lib_dld_dld_link=no
1052710846 fi
1052810847
10848 rm -rf conftest.dSYM
1052910849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1053010850 conftest$ac_exeext conftest.$ac_ext
1053110851 LIBS=$ac_check_lib_save_LIBS
1053210852 fi
10533 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10534 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
10535 if test $ac_cv_lib_dld_dld_link = yes; then
10853 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10854 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10855 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
1053610856 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1053710857 fi
1053810858
1057110891 save_LIBS="$LIBS"
1057210892 LIBS="$lt_cv_dlopen_libs $LIBS"
1057310893
10574 { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10575 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
10894 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10895 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
1057610896 if test "${lt_cv_dlopen_self+set}" = set; then
10577 echo $ECHO_N "(cached) $ECHO_C" >&6
10897 $as_echo_n "(cached) " >&6
1057810898 else
1057910899 if test "$cross_compiling" = yes; then :
1058010900 lt_cv_dlopen_self=cross
1058210902 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1058310903 lt_status=$lt_dlunknown
1058410904 cat > conftest.$ac_ext <<_LT_EOF
10585 #line 10586 "configure"
10905 #line 10906 "configure"
1058610906 #include "confdefs.h"
1058710907
1058810908 #if HAVE_DLFCN_H
1062310943 # endif
1062410944 #endif
1062510945
10626 #ifdef __cplusplus
10627 extern "C" void exit (int);
10628 #endif
10629
1063010946 void fnord() { int i=42;}
1063110947 int main ()
1063210948 {
1064210958 else
1064310959 puts (dlerror ());
1064410960
10645 exit (status);
10961 return status;
1064610962 }
1064710963 _LT_EOF
1064810964 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1064910965 (eval $ac_link) 2>&5
1065010966 ac_status=$?
10651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1065210968 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
1065310969 (./conftest; exit; ) >&5 2>/dev/null
1065410970 lt_status=$?
1066610982
1066710983
1066810984 fi
10669 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10670 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
10985 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10986 $as_echo "$lt_cv_dlopen_self" >&6; }
1067110987
1067210988 if test "x$lt_cv_dlopen_self" = xyes; then
1067310989 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10674 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10675 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
10990 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10991 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1067610992 if test "${lt_cv_dlopen_self_static+set}" = set; then
10677 echo $ECHO_N "(cached) $ECHO_C" >&6
10993 $as_echo_n "(cached) " >&6
1067810994 else
1067910995 if test "$cross_compiling" = yes; then :
1068010996 lt_cv_dlopen_self_static=cross
1068210998 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1068310999 lt_status=$lt_dlunknown
1068411000 cat > conftest.$ac_ext <<_LT_EOF
10685 #line 10686 "configure"
11001 #line 11002 "configure"
1068611002 #include "confdefs.h"
1068711003
1068811004 #if HAVE_DLFCN_H
1072311039 # endif
1072411040 #endif
1072511041
10726 #ifdef __cplusplus
10727 extern "C" void exit (int);
10728 #endif
10729
1073011042 void fnord() { int i=42;}
1073111043 int main ()
1073211044 {
1074211054 else
1074311055 puts (dlerror ());
1074411056
10745 exit (status);
11057 return status;
1074611058 }
1074711059 _LT_EOF
1074811060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1074911061 (eval $ac_link) 2>&5
1075011062 ac_status=$?
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1075211064 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
1075311065 (./conftest; exit; ) >&5 2>/dev/null
1075411066 lt_status=$?
1076611078
1076711079
1076811080 fi
10769 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10770 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
11081 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11082 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1077111083 fi
1077211084
1077311085 CPPFLAGS="$save_CPPFLAGS"
1080511117
1080611118 striplib=
1080711119 old_striplib=
10808 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10809 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
11120 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11121 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
1081011122 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1081111123 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1081211124 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10813 { echo "$as_me:$LINENO: result: yes" >&5
10814 echo "${ECHO_T}yes" >&6; }
11125 { $as_echo "$as_me:$LINENO: result: yes" >&5
11126 $as_echo "yes" >&6; }
1081511127 else
1081611128 # FIXME - insert some real tests, host_os isn't really good enough
1081711129 case $host_os in
1081911131 if test -n "$STRIP" ; then
1082011132 striplib="$STRIP -x"
1082111133 old_striplib="$STRIP -S"
10822 { echo "$as_me:$LINENO: result: yes" >&5
10823 echo "${ECHO_T}yes" >&6; }
11134 { $as_echo "$as_me:$LINENO: result: yes" >&5
11135 $as_echo "yes" >&6; }
1082411136 else
10825 { echo "$as_me:$LINENO: result: no" >&5
10826 echo "${ECHO_T}no" >&6; }
11137 { $as_echo "$as_me:$LINENO: result: no" >&5
11138 $as_echo "no" >&6; }
1082711139 fi
1082811140 ;;
1082911141 *)
10830 { echo "$as_me:$LINENO: result: no" >&5
10831 echo "${ECHO_T}no" >&6; }
11142 { $as_echo "$as_me:$LINENO: result: no" >&5
11143 $as_echo "no" >&6; }
1083211144 ;;
1083311145 esac
1083411146 fi
1084511157
1084611158
1084711159 # Report which library types will actually be built
10848 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10849 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
10850 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
10851 echo "${ECHO_T}$can_build_shared" >&6; }
10852
10853 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10854 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
11160 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11161 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11162 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
11163 $as_echo "$can_build_shared" >&6; }
11164
11165 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11166 $as_echo_n "checking whether to build shared libraries... " >&6; }
1085511167 test "$can_build_shared" = "no" && enable_shared=no
1085611168
1085711169 # On AIX, shared libraries and static libraries use the same namespace, and
1087111183 fi
1087211184 ;;
1087311185 esac
10874 { echo "$as_me:$LINENO: result: $enable_shared" >&5
10875 echo "${ECHO_T}$enable_shared" >&6; }
10876
10877 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10878 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
11186 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
11187 $as_echo "$enable_shared" >&6; }
11188
11189 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11190 $as_echo_n "checking whether to build static libraries... " >&6; }
1087911191 # Make sure either enable_shared or enable_static is yes.
1088011192 test "$enable_shared" = yes || enable_static=yes
10881 { echo "$as_me:$LINENO: result: $enable_static" >&5
10882 echo "${ECHO_T}$enable_static" >&6; }
11193 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
11194 $as_echo "$enable_static" >&6; }
1088311195
1088411196
1088511197
1091611228
1091711229 # Extract the first word of "icon-slicer", so it can be a program name with args.
1091811230 set dummy icon-slicer; ac_word=$2
10919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11231 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11232 $as_echo_n "checking for $ac_word... " >&6; }
1092111233 if test "${ac_cv_path_ICON_SLICER+set}" = set; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6
11234 $as_echo_n "(cached) " >&6
1092311235 else
1092411236 case $ICON_SLICER in
1092511237 [\\/]* | ?:[\\/]*)
1093411246 for ac_exec_ext in '' $ac_executable_extensions; do
1093511247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1093611248 ac_cv_path_ICON_SLICER="$as_dir/$ac_word$ac_exec_ext"
10937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11249 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1093811250 break 2
1093911251 fi
1094011252 done
1094611258 fi
1094711259 ICON_SLICER=$ac_cv_path_ICON_SLICER
1094811260 if test -n "$ICON_SLICER"; then
10949 { echo "$as_me:$LINENO: result: $ICON_SLICER" >&5
10950 echo "${ECHO_T}$ICON_SLICER" >&6; }
10951 else
10952 { echo "$as_me:$LINENO: result: no" >&5
10953 echo "${ECHO_T}no" >&6; }
11261 { $as_echo "$as_me:$LINENO: result: $ICON_SLICER" >&5
11262 $as_echo "$ICON_SLICER" >&6; }
11263 else
11264 { $as_echo "$as_me:$LINENO: result: no" >&5
11265 $as_echo "no" >&6; }
1095411266 fi
1095511267
1095611268
1095711269 if test -z "$ICON_SLICER"; then
10958 { { echo "$as_me:$LINENO: error: icon-slicer is required" >&5
10959 echo "$as_me: error: icon-slicer is required" >&2;}
11270 { { $as_echo "$as_me:$LINENO: error: icon-slicer is required" >&5
11271 $as_echo "$as_me: error: icon-slicer is required" >&2;}
1096011272 { (exit 1); exit 1; }; }
1096111273 fi
1096211274
1096311275
1096411276 pkg_failed=no
10965 { echo "$as_me:$LINENO: checking for GTK2" >&5
10966 echo $ECHO_N "checking for GTK2... $ECHO_C" >&6; }
10967
10968 if test -n "$PKG_CONFIG"; then
10969 if test -n "$GTK2_CFLAGS"; then
10970 pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
10971 else
10972 if test -n "$PKG_CONFIG" && \
10973 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\"") >&5
11277 { $as_echo "$as_me:$LINENO: checking for GTK2" >&5
11278 $as_echo_n "checking for GTK2... " >&6; }
11279
11280 if test -n "$GTK2_CFLAGS"; then
11281 pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
11282 elif test -n "$PKG_CONFIG"; then
11283 if test -n "$PKG_CONFIG" && \
11284 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\"") >&5
1097411285 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5
1097511286 ac_status=$?
10976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1097711288 (exit $ac_status); }; then
1097811289 pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" 2>/dev/null`
1097911290 else
1098011291 pkg_failed=yes
1098111292 fi
10982 fi
10983 else
10984 pkg_failed=untried
10985 fi
10986 if test -n "$PKG_CONFIG"; then
10987 if test -n "$GTK2_LIBS"; then
10988 pkg_cv_GTK2_LIBS="$GTK2_LIBS"
10989 else
10990 if test -n "$PKG_CONFIG" && \
10991 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\"") >&5
11293 else
11294 pkg_failed=untried
11295 fi
11296 if test -n "$GTK2_LIBS"; then
11297 pkg_cv_GTK2_LIBS="$GTK2_LIBS"
11298 elif test -n "$PKG_CONFIG"; then
11299 if test -n "$PKG_CONFIG" && \
11300 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\"") >&5
1099211301 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5
1099311302 ac_status=$?
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1099511304 (exit $ac_status); }; then
1099611305 pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" 2>/dev/null`
1099711306 else
1099811307 pkg_failed=yes
1099911308 fi
11000 fi
11001 else
11002 pkg_failed=untried
11309 else
11310 pkg_failed=untried
1100311311 fi
1100411312
1100511313
1101211320 _pkg_short_errors_supported=no
1101311321 fi
1101411322 if test $_pkg_short_errors_supported = yes; then
11015 GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.0"`
11323 GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.0.0" 2>&1`
1101611324 else
11017 GTK2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.0"`
11325 GTK2_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.0.0" 2>&1`
1101811326 fi
1101911327 # Put the nasty error message in config.log where it belongs
1102011328 echo "$GTK2_PKG_ERRORS" >&5
1102111329
11022 { echo "$as_me:$LINENO: result: no" >&5
11023 echo "${ECHO_T}no" >&6; }
11024 { { echo "$as_me:$LINENO: error: GTK+-2.0 is required to compile redhat-artwork" >&5
11025 echo "$as_me: error: GTK+-2.0 is required to compile redhat-artwork" >&2;}
11330 { $as_echo "$as_me:$LINENO: result: no" >&5
11331 $as_echo "no" >&6; }
11332 { { $as_echo "$as_me:$LINENO: error: GTK+-2.0 is required to compile sugar-artwork" >&5
11333 $as_echo "$as_me: error: GTK+-2.0 is required to compile sugar-artwork" >&2;}
1102611334 { (exit 1); exit 1; }; }
1102711335 elif test $pkg_failed = untried; then
11028 { { echo "$as_me:$LINENO: error: GTK+-2.0 is required to compile redhat-artwork" >&5
11029 echo "$as_me: error: GTK+-2.0 is required to compile redhat-artwork" >&2;}
11336 { { $as_echo "$as_me:$LINENO: error: GTK+-2.0 is required to compile sugar-artwork" >&5
11337 $as_echo "$as_me: error: GTK+-2.0 is required to compile sugar-artwork" >&2;}
1103011338 { (exit 1); exit 1; }; }
1103111339 else
1103211340 GTK2_CFLAGS=$pkg_cv_GTK2_CFLAGS
1103311341 GTK2_LIBS=$pkg_cv_GTK2_LIBS
11034 { echo "$as_me:$LINENO: result: yes" >&5
11035 echo "${ECHO_T}yes" >&6; }
11342 { $as_echo "$as_me:$LINENO: result: yes" >&5
11343 $as_echo "yes" >&6; }
1103611344 :
1103711345 fi
1103811346
1104311351
1104411352
1104511353 pkg_failed=no
11046 { echo "$as_me:$LINENO: checking for ENGINE" >&5
11047 echo $ECHO_N "checking for ENGINE... $ECHO_C" >&6; }
11048
11049 if test -n "$PKG_CONFIG"; then
11050 if test -n "$ENGINE_CFLAGS"; then
11051 pkg_cv_ENGINE_CFLAGS="$ENGINE_CFLAGS"
11052 else
11053 if test -n "$PKG_CONFIG" && \
11054 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\"") >&5
11354 { $as_echo "$as_me:$LINENO: checking for ENGINE" >&5
11355 $as_echo_n "checking for ENGINE... " >&6; }
11356
11357 if test -n "$ENGINE_CFLAGS"; then
11358 pkg_cv_ENGINE_CFLAGS="$ENGINE_CFLAGS"
11359 elif test -n "$PKG_CONFIG"; then
11360 if test -n "$PKG_CONFIG" && \
11361 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\"") >&5
1105511362 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1") 2>&5
1105611363 ac_status=$?
11057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1105811365 (exit $ac_status); }; then
1105911366 pkg_cv_ENGINE_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1" 2>/dev/null`
1106011367 else
1106111368 pkg_failed=yes
1106211369 fi
11063 fi
11064 else
11065 pkg_failed=untried
11066 fi
11067 if test -n "$PKG_CONFIG"; then
11068 if test -n "$ENGINE_LIBS"; then
11069 pkg_cv_ENGINE_LIBS="$ENGINE_LIBS"
11070 else
11071 if test -n "$PKG_CONFIG" && \
11072 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\"") >&5
11370 else
11371 pkg_failed=untried
11372 fi
11373 if test -n "$ENGINE_LIBS"; then
11374 pkg_cv_ENGINE_LIBS="$ENGINE_LIBS"
11375 elif test -n "$PKG_CONFIG"; then
11376 if test -n "$PKG_CONFIG" && \
11377 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\"") >&5
1107311378 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1") 2>&5
1107411379 ac_status=$?
11075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1107611381 (exit $ac_status); }; then
1107711382 pkg_cv_ENGINE_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1" 2>/dev/null`
1107811383 else
1107911384 pkg_failed=yes
1108011385 fi
11081 fi
11082 else
11083 pkg_failed=untried
11386 else
11387 pkg_failed=untried
1108411388 fi
1108511389
1108611390
1109311397 _pkg_short_errors_supported=no
1109411398 fi
1109511399 if test $_pkg_short_errors_supported = yes; then
11096 ENGINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1"`
11400 ENGINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1" 2>&1`
1109711401 else
11098 ENGINE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1"`
11402 ENGINE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1" 2>&1`
1109911403 fi
1110011404 # Put the nasty error message in config.log where it belongs
1110111405 echo "$ENGINE_PKG_ERRORS" >&5
1110211406
11103 { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
11407 { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
1110411408
1110511409 $ENGINE_PKG_ERRORS
1110611410
1111111415 and ENGINE_LIBS to avoid the need to call pkg-config.
1111211416 See the pkg-config man page for more details.
1111311417 " >&5
11114 echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
11418 $as_echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
1111511419
1111611420 $ENGINE_PKG_ERRORS
1111711421
1112411428 " >&2;}
1112511429 { (exit 1); exit 1; }; }
1112611430 elif test $pkg_failed = untried; then
11127 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
11431 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11433 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
1112811434 is in your PATH or set the PKG_CONFIG environment variable to the full
1112911435 path to pkg-config.
1113011436
1113411440
1113511441 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1113611442 See \`config.log' for more details." >&5
11137 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
11443 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
1113811444 is in your PATH or set the PKG_CONFIG environment variable to the full
1113911445 path to pkg-config.
1114011446
1114411450
1114511451 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1114611452 See \`config.log' for more details." >&2;}
11147 { (exit 1); exit 1; }; }
11453 { (exit 1); exit 1; }; }; }
1114811454 else
1114911455 ENGINE_CFLAGS=$pkg_cv_ENGINE_CFLAGS
1115011456 ENGINE_LIBS=$pkg_cv_ENGINE_LIBS
11151 { echo "$as_me:$LINENO: result: yes" >&5
11152 echo "${ECHO_T}yes" >&6; }
11457 { $as_echo "$as_me:$LINENO: result: yes" >&5
11458 $as_echo "yes" >&6; }
1115311459 :
1115411460 fi
1115511461
1115811464
1115911465 ICON_NAMING_UTILS_REQUIRED=0.8.2
1116011466
11161 { echo "$as_me:$LINENO: checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED" >&5
11162 echo $ECHO_N "checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED... $ECHO_C" >&6; }
11467 { $as_echo "$as_me:$LINENO: checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED" >&5
11468 $as_echo_n "checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED... " >&6; }
1116311469 if test -n "$PKG_CONFIG" && \
11164 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"icon-naming-utils >= \$ICON_NAMING_UTILS_REQUIRED\"") >&5
11470 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"icon-naming-utils >= \$ICON_NAMING_UTILS_REQUIRED\"") >&5
1116511471 ($PKG_CONFIG --exists --print-errors "icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED") 2>&5
1116611472 ac_status=$?
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1116811474 (exit $ac_status); }; then
1116911475 have_utils=yes
1117011476 else
1117411480 UTILS_PATH="`$PKG_CONFIG --variable=program_path icon-naming-utils`"
1117511481 ICONMAP="$UTILS_PATH/icon-name-mapping"
1117611482
11177 { echo "$as_me:$LINENO: result: yes" >&5
11178 echo "${ECHO_T}yes" >&6; }
11179 else
11180 { echo "$as_me:$LINENO: result: no" >&5
11181 echo "${ECHO_T}no" >&6; }
11182 { { echo "$as_me:$LINENO: error: icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
11483 { $as_echo "$as_me:$LINENO: result: yes" >&5
11484 $as_echo "yes" >&6; }
11485 else
11486 { $as_echo "$as_me:$LINENO: result: no" >&5
11487 $as_echo "no" >&6; }
11488 { { $as_echo "$as_me:$LINENO: error: icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
1118311489 and install the icon theme" >&5
11184 echo "$as_me: error: icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
11490 $as_echo "$as_me: error: icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
1118511491 and install the icon theme" >&2;}
1118611492 { (exit 1); exit 1; }; }
1118711493 fi
1118811494
11189 ac_config_files="$ac_config_files Makefile cursor/Makefile cursor/sugar/Makefile icons/Makefile icons/scalable/Makefile icons/scalable/actions/Makefile icons/scalable/apps/Makefile icons/scalable/categories/Makefile icons/scalable/control/Makefile icons/scalable/device/Makefile icons/scalable/emblems/Makefile icons/scalable/mimetypes/Makefile icons/scalable/status/Makefile gtk/Makefile gtk/engine/Makefile gtk/theme/Makefile matchbox/Makefile"
11495 ac_config_files="$ac_config_files Makefile cursor/Makefile cursor/sugar/Makefile icons/Makefile icons/scalable/Makefile icons/scalable/actions/Makefile icons/scalable/apps/Makefile icons/scalable/categories/Makefile icons/scalable/control/Makefile icons/scalable/device/Makefile icons/scalable/emblems/Makefile icons/scalable/mimetypes/Makefile icons/scalable/status/Makefile gtk/Makefile gtk/engine/Makefile gtk/theme/Makefile"
1119011496
1119111497 cat >confcache <<\_ACEOF
1119211498 # This file is a shell script that caches the results of configure
1121511521 case $ac_val in #(
1121611522 *${as_nl}*)
1121711523 case $ac_var in #(
11218 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
11219 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
11524 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
11525 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1122011526 esac
1122111527 case $ac_var in #(
1122211528 _ | IFS | as_nl) ;; #(
11529 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1122311530 *) $as_unset $ac_var ;;
1122411531 esac ;;
1122511532 esac
1125211559 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1125311560 if test -w "$cache_file"; then
1125411561 test "x$cache_file" != "x/dev/null" &&
11255 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
11256 echo "$as_me: updating cache $cache_file" >&6;}
11562 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
11563 $as_echo "$as_me: updating cache $cache_file" >&6;}
1125711564 cat confcache >$cache_file
1125811565 else
11259 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
11260 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11566 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
11567 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1126111568 fi
1126211569 fi
1126311570 rm -f confcache
1127311580 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1127411581 # 1. Remove the extension, and $U if already installed.
1127511582 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11276 ac_i=`echo "$ac_i" | sed "$ac_script"`
11583 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1127711584 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1127811585 # will be set to the directory where LIBOBJS objects are built.
1127911586 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1128411591 LTLIBOBJS=$ac_ltlibobjs
1128511592
1128611593
11287 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11288 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11594 if test -n "$EXEEXT"; then
11595 am__EXEEXT_TRUE=
11596 am__EXEEXT_FALSE='#'
11597 else
11598 am__EXEEXT_TRUE='#'
11599 am__EXEEXT_FALSE=
11600 fi
11601
11602 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11603 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
1128911604 Usually this means the macro was only invoked conditionally." >&5
11290 echo "$as_me: error: conditional \"AMDEP\" was never defined.
11605 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
1129111606 Usually this means the macro was only invoked conditionally." >&2;}
1129211607 { (exit 1); exit 1; }; }
1129311608 fi
11294 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11295 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11609 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11610 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
1129611611 Usually this means the macro was only invoked conditionally." >&5
11297 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11612 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
1129811613 Usually this means the macro was only invoked conditionally." >&2;}
1129911614 { (exit 1); exit 1; }; }
1130011615 fi
11616 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11617 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11618 Usually this means the macro was only invoked conditionally." >&5
11619 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11620 Usually this means the macro was only invoked conditionally." >&2;}
11621 { (exit 1); exit 1; }; }
11622 fi
1130111623
1130211624 : ${CONFIG_STATUS=./config.status}
11625 ac_write_fail=0
1130311626 ac_clean_files_save=$ac_clean_files
1130411627 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11305 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11306 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11307 cat >$CONFIG_STATUS <<_ACEOF
11628 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11629 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11630 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1130811631 #! $SHELL
1130911632 # Generated by $as_me.
1131011633 # Run this file to recreate the current configuration.
1131711640 SHELL=\${CONFIG_SHELL-$SHELL}
1131811641 _ACEOF
1131911642
11320 cat >>$CONFIG_STATUS <<\_ACEOF
11643 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1132111644 ## --------------------- ##
1132211645 ## M4sh Initialization. ##
1132311646 ## --------------------- ##
1132711650 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1132811651 emulate sh
1132911652 NULLCMD=:
11330 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11653 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1133111654 # is contrary to our usage. Disable this feature.
1133211655 alias -g '${1+"$@"}'='"$@"'
1133311656 setopt NO_GLOB_SUBST
1134911672 as_cr_digits='0123456789'
1135011673 as_cr_alnum=$as_cr_Letters$as_cr_digits
1135111674
11675 as_nl='
11676 '
11677 export as_nl
11678 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11679 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11680 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11681 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11682 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11683 as_echo='printf %s\n'
11684 as_echo_n='printf %s'
11685 else
11686 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11687 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11688 as_echo_n='/usr/ucb/echo -n'
11689 else
11690 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11691 as_echo_n_body='eval
11692 arg=$1;
11693 case $arg in
11694 *"$as_nl"*)
11695 expr "X$arg" : "X\\(.*\\)$as_nl";
11696 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11697 esac;
11698 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11699 '
11700 export as_echo_n_body
11701 as_echo_n='sh -c $as_echo_n_body as_echo'
11702 fi
11703 export as_echo_body
11704 as_echo='sh -c $as_echo_body as_echo'
11705 fi
11706
1135211707 # The user is always right.
1135311708 if test "${PATH_SEPARATOR+set}" != set; then
11354 echo "#! /bin/sh" >conf$$.sh
11355 echo "exit 0" >>conf$$.sh
11356 chmod +x conf$$.sh
11357 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11358 PATH_SEPARATOR=';'
11359 else
11360 PATH_SEPARATOR=:
11361 fi
11362 rm -f conf$$.sh
11709 PATH_SEPARATOR=:
11710 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11711 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11712 PATH_SEPARATOR=';'
11713 }
1136311714 fi
1136411715
1136511716 # Support unset when possible.
1137511726 # there to prevent editors from complaining about space-tab.
1137611727 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
1137711728 # splitting by setting IFS to empty value.)
11378 as_nl='
11379 '
1138011729 IFS=" "" $as_nl"
1138111730
1138211731 # Find who we are. Look in the path if we contain no directory separator.
1139911748 as_myself=$0
1140011749 fi
1140111750 if test ! -f "$as_myself"; then
11402 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11751 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1140311752 { (exit 1); exit 1; }
1140411753 fi
1140511754
1141211761 PS4='+ '
1141311762
1141411763 # NLS nuisances.
11415 for as_var in \
11416 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11417 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11418 LC_TELEPHONE LC_TIME
11419 do
11420 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11421 eval $as_var=C; export $as_var
11422 else
11423 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11424 fi
11425 done
11764 LC_ALL=C
11765 export LC_ALL
11766 LANGUAGE=C
11767 export LANGUAGE
1142611768
1142711769 # Required to use basename.
1142811770 if expr a : '\(a\)' >/dev/null 2>&1 &&
1144411786 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1144511787 X"$0" : 'X\(//\)$' \| \
1144611788 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11447 echo X/"$0" |
11789 $as_echo X/"$0" |
1144811790 sed '/^.*\/\([^/][^/]*\)\/*$/{
1144911791 s//\1/
1145011792 q
1149511837 s/-\n.*//
1149611838 ' >$as_me.lineno &&
1149711839 chmod +x "$as_me.lineno" ||
11498 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
11840 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1149911841 { (exit 1); exit 1; }; }
1150011842
1150111843 # Don't try to exec as it changes $[0], causing all sort of problems
1152311865 *)
1152411866 ECHO_N='-n';;
1152511867 esac
11526
1152711868 if expr a : '\(a\)' >/dev/null 2>&1 &&
1152811869 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1152911870 as_expr=expr
1153611877 rm -f conf$$.dir/conf$$.file
1153711878 else
1153811879 rm -f conf$$.dir
11539 mkdir conf$$.dir
11540 fi
11541 echo >conf$$.file
11542 if ln -s conf$$.file conf$$ 2>/dev/null; then
11543 as_ln_s='ln -s'
11544 # ... but there are two gotchas:
11545 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11546 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11547 # In both cases, we have to default to `cp -p'.
11548 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11880 mkdir conf$$.dir 2>/dev/null
11881 fi
11882 if (echo >conf$$.file) 2>/dev/null; then
11883 if ln -s conf$$.file conf$$ 2>/dev/null; then
11884 as_ln_s='ln -s'
11885 # ... but there are two gotchas:
11886 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11887 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11888 # In both cases, we have to default to `cp -p'.
11889 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11890 as_ln_s='cp -p'
11891 elif ln conf$$.file conf$$ 2>/dev/null; then
11892 as_ln_s=ln
11893 else
1154911894 as_ln_s='cp -p'
11550 elif ln conf$$.file conf$$ 2>/dev/null; then
11551 as_ln_s=ln
11895 fi
1155211896 else
1155311897 as_ln_s='cp -p'
1155411898 fi
1157311917 as_test_x='
1157411918 eval sh -c '\''
1157511919 if test -d "$1"; then
11576 test -d "$1/.";
11920 test -d "$1/.";
1157711921 else
1157811922 case $1 in
11579 -*)set "./$1";;
11923 -*)set "./$1";;
1158011924 esac;
1158111925 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
1158211926 ???[sx]*):;;*)false;;esac;fi
1159811942 # report actual input values of CONFIG_FILES etc. instead of their
1159911943 # values after options handling.
1160011944 ac_log="
11601 This file was extended by sugar-artwork $as_me 0.84.1, which was
11602 generated by GNU Autoconf 2.61. Invocation command line was
11945 This file was extended by sugar-artwork $as_me 0.88.1, which was
11946 generated by GNU Autoconf 2.63. Invocation command line was
1160311947
1160411948 CONFIG_FILES = $CONFIG_FILES
1160511949 CONFIG_HEADERS = $CONFIG_HEADERS
1161211956
1161311957 _ACEOF
1161411958
11615 cat >>$CONFIG_STATUS <<_ACEOF
11959 case $ac_config_files in *"
11960 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11961 esac
11962
11963 case $ac_config_headers in *"
11964 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11965 esac
11966
11967
11968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1161611969 # Files that config.status was made for.
1161711970 config_files="$ac_config_files"
1161811971 config_headers="$ac_config_headers"
1162011973
1162111974 _ACEOF
1162211975
11623 cat >>$CONFIG_STATUS <<\_ACEOF
11976 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1162411977 ac_cs_usage="\
1162511978 \`$as_me' instantiates files from templates according to the
1162611979 current configuration.
1162711980
11628 Usage: $0 [OPTIONS] [FILE]...
11981 Usage: $0 [OPTION]... [FILE]...
1162911982
1163011983 -h, --help print this help, then exit
1163111984 -V, --version print version number and configuration settings, then exit
11632 -q, --quiet do not print progress messages
11985 -q, --quiet, --silent
11986 do not print progress messages
1163311987 -d, --debug don't remove temporary files
1163411988 --recheck update $as_me by reconfiguring in the same conditions
11635 --file=FILE[:TEMPLATE]
11636 instantiate the configuration file FILE
11637 --header=FILE[:TEMPLATE]
11638 instantiate the configuration header FILE
11989 --file=FILE[:TEMPLATE]
11990 instantiate the configuration file FILE
11991 --header=FILE[:TEMPLATE]
11992 instantiate the configuration header FILE
1163911993
1164011994 Configuration files:
1164111995 $config_files
1164912003 Report bugs to <bug-autoconf@gnu.org>."
1165012004
1165112005 _ACEOF
11652 cat >>$CONFIG_STATUS <<_ACEOF
12006 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1165312007 ac_cs_version="\\
11654 sugar-artwork config.status 0.84.1
11655 configured by $0, generated by GNU Autoconf 2.61,
11656 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11657
11658 Copyright (C) 2006 Free Software Foundation, Inc.
12008 sugar-artwork config.status 0.88.1
12009 configured by $0, generated by GNU Autoconf 2.63,
12010 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12011
12012 Copyright (C) 2008 Free Software Foundation, Inc.
1165912013 This config.status script is free software; the Free Software Foundation
1166012014 gives unlimited permission to copy, distribute and modify it."
1166112015
1166212016 ac_pwd='$ac_pwd'
1166312017 srcdir='$srcdir'
1166412018 INSTALL='$INSTALL'
12019 MKDIR_P='$MKDIR_P'
12020 AWK='$AWK'
12021 test -n "\$AWK" || AWK=awk
1166512022 _ACEOF
1166612023
11667 cat >>$CONFIG_STATUS <<\_ACEOF
11668 # If no file are specified by the user, then we need to provide default
11669 # value. By we need to know if files were specified by the user.
12024 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12025 # The default lists apply if the user does not specify any file.
1167012026 ac_need_defaults=:
1167112027 while test $# != 0
1167212028 do
1168812044 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1168912045 ac_cs_recheck=: ;;
1169012046 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11691 echo "$ac_cs_version"; exit ;;
12047 $as_echo "$ac_cs_version"; exit ;;
1169212048 --debug | --debu | --deb | --de | --d | -d )
1169312049 debug=: ;;
1169412050 --file | --fil | --fi | --f )
1169512051 $ac_shift
11696 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
12052 case $ac_optarg in
12053 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12054 esac
12055 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
1169712056 ac_need_defaults=false;;
1169812057 --header | --heade | --head | --hea )
1169912058 $ac_shift
11700 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
12059 case $ac_optarg in
12060 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12061 esac
12062 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
1170112063 ac_need_defaults=false;;
1170212064 --he | --h)
1170312065 # Conflict between --help and --header
11704 { echo "$as_me: error: ambiguous option: $1
12066 { $as_echo "$as_me: error: ambiguous option: $1
1170512067 Try \`$0 --help' for more information." >&2
1170612068 { (exit 1); exit 1; }; };;
1170712069 --help | --hel | -h )
11708 echo "$ac_cs_usage"; exit ;;
12070 $as_echo "$ac_cs_usage"; exit ;;
1170912071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1171012072 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1171112073 ac_cs_silent=: ;;
1171212074
1171312075 # This is an error.
11714 -*) { echo "$as_me: error: unrecognized option: $1
12076 -*) { $as_echo "$as_me: error: unrecognized option: $1
1171512077 Try \`$0 --help' for more information." >&2
1171612078 { (exit 1); exit 1; }; } ;;
1171712079
1173012092 fi
1173112093
1173212094 _ACEOF
11733 cat >>$CONFIG_STATUS <<_ACEOF
12095 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1173412096 if \$ac_cs_recheck; then
11735 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11736 CONFIG_SHELL=$SHELL
12097 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12098 shift
12099 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12100 CONFIG_SHELL='$SHELL'
1173712101 export CONFIG_SHELL
11738 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12102 exec "\$@"
1173912103 fi
1174012104
1174112105 _ACEOF
11742 cat >>$CONFIG_STATUS <<\_ACEOF
12106 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1174312107 exec 5>>config.log
1174412108 {
1174512109 echo
1174612110 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1174712111 ## Running $as_me. ##
1174812112 _ASBOX
11749 echo "$ac_log"
12113 $as_echo "$ac_log"
1175012114 } >&5
1175112115
1175212116 _ACEOF
11753 cat >>$CONFIG_STATUS <<_ACEOF
12117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1175412118 #
1175512119 # INIT-COMMANDS
1175612120 #
1179212156 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
1179312157 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
1179412158 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12159 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
1179512160 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
1179612161 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
1179712162 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
1189712262 lt_SP2NL \
1189812263 lt_NL2SP \
1189912264 reload_flag \
12265 OBJDUMP \
1190012266 deplibs_check_method \
1190112267 file_magic_cmd \
1190212268 AR \
1201112377
1201212378 _ACEOF
1201312379
12014 cat >>$CONFIG_STATUS <<\_ACEOF
12380 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1201512381
1201612382 # Handling of arguments.
1201712383 for ac_config_target in $ac_config_targets
1203612402 "gtk/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/Makefile" ;;
1203712403 "gtk/engine/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/engine/Makefile" ;;
1203812404 "gtk/theme/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/theme/Makefile" ;;
12039 "matchbox/Makefile") CONFIG_FILES="$CONFIG_FILES matchbox/Makefile" ;;
12040
12041 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12042 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12405
12406 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12407 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1204312408 { (exit 1); exit 1; }; };;
1204412409 esac
1204512410 done
1208012445 (umask 077 && mkdir "$tmp")
1208112446 } ||
1208212447 {
12083 echo "$me: cannot create a temporary directory in ." >&2
12448 $as_echo "$as_me: cannot create a temporary directory in ." >&2
1208412449 { (exit 1); exit 1; }
1208512450 }
1208612451
12087 #
12088 # Set up the sed scripts for CONFIG_FILES section.
12089 #
12090
12091 # No need to generate the scripts if there are no CONFIG_FILES.
12092 # This happens for instance when ./config.status config.h
12452 # Set up the scripts for CONFIG_FILES section.
12453 # No need to generate them if there are no CONFIG_FILES.
12454 # This happens for instance with `./config.status config.h'.
1209312455 if test -n "$CONFIG_FILES"; then
1209412456
12457
12458 ac_cr='
12459 '
12460 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12461 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12462 ac_cs_awk_cr='\\r'
12463 else
12464 ac_cs_awk_cr=$ac_cr
12465 fi
12466
12467 echo 'BEGIN {' >"$tmp/subs1.awk" &&
1209512468 _ACEOF
1209612469
1209712470
12098
12471 {
12472 echo "cat >conf$$subs.awk <<_ACEOF" &&
12473 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12474 echo "_ACEOF"
12475 } >conf$$subs.sh ||
12476 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12477 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12478 { (exit 1); exit 1; }; }
12479 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1209912480 ac_delim='%!_!# '
1210012481 for ac_last_try in false false false false false :; do
12101 cat >conf$$subs.sed <<_ACEOF
12102 SHELL!$SHELL$ac_delim
12103 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
12104 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
12105 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
12106 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
12107 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
12108 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
12109 exec_prefix!$exec_prefix$ac_delim
12110 prefix!$prefix$ac_delim
12111 program_transform_name!$program_transform_name$ac_delim
12112 bindir!$bindir$ac_delim
12113 sbindir!$sbindir$ac_delim
12114 libexecdir!$libexecdir$ac_delim
12115 datarootdir!$datarootdir$ac_delim
12116 datadir!$datadir$ac_delim
12117 sysconfdir!$sysconfdir$ac_delim
12118 sharedstatedir!$sharedstatedir$ac_delim
12119 localstatedir!$localstatedir$ac_delim
12120 includedir!$includedir$ac_delim
12121 oldincludedir!$oldincludedir$ac_delim
12122 docdir!$docdir$ac_delim
12123 infodir!$infodir$ac_delim
12124 htmldir!$htmldir$ac_delim
12125 dvidir!$dvidir$ac_delim
12126 pdfdir!$pdfdir$ac_delim
12127 psdir!$psdir$ac_delim
12128 libdir!$libdir$ac_delim
12129 localedir!$localedir$ac_delim
12130 mandir!$mandir$ac_delim
12131 DEFS!$DEFS$ac_delim
12132 ECHO_C!$ECHO_C$ac_delim
12133 ECHO_N!$ECHO_N$ac_delim
12134 ECHO_T!$ECHO_T$ac_delim
12135 LIBS!$LIBS$ac_delim
12136 build_alias!$build_alias$ac_delim
12137 host_alias!$host_alias$ac_delim
12138 target_alias!$target_alias$ac_delim
12139 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
12140 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
12141 INSTALL_DATA!$INSTALL_DATA$ac_delim
12142 CYGPATH_W!$CYGPATH_W$ac_delim
12143 PACKAGE!$PACKAGE$ac_delim
12144 VERSION!$VERSION$ac_delim
12145 ACLOCAL!$ACLOCAL$ac_delim
12146 AUTOCONF!$AUTOCONF$ac_delim
12147 AUTOMAKE!$AUTOMAKE$ac_delim
12148 AUTOHEADER!$AUTOHEADER$ac_delim
12149 MAKEINFO!$MAKEINFO$ac_delim
12150 install_sh!$install_sh$ac_delim
12151 STRIP!$STRIP$ac_delim
12152 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
12153 mkdir_p!$mkdir_p$ac_delim
12154 AWK!$AWK$ac_delim
12155 SET_MAKE!$SET_MAKE$ac_delim
12156 am__leading_dot!$am__leading_dot$ac_delim
12157 AMTAR!$AMTAR$ac_delim
12158 am__tar!$am__tar$ac_delim
12159 am__untar!$am__untar$ac_delim
12160 PKG_CONFIG!$PKG_CONFIG$ac_delim
12161 CC!$CC$ac_delim
12162 CFLAGS!$CFLAGS$ac_delim
12163 LDFLAGS!$LDFLAGS$ac_delim
12164 CPPFLAGS!$CPPFLAGS$ac_delim
12165 ac_ct_CC!$ac_ct_CC$ac_delim
12166 EXEEXT!$EXEEXT$ac_delim
12167 OBJEXT!$OBJEXT$ac_delim
12168 DEPDIR!$DEPDIR$ac_delim
12169 am__include!$am__include$ac_delim
12170 am__quote!$am__quote$ac_delim
12171 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
12172 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
12173 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
12174 CCDEPMODE!$CCDEPMODE$ac_delim
12175 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
12176 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
12177 CPP!$CPP$ac_delim
12178 GREP!$GREP$ac_delim
12179 EGREP!$EGREP$ac_delim
12180 LIBTOOL!$LIBTOOL$ac_delim
12181 build!$build$ac_delim
12182 build_cpu!$build_cpu$ac_delim
12183 build_vendor!$build_vendor$ac_delim
12184 build_os!$build_os$ac_delim
12185 host!$host$ac_delim
12186 host_cpu!$host_cpu$ac_delim
12187 host_vendor!$host_vendor$ac_delim
12188 host_os!$host_os$ac_delim
12189 SED!$SED$ac_delim
12190 FGREP!$FGREP$ac_delim
12191 LD!$LD$ac_delim
12192 DUMPBIN!$DUMPBIN$ac_delim
12193 ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
12194 NM!$NM$ac_delim
12195 LN_S!$LN_S$ac_delim
12196 AR!$AR$ac_delim
12197 RANLIB!$RANLIB$ac_delim
12198 lt_ECHO!$lt_ECHO$ac_delim
12199 _ACEOF
12200
12201 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
12482 . ./conf$$subs.sh ||
12483 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12484 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12485 { (exit 1); exit 1; }; }
12486
12487 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12488 if test $ac_delim_n = $ac_delim_num; then
1220212489 break
1220312490 elif $ac_last_try; then
12204 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12205 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12491 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12492 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
1220612493 { (exit 1); exit 1; }; }
1220712494 else
1220812495 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1220912496 fi
1221012497 done
12211
12212 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12213 if test -n "$ac_eof"; then
12214 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
12215 ac_eof=`expr $ac_eof + 1`
12216 fi
12217
12218 cat >>$CONFIG_STATUS <<_ACEOF
12219 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
12220 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12498 rm -f conf$$subs.sh
12499
12500 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12501 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
1222112502 _ACEOF
12222 sed '
12223 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12224 s/^/s,@/; s/!/@,|#_!!_#|/
12225 :n
12226 t n
12227 s/'"$ac_delim"'$/,g/; t
12228 s/$/\\/; p
12229 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12230 ' >>$CONFIG_STATUS <conf$$subs.sed
12231 rm -f conf$$subs.sed
12232 cat >>$CONFIG_STATUS <<_ACEOF
12233 CEOF$ac_eof
12503 sed -n '
12504 h
12505 s/^/S["/; s/!.*/"]=/
12506 p
12507 g
12508 s/^[^!]*!//
12509 :repl
12510 t repl
12511 s/'"$ac_delim"'$//
12512 t delim
12513 :nl
12514 h
12515 s/\(.\{148\}\).*/\1/
12516 t more1
12517 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12518 p
12519 n
12520 b repl
12521 :more1
12522 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12523 p
12524 g
12525 s/.\{148\}//
12526 t nl
12527 :delim
12528 h
12529 s/\(.\{148\}\).*/\1/
12530 t more2
12531 s/["\\]/\\&/g; s/^/"/; s/$/"/
12532 p
12533 b
12534 :more2
12535 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12536 p
12537 g
12538 s/.\{148\}//
12539 t delim
12540 ' <conf$$subs.awk | sed '
12541 /^[^""]/{
12542 N
12543 s/\n//
12544 }
12545 ' >>$CONFIG_STATUS || ac_write_fail=1
12546 rm -f conf$$subs.awk
12547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12548 _ACAWK
12549 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12550 for (key in S) S_is_set[key] = 1
12551 FS = ""
12552
12553 }
12554 {
12555 line = $ 0
12556 nfields = split(line, field, "@")
12557 substed = 0
12558 len = length(field[1])
12559 for (i = 2; i < nfields; i++) {
12560 key = field[i]
12561 keylen = length(key)
12562 if (S_is_set[key]) {
12563 value = S[key]
12564 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12565 len += length(value) + length(field[++i])
12566 substed = 1
12567 } else
12568 len += 1 + keylen
12569 }
12570
12571 print line
12572 }
12573
12574 _ACAWK
1223412575 _ACEOF
12235
12236
12237 ac_delim='%!_!# '
12238 for ac_last_try in false false false false false :; do
12239 cat >conf$$subs.sed <<_ACEOF
12240 DSYMUTIL!$DSYMUTIL$ac_delim
12241 NMEDIT!$NMEDIT$ac_delim
12242 LIPO!$LIPO$ac_delim
12243 OTOOL!$OTOOL$ac_delim
12244 OTOOL64!$OTOOL64$ac_delim
12245 ICON_SLICER!$ICON_SLICER$ac_delim
12246 GTK2_CFLAGS!$GTK2_CFLAGS$ac_delim
12247 GTK2_LIBS!$GTK2_LIBS$ac_delim
12248 GDK_PIXBUF2_CFLAGS!$GDK_PIXBUF2_CFLAGS$ac_delim
12249 GDK_PIXBUF2_LIBS!$GDK_PIXBUF2_LIBS$ac_delim
12250 ENGINE_CFLAGS!$ENGINE_CFLAGS$ac_delim
12251 ENGINE_LIBS!$ENGINE_LIBS$ac_delim
12252 GTK_VERSION!$GTK_VERSION$ac_delim
12253 ICONMAP!$ICONMAP$ac_delim
12254 LIBOBJS!$LIBOBJS$ac_delim
12255 LTLIBOBJS!$LTLIBOBJS$ac_delim
12576 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12577 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12578 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12579 else
12580 cat
12581 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12582 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
12583 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
12584 { (exit 1); exit 1; }; }
1225612585 _ACEOF
12257
12258 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 16; then
12259 break
12260 elif $ac_last_try; then
12261 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12262 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12263 { (exit 1); exit 1; }; }
12264 else
12265 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12266 fi
12267 done
12268
12269 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12270 if test -n "$ac_eof"; then
12271 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
12272 ac_eof=`expr $ac_eof + 1`
12273 fi
12274
12275 cat >>$CONFIG_STATUS <<_ACEOF
12276 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
12277 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
12278 _ACEOF
12279 sed '
12280 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12281 s/^/s,@/; s/!/@,|#_!!_#|/
12282 :n
12283 t n
12284 s/'"$ac_delim"'$/,g/; t
12285 s/$/\\/; p
12286 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12287 ' >>$CONFIG_STATUS <conf$$subs.sed
12288 rm -f conf$$subs.sed
12289 cat >>$CONFIG_STATUS <<_ACEOF
12290 :end
12291 s/|#_!!_#|//g
12292 CEOF$ac_eof
12293 _ACEOF
12294
1229512586
1229612587 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1229712588 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1230812599 }'
1230912600 fi
1231012601
12311 cat >>$CONFIG_STATUS <<\_ACEOF
12602 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1231212603 fi # test -n "$CONFIG_FILES"
1231312604
12314
12315 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
12605 # Set up the scripts for CONFIG_HEADERS section.
12606 # No need to generate them if there are no CONFIG_HEADERS.
12607 # This happens for instance with `./config.status Makefile'.
12608 if test -n "$CONFIG_HEADERS"; then
12609 cat >"$tmp/defines.awk" <<\_ACAWK ||
12610 BEGIN {
12611 _ACEOF
12612
12613 # Transform confdefs.h into an awk script `defines.awk', embedded as
12614 # here-document in config.status, that substitutes the proper values into
12615 # config.h.in to produce config.h.
12616
12617 # Create a delimiter string that does not exist in confdefs.h, to ease
12618 # handling of long lines.
12619 ac_delim='%!_!# '
12620 for ac_last_try in false false :; do
12621 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12622 if test -z "$ac_t"; then
12623 break
12624 elif $ac_last_try; then
12625 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
12626 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
12627 { (exit 1); exit 1; }; }
12628 else
12629 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12630 fi
12631 done
12632
12633 # For the awk script, D is an array of macro values keyed by name,
12634 # likewise P contains macro parameters if any. Preserve backslash
12635 # newline sequences.
12636
12637 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12638 sed -n '
12639 s/.\{148\}/&'"$ac_delim"'/g
12640 t rset
12641 :rset
12642 s/^[ ]*#[ ]*define[ ][ ]*/ /
12643 t def
12644 d
12645 :def
12646 s/\\$//
12647 t bsnl
12648 s/["\\]/\\&/g
12649 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12650 D["\1"]=" \3"/p
12651 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12652 d
12653 :bsnl
12654 s/["\\]/\\&/g
12655 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12656 D["\1"]=" \3\\\\\\n"\\/p
12657 t cont
12658 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12659 t cont
12660 d
12661 :cont
12662 n
12663 s/.\{148\}/&'"$ac_delim"'/g
12664 t clear
12665 :clear
12666 s/\\$//
12667 t bsnlc
12668 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12669 d
12670 :bsnlc
12671 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12672 b cont
12673 ' <confdefs.h | sed '
12674 s/'"$ac_delim"'/"\\\
12675 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12676
12677 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12678 for (key in D) D_is_set[key] = 1
12679 FS = ""
12680 }
12681 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12682 line = \$ 0
12683 split(line, arg, " ")
12684 if (arg[1] == "#") {
12685 defundef = arg[2]
12686 mac1 = arg[3]
12687 } else {
12688 defundef = substr(arg[1], 2)
12689 mac1 = arg[2]
12690 }
12691 split(mac1, mac2, "(") #)
12692 macro = mac2[1]
12693 prefix = substr(line, 1, index(line, defundef) - 1)
12694 if (D_is_set[macro]) {
12695 # Preserve the white space surrounding the "#".
12696 print prefix "define", macro P[macro] D[macro]
12697 next
12698 } else {
12699 # Replace #undef with comments. This is necessary, for example,
12700 # in the case of _POSIX_SOURCE, which is predefined and required
12701 # on some systems where configure will not decide to define it.
12702 if (defundef == "undef") {
12703 print "/*", prefix defundef, macro, "*/"
12704 next
12705 }
12706 }
12707 }
12708 { print }
12709 _ACAWK
12710 _ACEOF
12711 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12712 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
12713 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
12714 { (exit 1); exit 1; }; }
12715 fi # test -n "$CONFIG_HEADERS"
12716
12717
12718 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12719 shift
12720 for ac_tag
1231612721 do
1231712722 case $ac_tag in
1231812723 :[FHLC]) ac_mode=$ac_tag; continue;;
1231912724 esac
1232012725 case $ac_mode$ac_tag in
1232112726 :[FHL]*:*);;
12322 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
12323 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
12727 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
12728 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1232412729 { (exit 1); exit 1; }; };;
1232512730 :[FH]-) ac_tag=-:-;;
1232612731 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1234912754 [\\/$]*) false;;
1235012755 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1235112756 esac ||
12352 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
12353 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
12757 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
12758 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1235412759 { (exit 1); exit 1; }; };;
1235512760 esac
12356 ac_file_inputs="$ac_file_inputs $ac_f"
12761 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12762 ac_file_inputs="$ac_file_inputs '$ac_f'"
1235712763 done
1235812764
1235912765 # Let's still pretend it is `configure' which instantiates (i.e., don't
1236012766 # use $as_me), people would be surprised to read:
1236112767 # /* config.h. Generated by config.status. */
12362 configure_input="Generated from "`IFS=:
12363 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
12768 configure_input='Generated from '`
12769 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12770 `' by configure.'
1236412771 if test x"$ac_file" != x-; then
1236512772 configure_input="$ac_file. $configure_input"
12366 { echo "$as_me:$LINENO: creating $ac_file" >&5
12367 echo "$as_me: creating $ac_file" >&6;}
12773 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
12774 $as_echo "$as_me: creating $ac_file" >&6;}
1236812775 fi
12776 # Neutralize special characters interpreted by sed in replacement strings.
12777 case $configure_input in #(
12778 *\&* | *\|* | *\\* )
12779 ac_sed_conf_input=`$as_echo "$configure_input" |
12780 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12781 *) ac_sed_conf_input=$configure_input;;
12782 esac
1236912783
1237012784 case $ac_tag in
12371 *:-:* | *:-) cat >"$tmp/stdin";;
12785 *:-:* | *:-) cat >"$tmp/stdin" \
12786 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12787 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12788 { (exit 1); exit 1; }; } ;;
1237212789 esac
1237312790 ;;
1237412791 esac
1237812795 X"$ac_file" : 'X\(//\)[^/]' \| \
1237912796 X"$ac_file" : 'X\(//\)$' \| \
1238012797 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12381 echo X"$ac_file" |
12798 $as_echo X"$ac_file" |
1238212799 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1238312800 s//\1/
1238412801 q
1240412821 as_dirs=
1240512822 while :; do
1240612823 case $as_dir in #(
12407 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
12824 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1240812825 *) as_qdir=$as_dir;;
1240912826 esac
1241012827 as_dirs="'$as_qdir' $as_dirs"
1241312830 X"$as_dir" : 'X\(//\)[^/]' \| \
1241412831 X"$as_dir" : 'X\(//\)$' \| \
1241512832 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12416 echo X"$as_dir" |
12833 $as_echo X"$as_dir" |
1241712834 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1241812835 s//\1/
1241912836 q
1243412851 test -d "$as_dir" && break
1243512852 done
1243612853 test -z "$as_dirs" || eval "mkdir $as_dirs"
12437 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12438 echo "$as_me: error: cannot create directory $as_dir" >&2;}
12854 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12855 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1243912856 { (exit 1); exit 1; }; }; }
1244012857 ac_builddir=.
1244112858
1244212859 case "$ac_dir" in
1244312860 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1244412861 *)
12445 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12862 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1244612863 # A ".." for each directory in $ac_dir_suffix.
12447 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
12864 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1244812865 case $ac_top_builddir_sub in
1244912866 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1245012867 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1248212899 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1248312900 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1248412901 esac
12902 ac_MKDIR_P=$MKDIR_P
12903 case $MKDIR_P in
12904 [\\/$]* | ?:[\\/]* ) ;;
12905 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12906 esac
1248512907 _ACEOF
1248612908
12487 cat >>$CONFIG_STATUS <<\_ACEOF
12909 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1248812910 # If the template does not know about datarootdir, expand it.
1248912911 # FIXME: This hack should be removed a few years after 2.60.
1249012912 ac_datarootdir_hack=; ac_datarootdir_seen=
1249112913
12492 case `sed -n '/datarootdir/ {
12914 ac_sed_dataroot='
12915 /datarootdir/ {
1249312916 p
1249412917 q
1249512918 }
1249812921 /@infodir@/p
1249912922 /@localedir@/p
1250012923 /@mandir@/p
12501 ' $ac_file_inputs` in
12924 '
12925 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1250212926 *datarootdir*) ac_datarootdir_seen=yes;;
1250312927 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12504 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12505 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12928 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12929 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1250612930 _ACEOF
12507 cat >>$CONFIG_STATUS <<_ACEOF
12931 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1250812932 ac_datarootdir_hack='
1250912933 s&@datadir@&$datadir&g
1251012934 s&@docdir@&$docdir&g
1251812942 # Neutralize VPATH when `$srcdir' = `.'.
1251912943 # Shell code in configure.ac might set extrasub.
1252012944 # FIXME: do we really want to maintain this feature?
12521 cat >>$CONFIG_STATUS <<_ACEOF
12522 sed "$ac_vpsub
12945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12946 ac_sed_extra="$ac_vpsub
1252312947 $extrasub
1252412948 _ACEOF
12525 cat >>$CONFIG_STATUS <<\_ACEOF
12949 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1252612950 :t
1252712951 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12528 s&@configure_input@&$configure_input&;t t
12952 s|@configure_input@|$ac_sed_conf_input|;t t
1252912953 s&@top_builddir@&$ac_top_builddir_sub&;t t
12954 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1253012955 s&@srcdir@&$ac_srcdir&;t t
1253112956 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1253212957 s&@top_srcdir@&$ac_top_srcdir&;t t
1253512960 s&@abs_builddir@&$ac_abs_builddir&;t t
1253612961 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1253712962 s&@INSTALL@&$ac_INSTALL&;t t
12963 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1253812964 $ac_datarootdir_hack
12539 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
12965 "
12966 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12967 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12968 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12969 { (exit 1); exit 1; }; }
1254012970
1254112971 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1254212972 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1254312973 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12544 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12974 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1254512975 which seems to be undefined. Please make sure it is defined." >&5
12546 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12976 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1254712977 which seems to be undefined. Please make sure it is defined." >&2;}
1254812978
1254912979 rm -f "$tmp/stdin"
1255012980 case $ac_file in
12551 -) cat "$tmp/out"; rm -f "$tmp/out";;
12552 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
12553 esac
12981 -) cat "$tmp/out" && rm -f "$tmp/out";;
12982 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12983 esac \
12984 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12985 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12986 { (exit 1); exit 1; }; }
1255412987 ;;
1255512988 :H)
1255612989 #
1255712990 # CONFIG_HEADER
1255812991 #
12559 _ACEOF
12560
12561 # Transform confdefs.h into a sed script `conftest.defines', that
12562 # substitutes the proper values into config.h.in to produce config.h.
12563 rm -f conftest.defines conftest.tail
12564 # First, append a space to every undef/define line, to ease matching.
12565 echo 's/$/ /' >conftest.defines
12566 # Then, protect against being on the right side of a sed subst, or in
12567 # an unquoted here document, in config.status. If some macros were
12568 # called several times there might be several #defines for the same
12569 # symbol, which is useless. But do not sort them, since the last
12570 # AC_DEFINE must be honored.
12571 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12572 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
12573 # NAME is the cpp macro being defined, VALUE is the value it is being given.
12574 # PARAMS is the parameter list in the macro definition--in most cases, it's
12575 # just an empty string.
12576 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
12577 ac_dB='\\)[ (].*,\\1define\\2'
12578 ac_dC=' '
12579 ac_dD=' ,'
12580
12581 uniq confdefs.h |
12582 sed -n '
12583 t rset
12584 :rset
12585 s/^[ ]*#[ ]*define[ ][ ]*//
12586 t ok
12587 d
12588 :ok
12589 s/[\\&,]/\\&/g
12590 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
12591 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
12592 ' >>conftest.defines
12593
12594 # Remove the space that was appended to ease matching.
12595 # Then replace #undef with comments. This is necessary, for
12596 # example, in the case of _POSIX_SOURCE, which is predefined and required
12597 # on some systems where configure will not decide to define it.
12598 # (The regexp can be short, since the line contains either #define or #undef.)
12599 echo 's/ $//
12600 s,^[ #]*u.*,/* & */,' >>conftest.defines
12601
12602 # Break up conftest.defines:
12603 ac_max_sed_lines=50
12604
12605 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
12606 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
12607 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
12608 # et cetera.
12609 ac_in='$ac_file_inputs'
12610 ac_out='"$tmp/out1"'
12611 ac_nxt='"$tmp/out2"'
12612
12613 while :
12614 do
12615 # Write a here document:
12616 cat >>$CONFIG_STATUS <<_ACEOF
12617 # First, check the format of the line:
12618 cat >"\$tmp/defines.sed" <<\\CEOF
12619 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
12620 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
12621 b
12622 :def
12623 _ACEOF
12624 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
12625 echo 'CEOF
12626 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
12627 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
12628 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
12629 grep . conftest.tail >/dev/null || break
12630 rm -f conftest.defines
12631 mv conftest.tail conftest.defines
12632 done
12633 rm -f conftest.defines conftest.tail
12634
12635 echo "ac_result=$ac_in" >>$CONFIG_STATUS
12636 cat >>$CONFIG_STATUS <<\_ACEOF
1263712992 if test x"$ac_file" != x-; then
12638 echo "/* $configure_input */" >"$tmp/config.h"
12639 cat "$ac_result" >>"$tmp/config.h"
12640 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
12641 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12642 echo "$as_me: $ac_file is unchanged" >&6;}
12993 {
12994 $as_echo "/* $configure_input */" \
12995 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12996 } >"$tmp/config.h" \
12997 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12998 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12999 { (exit 1); exit 1; }; }
13000 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13001 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13002 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1264313003 else
12644 rm -f $ac_file
12645 mv "$tmp/config.h" $ac_file
13004 rm -f "$ac_file"
13005 mv "$tmp/config.h" "$ac_file" \
13006 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13007 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13008 { (exit 1); exit 1; }; }
1264613009 fi
1264713010 else
12648 echo "/* $configure_input */"
12649 cat "$ac_result"
13011 $as_echo "/* $configure_input */" \
13012 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13013 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
13014 $as_echo "$as_me: error: could not create -" >&2;}
13015 { (exit 1); exit 1; }; }
1265013016 fi
12651 rm -f "$tmp/out12"
12652 # Compute $ac_file's index in $config_headers.
13017 # Compute "$ac_file"'s index in $config_headers.
13018 _am_arg="$ac_file"
1265313019 _am_stamp_count=1
1265413020 for _am_header in $config_headers :; do
1265513021 case $_am_header in
12656 $ac_file | $ac_file:* )
13022 $_am_arg | $_am_arg:* )
1265713023 break ;;
1265813024 * )
1265913025 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1266013026 esac
1266113027 done
12662 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
12663 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12664 X$ac_file : 'X\(//\)[^/]' \| \
12665 X$ac_file : 'X\(//\)$' \| \
12666 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
12667 echo X$ac_file |
13028 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13029 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13030 X"$_am_arg" : 'X\(//\)[^/]' \| \
13031 X"$_am_arg" : 'X\(//\)$' \| \
13032 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13033 $as_echo X"$_am_arg" |
1266813034 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266913035 s//\1/
1267013036 q
1268413050 s/.*/./; q'`/stamp-h$_am_stamp_count
1268513051 ;;
1268613052
12687 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
12688 echo "$as_me: executing $ac_file commands" >&6;}
13053 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
13054 $as_echo "$as_me: executing $ac_file commands" >&6;}
1268913055 ;;
1269013056 esac
1269113057
1269213058
1269313059 case $ac_file$ac_mode in
12694 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12695 # Strip MF so we end up with the name of the file.
12696 mf=`echo "$mf" | sed -e 's/:.*$//'`
12697 # Check whether this is an Automake generated Makefile or not.
12698 # We used to match only the files named `Makefile.in', but
12699 # some people rename them; so instead we look at the file content.
12700 # Grep'ing the first line is not enough: some people post-process
12701 # each Makefile.in and add a new line on top of each file to say so.
12702 # So let's grep whole file.
12703 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12704 dirpart=`$as_dirname -- "$mf" ||
13060 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13061 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13062 # are listed without --file. Let's play safe and only enable the eval
13063 # if we detect the quoting.
13064 case $CONFIG_FILES in
13065 *\'*) eval set x "$CONFIG_FILES" ;;
13066 *) set x $CONFIG_FILES ;;
13067 esac
13068 shift
13069 for mf
13070 do
13071 # Strip MF so we end up with the name of the file.
13072 mf=`echo "$mf" | sed -e 's/:.*$//'`
13073 # Check whether this is an Automake generated Makefile or not.
13074 # We used to match only the files named `Makefile.in', but
13075 # some people rename them; so instead we look at the file content.
13076 # Grep'ing the first line is not enough: some people post-process
13077 # each Makefile.in and add a new line on top of each file to say so.
13078 # Grep'ing the whole file is not good either: AIX grep has a line
13079 # limit of 2048, but all sed's we know have understand at least 4000.
13080 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13081 dirpart=`$as_dirname -- "$mf" ||
1270513082 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1270613083 X"$mf" : 'X\(//\)[^/]' \| \
1270713084 X"$mf" : 'X\(//\)$' \| \
1270813085 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12709 echo X"$mf" |
13086 $as_echo X"$mf" |
1271013087 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1271113088 s//\1/
1271213089 q
1272413101 q
1272513102 }
1272613103 s/.*/./; q'`
12727 else
12728 continue
12729 fi
12730 # Extract the definition of DEPDIR, am__include, and am__quote
12731 # from the Makefile without running `make'.
12732 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12733 test -z "$DEPDIR" && continue
12734 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12735 test -z "am__include" && continue
12736 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12737 # When using ansi2knr, U may be empty or an underscore; expand it
12738 U=`sed -n 's/^U = //p' < "$mf"`
12739 # Find all dependency output files, they are included files with
12740 # $(DEPDIR) in their names. We invoke sed twice because it is the
12741 # simplest approach to changing $(DEPDIR) to its actual value in the
12742 # expansion.
12743 for file in `sed -n "
12744 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12745 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12746 # Make sure the directory exists.
12747 test -f "$dirpart/$file" && continue
12748 fdir=`$as_dirname -- "$file" ||
13104 else
13105 continue
13106 fi
13107 # Extract the definition of DEPDIR, am__include, and am__quote
13108 # from the Makefile without running `make'.
13109 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13110 test -z "$DEPDIR" && continue
13111 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13112 test -z "am__include" && continue
13113 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13114 # When using ansi2knr, U may be empty or an underscore; expand it
13115 U=`sed -n 's/^U = //p' < "$mf"`
13116 # Find all dependency output files, they are included files with
13117 # $(DEPDIR) in their names. We invoke sed twice because it is the
13118 # simplest approach to changing $(DEPDIR) to its actual value in the
13119 # expansion.
13120 for file in `sed -n "
13121 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13122 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13123 # Make sure the directory exists.
13124 test -f "$dirpart/$file" && continue
13125 fdir=`$as_dirname -- "$file" ||
1274913126 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275013127 X"$file" : 'X\(//\)[^/]' \| \
1275113128 X"$file" : 'X\(//\)$' \| \
1275213129 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12753 echo X"$file" |
13130 $as_echo X"$file" |
1275413131 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1275513132 s//\1/
1275613133 q
1276813145 q
1276913146 }
1277013147 s/.*/./; q'`
12771 { as_dir=$dirpart/$fdir
13148 { as_dir=$dirpart/$fdir
1277213149 case $as_dir in #(
1277313150 -*) as_dir=./$as_dir;;
1277413151 esac
1277613153 as_dirs=
1277713154 while :; do
1277813155 case $as_dir in #(
12779 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
13156 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1278013157 *) as_qdir=$as_dir;;
1278113158 esac
1278213159 as_dirs="'$as_qdir' $as_dirs"
1278513162 X"$as_dir" : 'X\(//\)[^/]' \| \
1278613163 X"$as_dir" : 'X\(//\)$' \| \
1278713164 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12788 echo X"$as_dir" |
13165 $as_echo X"$as_dir" |
1278913166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279013167 s//\1/
1279113168 q
1280613183 test -d "$as_dir" && break
1280713184 done
1280813185 test -z "$as_dirs" || eval "mkdir $as_dirs"
12809 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12810 echo "$as_me: error: cannot create directory $as_dir" >&2;}
13186 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
13187 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1281113188 { (exit 1); exit 1; }; }; }
12812 # echo "creating $dirpart/$file"
12813 echo '# dummy' > "$dirpart/$file"
13189 # echo "creating $dirpart/$file"
13190 echo '# dummy' > "$dirpart/$file"
13191 done
1281413192 done
12815 done
13193 }
1281613194 ;;
1281713195 "libtool":C)
1281813196
1293613314 reload_flag=$lt_reload_flag
1293713315 reload_cmds=$lt_reload_cmds
1293813316
13317 # An object symbol dumper.
13318 OBJDUMP=$lt_OBJDUMP
13319
1293913320 # Method to check whether dependent libraries are shared objects.
1294013321 deplibs_check_method=$lt_deplibs_check_method
1294113322
1345613837 chmod +x $CONFIG_STATUS
1345713838 ac_clean_files=$ac_clean_files_save
1345813839
13840 test $ac_write_fail = 0 ||
13841 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
13842 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
13843 { (exit 1); exit 1; }; }
13844
1345913845
1346013846 # configure is writing to config.log, and then calls config.status.
1346113847 # config.status does its own redirection, appending to config.log.
1347713863 # would make configure fail if this is the last instruction.
1347813864 $ac_cs_success || { (exit 1); exit 1; }
1347913865 fi
13480
13866 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13867 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13868 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13869 fi
13870
00 AC_PREREQ(2.53)
11
2 AC_INIT([sugar-artwork],[0.84.1],[],[sugar-artwork])
2 AC_INIT([sugar-artwork],[0.88.1],[],[sugar-artwork])
33
44 AM_CONFIG_HEADER(config.h)
55
66 AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
77
8 AM_MAINTAINER_MODE
89 AM_DISABLE_STATIC
910
1011 PKG_PROG_PKG_CONFIG([0.19])
12
13 dnl These catch plenty of subtle bugs and miscompilation problems
14 WARN_CFLAGS="-Wall -W -Werror=implicit-function-declaration"
15 AC_SUBST(WARN_CFLAGS)
1116
1217 AC_PROG_CC
1318 AC_HEADER_STDC
1924 fi
2025
2126 PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0,,
22 AC_MSG_ERROR([GTK+-2.0 is required to compile redhat-artwork]))
27 AC_MSG_ERROR([GTK+-2.0 is required to compile sugar-artwork]))
2328
2429 GDK_PIXBUF2_CFLAGS=`$PKG_CONFIG --cflags gdk-pixbuf-2.0`
2530 GDK_PIXBUF2_LIBS=`$PKG_CONFIG --libs gdk-pixbuf-2.0`
6469 gtk/Makefile
6570 gtk/engine/Makefile
6671 gtk/theme/Makefile
67 matchbox/Makefile
6872 ])
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1213 # PARTICULAR PURPOSE.
1314
1415 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1716 VPATH = @srcdir@
1817 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1919 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ..
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
2221 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2422 install_sh_DATA = $(install_sh) -c -m 644
2523 install_sh_PROGRAM = $(install_sh) -c
2624 install_sh_SCRIPT = $(install_sh) -c
4341 mkinstalldirs = $(install_sh) -d
4442 CONFIG_HEADER = $(top_builddir)/config.h
4543 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
4645 SOURCES =
4746 DIST_SOURCES =
4847 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
4948 html-recursive info-recursive install-data-recursive \
50 install-exec-recursive install-info-recursive \
51 install-recursive installcheck-recursive installdirs-recursive \
52 pdf-recursive ps-recursive uninstall-info-recursive \
53 uninstall-recursive
49 install-dvi-recursive install-exec-recursive \
50 install-html-recursive install-info-recursive \
51 install-pdf-recursive install-ps-recursive install-recursive \
52 installcheck-recursive installdirs-recursive pdf-recursive \
53 ps-recursive uninstall-recursive
54 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55 distclean-recursive maintainer-clean-recursive
56 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
57 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
58 distdir
5459 ETAGS = etags
5560 CTAGS = ctags
5661 DIST_SUBDIRS = $(SUBDIRS)
5762 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63 am__relativize = \
64 dir0=`pwd`; \
65 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
66 sed_rest='s,^[^/]*/*,,'; \
67 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
68 sed_butlast='s,/*[^/]*$$,,'; \
69 while test -n "$$dir1"; do \
70 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
71 if test "$$first" != "."; then \
72 if test "$$first" = ".."; then \
73 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
74 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
75 else \
76 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
77 if test "$$first2" = "$$first"; then \
78 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
79 else \
80 dir2="../$$dir2"; \
81 fi; \
82 dir0="$$dir0"/"$$first"; \
83 fi; \
84 fi; \
85 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
86 done; \
87 reldir="$$dir2"
5888 ACLOCAL = @ACLOCAL@
59 AMDEP_FALSE = @AMDEP_FALSE@
60 AMDEP_TRUE = @AMDEP_TRUE@
6189 AMTAR = @AMTAR@
6290 AR = @AR@
6391 AUTOCONF = @AUTOCONF@
90118 GTK_VERSION = @GTK_VERSION@
91119 ICONMAP = @ICONMAP@
92120 ICON_SLICER = @ICON_SLICER@
121 INSTALL = @INSTALL@
93122 INSTALL_DATA = @INSTALL_DATA@
94123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
102131 LIPO = @LIPO@
103132 LN_S = @LN_S@
104133 LTLIBOBJS = @LTLIBOBJS@
134 MAINT = @MAINT@
105135 MAKEINFO = @MAKEINFO@
136 MKDIR_P = @MKDIR_P@
106137 NM = @NM@
107138 NMEDIT = @NMEDIT@
139 OBJDUMP = @OBJDUMP@
108140 OBJEXT = @OBJEXT@
109141 OTOOL = @OTOOL@
110142 OTOOL64 = @OTOOL64@
122154 SHELL = @SHELL@
123155 STRIP = @STRIP@
124156 VERSION = @VERSION@
157 WARN_CFLAGS = @WARN_CFLAGS@
158 abs_builddir = @abs_builddir@
159 abs_srcdir = @abs_srcdir@
160 abs_top_builddir = @abs_top_builddir@
161 abs_top_srcdir = @abs_top_srcdir@
125162 ac_ct_CC = @ac_ct_CC@
126163 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
127 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
128 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
129164 am__include = @am__include@
130165 am__leading_dot = @am__leading_dot@
131166 am__quote = @am__quote@
137172 build_cpu = @build_cpu@
138173 build_os = @build_os@
139174 build_vendor = @build_vendor@
175 builddir = @builddir@
140176 datadir = @datadir@
141177 datarootdir = @datarootdir@
142178 docdir = @docdir@
165201 psdir = @psdir@
166202 sbindir = @sbindir@
167203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
168205 sysconfdir = @sysconfdir@
169206 target_alias = @target_alias@
207 top_build_prefix = @top_build_prefix@
208 top_builddir = @top_builddir@
209 top_srcdir = @top_srcdir@
170210 SUBDIRS = sugar
171211 all: all-recursive
172212
173213 .SUFFIXES:
174 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
214 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
175215 @for dep in $?; do \
176216 case '$(am__configure_deps)' in \
177217 *$$dep*) \
178 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
179 && exit 0; \
218 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219 && { if test -f $@; then exit 0; else break; fi; }; \
180220 exit 1;; \
181221 esac; \
182222 done; \
183 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cursor/Makefile'; \
184 cd $(top_srcdir) && \
185 $(AUTOMAKE) --foreign cursor/Makefile
223 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cursor/Makefile'; \
224 $(am__cd) $(top_srcdir) && \
225 $(AUTOMAKE) --foreign cursor/Makefile
186226 .PRECIOUS: Makefile
187227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188228 @case '$?' in \
196236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
197237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198238
199 $(top_srcdir)/configure: $(am__configure_deps)
239 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
200240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
241 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
202242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(am__aclocal_m4_deps):
203244
204245 mostlyclean-libtool:
205246 -rm -f *.lo
206247
207248 clean-libtool:
208249 -rm -rf .libs _libs
209
210 distclean-libtool:
211 -rm -f libtool
212 uninstall-info-am:
213250
214251 # This directory's subdirectories are mostly independent; you can cd
215252 # into them and run `make' without going through this Makefile.
218255 # (which will cause the Makefiles to be regenerated when you run `make');
219256 # (2) otherwise, pass the desired values on the `make' command line.
220257 $(RECURSIVE_TARGETS):
221 @failcom='exit 1'; \
258 @fail= failcom='exit 1'; \
222259 for f in x $$MAKEFLAGS; do \
223260 case $$f in \
224261 *=* | --[!k]*);; \
235272 else \
236273 local_target="$$target"; \
237274 fi; \
238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
239276 || eval $$failcom; \
240277 done; \
241278 if test "$$dot_seen" = "no"; then \
242279 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
243280 fi; test -z "$$fail"
244281
245 mostlyclean-recursive clean-recursive distclean-recursive \
246 maintainer-clean-recursive:
247 @failcom='exit 1'; \
282 $(RECURSIVE_CLEAN_TARGETS):
283 @fail= failcom='exit 1'; \
248284 for f in x $$MAKEFLAGS; do \
249285 case $$f in \
250286 *=* | --[!k]*);; \
270306 else \
271307 local_target="$$target"; \
272308 fi; \
273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274310 || eval $$failcom; \
275311 done && test -z "$$fail"
276312 tags-recursive:
277313 list='$(SUBDIRS)'; for subdir in $$list; do \
278 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279315 done
280316 ctags-recursive:
281317 list='$(SUBDIRS)'; for subdir in $$list; do \
282 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
318 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
283319 done
284320
285321 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
287323 unique=`for i in $$list; do \
288324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289325 done | \
290 $(AWK) ' { files[$$0] = 1; } \
291 END { for (i in files) print i; }'`; \
326 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327 END { if (nonempty) { for (i in files) print i; }; }'`; \
292328 mkid -fID $$unique
293329 tags: TAGS
294330
295331 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
296332 $(TAGS_FILES) $(LISP)
297 tags=; \
333 set x; \
298334 here=`pwd`; \
299335 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
300336 include_option=--etags-include; \
306342 list='$(SUBDIRS)'; for subdir in $$list; do \
307343 if test "$$subdir" = .; then :; else \
308344 test ! -f $$subdir/TAGS || \
309 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
345 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
310346 fi; \
311347 done; \
312348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313349 unique=`for i in $$list; do \
314350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315351 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in files) print i; }; }'`; \
354 shift; \
355 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319356 test -n "$$unique" || unique=$$empty_fix; \
320 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321 $$tags $$unique; \
357 if test $$# -gt 0; then \
358 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359 "$$@" $$unique; \
360 else \
361 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362 $$unique; \
363 fi; \
322364 fi
323365 ctags: CTAGS
324366 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325367 $(TAGS_FILES) $(LISP)
326 tags=; \
327 here=`pwd`; \
328368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329369 unique=`for i in $$list; do \
330370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331371 done | \
332 $(AWK) ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 test -z "$(CTAGS_ARGS)$$tags$$unique" \
372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 test -z "$(CTAGS_ARGS)$$unique" \
335375 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336 $$tags $$unique
376 $$unique
337377
338378 GTAGS:
339379 here=`$(am__cd) $(top_builddir) && pwd` \
340 && cd $(top_srcdir) \
341 && gtags -i $(GTAGS_ARGS) $$here
380 && $(am__cd) $(top_srcdir) \
381 && gtags -i $(GTAGS_ARGS) "$$here"
342382
343383 distclean-tags:
344384 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345385
346386 distdir: $(DISTFILES)
347 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
348 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
349 list='$(DISTFILES)'; for file in $$list; do \
350 case $$file in \
351 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
352 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
353 esac; \
387 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 list='$(DISTFILES)'; \
390 dist_files=`for file in $$list; do echo $$file; done | \
391 sed -e "s|^$$srcdirstrip/||;t" \
392 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393 case $$dist_files in \
394 */*) $(MKDIR_P) `echo "$$dist_files" | \
395 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396 sort -u` ;; \
397 esac; \
398 for file in $$dist_files; do \
354399 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357 dir="/$$dir"; \
358 $(mkdir_p) "$(distdir)$$dir"; \
400 if test -d $$d/$$file; then \
401 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402 if test -d "$(distdir)/$$file"; then \
403 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404 fi; \
405 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 fi; \
409 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
359410 else \
360 dir=''; \
361 fi; \
362 if test -d $$d/$$file; then \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365 fi; \
366 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367 else \
368 test -f $(distdir)/$$file \
369 || cp -p $$d/$$file $(distdir)/$$file \
411 test -f "$(distdir)/$$file" \
412 || cp -p $$d/$$file "$(distdir)/$$file" \
370413 || exit 1; \
371414 fi; \
372415 done
373 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
416 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
374417 if test "$$subdir" = .; then :; else \
375418 test -d "$(distdir)/$$subdir" \
376 || $(mkdir_p) "$(distdir)/$$subdir" \
419 || $(MKDIR_P) "$(distdir)/$$subdir" \
377420 || exit 1; \
378 distdir=`$(am__cd) $(distdir) && pwd`; \
379 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
380 (cd $$subdir && \
421 fi; \
422 done
423 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424 if test "$$subdir" = .; then :; else \
425 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426 $(am__relativize); \
427 new_distdir=$$reldir; \
428 dir1=$$subdir; dir2="$(top_distdir)"; \
429 $(am__relativize); \
430 new_top_distdir=$$reldir; \
431 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433 ($(am__cd) $$subdir && \
381434 $(MAKE) $(AM_MAKEFLAGS) \
382 top_distdir="$$top_distdir" \
383 distdir="$$distdir/$$subdir" \
435 top_distdir="$$new_top_distdir" \
436 distdir="$$new_distdir" \
437 am__remove_distdir=: \
438 am__skip_length_check=: \
439 am__skip_mode_fix=: \
384440 distdir) \
385441 || exit 1; \
386442 fi; \
410466
411467 distclean-generic:
412468 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413470
414471 maintainer-clean-generic:
415472 @echo "This command is intended for maintainers to use"
420477
421478 distclean: distclean-recursive
422479 -rm -f Makefile
423 distclean-am: clean-am distclean-generic distclean-libtool \
424 distclean-tags
480 distclean-am: clean-am distclean-generic distclean-tags
425481
426482 dvi: dvi-recursive
427483
429485
430486 html: html-recursive
431487
488 html-am:
489
432490 info: info-recursive
433491
434492 info-am:
435493
436494 install-data-am:
437495
496 install-dvi: install-dvi-recursive
497
498 install-dvi-am:
499
438500 install-exec-am:
439501
502 install-html: install-html-recursive
503
504 install-html-am:
505
440506 install-info: install-info-recursive
441507
508 install-info-am:
509
442510 install-man:
511
512 install-pdf: install-pdf-recursive
513
514 install-pdf-am:
515
516 install-ps: install-ps-recursive
517
518 install-ps-am:
443519
444520 installcheck-am:
445521
459535
460536 ps-am:
461537
462 uninstall-am: uninstall-info-am
463
464 uninstall-info: uninstall-info-recursive
465
466 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
467 clean clean-generic clean-libtool clean-recursive ctags \
468 ctags-recursive distclean distclean-generic distclean-libtool \
469 distclean-recursive distclean-tags distdir dvi dvi-am html \
538 uninstall-am:
539
540 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
541 install-am install-strip tags-recursive
542
543 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
544 all all-am check check-am clean clean-generic clean-libtool \
545 ctags ctags-recursive distclean distclean-generic \
546 distclean-libtool distclean-tags distdir dvi dvi-am html \
470547 html-am info info-am install install-am install-data \
471 install-data-am install-exec install-exec-am install-info \
472 install-info-am install-man install-strip installcheck \
548 install-data-am install-dvi install-dvi-am install-exec \
549 install-exec-am install-html install-html-am install-info \
550 install-info-am install-man install-pdf install-pdf-am \
551 install-ps install-ps-am install-strip installcheck \
473552 installcheck-am installdirs installdirs-am maintainer-clean \
474 maintainer-clean-generic maintainer-clean-recursive \
475 mostlyclean mostlyclean-generic mostlyclean-libtool \
476 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
477 uninstall uninstall-am uninstall-info-am
553 maintainer-clean-generic mostlyclean mostlyclean-generic \
554 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
555 uninstall uninstall-am
556
478557
479558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
480559 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1213 # PARTICULAR PURPOSE.
1314
1415 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1716 VPATH = @srcdir@
1817 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1919 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
2221 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2422 install_sh_DATA = $(install_sh) -c -m 644
2523 install_sh_PROGRAM = $(install_sh) -c
2624 install_sh_SCRIPT = $(install_sh) -c
4341 mkinstalldirs = $(install_sh) -d
4442 CONFIG_HEADER = $(top_builddir)/config.h
4543 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
4645 SOURCES =
4746 DIST_SOURCES =
4847 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4948 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
5249 AMTAR = @AMTAR@
5350 AR = @AR@
5451 AUTOCONF = @AUTOCONF@
8178 GTK_VERSION = @GTK_VERSION@
8279 ICONMAP = @ICONMAP@
8380 ICON_SLICER = @ICON_SLICER@
81 INSTALL = @INSTALL@
8482 INSTALL_DATA = @INSTALL_DATA@
8583 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8684 INSTALL_SCRIPT = @INSTALL_SCRIPT@
9391 LIPO = @LIPO@
9492 LN_S = @LN_S@
9593 LTLIBOBJS = @LTLIBOBJS@
94 MAINT = @MAINT@
9695 MAKEINFO = @MAKEINFO@
96 MKDIR_P = @MKDIR_P@
9797 NM = @NM@
9898 NMEDIT = @NMEDIT@
99 OBJDUMP = @OBJDUMP@
99100 OBJEXT = @OBJEXT@
100101 OTOOL = @OTOOL@
101102 OTOOL64 = @OTOOL64@
113114 SHELL = @SHELL@
114115 STRIP = @STRIP@
115116 VERSION = @VERSION@
117 WARN_CFLAGS = @WARN_CFLAGS@
118 abs_builddir = @abs_builddir@
119 abs_srcdir = @abs_srcdir@
120 abs_top_builddir = @abs_top_builddir@
121 abs_top_srcdir = @abs_top_srcdir@
116122 ac_ct_CC = @ac_ct_CC@
117123 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
118 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
119 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
120124 am__include = @am__include@
121125 am__leading_dot = @am__leading_dot@
122126 am__quote = @am__quote@
128132 build_cpu = @build_cpu@
129133 build_os = @build_os@
130134 build_vendor = @build_vendor@
135 builddir = @builddir@
131136 datadir = @datadir@
132137 datarootdir = @datarootdir@
133138 docdir = @docdir@
156161 psdir = @psdir@
157162 sbindir = @sbindir@
158163 sharedstatedir = @sharedstatedir@
164 srcdir = @srcdir@
159165 sysconfdir = @sysconfdir@
160166 target_alias = @target_alias@
167 top_build_prefix = @top_build_prefix@
168 top_builddir = @top_builddir@
169 top_srcdir = @top_srcdir@
161170 sugar_images = \
162171 sugar-00.png \
163172 sugar-01.png \
180189 all: all-am
181190
182191 .SUFFIXES:
183 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
192 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
184193 @for dep in $?; do \
185194 case '$(am__configure_deps)' in \
186195 *$$dep*) \
187 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188 && exit 0; \
196 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
197 && { if test -f $@; then exit 0; else break; fi; }; \
189198 exit 1;; \
190199 esac; \
191200 done; \
192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cursor/sugar/Makefile'; \
193 cd $(top_srcdir) && \
194 $(AUTOMAKE) --foreign cursor/sugar/Makefile
201 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cursor/sugar/Makefile'; \
202 $(am__cd) $(top_srcdir) && \
203 $(AUTOMAKE) --foreign cursor/sugar/Makefile
195204 .PRECIOUS: Makefile
196205 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197206 @case '$?' in \
205214 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207216
208 $(top_srcdir)/configure: $(am__configure_deps)
217 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
209218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
219 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
211220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221 $(am__aclocal_m4_deps):
212222
213223 mostlyclean-libtool:
214224 -rm -f *.lo
215225
216226 clean-libtool:
217227 -rm -rf .libs _libs
218
219 distclean-libtool:
220 -rm -f libtool
221 uninstall-info-am:
222228 tags: TAGS
223229 TAGS:
224230
227233
228234
229235 distdir: $(DISTFILES)
230 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
231 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
232 list='$(DISTFILES)'; for file in $$list; do \
233 case $$file in \
234 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
235 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
236 esac; \
236 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
237 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
238 list='$(DISTFILES)'; \
239 dist_files=`for file in $$list; do echo $$file; done | \
240 sed -e "s|^$$srcdirstrip/||;t" \
241 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
242 case $$dist_files in \
243 */*) $(MKDIR_P) `echo "$$dist_files" | \
244 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
245 sort -u` ;; \
246 esac; \
247 for file in $$dist_files; do \
237248 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
238 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
239 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
240 dir="/$$dir"; \
241 $(mkdir_p) "$(distdir)$$dir"; \
249 if test -d $$d/$$file; then \
250 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
251 if test -d "$(distdir)/$$file"; then \
252 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
253 fi; \
254 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
255 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
256 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
257 fi; \
258 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
242259 else \
243 dir=''; \
244 fi; \
245 if test -d $$d/$$file; then \
246 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
247 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
248 fi; \
249 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
250 else \
251 test -f $(distdir)/$$file \
252 || cp -p $$d/$$file $(distdir)/$$file \
260 test -f "$(distdir)/$$file" \
261 || cp -p $$d/$$file "$(distdir)/$$file" \
253262 || exit 1; \
254263 fi; \
255264 done
277286
278287 distclean-generic:
279288 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
289 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
280290
281291 maintainer-clean-generic:
282292 @echo "This command is intended for maintainers to use"
287297
288298 distclean: distclean-am
289299 -rm -f Makefile
290 distclean-am: clean-am distclean-generic distclean-libtool
300 distclean-am: clean-am distclean-generic
291301
292302 dvi: dvi-am
293303
295305
296306 html: html-am
297307
308 html-am:
309
298310 info: info-am
299311
300312 info-am:
301313
302314 install-data-am: install-data-local
303315
316 install-dvi: install-dvi-am
317
318 install-dvi-am:
319
304320 install-exec-am:
305321
322 install-html: install-html-am
323
324 install-html-am:
325
306326 install-info: install-info-am
307327
328 install-info-am:
329
308330 install-man:
331
332 install-pdf: install-pdf-am
333
334 install-pdf-am:
335
336 install-ps: install-ps-am
337
338 install-ps-am:
309339
310340 installcheck-am:
311341
325355
326356 ps-am:
327357
328 uninstall-am: uninstall-info-am uninstall-local
358 uninstall-am: uninstall-local
359
360 .MAKE: install-am install-strip
329361
330362 .PHONY: all all-am all-local check check-am clean clean-generic \
331363 clean-libtool clean-local distclean distclean-generic \
332364 distclean-libtool distdir dvi dvi-am html html-am info info-am \
333365 install install-am install-data install-data-am \
334 install-data-local install-exec install-exec-am install-info \
335 install-info-am install-man install-strip installcheck \
366 install-data-local install-dvi install-dvi-am install-exec \
367 install-exec-am install-html install-html-am install-info \
368 install-info-am install-man install-pdf install-pdf-am \
369 install-ps install-ps-am install-strip installcheck \
336370 installcheck-am installdirs maintainer-clean \
337371 maintainer-clean-generic mostlyclean mostlyclean-generic \
338372 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
339 uninstall-info-am uninstall-local
373 uninstall-local
340374
341375 all-local: sugar.stamp
342376
356390
357391 uninstall-local:
358392 rm -rf $(DESTDIR)$(datadir)/icons/sugar/cursors
393
359394 # Tell versions [3.59,3.63) of GNU make to not export all variables.
360395 # Otherwise a system limit (for SysV at least) may be exceeded.
361396 .NOEXPORT:
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2005-07-09.11
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
3 scriptversion=2009-04-28.21; # UTC
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free
6 # Software Foundation, Inc.
67
78 # This program is free software; you can redistribute it and/or modify
89 # it under the terms of the GNU General Public License as published by
1516 # GNU General Public License for more details.
1617
1718 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20 # 02110-1301, USA.
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2120
2221 # As a special exception to the GNU General Public License, if you
2322 # distribute this file as part of a program that contains a
8584 depmode=dashmstdout
8685 fi
8786
87 cygpath_u="cygpath -u -f -"
88 if test "$depmode" = msvcmsys; then
89 # This is just like msvisualcpp but w/o cygpath translation.
90 # Just convert the backslash-escaped backslashes to single forward
91 # slashes to satisfy depend.m4
92 cygpath_u="sed s,\\\\\\\\,/,g"
93 depmode=msvisualcpp
94 fi
95
8896 case "$depmode" in
8997 gcc3)
9098 ## gcc 3 implements dependency tracking that does exactly what
9199 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
92100 ## it if -MD -MP comes after the -MF stuff. Hmm.
93 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
101 ## Unfortunately, FreeBSD c89 acceptance of flags depends upon
102 ## the command line argument order; so add the flags where they
103 ## appear in depend2.am. Note that the slowdown incurred here
104 ## affects only configure: in makefiles, %FASTDEP% shortcuts this.
105 for arg
106 do
107 case $arg in
108 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
109 *) set fnord "$@" "$arg" ;;
110 esac
111 shift # fnord
112 shift # $arg
113 done
114 "$@"
94115 stat=$?
95116 if test $stat -eq 0; then :
96117 else
177198 ' < "$tmpdepfile" \
178199 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
179200 tr '
180 ' ' ' >> $depfile
181 echo >> $depfile
201 ' ' ' >> "$depfile"
202 echo >> "$depfile"
182203
183204 # The second pass generates a dummy entry for each header file.
184205 tr ' ' '
185206 ' < "$tmpdepfile" \
186207 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
187 >> $depfile
208 >> "$depfile"
188209 else
189210 # The sourcefile does not contain any dependencies, so just
190211 # store a dummy comment line, to avoid errors with the Makefile
200221 # current directory. Also, the AIX compiler puts `$object:' at the
201222 # start of each line; $object doesn't have directory information.
202223 # Version 6 uses the directory in both cases.
203 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
204 tmpdepfile="$stripped.u"
224 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
225 test "x$dir" = "x$object" && dir=
226 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
205227 if test "$libtool" = yes; then
228 tmpdepfile1=$dir$base.u
229 tmpdepfile2=$base.u
230 tmpdepfile3=$dir.libs/$base.u
206231 "$@" -Wc,-M
207232 else
233 tmpdepfile1=$dir$base.u
234 tmpdepfile2=$dir$base.u
235 tmpdepfile3=$dir$base.u
208236 "$@" -M
209237 fi
210238 stat=$?
211239
212 if test -f "$tmpdepfile"; then :
213 else
214 stripped=`echo "$stripped" | sed 's,^.*/,,'`
215 tmpdepfile="$stripped.u"
216 fi
217
218240 if test $stat -eq 0; then :
219241 else
220 rm -f "$tmpdepfile"
242 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
221243 exit $stat
222244 fi
223245
246 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
247 do
248 test -f "$tmpdepfile" && break
249 done
224250 if test -f "$tmpdepfile"; then
225 outname="$stripped.o"
226251 # Each line is of the form `foo.o: dependent.h'.
227252 # Do two passes, one to just change these to
228253 # `$object: dependent.h' and one to simply `dependent.h:'.
229 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
230 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
254 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
255 # That's a tab and a space in the [].
256 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
231257 else
232258 # The sourcefile does not contain any dependencies, so just
233259 # store a dummy comment line, to avoid errors with the Makefile
275301 rm -f "$tmpdepfile"
276302 ;;
277303
304 hp2)
305 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
306 # compilers, which have integrated preprocessors. The correct option
307 # to use with these is +Maked; it writes dependencies to a file named
308 # 'foo.d', which lands next to the object file, wherever that
309 # happens to be.
310 # Much of this is similar to the tru64 case; see comments there.
311 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
312 test "x$dir" = "x$object" && dir=
313 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
314 if test "$libtool" = yes; then
315 tmpdepfile1=$dir$base.d
316 tmpdepfile2=$dir.libs/$base.d
317 "$@" -Wc,+Maked
318 else
319 tmpdepfile1=$dir$base.d
320 tmpdepfile2=$dir$base.d
321 "$@" +Maked
322 fi
323 stat=$?
324 if test $stat -eq 0; then :
325 else
326 rm -f "$tmpdepfile1" "$tmpdepfile2"
327 exit $stat
328 fi
329
330 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
331 do
332 test -f "$tmpdepfile" && break
333 done
334 if test -f "$tmpdepfile"; then
335 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
336 # Add `dependent.h:' lines.
337 sed -ne '2,${
338 s/^ *//
339 s/ \\*$//
340 s/$/:/
341 p
342 }' "$tmpdepfile" >> "$depfile"
343 else
344 echo "#dummy" > "$depfile"
345 fi
346 rm -f "$tmpdepfile" "$tmpdepfile2"
347 ;;
348
278349 tru64)
279350 # The Tru64 compiler uses -MD to generate dependencies as a side
280351 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
287358
288359 if test "$libtool" = yes; then
289360 # With Tru64 cc, shared objects can also be used to make a
290 # static library. This mecanism is used in libtool 1.4 series to
361 # static library. This mechanism is used in libtool 1.4 series to
291362 # handle both shared and static libraries in a single compilation.
292363 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
293364 #
294365 # With libtool 1.5 this exception was removed, and libtool now
295366 # generates 2 separate objects for the 2 libraries. These two
296 # compilations output dependencies in in $dir.libs/$base.o.d and
367 # compilations output dependencies in $dir.libs/$base.o.d and
297368 # in $dir$base.o.d. We have to check for both files, because
298369 # one of the two compilations can be disabled. We should prefer
299370 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
344415
345416 # Remove the call to Libtool.
346417 if test "$libtool" = yes; then
347 while test $1 != '--mode=compile'; do
418 while test "X$1" != 'X--mode=compile'; do
348419 shift
349420 done
350421 shift
395466 "$@" || exit $?
396467 # Remove any Libtool call
397468 if test "$libtool" = yes; then
398 while test $1 != '--mode=compile'; do
469 while test "X$1" != 'X--mode=compile'; do
399470 shift
400471 done
401472 shift
402473 fi
403474 # X makedepend
404475 shift
405 cleared=no
406 for arg in "$@"; do
476 cleared=no eat=no
477 for arg
478 do
407479 case $cleared in
408480 no)
409481 set ""; shift
410482 cleared=yes ;;
411483 esac
484 if test $eat = yes; then
485 eat=no
486 continue
487 fi
412488 case "$arg" in
413489 -D*|-I*)
414490 set fnord "$@" "$arg"; shift ;;
415491 # Strip any option that makedepend may not understand. Remove
416492 # the object too, otherwise makedepend will parse it as a source file.
493 -arch)
494 eat=yes ;;
417495 -*|$object)
418496 ;;
419497 *)
420498 set fnord "$@" "$arg"; shift ;;
421499 esac
422500 done
423 obj_suffix="`echo $object | sed 's/^.*\././'`"
501 obj_suffix=`echo "$object" | sed 's/^.*\././'`
424502 touch "$tmpdepfile"
425503 ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
426504 rm -f "$depfile"
440518
441519 # Remove the call to Libtool.
442520 if test "$libtool" = yes; then
443 while test $1 != '--mode=compile'; do
521 while test "X$1" != 'X--mode=compile'; do
444522 shift
445523 done
446524 shift
478556
479557 msvisualcpp)
480558 # Important note: in order to support this mode, a compiler *must*
481 # always write the preprocessed file to stdout, regardless of -o,
482 # because we must use -o when running libtool.
559 # always write the preprocessed file to stdout.
483560 "$@" || exit $?
561
562 # Remove the call to Libtool.
563 if test "$libtool" = yes; then
564 while test "X$1" != 'X--mode=compile'; do
565 shift
566 done
567 shift
568 fi
569
484570 IFS=" "
485571 for arg
486572 do
487573 case "$arg" in
574 -o)
575 shift
576 ;;
577 $object)
578 shift
579 ;;
488580 "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
489581 set fnord "$@"
490582 shift
497589 ;;
498590 esac
499591 done
500 "$@" -E |
501 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
592 "$@" -E 2>/dev/null |
593 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
502594 rm -f "$depfile"
503595 echo "$object : \\" > "$depfile"
504 . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
596 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
505597 echo " " >> "$depfile"
506 . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
598 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
507599 rm -f "$tmpdepfile"
600 ;;
601
602 msvcmsys)
603 # This case exists only to let depend.m4 do its work. It works by
604 # looking at the text of this script. This case will never be run,
605 # since it is checked for above.
606 exit 1
508607 ;;
509608
510609 none)
525624 # eval: (add-hook 'write-file-hooks 'time-stamp)
526625 # time-stamp-start: "scriptversion="
527626 # time-stamp-format: "%:y-%02m-%02d.%02H"
528 # time-stamp-end: "$"
627 # time-stamp-time-zone: "UTC"
628 # time-stamp-end: "; # UTC"
529629 # End:
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1213 # PARTICULAR PURPOSE.
1314
1415 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1716 VPATH = @srcdir@
1817 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1919 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ..
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
2221 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2422 install_sh_DATA = $(install_sh) -c -m 644
2523 install_sh_PROGRAM = $(install_sh) -c
2624 install_sh_SCRIPT = $(install_sh) -c
4341 mkinstalldirs = $(install_sh) -d
4442 CONFIG_HEADER = $(top_builddir)/config.h
4543 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
4645 SOURCES =
4746 DIST_SOURCES =
4847 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
4948 html-recursive info-recursive install-data-recursive \
50 install-exec-recursive install-info-recursive \
51 install-recursive installcheck-recursive installdirs-recursive \
52 pdf-recursive ps-recursive uninstall-info-recursive \
53 uninstall-recursive
49 install-dvi-recursive install-exec-recursive \
50 install-html-recursive install-info-recursive \
51 install-pdf-recursive install-ps-recursive install-recursive \
52 installcheck-recursive installdirs-recursive pdf-recursive \
53 ps-recursive uninstall-recursive
54 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55 distclean-recursive maintainer-clean-recursive
56 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
57 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
58 distdir
5459 ETAGS = etags
5560 CTAGS = ctags
5661 DIST_SUBDIRS = $(SUBDIRS)
5762 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63 am__relativize = \
64 dir0=`pwd`; \
65 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
66 sed_rest='s,^[^/]*/*,,'; \
67 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
68 sed_butlast='s,/*[^/]*$$,,'; \
69 while test -n "$$dir1"; do \
70 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
71 if test "$$first" != "."; then \
72 if test "$$first" = ".."; then \
73 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
74 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
75 else \
76 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
77 if test "$$first2" = "$$first"; then \
78 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
79 else \
80 dir2="../$$dir2"; \
81 fi; \
82 dir0="$$dir0"/"$$first"; \
83 fi; \
84 fi; \
85 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
86 done; \
87 reldir="$$dir2"
5888 ACLOCAL = @ACLOCAL@
59 AMDEP_FALSE = @AMDEP_FALSE@
60 AMDEP_TRUE = @AMDEP_TRUE@
6189 AMTAR = @AMTAR@
6290 AR = @AR@
6391 AUTOCONF = @AUTOCONF@
90118 GTK_VERSION = @GTK_VERSION@
91119 ICONMAP = @ICONMAP@
92120 ICON_SLICER = @ICON_SLICER@
121 INSTALL = @INSTALL@
93122 INSTALL_DATA = @INSTALL_DATA@
94123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
102131 LIPO = @LIPO@
103132 LN_S = @LN_S@
104133 LTLIBOBJS = @LTLIBOBJS@
134 MAINT = @MAINT@
105135 MAKEINFO = @MAKEINFO@
136 MKDIR_P = @MKDIR_P@
106137 NM = @NM@
107138 NMEDIT = @NMEDIT@
139 OBJDUMP = @OBJDUMP@
108140 OBJEXT = @OBJEXT@
109141 OTOOL = @OTOOL@
110142 OTOOL64 = @OTOOL64@
122154 SHELL = @SHELL@
123155 STRIP = @STRIP@
124156 VERSION = @VERSION@
157 WARN_CFLAGS = @WARN_CFLAGS@
158 abs_builddir = @abs_builddir@
159 abs_srcdir = @abs_srcdir@
160 abs_top_builddir = @abs_top_builddir@
161 abs_top_srcdir = @abs_top_srcdir@
125162 ac_ct_CC = @ac_ct_CC@
126163 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
127 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
128 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
129164 am__include = @am__include@
130165 am__leading_dot = @am__leading_dot@
131166 am__quote = @am__quote@
137172 build_cpu = @build_cpu@
138173 build_os = @build_os@
139174 build_vendor = @build_vendor@
175 builddir = @builddir@
140176 datadir = @datadir@
141177 datarootdir = @datarootdir@
142178 docdir = @docdir@
165201 psdir = @psdir@
166202 sbindir = @sbindir@
167203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
168205 sysconfdir = @sysconfdir@
169206 target_alias = @target_alias@
207 top_build_prefix = @top_build_prefix@
208 top_builddir = @top_builddir@
209 top_srcdir = @top_srcdir@
170210 SUBDIRS = engine theme
171211 all: all-recursive
172212
173213 .SUFFIXES:
174 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
214 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
175215 @for dep in $?; do \
176216 case '$(am__configure_deps)' in \
177217 *$$dep*) \
178 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
179 && exit 0; \
218 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219 && { if test -f $@; then exit 0; else break; fi; }; \
180220 exit 1;; \
181221 esac; \
182222 done; \
183 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtk/Makefile'; \
184 cd $(top_srcdir) && \
185 $(AUTOMAKE) --foreign gtk/Makefile
223 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtk/Makefile'; \
224 $(am__cd) $(top_srcdir) && \
225 $(AUTOMAKE) --foreign gtk/Makefile
186226 .PRECIOUS: Makefile
187227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188228 @case '$?' in \
196236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
197237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198238
199 $(top_srcdir)/configure: $(am__configure_deps)
239 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
200240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
241 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
202242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(am__aclocal_m4_deps):
203244
204245 mostlyclean-libtool:
205246 -rm -f *.lo
206247
207248 clean-libtool:
208249 -rm -rf .libs _libs
209
210 distclean-libtool:
211 -rm -f libtool
212 uninstall-info-am:
213250
214251 # This directory's subdirectories are mostly independent; you can cd
215252 # into them and run `make' without going through this Makefile.
218255 # (which will cause the Makefiles to be regenerated when you run `make');
219256 # (2) otherwise, pass the desired values on the `make' command line.
220257 $(RECURSIVE_TARGETS):
221 @failcom='exit 1'; \
258 @fail= failcom='exit 1'; \
222259 for f in x $$MAKEFLAGS; do \
223260 case $$f in \
224261 *=* | --[!k]*);; \
235272 else \
236273 local_target="$$target"; \
237274 fi; \
238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
239276 || eval $$failcom; \
240277 done; \
241278 if test "$$dot_seen" = "no"; then \
242279 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
243280 fi; test -z "$$fail"
244281
245 mostlyclean-recursive clean-recursive distclean-recursive \
246 maintainer-clean-recursive:
247 @failcom='exit 1'; \
282 $(RECURSIVE_CLEAN_TARGETS):
283 @fail= failcom='exit 1'; \
248284 for f in x $$MAKEFLAGS; do \
249285 case $$f in \
250286 *=* | --[!k]*);; \
270306 else \
271307 local_target="$$target"; \
272308 fi; \
273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274310 || eval $$failcom; \
275311 done && test -z "$$fail"
276312 tags-recursive:
277313 list='$(SUBDIRS)'; for subdir in $$list; do \
278 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279315 done
280316 ctags-recursive:
281317 list='$(SUBDIRS)'; for subdir in $$list; do \
282 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
318 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
283319 done
284320
285321 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
287323 unique=`for i in $$list; do \
288324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289325 done | \
290 $(AWK) ' { files[$$0] = 1; } \
291 END { for (i in files) print i; }'`; \
326 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327 END { if (nonempty) { for (i in files) print i; }; }'`; \
292328 mkid -fID $$unique
293329 tags: TAGS
294330
295331 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
296332 $(TAGS_FILES) $(LISP)
297 tags=; \
333 set x; \
298334 here=`pwd`; \
299335 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
300336 include_option=--etags-include; \
306342 list='$(SUBDIRS)'; for subdir in $$list; do \
307343 if test "$$subdir" = .; then :; else \
308344 test ! -f $$subdir/TAGS || \
309 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
345 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
310346 fi; \
311347 done; \
312348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313349 unique=`for i in $$list; do \
314350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315351 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in files) print i; }; }'`; \
354 shift; \
355 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319356 test -n "$$unique" || unique=$$empty_fix; \
320 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321 $$tags $$unique; \
357 if test $$# -gt 0; then \
358 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359 "$$@" $$unique; \
360 else \
361 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362 $$unique; \
363 fi; \
322364 fi
323365 ctags: CTAGS
324366 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325367 $(TAGS_FILES) $(LISP)
326 tags=; \
327 here=`pwd`; \
328368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329369 unique=`for i in $$list; do \
330370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331371 done | \
332 $(AWK) ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 test -z "$(CTAGS_ARGS)$$tags$$unique" \
372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 test -z "$(CTAGS_ARGS)$$unique" \
335375 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336 $$tags $$unique
376 $$unique
337377
338378 GTAGS:
339379 here=`$(am__cd) $(top_builddir) && pwd` \
340 && cd $(top_srcdir) \
341 && gtags -i $(GTAGS_ARGS) $$here
380 && $(am__cd) $(top_srcdir) \
381 && gtags -i $(GTAGS_ARGS) "$$here"
342382
343383 distclean-tags:
344384 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345385
346386 distdir: $(DISTFILES)
347 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
348 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
349 list='$(DISTFILES)'; for file in $$list; do \
350 case $$file in \
351 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
352 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
353 esac; \
387 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 list='$(DISTFILES)'; \
390 dist_files=`for file in $$list; do echo $$file; done | \
391 sed -e "s|^$$srcdirstrip/||;t" \
392 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393 case $$dist_files in \
394 */*) $(MKDIR_P) `echo "$$dist_files" | \
395 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396 sort -u` ;; \
397 esac; \
398 for file in $$dist_files; do \
354399 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357 dir="/$$dir"; \
358 $(mkdir_p) "$(distdir)$$dir"; \
400 if test -d $$d/$$file; then \
401 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402 if test -d "$(distdir)/$$file"; then \
403 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404 fi; \
405 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 fi; \
409 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
359410 else \
360 dir=''; \
361 fi; \
362 if test -d $$d/$$file; then \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365 fi; \
366 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367 else \
368 test -f $(distdir)/$$file \
369 || cp -p $$d/$$file $(distdir)/$$file \
411 test -f "$(distdir)/$$file" \
412 || cp -p $$d/$$file "$(distdir)/$$file" \
370413 || exit 1; \
371414 fi; \
372415 done
373 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
416 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
374417 if test "$$subdir" = .; then :; else \
375418 test -d "$(distdir)/$$subdir" \
376 || $(mkdir_p) "$(distdir)/$$subdir" \
419 || $(MKDIR_P) "$(distdir)/$$subdir" \
377420 || exit 1; \
378 distdir=`$(am__cd) $(distdir) && pwd`; \
379 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
380 (cd $$subdir && \
421 fi; \
422 done
423 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424 if test "$$subdir" = .; then :; else \
425 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426 $(am__relativize); \
427 new_distdir=$$reldir; \
428 dir1=$$subdir; dir2="$(top_distdir)"; \
429 $(am__relativize); \
430 new_top_distdir=$$reldir; \
431 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433 ($(am__cd) $$subdir && \
381434 $(MAKE) $(AM_MAKEFLAGS) \
382 top_distdir="$$top_distdir" \
383 distdir="$$distdir/$$subdir" \
435 top_distdir="$$new_top_distdir" \
436 distdir="$$new_distdir" \
437 am__remove_distdir=: \
438 am__skip_length_check=: \
439 am__skip_mode_fix=: \
384440 distdir) \
385441 || exit 1; \
386442 fi; \
410466
411467 distclean-generic:
412468 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413470
414471 maintainer-clean-generic:
415472 @echo "This command is intended for maintainers to use"
420477
421478 distclean: distclean-recursive
422479 -rm -f Makefile
423 distclean-am: clean-am distclean-generic distclean-libtool \
424 distclean-tags
480 distclean-am: clean-am distclean-generic distclean-tags
425481
426482 dvi: dvi-recursive
427483
429485
430486 html: html-recursive
431487
488 html-am:
489
432490 info: info-recursive
433491
434492 info-am:
435493
436494 install-data-am:
437495
496 install-dvi: install-dvi-recursive
497
498 install-dvi-am:
499
438500 install-exec-am:
439501
502 install-html: install-html-recursive
503
504 install-html-am:
505
440506 install-info: install-info-recursive
441507
508 install-info-am:
509
442510 install-man:
511
512 install-pdf: install-pdf-recursive
513
514 install-pdf-am:
515
516 install-ps: install-ps-recursive
517
518 install-ps-am:
443519
444520 installcheck-am:
445521
459535
460536 ps-am:
461537
462 uninstall-am: uninstall-info-am
463
464 uninstall-info: uninstall-info-recursive
465
466 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
467 clean clean-generic clean-libtool clean-recursive ctags \
468 ctags-recursive distclean distclean-generic distclean-libtool \
469 distclean-recursive distclean-tags distdir dvi dvi-am html \
538 uninstall-am:
539
540 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
541 install-am install-strip tags-recursive
542
543 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
544 all all-am check check-am clean clean-generic clean-libtool \
545 ctags ctags-recursive distclean distclean-generic \
546 distclean-libtool distclean-tags distdir dvi dvi-am html \
470547 html-am info info-am install install-am install-data \
471 install-data-am install-exec install-exec-am install-info \
472 install-info-am install-man install-strip installcheck \
548 install-data-am install-dvi install-dvi-am install-exec \
549 install-exec-am install-html install-html-am install-info \
550 install-info-am install-man install-pdf install-pdf-am \
551 install-ps install-ps-am install-strip installcheck \
473552 installcheck-am installdirs installdirs-am maintainer-clean \
474 maintainer-clean-generic maintainer-clean-recursive \
475 mostlyclean mostlyclean-generic mostlyclean-libtool \
476 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
477 uninstall uninstall-am uninstall-info-am
553 maintainer-clean-generic mostlyclean mostlyclean-generic \
554 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
555 uninstall uninstall-am
556
478557
479558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
480559 # Otherwise a system limit (for SysV at least) may be exceeded.
00 INCLUDES = \
1 -DGTK_DISABLE_DEPRECATED \
2 -DGDK_DISABLE_DEPRECATED \
3 -DG_DISABLE_DEPRECATED \
41 $(ENGINE_CFLAGS) $(WARN_CFLAGS)
52
63 enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
4847 am__vpath_adj = case $$p in \
4948 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5049 *) f=$$p;; \
5150 esac;
52 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
51 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
52 am__install_max = 40
53 am__nobase_strip_setup = \
54 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
55 am__nobase_strip = \
56 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
57 am__nobase_list = $(am__nobase_strip_setup); \
58 for p in $$list; do echo "$$p $$p"; done | \
59 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
60 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
61 if (++n[$$2] == $(am__install_max)) \
62 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
63 END { for (dir in files) print dir, files[dir] }'
64 am__base_list = \
65 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5367 am__installdirs = "$(DESTDIR)$(enginedir)"
54 engineLTLIBRARIES_INSTALL = $(INSTALL)
5568 LTLIBRARIES = $(engine_LTLIBRARIES)
5669 libsugar_la_LIBADD =
5770 am_libsugar_la_OBJECTS = sugar.lo sugar-rc-style.lo sugar-style.lo \
5871 sugar-info.lo sugar-utils.lo sugar-drawing.lo
5972 libsugar_la_OBJECTS = $(am_libsugar_la_OBJECTS)
60 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
73 libsugar_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
74 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75 $(libsugar_la_LDFLAGS) $(LDFLAGS) -o $@
76 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
6177 depcomp = $(SHELL) $(top_srcdir)/depcomp
6278 am__depfiles_maybe = depfiles
79 am__mv = mv -f
6380 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
6481 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
66 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
67 $(AM_CFLAGS) $(CFLAGS)
82 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
6885 CCLD = $(CC)
69 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70 $(AM_LDFLAGS) $(LDFLAGS) -o $@
86 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
88 $(LDFLAGS) -o $@
7189 SOURCES = $(libsugar_la_SOURCES)
7290 DIST_SOURCES = $(libsugar_la_SOURCES)
7391 ETAGS = etags
7492 CTAGS = ctags
7593 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
7694 ACLOCAL = @ACLOCAL@
77 AMDEP_FALSE = @AMDEP_FALSE@
78 AMDEP_TRUE = @AMDEP_TRUE@
7995 AMTAR = @AMTAR@
8096 AR = @AR@
8197 AUTOCONF = @AUTOCONF@
108124 GTK_VERSION = @GTK_VERSION@
109125 ICONMAP = @ICONMAP@
110126 ICON_SLICER = @ICON_SLICER@
127 INSTALL = @INSTALL@
111128 INSTALL_DATA = @INSTALL_DATA@
112129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120137 LIPO = @LIPO@
121138 LN_S = @LN_S@
122139 LTLIBOBJS = @LTLIBOBJS@
140 MAINT = @MAINT@
123141 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
124143 NM = @NM@
125144 NMEDIT = @NMEDIT@
145 OBJDUMP = @OBJDUMP@
126146 OBJEXT = @OBJEXT@
127147 OTOOL = @OTOOL@
128148 OTOOL64 = @OTOOL64@
140160 SHELL = @SHELL@
141161 STRIP = @STRIP@
142162 VERSION = @VERSION@
163 WARN_CFLAGS = @WARN_CFLAGS@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
143168 ac_ct_CC = @ac_ct_CC@
144169 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
145 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
147170 am__include = @am__include@
148171 am__leading_dot = @am__leading_dot@
149172 am__quote = @am__quote@
155178 build_cpu = @build_cpu@
156179 build_os = @build_os@
157180 build_vendor = @build_vendor@
181 builddir = @builddir@
158182 datadir = @datadir@
159183 datarootdir = @datarootdir@
160184 docdir = @docdir@
183207 psdir = @psdir@
184208 sbindir = @sbindir@
185209 sharedstatedir = @sharedstatedir@
210 srcdir = @srcdir@
186211 sysconfdir = @sysconfdir@
187212 target_alias = @target_alias@
213 top_build_prefix = @top_build_prefix@
214 top_builddir = @top_builddir@
215 top_srcdir = @top_srcdir@
188216 INCLUDES = \
189 -DGTK_DISABLE_DEPRECATED \
190 -DGDK_DISABLE_DEPRECATED \
191 -DG_DISABLE_DEPRECATED \
192217 $(ENGINE_CFLAGS) $(WARN_CFLAGS)
193218
194219 enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
214239
215240 .SUFFIXES:
216241 .SUFFIXES: .c .lo .o .obj
217 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
242 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
218243 @for dep in $?; do \
219244 case '$(am__configure_deps)' in \
220245 *$$dep*) \
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
222 && exit 0; \
246 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247 && { if test -f $@; then exit 0; else break; fi; }; \
223248 exit 1;; \
224249 esac; \
225250 done; \
226 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtk/engine/Makefile'; \
227 cd $(top_srcdir) && \
228 $(AUTOMAKE) --foreign gtk/engine/Makefile
251 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtk/engine/Makefile'; \
252 $(am__cd) $(top_srcdir) && \
253 $(AUTOMAKE) --foreign gtk/engine/Makefile
229254 .PRECIOUS: Makefile
230255 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231256 @case '$?' in \
239264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241266
242 $(top_srcdir)/configure: $(am__configure_deps)
267 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
243268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
269 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
245270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(am__aclocal_m4_deps):
246272 install-engineLTLIBRARIES: $(engine_LTLIBRARIES)
247273 @$(NORMAL_INSTALL)
248 test -z "$(enginedir)" || $(mkdir_p) "$(DESTDIR)$(enginedir)"
249 @list='$(engine_LTLIBRARIES)'; for p in $$list; do \
274 test -z "$(enginedir)" || $(MKDIR_P) "$(DESTDIR)$(enginedir)"
275 @list='$(engine_LTLIBRARIES)'; test -n "$(enginedir)" || list=; \
276 list2=; for p in $$list; do \
250277 if test -f $$p; then \
251 f=$(am__strip_dir) \
252 echo " $(LIBTOOL) --mode=install $(engineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(enginedir)/$$f'"; \
253 $(LIBTOOL) --mode=install $(engineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(enginedir)/$$f"; \
278 list2="$$list2 $$p"; \
254279 else :; fi; \
255 done
280 done; \
281 test -z "$$list2" || { \
282 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(enginedir)'"; \
283 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(enginedir)"; \
284 }
256285
257286 uninstall-engineLTLIBRARIES:
258287 @$(NORMAL_UNINSTALL)
259 @set -x; list='$(engine_LTLIBRARIES)'; for p in $$list; do \
260 p=$(am__strip_dir) \
261 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(enginedir)/$$p'"; \
262 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(enginedir)/$$p"; \
288 @list='$(engine_LTLIBRARIES)'; test -n "$(enginedir)" || list=; \
289 for p in $$list; do \
290 $(am__strip_dir) \
291 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(enginedir)/$$f'"; \
292 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(enginedir)/$$f"; \
263293 done
264294
265295 clean-engineLTLIBRARIES:
271301 rm -f "$${dir}/so_locations"; \
272302 done
273303 libsugar.la: $(libsugar_la_OBJECTS) $(libsugar_la_DEPENDENCIES)
274 $(LINK) -rpath $(enginedir) $(libsugar_la_LDFLAGS) $(libsugar_la_OBJECTS) $(libsugar_la_LIBADD) $(LIBS)
304 $(libsugar_la_LINK) -rpath $(enginedir) $(libsugar_la_OBJECTS) $(libsugar_la_LIBADD) $(LIBS)
275305
276306 mostlyclean-compile:
277307 -rm -f *.$(OBJEXT)
287317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sugar.Plo@am__quote@
288318
289319 .c.o:
290 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
291 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
320 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
321 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292322 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294324 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
295325
296326 .c.obj:
297 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
298 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
327 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
328 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
299329 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301331 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
302332
303333 .c.lo:
304 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
334 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
306336 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
307337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308338 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
312342
313343 clean-libtool:
314344 -rm -rf .libs _libs
315
316 distclean-libtool:
317 -rm -f libtool
318 uninstall-info-am:
319345
320346 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322348 unique=`for i in $$list; do \
323349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324350 done | \
325 $(AWK) ' { files[$$0] = 1; } \
326 END { for (i in files) print i; }'`; \
351 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352 END { if (nonempty) { for (i in files) print i; }; }'`; \
327353 mkid -fID $$unique
328354 tags: TAGS
329355
330356 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
331357 $(TAGS_FILES) $(LISP)
332 tags=; \
358 set x; \
333359 here=`pwd`; \
334360 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335361 unique=`for i in $$list; do \
336362 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337363 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365 END { if (nonempty) { for (i in files) print i; }; }'`; \
366 shift; \
367 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
341368 test -n "$$unique" || unique=$$empty_fix; \
342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343 $$tags $$unique; \
369 if test $$# -gt 0; then \
370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 "$$@" $$unique; \
372 else \
373 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374 $$unique; \
375 fi; \
344376 fi
345377 ctags: CTAGS
346378 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347379 $(TAGS_FILES) $(LISP)
348 tags=; \
349 here=`pwd`; \
350380 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351381 unique=`for i in $$list; do \
352382 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353383 done | \
354 $(AWK) ' { files[$$0] = 1; } \
355 END { for (i in files) print i; }'`; \
356 test -z "$(CTAGS_ARGS)$$tags$$unique" \
384 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385 END { if (nonempty) { for (i in files) print i; }; }'`; \
386 test -z "$(CTAGS_ARGS)$$unique" \
357387 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358 $$tags $$unique
388 $$unique
359389
360390 GTAGS:
361391 here=`$(am__cd) $(top_builddir) && pwd` \
362 && cd $(top_srcdir) \
363 && gtags -i $(GTAGS_ARGS) $$here
392 && $(am__cd) $(top_srcdir) \
393 && gtags -i $(GTAGS_ARGS) "$$here"
364394
365395 distclean-tags:
366396 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367397
368398 distdir: $(DISTFILES)
369 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
370 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
371 list='$(DISTFILES)'; for file in $$list; do \
372 case $$file in \
373 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
374 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
375 esac; \
399 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401 list='$(DISTFILES)'; \
402 dist_files=`for file in $$list; do echo $$file; done | \
403 sed -e "s|^$$srcdirstrip/||;t" \
404 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405 case $$dist_files in \
406 */*) $(MKDIR_P) `echo "$$dist_files" | \
407 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408 sort -u` ;; \
409 esac; \
410 for file in $$dist_files; do \
376411 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
378 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
379 dir="/$$dir"; \
380 $(mkdir_p) "$(distdir)$$dir"; \
412 if test -d $$d/$$file; then \
413 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414 if test -d "$(distdir)/$$file"; then \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416 fi; \
417 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
418 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420 fi; \
421 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
381422 else \
382 dir=''; \
383 fi; \
384 if test -d $$d/$$file; then \
385 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
386 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
387 fi; \
388 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
389 else \
390 test -f $(distdir)/$$file \
391 || cp -p $$d/$$file $(distdir)/$$file \
423 test -f "$(distdir)/$$file" \
424 || cp -p $$d/$$file "$(distdir)/$$file" \
392425 || exit 1; \
393426 fi; \
394427 done
397430 all-am: Makefile $(LTLIBRARIES)
398431 installdirs:
399432 for dir in "$(DESTDIR)$(enginedir)"; do \
400 test -z "$$dir" || $(mkdir_p) "$$dir"; \
433 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
401434 done
402435 install: install-am
403436 install-exec: install-exec-am
419452
420453 distclean-generic:
421454 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
422456
423457 maintainer-clean-generic:
424458 @echo "This command is intended for maintainers to use"
432466 -rm -rf ./$(DEPDIR)
433467 -rm -f Makefile
434468 distclean-am: clean-am distclean-compile distclean-generic \
435 distclean-libtool distclean-tags
469 distclean-tags
436470
437471 dvi: dvi-am
438472
440474
441475 html: html-am
442476
477 html-am:
478
443479 info: info-am
444480
445481 info-am:
446482
447483 install-data-am: install-engineLTLIBRARIES
448484
485 install-dvi: install-dvi-am
486
487 install-dvi-am:
488
449489 install-exec-am:
450490
491 install-html: install-html-am
492
493 install-html-am:
494
451495 install-info: install-info-am
452496
497 install-info-am:
498
453499 install-man:
500
501 install-pdf: install-pdf-am
502
503 install-pdf-am:
504
505 install-ps: install-ps-am
506
507 install-ps-am:
454508
455509 installcheck-am:
456510
472526
473527 ps-am:
474528
475 uninstall-am: uninstall-engineLTLIBRARIES uninstall-info-am
529 uninstall-am: uninstall-engineLTLIBRARIES
530
531 .MAKE: install-am install-strip
476532
477533 .PHONY: CTAGS GTAGS all all-am check check-am clean \
478534 clean-engineLTLIBRARIES clean-generic clean-libtool ctags \
479535 distclean distclean-compile distclean-generic \
480536 distclean-libtool distclean-tags distdir dvi dvi-am html \
481537 html-am info info-am install install-am install-data \
482 install-data-am install-engineLTLIBRARIES install-exec \
483 install-exec-am install-info install-info-am install-man \
484 install-strip installcheck installcheck-am installdirs \
485 maintainer-clean maintainer-clean-generic mostlyclean \
486 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
487 pdf pdf-am ps ps-am tags uninstall uninstall-am \
488 uninstall-engineLTLIBRARIES uninstall-info-am
538 install-data-am install-dvi install-dvi-am \
539 install-engineLTLIBRARIES install-exec install-exec-am \
540 install-html install-html-am install-info install-info-am \
541 install-man install-pdf install-pdf-am install-ps \
542 install-ps-am install-strip installcheck installcheck-am \
543 installdirs maintainer-clean maintainer-clean-generic \
544 mostlyclean mostlyclean-compile mostlyclean-generic \
545 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
546 uninstall-am uninstall-engineLTLIBRARIES
547
489548
490549 # Tell versions [3.59,3.63) of GNU make to not export all variables.
491550 # Otherwise a system limit (for SysV at least) may be exceeded.
282282 }
283283
284284 void
285 sugar_draw_entry_progress (cairo_t *cr, SugarInfo *info)
286 {
287 GtkBorder *border;
288 SugarRectangle pos = info->pos;
289 gint max_radius = info->max_radius;
290
291 /* Try to retrieve the style property. */
292 gtk_widget_style_get (info->widget,
293 "progress-border", &border,
294 NULL);
295
296 if (border == NULL) {
297 max_radius = MAX (0, max_radius - info->style->ythickness * 2);
298 } else {
299 max_radius = MAX (0, max_radius - border->top - border->bottom);
300 gtk_border_free (border);
301 border = NULL;
302 }
303
304 pos.width += 2*max_radius;
305 sugar_rounded_rectangle (cr, &pos, 0, max_radius, info->corners);
306 cairo_clip(cr);
307
308 pos.x -= 2*max_radius;
309 sugar_rounded_rectangle (cr, &pos, 0, max_radius, info->corners);
310 cairo_clip(cr);
311
312 gdk_cairo_set_source_color (cr, &info->style->bg[info->state]);
313 cairo_paint (cr);
314 }
315
316 void
285317 sugar_draw_entry (cairo_t *cr, SugarInfo *info)
286318 {
287319 SugarRectangle *pos = &info->pos;
2929 G_GNUC_INTERNAL void sugar_draw_scrollbar_slider (cairo_t *cr, SugarRangeInfo *range_info);
3030 G_GNUC_INTERNAL void sugar_draw_scrollbar_trough (cairo_t *cr, SugarRangeInfo *range_info);
3131 G_GNUC_INTERNAL void sugar_draw_entry (cairo_t *cr, SugarInfo *info);
32 G_GNUC_INTERNAL void sugar_draw_entry_progress (cairo_t *cr, SugarInfo *info);
3233 G_GNUC_INTERNAL void sugar_draw_button (cairo_t *cr, SugarInfo *info);
3334 G_GNUC_INTERNAL void sugar_draw_button_default (cairo_t *cr, SugarInfo *info);
3435 G_GNUC_INTERNAL void sugar_draw_arrow (cairo_t *cr, SugarArrowInfo *arrow_info);
366366 sugar_draw_button_default (cr, &info);
367367 else
368368 sugar_draw_button (cr, &info);
369
369 } else if (DETAIL ("entry-progress")) {
370 SugarInfo info;
371
372 sugar_fill_generic_info (&info, style, state_type, shadow_type, widget, detail, x, y, width, height);
373
374 /* Corner detection. */
375 if (HINT ("comboboxentry") || HINT("spinbutton")) {
376 info.cont_edges = info.ltr ? EDGE_RIGHT : EDGE_LEFT;
377 sugar_remove_corners (&info.corners, info.cont_edges);
378
379 /* Remove the padding on one side. */
380 width += info.rc_style->thick_line_width;
381 if (!info.ltr) {
382 x -= info.rc_style->thick_line_width;
383 }
384 }
385
386 sugar_draw_entry_progress (cr, &info);
370387 } else if (DETAIL ("spinbutton")) {
371388 SugarInfo info;
372389 sugar_fill_generic_info (&info, style, state_type, shadow_type, widget, detail, x, y, width, height);
373390
374 /* Fill the background with bg_color. */
375 sugar_fill_background (cr, &info);
391 /* Fill the background as it is initilized to base[NORMAL].
392 * Relevant GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=513471
393 * The fill only happens if no hint has been added by some application
394 * that is faking GTK+ widgets. */
395 if (!widget || !g_object_get_data(G_OBJECT (widget), "transparent-bg-hint"))
396 sugar_fill_background (cr, &info);
376397
377398 info.cont_edges = info.ltr ? EDGE_LEFT : EDGE_RIGHT;
378399 sugar_remove_corners (&info.corners, info.cont_edges);
422443
423444 sugar_fill_generic_info (&info, style, state_type, shadow_type, widget, detail, x, y, width, height);
424445
425 if (widget && !GTK_WIDGET_IS_SENSITIVE (widget))
446 if (widget && !gtk_widget_is_sensitive (widget))
426447 info.state = GTK_STATE_INSENSITIVE;
427448
428449 /* Needed because the trough and bar are cached in a buffer inside GtkProgress. */
429 sugar_fill_background (cr, &info);
450 if (!widget || !g_object_get_data(G_OBJECT (widget), "transparent-bg-hint"))
451 sugar_fill_background (cr, &info);
430452 sugar_draw_progressbar_trough (cr, &info);
431453 }
432454 } else if (DETAIL ("bar")) {
435457
436458 sugar_fill_generic_info (&info, style, state_type, shadow_type, widget, detail, x, y, width, height);
437459
438 if (widget && !GTK_WIDGET_IS_SENSITIVE (widget))
460 if (widget && !gtk_widget_is_sensitive (widget))
439461 info.state = GTK_STATE_INSENSITIVE;
440462
441463 if (widget && GTK_IS_PROGRESS_BAR (widget)) {
618640 if (widget && GTK_WIDGET_HAS_FOCUS (widget)) {
619641 info.state = GTK_STATE_ACTIVE;
620642 }
621 if (widget && !GTK_WIDGET_IS_SENSITIVE (widget)) {
643 if (widget && !gtk_widget_is_sensitive (widget)) {
622644 info.state = GTK_STATE_INSENSITIVE;
623645 }
624646
625647 /* Fill the background with bg_color. */
626 sugar_fill_background (cr, &info);
648 if (!widget || !g_object_get_data(G_OBJECT (widget), "transparent-bg-hint"))
649 sugar_fill_background (cr, &info);
627650 sugar_draw_entry (cr, &info);
628651 } else {
629652 gdouble line_width;
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1213 # PARTICULAR PURPOSE.
1314
1415 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1716 VPATH = @srcdir@
1817 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1919 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
2221 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2422 install_sh_DATA = $(install_sh) -c -m 644
2523 install_sh_PROGRAM = $(install_sh) -c
2624 install_sh_SCRIPT = $(install_sh) -c
4341 mkinstalldirs = $(install_sh) -d
4442 CONFIG_HEADER = $(top_builddir)/config.h
4543 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
4645 SOURCES =
4746 DIST_SOURCES =
4847 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4948 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
5249 AMTAR = @AMTAR@
5350 AR = @AR@
5451 AUTOCONF = @AUTOCONF@
8178 GTK_VERSION = @GTK_VERSION@
8279 ICONMAP = @ICONMAP@
8380 ICON_SLICER = @ICON_SLICER@
81 INSTALL = @INSTALL@
8482 INSTALL_DATA = @INSTALL_DATA@
8583 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8684 INSTALL_SCRIPT = @INSTALL_SCRIPT@
9391 LIPO = @LIPO@
9492 LN_S = @LN_S@
9593 LTLIBOBJS = @LTLIBOBJS@
94 MAINT = @MAINT@
9695 MAKEINFO = @MAKEINFO@
96 MKDIR_P = @MKDIR_P@
9797 NM = @NM@
9898 NMEDIT = @NMEDIT@
99 OBJDUMP = @OBJDUMP@
99100 OBJEXT = @OBJEXT@
100101 OTOOL = @OTOOL@
101102 OTOOL64 = @OTOOL64@
113114 SHELL = @SHELL@
114115 STRIP = @STRIP@
115116 VERSION = @VERSION@
117 WARN_CFLAGS = @WARN_CFLAGS@
118 abs_builddir = @abs_builddir@
119 abs_srcdir = @abs_srcdir@
120 abs_top_builddir = @abs_top_builddir@
121 abs_top_srcdir = @abs_top_srcdir@
116122 ac_ct_CC = @ac_ct_CC@
117123 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
118 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
119 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
120124 am__include = @am__include@
121125 am__leading_dot = @am__leading_dot@
122126 am__quote = @am__quote@
128132 build_cpu = @build_cpu@
129133 build_os = @build_os@
130134 build_vendor = @build_vendor@
135 builddir = @builddir@
131136 datadir = @datadir@
132137 datarootdir = @datarootdir@
133138 docdir = @docdir@
156161 psdir = @psdir@
157162 sbindir = @sbindir@
158163 sharedstatedir = @sharedstatedir@
164 srcdir = @srcdir@
159165 sysconfdir = @sysconfdir@
160166 target_alias = @target_alias@
167 top_build_prefix = @top_build_prefix@
168 top_builddir = @top_builddir@
169 top_srcdir = @top_srcdir@
161170 GTKRC_FILES = \
162171 sugar-72.gtkrc \
163172 sugar-100.gtkrc
167176 all: all-am
168177
169178 .SUFFIXES:
170 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
179 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
171180 @for dep in $?; do \
172181 case '$(am__configure_deps)' in \
173182 *$$dep*) \
174 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
175 && exit 0; \
183 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
184 && { if test -f $@; then exit 0; else break; fi; }; \
176185 exit 1;; \
177186 esac; \
178187 done; \
179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtk/theme/Makefile'; \
180 cd $(top_srcdir) && \
181 $(AUTOMAKE) --foreign gtk/theme/Makefile
188 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtk/theme/Makefile'; \
189 $(am__cd) $(top_srcdir) && \
190 $(AUTOMAKE) --foreign gtk/theme/Makefile
182191 .PRECIOUS: Makefile
183192 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184193 @case '$?' in \
192201 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
193202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194203
195 $(top_srcdir)/configure: $(am__configure_deps)
204 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
196205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
206 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
198207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(am__aclocal_m4_deps):
199209
200210 mostlyclean-libtool:
201211 -rm -f *.lo
202212
203213 clean-libtool:
204214 -rm -rf .libs _libs
205
206 distclean-libtool:
207 -rm -f libtool
208 uninstall-info-am:
209215 tags: TAGS
210216 TAGS:
211217
214220
215221
216222 distdir: $(DISTFILES)
217 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
218 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
219 list='$(DISTFILES)'; for file in $$list; do \
220 case $$file in \
221 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
222 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
223 esac; \
223 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
224 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
225 list='$(DISTFILES)'; \
226 dist_files=`for file in $$list; do echo $$file; done | \
227 sed -e "s|^$$srcdirstrip/||;t" \
228 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
229 case $$dist_files in \
230 */*) $(MKDIR_P) `echo "$$dist_files" | \
231 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
232 sort -u` ;; \
233 esac; \
234 for file in $$dist_files; do \
224235 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
225 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
226 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
227 dir="/$$dir"; \
228 $(mkdir_p) "$(distdir)$$dir"; \
236 if test -d $$d/$$file; then \
237 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
238 if test -d "$(distdir)/$$file"; then \
239 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
240 fi; \
241 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
242 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
243 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
244 fi; \
245 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
229246 else \
230 dir=''; \
231 fi; \
232 if test -d $$d/$$file; then \
233 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
234 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
235 fi; \
236 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
237 else \
238 test -f $(distdir)/$$file \
239 || cp -p $$d/$$file $(distdir)/$$file \
247 test -f "$(distdir)/$$file" \
248 || cp -p $$d/$$file "$(distdir)/$$file" \
240249 || exit 1; \
241250 fi; \
242251 done
265274
266275 distclean-generic:
267276 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
277 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
268278
269279 maintainer-clean-generic:
270280 @echo "This command is intended for maintainers to use"
273283
274284 distclean: distclean-am
275285 -rm -f Makefile
276 distclean-am: clean-am distclean-generic distclean-libtool
286 distclean-am: clean-am distclean-generic
277287
278288 dvi: dvi-am
279289
281291
282292 html: html-am
283293
294 html-am:
295
284296 info: info-am
285297
286298 info-am:
287299
288300 install-data-am: install-data-local
289301
302 install-dvi: install-dvi-am
303
304 install-dvi-am:
305
290306 install-exec-am:
291307
308 install-html: install-html-am
309
310 install-html-am:
311
292312 install-info: install-info-am
293313
314 install-info-am:
315
294316 install-man:
317
318 install-pdf: install-pdf-am
319
320 install-pdf-am:
321
322 install-ps: install-ps-am
323
324 install-ps-am:
295325
296326 installcheck-am:
297327
311341
312342 ps-am:
313343
314 uninstall-am: uninstall-info-am uninstall-local
344 uninstall-am: uninstall-local
345
346 .MAKE: install-am install-strip
315347
316348 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
317349 distclean distclean-generic distclean-libtool distdir dvi \
318350 dvi-am html html-am info info-am install install-am \
319 install-data install-data-am install-data-local install-exec \
320 install-exec-am install-info install-info-am install-man \
351 install-data install-data-am install-data-local install-dvi \
352 install-dvi-am install-exec install-exec-am install-html \
353 install-html-am install-info install-info-am install-man \
354 install-pdf install-pdf-am install-ps install-ps-am \
321355 install-strip installcheck installcheck-am installdirs \
322356 maintainer-clean maintainer-clean-generic mostlyclean \
323357 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
324 uninstall uninstall-am uninstall-info-am uninstall-local
358 uninstall uninstall-am uninstall-local
325359
326360 sugar-72.gtkrc: gtkrc.em
327361 $(srcdir)/em.py -p $$ -D scaling=\'72\' $(srcdir)/gtkrc.em > \
346380 uninstall-local:
347381 rm -rf $(DESTDIR)$(datadir)/themes/sugar-72/gtk-2.0
348382 rm -rf $(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0
383
349384 # Tell versions [3.59,3.63) of GNU make to not export all variables.
350385 # Otherwise a system limit (for SysV at least) may be exceeded.
351386 .NOEXPORT:
122122 GtkButton::default-outside-border = { 0, 0, 0, 0 }
123123 GtkButton::image-spacing = $subcell_size
124124
125 GtkEntry::progress-border = { $thickness, $thickness, $thickness, $thickness }
126
125127 GtkScrolledWindow::scrollbar-spacing = 0
126128
127129 GtkExpander::expander-size = 24
128130 GtkExpander::expander-spacing = 2 # XXX
129131
130132 GtkTreeView::expander-size = 24
133
134 # we have to disable focus border for GtkTreeView, see #1261
135 GtkTreeView::interior-focus = 1
136 GtkTreeView::focus-line-width = 0
131137
132138 GtkArrow::arrow-size = 1.0
133139
141147 GtkButtonBox::child-min-width = $(3*subcell_size)
142148 GtkButtonBox::child-internal-pad-x = 0
143149 GtkButtonBox::child-internal-pad-y = 0
150
151 # The following line hints to gecko (and possibly other appliations)
152 # that the entry should be drawn transparently on the canvas.
153 # Without this, gecko will fill in the background of the entry.
154 GtkEntry::honors-transparent-bg-hint = 1
144155
145156 engine "sugar" {
146157 line_width = $line_width
264275
265276 ${# This is just the exact reverse of what is going on inside GTK+ ...}
266277 GtkMenu::scroll-arrow-vlength = $(my_floor(subcell_size/0.7 + 2*thickness))
267 GtkMenu::horizontal-padding = 0
268 GtkMenu::vertical-padding = 0
278 GtkMenu::horizontal-padding = $thickness
279 GtkMenu::vertical-padding = $thickness
269280 # This means the outline of the submenu overlaps with a palette.
270281 # However in the case of two normal menus, they are next to each other.
271282 # It is not possible to be smarter about this, because the style comes from
273284 GtkMenu::horizontal-offset = 0
274285 GtkMenu::vertical-offset = 0
275286
287 xthickness = 0
288 ythickness = 0
289 }
290
291 style "palette" = "menu"
292 {
276293 xthickness = $thickness
277294 ythickness = $thickness
278295 }
279296
280297 style "palette-menu" = "menu"
281298 {
299 GtkMenu::horizontal-padding = 0
300 GtkMenu::vertical-padding = 0
301
282302 xthickness = 0
283303 ythickness = $subcell_size
284304 }
547567 ythickness = $entry_ythickness
548568 GtkWidget::focus-line-width = 0
549569
570 # Colors for the progress bar.
571 bg[SELECTED] = $selection_grey
572 fg[SELECTED] = $black
573
550574 # This tries to get a height of exactly 45 pixel for the entry.
551575 GtkEntry::inner-border = { $(max(subcell_size - entry_xthickness, 0)), $(max(subcell_size - entry_xthickness, 0)),
552576 $(max(my_ceil((3*subcell_size - font_height - entry_ythickness*2)/2.0),0)), $(max(my_floor((3*subcell_size - font_height - entry_ythickness*2)/2.0), 0)) }
748772
749773 # SugarPalette and Menu
750774 widget_class "*<GtkMenu>" style "menu"
751 widget_class "<SugarPalette>" style "menu"
752 widget_class "<SugarPalette>.*" style "menu-child"
753 widget_class "<SugarPalette>*<GtkMenu>" style "palette-menu"
775 widget_class "<SugarPaletteWindow>" style "palette"
776 widget_class "<SugarPaletteWindow>.*" style "menu-child"
777 widget_class "<SugarPaletteWindow>*<GtkMenu>" style "palette-menu"
754778 widget_class "*<GtkMenuShell>.*" style "menu-child"
755779
756780 # SugarFrameWindow
767791 widget_class "<GtkWindow>*<GtkNotebook>" style "notebook-panel"
768792
769793
770 widget_class "<SugarPalette>*<SugarGroupBox>*" style "groupbox-palette-child"
794 widget_class "<SugarPaletteWindow>*<SugarGroupBox>*" style "groupbox-palette-child"
771795
772796
773797 # SugarToolbox
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
5049 html-recursive info-recursive install-data-recursive \
51 install-exec-recursive install-info-recursive \
52 install-recursive installcheck-recursive installdirs-recursive \
53 pdf-recursive ps-recursive uninstall-info-recursive \
54 uninstall-recursive
50 install-dvi-recursive install-exec-recursive \
51 install-html-recursive install-info-recursive \
52 install-pdf-recursive install-ps-recursive install-recursive \
53 installcheck-recursive installdirs-recursive pdf-recursive \
54 ps-recursive uninstall-recursive
5555 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5656 am__vpath_adj = case $$p in \
5757 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5858 *) f=$$p;; \
5959 esac;
60 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
60 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61 am__install_max = 40
62 am__nobase_strip_setup = \
63 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64 am__nobase_strip = \
65 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66 am__nobase_list = $(am__nobase_strip_setup); \
67 for p in $$list; do echo "$$p $$p"; done | \
68 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70 if (++n[$$2] == $(am__install_max)) \
71 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72 END { for (dir in files) print dir, files[dir] }'
73 am__base_list = \
74 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
6176 am__installdirs = "$(DESTDIR)$(themedir)"
62 themeDATA_INSTALL = $(INSTALL_DATA)
6377 DATA = $(theme_DATA)
78 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79 distclean-recursive maintainer-clean-recursive
80 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
82 distdir
6483 ETAGS = etags
6584 CTAGS = ctags
6685 DIST_SUBDIRS = $(SUBDIRS)
6786 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87 am__relativize = \
88 dir0=`pwd`; \
89 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90 sed_rest='s,^[^/]*/*,,'; \
91 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92 sed_butlast='s,/*[^/]*$$,,'; \
93 while test -n "$$dir1"; do \
94 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95 if test "$$first" != "."; then \
96 if test "$$first" = ".."; then \
97 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99 else \
100 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101 if test "$$first2" = "$$first"; then \
102 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103 else \
104 dir2="../$$dir2"; \
105 fi; \
106 dir0="$$dir0"/"$$first"; \
107 fi; \
108 fi; \
109 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110 done; \
111 reldir="$$dir2"
68112 ACLOCAL = @ACLOCAL@
69 AMDEP_FALSE = @AMDEP_FALSE@
70 AMDEP_TRUE = @AMDEP_TRUE@
71113 AMTAR = @AMTAR@
72114 AR = @AR@
73115 AUTOCONF = @AUTOCONF@
100142 GTK_VERSION = @GTK_VERSION@
101143 ICONMAP = @ICONMAP@
102144 ICON_SLICER = @ICON_SLICER@
145 INSTALL = @INSTALL@
103146 INSTALL_DATA = @INSTALL_DATA@
104147 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105148 INSTALL_SCRIPT = @INSTALL_SCRIPT@
112155 LIPO = @LIPO@
113156 LN_S = @LN_S@
114157 LTLIBOBJS = @LTLIBOBJS@
158 MAINT = @MAINT@
115159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
116161 NM = @NM@
117162 NMEDIT = @NMEDIT@
163 OBJDUMP = @OBJDUMP@
118164 OBJEXT = @OBJEXT@
119165 OTOOL = @OTOOL@
120166 OTOOL64 = @OTOOL64@
132178 SHELL = @SHELL@
133179 STRIP = @STRIP@
134180 VERSION = @VERSION@
181 WARN_CFLAGS = @WARN_CFLAGS@
182 abs_builddir = @abs_builddir@
183 abs_srcdir = @abs_srcdir@
184 abs_top_builddir = @abs_top_builddir@
185 abs_top_srcdir = @abs_top_srcdir@
135186 ac_ct_CC = @ac_ct_CC@
136187 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
137 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
138 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
139188 am__include = @am__include@
140189 am__leading_dot = @am__leading_dot@
141190 am__quote = @am__quote@
147196 build_cpu = @build_cpu@
148197 build_os = @build_os@
149198 build_vendor = @build_vendor@
199 builddir = @builddir@
150200 datadir = @datadir@
151201 datarootdir = @datarootdir@
152202 docdir = @docdir@
175225 psdir = @psdir@
176226 sbindir = @sbindir@
177227 sharedstatedir = @sharedstatedir@
228 srcdir = @srcdir@
178229 sysconfdir = @sysconfdir@
179230 target_alias = @target_alias@
231 top_build_prefix = @top_build_prefix@
232 top_builddir = @top_builddir@
233 top_srcdir = @top_srcdir@
180234 SUBDIRS = scalable
181235 themedir = ${datadir}/icons/sugar
182236 theme_DATA = index.theme
184238 all: all-recursive
185239
186240 .SUFFIXES:
187 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
241 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
188242 @for dep in $?; do \
189243 case '$(am__configure_deps)' in \
190244 *$$dep*) \
191 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192 && exit 0; \
245 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246 && { if test -f $@; then exit 0; else break; fi; }; \
193247 exit 1;; \
194248 esac; \
195249 done; \
196 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/Makefile'; \
197 cd $(top_srcdir) && \
198 $(AUTOMAKE) --foreign icons/Makefile
250 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/Makefile'; \
251 $(am__cd) $(top_srcdir) && \
252 $(AUTOMAKE) --foreign icons/Makefile
199253 .PRECIOUS: Makefile
200254 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201255 @case '$?' in \
209263 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211265
212 $(top_srcdir)/configure: $(am__configure_deps)
266 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
213267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
268 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
215269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(am__aclocal_m4_deps):
216271
217272 mostlyclean-libtool:
218273 -rm -f *.lo
219274
220275 clean-libtool:
221276 -rm -rf .libs _libs
222
223 distclean-libtool:
224 -rm -f libtool
225 uninstall-info-am:
226277 install-themeDATA: $(theme_DATA)
227278 @$(NORMAL_INSTALL)
228 test -z "$(themedir)" || $(mkdir_p) "$(DESTDIR)$(themedir)"
229 @list='$(theme_DATA)'; for p in $$list; do \
279 test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)"
280 @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \
281 for p in $$list; do \
230282 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
231 f=$(am__strip_dir) \
232 echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \
233 $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \
283 echo "$$d$$p"; \
284 done | $(am__base_list) | \
285 while read files; do \
286 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \
287 $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \
234288 done
235289
236290 uninstall-themeDATA:
237291 @$(NORMAL_UNINSTALL)
238 @list='$(theme_DATA)'; for p in $$list; do \
239 f=$(am__strip_dir) \
240 echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \
241 rm -f "$(DESTDIR)$(themedir)/$$f"; \
242 done
292 @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \
293 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
294 test -n "$$files" || exit 0; \
295 echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \
296 cd "$(DESTDIR)$(themedir)" && rm -f $$files
243297
244298 # This directory's subdirectories are mostly independent; you can cd
245299 # into them and run `make' without going through this Makefile.
248302 # (which will cause the Makefiles to be regenerated when you run `make');
249303 # (2) otherwise, pass the desired values on the `make' command line.
250304 $(RECURSIVE_TARGETS):
251 @failcom='exit 1'; \
305 @fail= failcom='exit 1'; \
252306 for f in x $$MAKEFLAGS; do \
253307 case $$f in \
254308 *=* | --[!k]*);; \
265319 else \
266320 local_target="$$target"; \
267321 fi; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269323 || eval $$failcom; \
270324 done; \
271325 if test "$$dot_seen" = "no"; then \
272326 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273327 fi; test -z "$$fail"
274328
275 mostlyclean-recursive clean-recursive distclean-recursive \
276 maintainer-clean-recursive:
277 @failcom='exit 1'; \
329 $(RECURSIVE_CLEAN_TARGETS):
330 @fail= failcom='exit 1'; \
278331 for f in x $$MAKEFLAGS; do \
279332 case $$f in \
280333 *=* | --[!k]*);; \
300353 else \
301354 local_target="$$target"; \
302355 fi; \
303 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304357 || eval $$failcom; \
305358 done && test -z "$$fail"
306359 tags-recursive:
307360 list='$(SUBDIRS)'; for subdir in $$list; do \
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
361 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309362 done
310363 ctags-recursive:
311364 list='$(SUBDIRS)'; for subdir in $$list; do \
312 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
365 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
313366 done
314367
315368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317370 unique=`for i in $$list; do \
318371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319372 done | \
320 $(AWK) ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
322375 mkid -fID $$unique
323376 tags: TAGS
324377
325378 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
326379 $(TAGS_FILES) $(LISP)
327 tags=; \
380 set x; \
328381 here=`pwd`; \
329382 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
330383 include_option=--etags-include; \
336389 list='$(SUBDIRS)'; for subdir in $$list; do \
337390 if test "$$subdir" = .; then :; else \
338391 test ! -f $$subdir/TAGS || \
339 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
392 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
340393 fi; \
341394 done; \
342395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343396 unique=`for i in $$list; do \
344397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345398 done | \
346 $(AWK) ' { files[$$0] = 1; } \
347 END { for (i in files) print i; }'`; \
348 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400 END { if (nonempty) { for (i in files) print i; }; }'`; \
401 shift; \
402 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
349403 test -n "$$unique" || unique=$$empty_fix; \
350 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351 $$tags $$unique; \
404 if test $$# -gt 0; then \
405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406 "$$@" $$unique; \
407 else \
408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409 $$unique; \
410 fi; \
352411 fi
353412 ctags: CTAGS
354413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
355414 $(TAGS_FILES) $(LISP)
356 tags=; \
357 here=`pwd`; \
358415 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359416 unique=`for i in $$list; do \
360417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361418 done | \
362 $(AWK) ' { files[$$0] = 1; } \
363 END { for (i in files) print i; }'`; \
364 test -z "$(CTAGS_ARGS)$$tags$$unique" \
419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 END { if (nonempty) { for (i in files) print i; }; }'`; \
421 test -z "$(CTAGS_ARGS)$$unique" \
365422 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
366 $$tags $$unique
423 $$unique
367424
368425 GTAGS:
369426 here=`$(am__cd) $(top_builddir) && pwd` \
370 && cd $(top_srcdir) \
371 && gtags -i $(GTAGS_ARGS) $$here
427 && $(am__cd) $(top_srcdir) \
428 && gtags -i $(GTAGS_ARGS) "$$here"
372429
373430 distclean-tags:
374431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
375432
376433 distdir: $(DISTFILES)
377 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
378 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
379 list='$(DISTFILES)'; for file in $$list; do \
380 case $$file in \
381 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
382 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
383 esac; \
434 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436 list='$(DISTFILES)'; \
437 dist_files=`for file in $$list; do echo $$file; done | \
438 sed -e "s|^$$srcdirstrip/||;t" \
439 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440 case $$dist_files in \
441 */*) $(MKDIR_P) `echo "$$dist_files" | \
442 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443 sort -u` ;; \
444 esac; \
445 for file in $$dist_files; do \
384446 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
385 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
386 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
387 dir="/$$dir"; \
388 $(mkdir_p) "$(distdir)$$dir"; \
447 if test -d $$d/$$file; then \
448 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449 if test -d "$(distdir)/$$file"; then \
450 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451 fi; \
452 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 fi; \
456 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
389457 else \
390 dir=''; \
391 fi; \
392 if test -d $$d/$$file; then \
393 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
395 fi; \
396 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
397 else \
398 test -f $(distdir)/$$file \
399 || cp -p $$d/$$file $(distdir)/$$file \
458 test -f "$(distdir)/$$file" \
459 || cp -p $$d/$$file "$(distdir)/$$file" \
400460 || exit 1; \
401461 fi; \
402462 done
403 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
404464 if test "$$subdir" = .; then :; else \
405465 test -d "$(distdir)/$$subdir" \
406 || $(mkdir_p) "$(distdir)/$$subdir" \
466 || $(MKDIR_P) "$(distdir)/$$subdir" \
407467 || exit 1; \
408 distdir=`$(am__cd) $(distdir) && pwd`; \
409 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
410 (cd $$subdir && \
468 fi; \
469 done
470 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
471 if test "$$subdir" = .; then :; else \
472 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
473 $(am__relativize); \
474 new_distdir=$$reldir; \
475 dir1=$$subdir; dir2="$(top_distdir)"; \
476 $(am__relativize); \
477 new_top_distdir=$$reldir; \
478 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
479 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
480 ($(am__cd) $$subdir && \
411481 $(MAKE) $(AM_MAKEFLAGS) \
412 top_distdir="$$top_distdir" \
413 distdir="$$distdir/$$subdir" \
482 top_distdir="$$new_top_distdir" \
483 distdir="$$new_distdir" \
484 am__remove_distdir=: \
485 am__skip_length_check=: \
486 am__skip_mode_fix=: \
414487 distdir) \
415488 || exit 1; \
416489 fi; \
421494 installdirs: installdirs-recursive
422495 installdirs-am:
423496 for dir in "$(DESTDIR)$(themedir)"; do \
424 test -z "$$dir" || $(mkdir_p) "$$dir"; \
497 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
425498 done
426499 install: install-recursive
427500 install-exec: install-exec-recursive
443516
444517 distclean-generic:
445518 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
519 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
446520
447521 maintainer-clean-generic:
448522 @echo "This command is intended for maintainers to use"
453527
454528 distclean: distclean-recursive
455529 -rm -f Makefile
456 distclean-am: clean-am distclean-generic distclean-libtool \
457 distclean-tags
530 distclean-am: clean-am distclean-generic distclean-tags
458531
459532 dvi: dvi-recursive
460533
462535
463536 html: html-recursive
464537
538 html-am:
539
465540 info: info-recursive
466541
467542 info-am:
468543
469544 install-data-am: install-themeDATA
470545
546 install-dvi: install-dvi-recursive
547
548 install-dvi-am:
549
471550 install-exec-am:
472551
552 install-html: install-html-recursive
553
554 install-html-am:
555
473556 install-info: install-info-recursive
474557
558 install-info-am:
559
475560 install-man:
561
562 install-pdf: install-pdf-recursive
563
564 install-pdf-am:
565
566 install-ps: install-ps-recursive
567
568 install-ps-am:
476569
477570 installcheck-am:
478571
492585
493586 ps-am:
494587
495 uninstall-am: uninstall-info-am uninstall-themeDATA
496
497 uninstall-info: uninstall-info-recursive
498
499 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
500 clean clean-generic clean-libtool clean-recursive ctags \
501 ctags-recursive distclean distclean-generic distclean-libtool \
502 distclean-recursive distclean-tags distdir dvi dvi-am html \
588 uninstall-am: uninstall-themeDATA
589
590 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
591 install-am install-strip tags-recursive
592
593 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
594 all all-am check check-am clean clean-generic clean-libtool \
595 ctags ctags-recursive distclean distclean-generic \
596 distclean-libtool distclean-tags distdir dvi dvi-am html \
503597 html-am info info-am install install-am install-data \
504 install-data-am install-exec install-exec-am install-info \
505 install-info-am install-man install-strip install-themeDATA \
598 install-data-am install-dvi install-dvi-am install-exec \
599 install-exec-am install-html install-html-am install-info \
600 install-info-am install-man install-pdf install-pdf-am \
601 install-ps install-ps-am install-strip install-themeDATA \
506602 installcheck installcheck-am installdirs installdirs-am \
507 maintainer-clean maintainer-clean-generic \
508 maintainer-clean-recursive mostlyclean mostlyclean-generic \
509 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
510 tags tags-recursive uninstall uninstall-am uninstall-info-am \
511 uninstall-themeDATA
603 maintainer-clean maintainer-clean-generic mostlyclean \
604 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
605 tags tags-recursive uninstall uninstall-am uninstall-themeDATA
606
512607
513608 # Tell versions [3.59,3.63) of GNU make to not export all variables.
514609 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1213 # PARTICULAR PURPOSE.
1314
1415 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1716 VPATH = @srcdir@
1817 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1919 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
2221 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2422 install_sh_DATA = $(install_sh) -c -m 644
2523 install_sh_PROGRAM = $(install_sh) -c
2624 install_sh_SCRIPT = $(install_sh) -c
4341 mkinstalldirs = $(install_sh) -d
4442 CONFIG_HEADER = $(top_builddir)/config.h
4543 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
4645 SOURCES =
4746 DIST_SOURCES =
4847 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
4948 html-recursive info-recursive install-data-recursive \
50 install-exec-recursive install-info-recursive \
51 install-recursive installcheck-recursive installdirs-recursive \
52 pdf-recursive ps-recursive uninstall-info-recursive \
53 uninstall-recursive
49 install-dvi-recursive install-exec-recursive \
50 install-html-recursive install-info-recursive \
51 install-pdf-recursive install-ps-recursive install-recursive \
52 installcheck-recursive installdirs-recursive pdf-recursive \
53 ps-recursive uninstall-recursive
54 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55 distclean-recursive maintainer-clean-recursive
56 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
57 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
58 distdir
5459 ETAGS = etags
5560 CTAGS = ctags
5661 DIST_SUBDIRS = $(SUBDIRS)
5762 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63 am__relativize = \
64 dir0=`pwd`; \
65 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
66 sed_rest='s,^[^/]*/*,,'; \
67 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
68 sed_butlast='s,/*[^/]*$$,,'; \
69 while test -n "$$dir1"; do \
70 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
71 if test "$$first" != "."; then \
72 if test "$$first" = ".."; then \
73 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
74 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
75 else \
76 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
77 if test "$$first2" = "$$first"; then \
78 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
79 else \
80 dir2="../$$dir2"; \
81 fi; \
82 dir0="$$dir0"/"$$first"; \
83 fi; \
84 fi; \
85 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
86 done; \
87 reldir="$$dir2"
5888 ACLOCAL = @ACLOCAL@
59 AMDEP_FALSE = @AMDEP_FALSE@
60 AMDEP_TRUE = @AMDEP_TRUE@
6189 AMTAR = @AMTAR@
6290 AR = @AR@
6391 AUTOCONF = @AUTOCONF@
90118 GTK_VERSION = @GTK_VERSION@
91119 ICONMAP = @ICONMAP@
92120 ICON_SLICER = @ICON_SLICER@
121 INSTALL = @INSTALL@
93122 INSTALL_DATA = @INSTALL_DATA@
94123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
102131 LIPO = @LIPO@
103132 LN_S = @LN_S@
104133 LTLIBOBJS = @LTLIBOBJS@
134 MAINT = @MAINT@
105135 MAKEINFO = @MAKEINFO@
136 MKDIR_P = @MKDIR_P@
106137 NM = @NM@
107138 NMEDIT = @NMEDIT@
139 OBJDUMP = @OBJDUMP@
108140 OBJEXT = @OBJEXT@
109141 OTOOL = @OTOOL@
110142 OTOOL64 = @OTOOL64@
122154 SHELL = @SHELL@
123155 STRIP = @STRIP@
124156 VERSION = @VERSION@
157 WARN_CFLAGS = @WARN_CFLAGS@
158 abs_builddir = @abs_builddir@
159 abs_srcdir = @abs_srcdir@
160 abs_top_builddir = @abs_top_builddir@
161 abs_top_srcdir = @abs_top_srcdir@
125162 ac_ct_CC = @ac_ct_CC@
126163 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
127 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
128 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
129164 am__include = @am__include@
130165 am__leading_dot = @am__leading_dot@
131166 am__quote = @am__quote@
137172 build_cpu = @build_cpu@
138173 build_os = @build_os@
139174 build_vendor = @build_vendor@
175 builddir = @builddir@
140176 datadir = @datadir@
141177 datarootdir = @datarootdir@
142178 docdir = @docdir@
165201 psdir = @psdir@
166202 sbindir = @sbindir@
167203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
168205 sysconfdir = @sysconfdir@
169206 target_alias = @target_alias@
207 top_build_prefix = @top_build_prefix@
208 top_builddir = @top_builddir@
209 top_srcdir = @top_srcdir@
170210 SUBDIRS = actions apps control device mimetypes status emblems categories
171211 all: all-recursive
172212
173213 .SUFFIXES:
174 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
214 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
175215 @for dep in $?; do \
176216 case '$(am__configure_deps)' in \
177217 *$$dep*) \
178 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
179 && exit 0; \
218 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219 && { if test -f $@; then exit 0; else break; fi; }; \
180220 exit 1;; \
181221 esac; \
182222 done; \
183 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/Makefile'; \
184 cd $(top_srcdir) && \
185 $(AUTOMAKE) --foreign icons/scalable/Makefile
223 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/Makefile'; \
224 $(am__cd) $(top_srcdir) && \
225 $(AUTOMAKE) --foreign icons/scalable/Makefile
186226 .PRECIOUS: Makefile
187227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188228 @case '$?' in \
196236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
197237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198238
199 $(top_srcdir)/configure: $(am__configure_deps)
239 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
200240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
241 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
202242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(am__aclocal_m4_deps):
203244
204245 mostlyclean-libtool:
205246 -rm -f *.lo
206247
207248 clean-libtool:
208249 -rm -rf .libs _libs
209
210 distclean-libtool:
211 -rm -f libtool
212 uninstall-info-am:
213250
214251 # This directory's subdirectories are mostly independent; you can cd
215252 # into them and run `make' without going through this Makefile.
218255 # (which will cause the Makefiles to be regenerated when you run `make');
219256 # (2) otherwise, pass the desired values on the `make' command line.
220257 $(RECURSIVE_TARGETS):
221 @failcom='exit 1'; \
258 @fail= failcom='exit 1'; \
222259 for f in x $$MAKEFLAGS; do \
223260 case $$f in \
224261 *=* | --[!k]*);; \
235272 else \
236273 local_target="$$target"; \
237274 fi; \
238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
239276 || eval $$failcom; \
240277 done; \
241278 if test "$$dot_seen" = "no"; then \
242279 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
243280 fi; test -z "$$fail"
244281
245 mostlyclean-recursive clean-recursive distclean-recursive \
246 maintainer-clean-recursive:
247 @failcom='exit 1'; \
282 $(RECURSIVE_CLEAN_TARGETS):
283 @fail= failcom='exit 1'; \
248284 for f in x $$MAKEFLAGS; do \
249285 case $$f in \
250286 *=* | --[!k]*);; \
270306 else \
271307 local_target="$$target"; \
272308 fi; \
273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274310 || eval $$failcom; \
275311 done && test -z "$$fail"
276312 tags-recursive:
277313 list='$(SUBDIRS)'; for subdir in $$list; do \
278 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279315 done
280316 ctags-recursive:
281317 list='$(SUBDIRS)'; for subdir in $$list; do \
282 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
318 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
283319 done
284320
285321 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
287323 unique=`for i in $$list; do \
288324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289325 done | \
290 $(AWK) ' { files[$$0] = 1; } \
291 END { for (i in files) print i; }'`; \
326 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327 END { if (nonempty) { for (i in files) print i; }; }'`; \
292328 mkid -fID $$unique
293329 tags: TAGS
294330
295331 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
296332 $(TAGS_FILES) $(LISP)
297 tags=; \
333 set x; \
298334 here=`pwd`; \
299335 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
300336 include_option=--etags-include; \
306342 list='$(SUBDIRS)'; for subdir in $$list; do \
307343 if test "$$subdir" = .; then :; else \
308344 test ! -f $$subdir/TAGS || \
309 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
345 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
310346 fi; \
311347 done; \
312348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313349 unique=`for i in $$list; do \
314350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315351 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in files) print i; }; }'`; \
354 shift; \
355 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319356 test -n "$$unique" || unique=$$empty_fix; \
320 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321 $$tags $$unique; \
357 if test $$# -gt 0; then \
358 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359 "$$@" $$unique; \
360 else \
361 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362 $$unique; \
363 fi; \
322364 fi
323365 ctags: CTAGS
324366 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325367 $(TAGS_FILES) $(LISP)
326 tags=; \
327 here=`pwd`; \
328368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329369 unique=`for i in $$list; do \
330370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331371 done | \
332 $(AWK) ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 test -z "$(CTAGS_ARGS)$$tags$$unique" \
372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 test -z "$(CTAGS_ARGS)$$unique" \
335375 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336 $$tags $$unique
376 $$unique
337377
338378 GTAGS:
339379 here=`$(am__cd) $(top_builddir) && pwd` \
340 && cd $(top_srcdir) \
341 && gtags -i $(GTAGS_ARGS) $$here
380 && $(am__cd) $(top_srcdir) \
381 && gtags -i $(GTAGS_ARGS) "$$here"
342382
343383 distclean-tags:
344384 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345385
346386 distdir: $(DISTFILES)
347 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
348 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
349 list='$(DISTFILES)'; for file in $$list; do \
350 case $$file in \
351 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
352 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
353 esac; \
387 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 list='$(DISTFILES)'; \
390 dist_files=`for file in $$list; do echo $$file; done | \
391 sed -e "s|^$$srcdirstrip/||;t" \
392 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393 case $$dist_files in \
394 */*) $(MKDIR_P) `echo "$$dist_files" | \
395 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396 sort -u` ;; \
397 esac; \
398 for file in $$dist_files; do \
354399 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357 dir="/$$dir"; \
358 $(mkdir_p) "$(distdir)$$dir"; \
400 if test -d $$d/$$file; then \
401 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402 if test -d "$(distdir)/$$file"; then \
403 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404 fi; \
405 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 fi; \
409 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
359410 else \
360 dir=''; \
361 fi; \
362 if test -d $$d/$$file; then \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365 fi; \
366 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367 else \
368 test -f $(distdir)/$$file \
369 || cp -p $$d/$$file $(distdir)/$$file \
411 test -f "$(distdir)/$$file" \
412 || cp -p $$d/$$file "$(distdir)/$$file" \
370413 || exit 1; \
371414 fi; \
372415 done
373 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
416 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
374417 if test "$$subdir" = .; then :; else \
375418 test -d "$(distdir)/$$subdir" \
376 || $(mkdir_p) "$(distdir)/$$subdir" \
419 || $(MKDIR_P) "$(distdir)/$$subdir" \
377420 || exit 1; \
378 distdir=`$(am__cd) $(distdir) && pwd`; \
379 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
380 (cd $$subdir && \
421 fi; \
422 done
423 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424 if test "$$subdir" = .; then :; else \
425 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426 $(am__relativize); \
427 new_distdir=$$reldir; \
428 dir1=$$subdir; dir2="$(top_distdir)"; \
429 $(am__relativize); \
430 new_top_distdir=$$reldir; \
431 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433 ($(am__cd) $$subdir && \
381434 $(MAKE) $(AM_MAKEFLAGS) \
382 top_distdir="$$top_distdir" \
383 distdir="$$distdir/$$subdir" \
435 top_distdir="$$new_top_distdir" \
436 distdir="$$new_distdir" \
437 am__remove_distdir=: \
438 am__skip_length_check=: \
439 am__skip_mode_fix=: \
384440 distdir) \
385441 || exit 1; \
386442 fi; \
410466
411467 distclean-generic:
412468 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413470
414471 maintainer-clean-generic:
415472 @echo "This command is intended for maintainers to use"
420477
421478 distclean: distclean-recursive
422479 -rm -f Makefile
423 distclean-am: clean-am distclean-generic distclean-libtool \
424 distclean-tags
480 distclean-am: clean-am distclean-generic distclean-tags
425481
426482 dvi: dvi-recursive
427483
429485
430486 html: html-recursive
431487
488 html-am:
489
432490 info: info-recursive
433491
434492 info-am:
435493
436494 install-data-am:
437495
496 install-dvi: install-dvi-recursive
497
498 install-dvi-am:
499
438500 install-exec-am:
439501
502 install-html: install-html-recursive
503
504 install-html-am:
505
440506 install-info: install-info-recursive
441507
508 install-info-am:
509
442510 install-man:
511
512 install-pdf: install-pdf-recursive
513
514 install-pdf-am:
515
516 install-ps: install-ps-recursive
517
518 install-ps-am:
443519
444520 installcheck-am:
445521
459535
460536 ps-am:
461537
462 uninstall-am: uninstall-info-am
463
464 uninstall-info: uninstall-info-recursive
465
466 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
467 clean clean-generic clean-libtool clean-recursive ctags \
468 ctags-recursive distclean distclean-generic distclean-libtool \
469 distclean-recursive distclean-tags distdir dvi dvi-am html \
538 uninstall-am:
539
540 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
541 install-am install-strip tags-recursive
542
543 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
544 all all-am check check-am clean clean-generic clean-libtool \
545 ctags ctags-recursive distclean distclean-generic \
546 distclean-libtool distclean-tags distdir dvi dvi-am html \
470547 html-am info info-am install install-am install-data \
471 install-data-am install-exec install-exec-am install-info \
472 install-info-am install-man install-strip installcheck \
548 install-data-am install-dvi install-dvi-am install-exec \
549 install-exec-am install-html install-html-am install-info \
550 install-info-am install-man install-pdf install-pdf-am \
551 install-ps install-ps-am install-strip installcheck \
473552 installcheck-am installdirs installdirs-am maintainer-clean \
474 maintainer-clean-generic maintainer-clean-recursive \
475 mostlyclean mostlyclean-generic mostlyclean-libtool \
476 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
477 uninstall uninstall-am uninstall-info-am
553 maintainer-clean-generic mostlyclean mostlyclean-generic \
554 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
555 uninstall uninstall-am
556
478557
479558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
480559 # Otherwise a system limit (for SysV at least) may be exceeded.
3838 go-next.svg \
3939 go-previous-paired.svg \
4040 go-previous.svg \
41 go-right.svg \
41 go-right.svg \
4242 go-up.svg \
4343 insert-image.svg \
4444 insert-table.svg \
6969 system-restart.svg \
7070 system-search.svg \
7171 system-shutdown.svg \
72 toolbar-colors.svg \
73 toolbar-edit.svg \
74 toolbar-view.svg \
7275 tray-hide.svg \
7376 tray-show.svg \
7477 transfer-from-application-octet-stream.svg \
8487 transfer-to.svg \
8588 transfer-to-text-uri-list.svg \
8689 transfer-to-text-x-generic.svg \
87 transfer-to-video-x-generic.svg \
90 transfer-to-video-x-generic.svg \
8891 view-box.svg \
8992 view-details.svg \
9093 view-freeform.svg \
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = actions
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
239262 system-restart.svg \
240263 system-search.svg \
241264 system-shutdown.svg \
265 toolbar-colors.svg \
266 toolbar-edit.svg \
267 toolbar-view.svg \
242268 tray-hide.svg \
243269 tray-show.svg \
244270 transfer-from-application-octet-stream.svg \
279305 all: all-am
280306
281307 .SUFFIXES:
282 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
308 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
283309 @for dep in $?; do \
284310 case '$(am__configure_deps)' in \
285311 *$$dep*) \
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
287 && exit 0; \
312 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313 && { if test -f $@; then exit 0; else break; fi; }; \
288314 exit 1;; \
289315 esac; \
290316 done; \
291 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/actions/Makefile'; \
292 cd $(top_srcdir) && \
293 $(AUTOMAKE) --foreign icons/scalable/actions/Makefile
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/actions/Makefile'; \
318 $(am__cd) $(top_srcdir) && \
319 $(AUTOMAKE) --foreign icons/scalable/actions/Makefile
294320 .PRECIOUS: Makefile
295321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296322 @case '$?' in \
304330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306332
307 $(top_srcdir)/configure: $(am__configure_deps)
333 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
335 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(am__aclocal_m4_deps):
311338
312339 mostlyclean-libtool:
313340 -rm -f *.lo
314341
315342 clean-libtool:
316343 -rm -rf .libs _libs
317
318 distclean-libtool:
319 -rm -f libtool
320 uninstall-info-am:
321344 install-iconDATA: $(icon_DATA)
322345 @$(NORMAL_INSTALL)
323 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
324 @list='$(icon_DATA)'; for p in $$list; do \
346 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
347 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
348 for p in $$list; do \
325349 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
326 f=$(am__strip_dir) \
327 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
328 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
350 echo "$$d$$p"; \
351 done | $(am__base_list) | \
352 while read files; do \
353 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
354 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
329355 done
330356
331357 uninstall-iconDATA:
332358 @$(NORMAL_UNINSTALL)
333 @list='$(icon_DATA)'; for p in $$list; do \
334 f=$(am__strip_dir) \
335 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
336 rm -f "$(DESTDIR)$(icondir)/$$f"; \
337 done
359 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
360 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
361 test -n "$$files" || exit 0; \
362 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
363 cd "$(DESTDIR)$(icondir)" && rm -f $$files
338364 tags: TAGS
339365 TAGS:
340366
343369
344370
345371 distdir: $(DISTFILES)
346 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
347 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
348 list='$(DISTFILES)'; for file in $$list; do \
349 case $$file in \
350 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
351 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
352 esac; \
372 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
374 list='$(DISTFILES)'; \
375 dist_files=`for file in $$list; do echo $$file; done | \
376 sed -e "s|^$$srcdirstrip/||;t" \
377 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
378 case $$dist_files in \
379 */*) $(MKDIR_P) `echo "$$dist_files" | \
380 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
381 sort -u` ;; \
382 esac; \
383 for file in $$dist_files; do \
353384 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
354 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
355 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
356 dir="/$$dir"; \
357 $(mkdir_p) "$(distdir)$$dir"; \
385 if test -d $$d/$$file; then \
386 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
387 if test -d "$(distdir)/$$file"; then \
388 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389 fi; \
390 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
391 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
392 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393 fi; \
394 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
358395 else \
359 dir=''; \
360 fi; \
361 if test -d $$d/$$file; then \
362 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
363 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
364 fi; \
365 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
366 else \
367 test -f $(distdir)/$$file \
368 || cp -p $$d/$$file $(distdir)/$$file \
396 test -f "$(distdir)/$$file" \
397 || cp -p $$d/$$file "$(distdir)/$$file" \
369398 || exit 1; \
370399 fi; \
371400 done
374403 all-am: Makefile $(DATA)
375404 installdirs:
376405 for dir in "$(DESTDIR)$(icondir)"; do \
377 test -z "$$dir" || $(mkdir_p) "$$dir"; \
406 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
378407 done
379408 install: install-am
380409 install-exec: install-exec-am
396425
397426 distclean-generic:
398427 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
428 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
399429
400430 maintainer-clean-generic:
401431 @echo "This command is intended for maintainers to use"
406436
407437 distclean: distclean-am
408438 -rm -f Makefile
409 distclean-am: clean-am distclean-generic distclean-libtool
439 distclean-am: clean-am distclean-generic
410440
411441 dvi: dvi-am
412442
414444
415445 html: html-am
416446
447 html-am:
448
417449 info: info-am
418450
419451 info-am:
420452
421453 install-data-am: install-data-local install-iconDATA
422454
455 install-dvi: install-dvi-am
456
457 install-dvi-am:
458
423459 install-exec-am:
424460
461 install-html: install-html-am
462
463 install-html-am:
464
425465 install-info: install-info-am
426466
467 install-info-am:
468
427469 install-man:
470
471 install-pdf: install-pdf-am
472
473 install-pdf-am:
474
475 install-ps: install-ps-am
476
477 install-ps-am:
428478
429479 installcheck-am:
430480
444494
445495 ps-am:
446496
447 uninstall-am: uninstall-iconDATA uninstall-info-am
497 uninstall-am: uninstall-iconDATA
498
499 .MAKE: install-am install-strip
448500
449501 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
450502 distclean distclean-generic distclean-libtool distdir dvi \
451503 dvi-am html html-am info info-am install install-am \
452 install-data install-data-am install-data-local install-exec \
453 install-exec-am install-iconDATA install-info install-info-am \
454 install-man install-strip installcheck installcheck-am \
504 install-data install-data-am install-data-local install-dvi \
505 install-dvi-am install-exec install-exec-am install-html \
506 install-html-am install-iconDATA install-info install-info-am \
507 install-man install-pdf install-pdf-am install-ps \
508 install-ps-am install-strip installcheck installcheck-am \
455509 installdirs maintainer-clean maintainer-clean-generic \
456510 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
457 ps ps-am uninstall uninstall-am uninstall-iconDATA \
458 uninstall-info-am
511 ps ps-am uninstall uninstall-am uninstall-iconDATA
459512
460513
461514 # install aliases for icons, and the use the icon-naming-utils to install
466519 ln -sf dialog-ok.svg $(DESTDIR)$(icondir)/dialog-apply.svg
467520 ln -sf media-playback-stop.svg $(DESTDIR)$(icondir)/process-stop.svg
468521 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
522
469523 # Tell versions [3.59,3.63) of GNU make to not export all variables.
470524 # Otherwise a system limit (for SysV at least) may be exceeded.
471525 .NOEXPORT:
0 <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="toolbar_x5F_colors">
1 <g>
2 <circle cx="15.63" cy="39.5" fill="#D20000" r="10" stroke="#FFFFFF" stroke-width="2.25"/>
3 <circle cx="39.834" cy="39.5" fill="#0010D1" r="10" stroke="#FFFFFF" stroke-width="2.25"/>
4 <circle cx="15.167" cy="15.5" fill="#F7E100" r="10" stroke="#FFFFFF" stroke-width="2.25"/>
5 <circle cx="39.666" cy="15.5" r="10" stroke="#FFFFFF" stroke-width="2.25"/>
6 </g>
7 </g></svg>
0 <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
1 <!ENTITY stroke_color "none">
2 <!ENTITY fill_color "#ffffff">
3 ]><svg enable-background="new 0 0 55 55" height="55px" style="" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="toolbar_x5F_edit" style="">
4 <g style="">
5 <g style="">
6 <path d="M32.273,45.355L18.465,19.353c-3.814-7.899-4.424-11.525-0.141-13.536c0,0,11.524,24.763,12.583,26.696 c2.487,4.534,5.571,3.145,5.571,3.145L32.273,45.355z" fill="&fill_color;" style=""/>
7 <path d="M31.573,42.948c-0.379-3.795,2.384-7.179,6.182-7.562l0,0c3.795-0.382,7.179,2.382,7.562,6.179l0,0 c0.38,3.795-2.384,7.178-6.179,7.562l0,0C35.342,49.507,31.958,46.742,31.573,42.948L31.573,42.948z M34.519,42.652 c0.223,2.167,2.153,3.743,4.323,3.529l0,0c2.165-0.223,3.744-2.153,3.529-4.321l0,0c-0.222-2.167-2.153-3.742-4.319-3.529l0,0 C35.882,38.553,34.303,40.482,34.519,42.652L34.519,42.652z" fill="&fill_color;" style=""/>
8 </g>
9 <g style="">
10 <path d="M22.602,45.355L36.41,19.353c3.813-7.899,4.423-11.525,0.141-13.536c0,0-11.524,24.763-12.583,26.696 c-2.487,4.534-5.57,3.145-5.57,3.145L22.602,45.355z" fill="&fill_color;" style=""/>
11 <path d="M23.301,42.948c-0.384,3.794-3.768,6.559-7.565,6.178l0,0c-3.795-0.384-6.559-3.767-6.178-7.562l0,0 c0.383-3.797,3.767-6.561,7.562-6.179l0,0C20.918,35.77,23.68,39.153,23.301,42.948L23.301,42.948z M20.355,42.652 c0.216-2.17-1.363-4.1-3.533-4.321l0,0c-2.167-0.213-4.098,1.362-4.319,3.529l0,0c-0.215,2.168,1.364,4.099,3.53,4.321l0,0 C18.203,46.396,20.133,44.819,20.355,42.652L20.355,42.652z" fill="&fill_color;" style=""/>
12 </g>
13 </g>
14 </g></svg>
0 <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
1 <!ENTITY stroke_color "none">
2 <!ENTITY fill_color "#ffffff">
3 ]><svg enable-background="new 0 0 55 55" height="55px" style="" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="toolbar_x5F_view" style="">
4 <g style="">
5 <path d="M21.937,27.499c0,3.07,2.492,5.562,5.562,5.562c3.067,0,5.559-2.492,5.559-5.562 c0-3.067-2.491-5.564-5.559-5.564C24.429,21.935,21.937,24.432,21.937,27.499z" fill="&fill_color;" style=""/>
6 <path d="M27.499,13.037c-14.476,0-26.531,14.432-26.531,14.432s12.056,14.504,26.531,14.494 c14.474-0.01,26.533-14.513,26.533-14.513S41.973,13.025,27.499,13.037z M27.5,36.562c-5.003,0-9.063-4.061-9.063-9.063 c0-4.998,4.061-9.066,9.063-9.066c4.997,0,9.058,4.068,9.058,9.066C36.558,32.502,32.497,36.562,27.5,36.562z" fill="&fill_color;" style=""/>
7 </g>
8 </g></svg>
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = apps
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
178201 all: all-am
179202
180203 .SUFFIXES:
181 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
204 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
182205 @for dep in $?; do \
183206 case '$(am__configure_deps)' in \
184207 *$$dep*) \
185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
186 && exit 0; \
208 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
209 && { if test -f $@; then exit 0; else break; fi; }; \
187210 exit 1;; \
188211 esac; \
189212 done; \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/apps/Makefile'; \
191 cd $(top_srcdir) && \
192 $(AUTOMAKE) --foreign icons/scalable/apps/Makefile
213 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/apps/Makefile'; \
214 $(am__cd) $(top_srcdir) && \
215 $(AUTOMAKE) --foreign icons/scalable/apps/Makefile
193216 .PRECIOUS: Makefile
194217 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195218 @case '$?' in \
203226 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205228
206 $(top_srcdir)/configure: $(am__configure_deps)
229 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
207230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
231 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
209232 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233 $(am__aclocal_m4_deps):
210234
211235 mostlyclean-libtool:
212236 -rm -f *.lo
213237
214238 clean-libtool:
215239 -rm -rf .libs _libs
216
217 distclean-libtool:
218 -rm -f libtool
219 uninstall-info-am:
220240 install-iconDATA: $(icon_DATA)
221241 @$(NORMAL_INSTALL)
222 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
223 @list='$(icon_DATA)'; for p in $$list; do \
242 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
243 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
244 for p in $$list; do \
224245 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
225 f=$(am__strip_dir) \
226 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
227 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
246 echo "$$d$$p"; \
247 done | $(am__base_list) | \
248 while read files; do \
249 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
250 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
228251 done
229252
230253 uninstall-iconDATA:
231254 @$(NORMAL_UNINSTALL)
232 @list='$(icon_DATA)'; for p in $$list; do \
233 f=$(am__strip_dir) \
234 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
235 rm -f "$(DESTDIR)$(icondir)/$$f"; \
236 done
255 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
256 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
257 test -n "$$files" || exit 0; \
258 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
259 cd "$(DESTDIR)$(icondir)" && rm -f $$files
237260 tags: TAGS
238261 TAGS:
239262
242265
243266
244267 distdir: $(DISTFILES)
245 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
246 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
247 list='$(DISTFILES)'; for file in $$list; do \
248 case $$file in \
249 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
250 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
251 esac; \
268 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
269 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
270 list='$(DISTFILES)'; \
271 dist_files=`for file in $$list; do echo $$file; done | \
272 sed -e "s|^$$srcdirstrip/||;t" \
273 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
274 case $$dist_files in \
275 */*) $(MKDIR_P) `echo "$$dist_files" | \
276 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
277 sort -u` ;; \
278 esac; \
279 for file in $$dist_files; do \
252280 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
253 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
254 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
255 dir="/$$dir"; \
256 $(mkdir_p) "$(distdir)$$dir"; \
281 if test -d $$d/$$file; then \
282 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
283 if test -d "$(distdir)/$$file"; then \
284 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
285 fi; \
286 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
287 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
288 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
289 fi; \
290 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
257291 else \
258 dir=''; \
259 fi; \
260 if test -d $$d/$$file; then \
261 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
262 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
263 fi; \
264 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
265 else \
266 test -f $(distdir)/$$file \
267 || cp -p $$d/$$file $(distdir)/$$file \
292 test -f "$(distdir)/$$file" \
293 || cp -p $$d/$$file "$(distdir)/$$file" \
268294 || exit 1; \
269295 fi; \
270296 done
273299 all-am: Makefile $(DATA)
274300 installdirs:
275301 for dir in "$(DESTDIR)$(icondir)"; do \
276 test -z "$$dir" || $(mkdir_p) "$$dir"; \
302 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
277303 done
278304 install: install-am
279305 install-exec: install-exec-am
295321
296322 distclean-generic:
297323 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
324 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
298325
299326 maintainer-clean-generic:
300327 @echo "This command is intended for maintainers to use"
305332
306333 distclean: distclean-am
307334 -rm -f Makefile
308 distclean-am: clean-am distclean-generic distclean-libtool
335 distclean-am: clean-am distclean-generic
309336
310337 dvi: dvi-am
311338
313340
314341 html: html-am
315342
343 html-am:
344
316345 info: info-am
317346
318347 info-am:
319348
320349 install-data-am: install-data-local install-iconDATA
321350
351 install-dvi: install-dvi-am
352
353 install-dvi-am:
354
322355 install-exec-am:
323356
357 install-html: install-html-am
358
359 install-html-am:
360
324361 install-info: install-info-am
325362
363 install-info-am:
364
326365 install-man:
366
367 install-pdf: install-pdf-am
368
369 install-pdf-am:
370
371 install-ps: install-ps-am
372
373 install-ps-am:
327374
328375 installcheck-am:
329376
343390
344391 ps-am:
345392
346 uninstall-am: uninstall-iconDATA uninstall-info-am
393 uninstall-am: uninstall-iconDATA
394
395 .MAKE: install-am install-strip
347396
348397 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
349398 distclean distclean-generic distclean-libtool distdir dvi \
350399 dvi-am html html-am info info-am install install-am \
351 install-data install-data-am install-data-local install-exec \
352 install-exec-am install-iconDATA install-info install-info-am \
353 install-man install-strip installcheck installcheck-am \
400 install-data install-data-am install-data-local install-dvi \
401 install-dvi-am install-exec install-exec-am install-html \
402 install-html-am install-iconDATA install-info install-info-am \
403 install-man install-pdf install-pdf-am install-ps \
404 install-ps-am install-strip installcheck installcheck-am \
354405 installdirs maintainer-clean maintainer-clean-generic \
355406 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
356 ps ps-am uninstall uninstall-am uninstall-iconDATA \
357 uninstall-info-am
407 ps ps-am uninstall uninstall-am uninstall-iconDATA
358408
359409
360410 install-data-local: install-iconDATA
361411 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
412
362413 # Tell versions [3.59,3.63) of GNU make to not export all variables.
363414 # Otherwise a system limit (for SysV at least) may be exceeded.
364415 .NOEXPORT:
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = categories
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
178201 all: all-am
179202
180203 .SUFFIXES:
181 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
204 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
182205 @for dep in $?; do \
183206 case '$(am__configure_deps)' in \
184207 *$$dep*) \
185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
186 && exit 0; \
208 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
209 && { if test -f $@; then exit 0; else break; fi; }; \
187210 exit 1;; \
188211 esac; \
189212 done; \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/categories/Makefile'; \
191 cd $(top_srcdir) && \
192 $(AUTOMAKE) --foreign icons/scalable/categories/Makefile
213 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/categories/Makefile'; \
214 $(am__cd) $(top_srcdir) && \
215 $(AUTOMAKE) --foreign icons/scalable/categories/Makefile
193216 .PRECIOUS: Makefile
194217 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195218 @case '$?' in \
203226 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205228
206 $(top_srcdir)/configure: $(am__configure_deps)
229 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
207230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
231 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
209232 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233 $(am__aclocal_m4_deps):
210234
211235 mostlyclean-libtool:
212236 -rm -f *.lo
213237
214238 clean-libtool:
215239 -rm -rf .libs _libs
216
217 distclean-libtool:
218 -rm -f libtool
219 uninstall-info-am:
220240 install-iconDATA: $(icon_DATA)
221241 @$(NORMAL_INSTALL)
222 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
223 @list='$(icon_DATA)'; for p in $$list; do \
242 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
243 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
244 for p in $$list; do \
224245 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
225 f=$(am__strip_dir) \
226 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
227 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
246 echo "$$d$$p"; \
247 done | $(am__base_list) | \
248 while read files; do \
249 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
250 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
228251 done
229252
230253 uninstall-iconDATA:
231254 @$(NORMAL_UNINSTALL)
232 @list='$(icon_DATA)'; for p in $$list; do \
233 f=$(am__strip_dir) \
234 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
235 rm -f "$(DESTDIR)$(icondir)/$$f"; \
236 done
255 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
256 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
257 test -n "$$files" || exit 0; \
258 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
259 cd "$(DESTDIR)$(icondir)" && rm -f $$files
237260 tags: TAGS
238261 TAGS:
239262
242265
243266
244267 distdir: $(DISTFILES)
245 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
246 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
247 list='$(DISTFILES)'; for file in $$list; do \
248 case $$file in \
249 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
250 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
251 esac; \
268 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
269 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
270 list='$(DISTFILES)'; \
271 dist_files=`for file in $$list; do echo $$file; done | \
272 sed -e "s|^$$srcdirstrip/||;t" \
273 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
274 case $$dist_files in \
275 */*) $(MKDIR_P) `echo "$$dist_files" | \
276 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
277 sort -u` ;; \
278 esac; \
279 for file in $$dist_files; do \
252280 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
253 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
254 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
255 dir="/$$dir"; \
256 $(mkdir_p) "$(distdir)$$dir"; \
281 if test -d $$d/$$file; then \
282 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
283 if test -d "$(distdir)/$$file"; then \
284 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
285 fi; \
286 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
287 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
288 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
289 fi; \
290 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
257291 else \
258 dir=''; \
259 fi; \
260 if test -d $$d/$$file; then \
261 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
262 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
263 fi; \
264 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
265 else \
266 test -f $(distdir)/$$file \
267 || cp -p $$d/$$file $(distdir)/$$file \
292 test -f "$(distdir)/$$file" \
293 || cp -p $$d/$$file "$(distdir)/$$file" \
268294 || exit 1; \
269295 fi; \
270296 done
273299 all-am: Makefile $(DATA)
274300 installdirs:
275301 for dir in "$(DESTDIR)$(icondir)"; do \
276 test -z "$$dir" || $(mkdir_p) "$$dir"; \
302 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
277303 done
278304 install: install-am
279305 install-exec: install-exec-am
295321
296322 distclean-generic:
297323 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
324 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
298325
299326 maintainer-clean-generic:
300327 @echo "This command is intended for maintainers to use"
305332
306333 distclean: distclean-am
307334 -rm -f Makefile
308 distclean-am: clean-am distclean-generic distclean-libtool
335 distclean-am: clean-am distclean-generic
309336
310337 dvi: dvi-am
311338
313340
314341 html: html-am
315342
343 html-am:
344
316345 info: info-am
317346
318347 info-am:
319348
320349 install-data-am: install-data-local install-iconDATA
321350
351 install-dvi: install-dvi-am
352
353 install-dvi-am:
354
322355 install-exec-am:
323356
357 install-html: install-html-am
358
359 install-html-am:
360
324361 install-info: install-info-am
325362
363 install-info-am:
364
326365 install-man:
366
367 install-pdf: install-pdf-am
368
369 install-pdf-am:
370
371 install-ps: install-ps-am
372
373 install-ps-am:
327374
328375 installcheck-am:
329376
343390
344391 ps-am:
345392
346 uninstall-am: uninstall-iconDATA uninstall-info-am
393 uninstall-am: uninstall-iconDATA
394
395 .MAKE: install-am install-strip
347396
348397 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
349398 distclean distclean-generic distclean-libtool distdir dvi \
350399 dvi-am html html-am info info-am install install-am \
351 install-data install-data-am install-data-local install-exec \
352 install-exec-am install-iconDATA install-info install-info-am \
353 install-man install-strip installcheck installcheck-am \
400 install-data install-data-am install-data-local install-dvi \
401 install-dvi-am install-exec install-exec-am install-html \
402 install-html-am install-iconDATA install-info install-info-am \
403 install-man install-pdf install-pdf-am install-ps \
404 install-ps-am install-strip installcheck installcheck-am \
354405 installdirs maintainer-clean maintainer-clean-generic \
355406 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
356 ps ps-am uninstall uninstall-am uninstall-iconDATA \
357 uninstall-info-am
407 ps ps-am uninstall uninstall-am uninstall-iconDATA
358408
359409
360410 install-data-local: install-iconDATA
361411 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
412
362413 # Tell versions [3.59,3.63) of GNU make to not export all variables.
363414 # Otherwise a system limit (for SysV at least) may be exceeded.
364415 .NOEXPORT:
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = control
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
179202 all: all-am
180203
181204 .SUFFIXES:
182 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
205 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
183206 @for dep in $?; do \
184207 case '$(am__configure_deps)' in \
185208 *$$dep*) \
186 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
187 && exit 0; \
209 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
210 && { if test -f $@; then exit 0; else break; fi; }; \
188211 exit 1;; \
189212 esac; \
190213 done; \
191 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/control/Makefile'; \
192 cd $(top_srcdir) && \
193 $(AUTOMAKE) --foreign icons/scalable/control/Makefile
214 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/control/Makefile'; \
215 $(am__cd) $(top_srcdir) && \
216 $(AUTOMAKE) --foreign icons/scalable/control/Makefile
194217 .PRECIOUS: Makefile
195218 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
196219 @case '$?' in \
204227 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
205228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206229
207 $(top_srcdir)/configure: $(am__configure_deps)
230 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
208231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
232 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
210233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234 $(am__aclocal_m4_deps):
211235
212236 mostlyclean-libtool:
213237 -rm -f *.lo
214238
215239 clean-libtool:
216240 -rm -rf .libs _libs
217
218 distclean-libtool:
219 -rm -f libtool
220 uninstall-info-am:
221241 install-iconDATA: $(icon_DATA)
222242 @$(NORMAL_INSTALL)
223 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
224 @list='$(icon_DATA)'; for p in $$list; do \
243 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
244 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
245 for p in $$list; do \
225246 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
226 f=$(am__strip_dir) \
227 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
228 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
247 echo "$$d$$p"; \
248 done | $(am__base_list) | \
249 while read files; do \
250 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
251 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
229252 done
230253
231254 uninstall-iconDATA:
232255 @$(NORMAL_UNINSTALL)
233 @list='$(icon_DATA)'; for p in $$list; do \
234 f=$(am__strip_dir) \
235 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
236 rm -f "$(DESTDIR)$(icondir)/$$f"; \
237 done
256 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
257 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
258 test -n "$$files" || exit 0; \
259 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
260 cd "$(DESTDIR)$(icondir)" && rm -f $$files
238261 tags: TAGS
239262 TAGS:
240263
243266
244267
245268 distdir: $(DISTFILES)
246 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
247 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
248 list='$(DISTFILES)'; for file in $$list; do \
249 case $$file in \
250 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
251 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
252 esac; \
269 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
270 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
271 list='$(DISTFILES)'; \
272 dist_files=`for file in $$list; do echo $$file; done | \
273 sed -e "s|^$$srcdirstrip/||;t" \
274 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
275 case $$dist_files in \
276 */*) $(MKDIR_P) `echo "$$dist_files" | \
277 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
278 sort -u` ;; \
279 esac; \
280 for file in $$dist_files; do \
253281 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
254 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
255 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
256 dir="/$$dir"; \
257 $(mkdir_p) "$(distdir)$$dir"; \
282 if test -d $$d/$$file; then \
283 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
284 if test -d "$(distdir)/$$file"; then \
285 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
286 fi; \
287 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
288 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
289 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
290 fi; \
291 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
258292 else \
259 dir=''; \
260 fi; \
261 if test -d $$d/$$file; then \
262 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
263 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
264 fi; \
265 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
266 else \
267 test -f $(distdir)/$$file \
268 || cp -p $$d/$$file $(distdir)/$$file \
293 test -f "$(distdir)/$$file" \
294 || cp -p $$d/$$file "$(distdir)/$$file" \
269295 || exit 1; \
270296 fi; \
271297 done
274300 all-am: Makefile $(DATA)
275301 installdirs:
276302 for dir in "$(DESTDIR)$(icondir)"; do \
277 test -z "$$dir" || $(mkdir_p) "$$dir"; \
303 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
278304 done
279305 install: install-am
280306 install-exec: install-exec-am
296322
297323 distclean-generic:
298324 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
325 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
299326
300327 maintainer-clean-generic:
301328 @echo "This command is intended for maintainers to use"
306333
307334 distclean: distclean-am
308335 -rm -f Makefile
309 distclean-am: clean-am distclean-generic distclean-libtool
336 distclean-am: clean-am distclean-generic
310337
311338 dvi: dvi-am
312339
314341
315342 html: html-am
316343
344 html-am:
345
317346 info: info-am
318347
319348 info-am:
320349
321350 install-data-am: install-data-local install-iconDATA
322351
352 install-dvi: install-dvi-am
353
354 install-dvi-am:
355
323356 install-exec-am:
324357
358 install-html: install-html-am
359
360 install-html-am:
361
325362 install-info: install-info-am
326363
364 install-info-am:
365
327366 install-man:
367
368 install-pdf: install-pdf-am
369
370 install-pdf-am:
371
372 install-ps: install-ps-am
373
374 install-ps-am:
328375
329376 installcheck-am:
330377
344391
345392 ps-am:
346393
347 uninstall-am: uninstall-iconDATA uninstall-info-am
394 uninstall-am: uninstall-iconDATA
395
396 .MAKE: install-am install-strip
348397
349398 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
350399 distclean distclean-generic distclean-libtool distdir dvi \
351400 dvi-am html html-am info info-am install install-am \
352 install-data install-data-am install-data-local install-exec \
353 install-exec-am install-iconDATA install-info install-info-am \
354 install-man install-strip installcheck installcheck-am \
401 install-data install-data-am install-data-local install-dvi \
402 install-dvi-am install-exec install-exec-am install-html \
403 install-html-am install-iconDATA install-info install-info-am \
404 install-man install-pdf install-pdf-am install-ps \
405 install-ps-am install-strip installcheck installcheck-am \
355406 installdirs maintainer-clean maintainer-clean-generic \
356407 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
357 ps ps-am uninstall uninstall-am uninstall-iconDATA \
358 uninstall-info-am
408 ps ps-am uninstall uninstall-am uninstall-iconDATA
359409
360410
361411 install-data-local: install-iconDATA
362412 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
413
363414 # Tell versions [3.59,3.63) of GNU make to not export all variables.
364415 # Otherwise a system limit (for SysV at least) may be exceeded.
365416 .NOEXPORT:
2424 battery-090.svg \
2525 battery-100.icon \
2626 battery-100.svg \
27 battery-charging-100.svg \
2827 battery-charging-000.svg \
2928 battery-charging-010.svg \
3029 battery-charging-020.svg \
4342 drive.svg \
4443 drive-harddisk.svg \
4544 drive-harddisk-usb.svg \
45 media.svg \
46 media-optical.svg \
4647 media-disk.svg \
4748 media-flash-sd.svg \
4849 microphone.svg \
50 network-gsm.svg \
4951 network-mesh.svg \
5052 network-mesh.icon \
5153 network-wired.svg \
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = device
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
194217 battery-090.svg \
195218 battery-100.icon \
196219 battery-100.svg \
197 battery-charging-100.svg \
198220 battery-charging-000.svg \
199221 battery-charging-010.svg \
200222 battery-charging-020.svg \
213235 drive.svg \
214236 drive-harddisk.svg \
215237 drive-harddisk-usb.svg \
238 media.svg \
239 media-optical.svg \
216240 media-disk.svg \
217241 media-flash-sd.svg \
218242 microphone.svg \
243 network-gsm.svg \
219244 network-mesh.svg \
220245 network-mesh.icon \
221246 network-wired.svg \
257282 all: all-am
258283
259284 .SUFFIXES:
260 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
285 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
261286 @for dep in $?; do \
262287 case '$(am__configure_deps)' in \
263288 *$$dep*) \
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
265 && exit 0; \
289 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
290 && { if test -f $@; then exit 0; else break; fi; }; \
266291 exit 1;; \
267292 esac; \
268293 done; \
269 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/device/Makefile'; \
270 cd $(top_srcdir) && \
271 $(AUTOMAKE) --foreign icons/scalable/device/Makefile
294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/device/Makefile'; \
295 $(am__cd) $(top_srcdir) && \
296 $(AUTOMAKE) --foreign icons/scalable/device/Makefile
272297 .PRECIOUS: Makefile
273298 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274299 @case '$?' in \
282307 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284309
285 $(top_srcdir)/configure: $(am__configure_deps)
310 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
286311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
312 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314 $(am__aclocal_m4_deps):
289315
290316 mostlyclean-libtool:
291317 -rm -f *.lo
292318
293319 clean-libtool:
294320 -rm -rf .libs _libs
295
296 distclean-libtool:
297 -rm -f libtool
298 uninstall-info-am:
299321 install-iconDATA: $(icon_DATA)
300322 @$(NORMAL_INSTALL)
301 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
302 @list='$(icon_DATA)'; for p in $$list; do \
323 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
324 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
325 for p in $$list; do \
303326 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
304 f=$(am__strip_dir) \
305 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
306 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
327 echo "$$d$$p"; \
328 done | $(am__base_list) | \
329 while read files; do \
330 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
331 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
307332 done
308333
309334 uninstall-iconDATA:
310335 @$(NORMAL_UNINSTALL)
311 @list='$(icon_DATA)'; for p in $$list; do \
312 f=$(am__strip_dir) \
313 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
314 rm -f "$(DESTDIR)$(icondir)/$$f"; \
315 done
336 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
337 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
338 test -n "$$files" || exit 0; \
339 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
340 cd "$(DESTDIR)$(icondir)" && rm -f $$files
316341 tags: TAGS
317342 TAGS:
318343
321346
322347
323348 distdir: $(DISTFILES)
324 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
325 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
326 list='$(DISTFILES)'; for file in $$list; do \
327 case $$file in \
328 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
329 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
330 esac; \
349 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351 list='$(DISTFILES)'; \
352 dist_files=`for file in $$list; do echo $$file; done | \
353 sed -e "s|^$$srcdirstrip/||;t" \
354 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
355 case $$dist_files in \
356 */*) $(MKDIR_P) `echo "$$dist_files" | \
357 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
358 sort -u` ;; \
359 esac; \
360 for file in $$dist_files; do \
331361 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
333 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
334 dir="/$$dir"; \
335 $(mkdir_p) "$(distdir)$$dir"; \
362 if test -d $$d/$$file; then \
363 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
364 if test -d "$(distdir)/$$file"; then \
365 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
366 fi; \
367 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
368 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
369 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
370 fi; \
371 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
336372 else \
337 dir=''; \
338 fi; \
339 if test -d $$d/$$file; then \
340 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
341 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
342 fi; \
343 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
344 else \
345 test -f $(distdir)/$$file \
346 || cp -p $$d/$$file $(distdir)/$$file \
373 test -f "$(distdir)/$$file" \
374 || cp -p $$d/$$file "$(distdir)/$$file" \
347375 || exit 1; \
348376 fi; \
349377 done
352380 all-am: Makefile $(DATA)
353381 installdirs:
354382 for dir in "$(DESTDIR)$(icondir)"; do \
355 test -z "$$dir" || $(mkdir_p) "$$dir"; \
383 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
356384 done
357385 install: install-am
358386 install-exec: install-exec-am
374402
375403 distclean-generic:
376404 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
405 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
377406
378407 maintainer-clean-generic:
379408 @echo "This command is intended for maintainers to use"
384413
385414 distclean: distclean-am
386415 -rm -f Makefile
387 distclean-am: clean-am distclean-generic distclean-libtool
416 distclean-am: clean-am distclean-generic
388417
389418 dvi: dvi-am
390419
392421
393422 html: html-am
394423
424 html-am:
425
395426 info: info-am
396427
397428 info-am:
398429
399430 install-data-am: install-data-local install-iconDATA
400431
432 install-dvi: install-dvi-am
433
434 install-dvi-am:
435
401436 install-exec-am:
402437
438 install-html: install-html-am
439
440 install-html-am:
441
403442 install-info: install-info-am
404443
444 install-info-am:
445
405446 install-man:
447
448 install-pdf: install-pdf-am
449
450 install-pdf-am:
451
452 install-ps: install-ps-am
453
454 install-ps-am:
406455
407456 installcheck-am:
408457
422471
423472 ps-am:
424473
425 uninstall-am: uninstall-iconDATA uninstall-info-am
474 uninstall-am: uninstall-iconDATA
475
476 .MAKE: install-am install-strip
426477
427478 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
428479 distclean distclean-generic distclean-libtool distdir dvi \
429480 dvi-am html html-am info info-am install install-am \
430 install-data install-data-am install-data-local install-exec \
431 install-exec-am install-iconDATA install-info install-info-am \
432 install-man install-strip installcheck installcheck-am \
481 install-data install-data-am install-data-local install-dvi \
482 install-dvi-am install-exec install-exec-am install-html \
483 install-html-am install-iconDATA install-info install-info-am \
484 install-man install-pdf install-pdf-am install-ps \
485 install-ps-am install-strip installcheck installcheck-am \
433486 installdirs maintainer-clean maintainer-clean-generic \
434487 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
435 ps ps-am uninstall uninstall-am uninstall-iconDATA \
436 uninstall-info-am
488 ps ps-am uninstall uninstall-am uninstall-iconDATA
437489
438490
439491 install-data-local: install-iconDATA
440492 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
493
441494 # Tell versions [3.59,3.63) of GNU make to not export all variables.
442495 # Otherwise a system limit (for SysV at least) may be exceeded.
443496 .NOEXPORT:
0 <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
1 <!ENTITY stroke_color "#010101">
2 <!ENTITY fill_color "#ffffff">
3 ]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="media-disk">
4 <path d="M27.378,5C14.956,5,4.875,15.099,4.875,27.502 C4.875,39.921,14.956,50,27.378,50c12.411,0,22.496-10.079,22.496-22.498C49.875,15.099,39.79,5,27.378,5z M27.377,34.52 c-3.875,0-7.023-3.146-7.023-7.02c0-3.87,3.147-7.021,7.023-7.021c3.871,0,7.017,3.152,7.017,7.021 C34.394,31.374,31.249,34.52,27.377,34.52z" display="inline" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5"/>
5 </g></svg>
0 <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
1 <!ENTITY stroke_color "#010101">
2 <!ENTITY fill_color "#ffffff">
3 ]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="media-flash-usb">
4 <g display="inline">
5 <path d="M15.885,16.723c-6.641,0-12.023,5.385-12.023,12.025 c0,6.639,5.383,12.023,12.023,12.023h0.014h27.259V16.723H15.899" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5"/>
6 <rect fill="&fill_color;" height="14.182" stroke="&stroke_color;" stroke-width="3.5" width="9.14" x="43.722" y="21.731"/>
7 </g>
8 </g></svg>
0 <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
1 <!ENTITY stroke_color "#666666">
2 <!ENTITY fill_color "#ffffff">
3 ]><svg enable-background="new 0 0 56.167 55" height="55px" version="1.1" viewBox="0 0 56.167 55" width="56.167px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-gsm">
4 <g>
5 <path d="M13.759,11.28 v28.937h0.002c0,0.004-0.002,0.008-0.002,0.014c0,7.05,5.715,12.763,12.764,12.763c7.047,0,12.762-5.713,12.762-12.763v-0.014 V11.28H13.759z" fill="&fill_color;" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
6 <rect fill="&stroke_color;" height="9.702" width="14.063" x="19.43" y="16.902"/>
7
8 <line fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" x1="39.286" x2="39.286" y1="11.28" y2="1.993"/>
9 </g>
10 </g></svg>
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = emblems
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
186209 all: all-am
187210
188211 .SUFFIXES:
189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
212 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
190213 @for dep in $?; do \
191214 case '$(am__configure_deps)' in \
192215 *$$dep*) \
193 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
194 && exit 0; \
216 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
217 && { if test -f $@; then exit 0; else break; fi; }; \
195218 exit 1;; \
196219 esac; \
197220 done; \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/emblems/Makefile'; \
199 cd $(top_srcdir) && \
200 $(AUTOMAKE) --foreign icons/scalable/emblems/Makefile
221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/emblems/Makefile'; \
222 $(am__cd) $(top_srcdir) && \
223 $(AUTOMAKE) --foreign icons/scalable/emblems/Makefile
201224 .PRECIOUS: Makefile
202225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203226 @case '$?' in \
211234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213236
214 $(top_srcdir)/configure: $(am__configure_deps)
237 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
215238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
239 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(am__aclocal_m4_deps):
218242
219243 mostlyclean-libtool:
220244 -rm -f *.lo
221245
222246 clean-libtool:
223247 -rm -rf .libs _libs
224
225 distclean-libtool:
226 -rm -f libtool
227 uninstall-info-am:
228248 install-iconDATA: $(icon_DATA)
229249 @$(NORMAL_INSTALL)
230 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
231 @list='$(icon_DATA)'; for p in $$list; do \
250 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
251 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
252 for p in $$list; do \
232253 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
233 f=$(am__strip_dir) \
234 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
235 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
254 echo "$$d$$p"; \
255 done | $(am__base_list) | \
256 while read files; do \
257 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
258 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
236259 done
237260
238261 uninstall-iconDATA:
239262 @$(NORMAL_UNINSTALL)
240 @list='$(icon_DATA)'; for p in $$list; do \
241 f=$(am__strip_dir) \
242 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
243 rm -f "$(DESTDIR)$(icondir)/$$f"; \
244 done
263 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
264 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
265 test -n "$$files" || exit 0; \
266 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
267 cd "$(DESTDIR)$(icondir)" && rm -f $$files
245268 tags: TAGS
246269 TAGS:
247270
250273
251274
252275 distdir: $(DISTFILES)
253 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
254 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
255 list='$(DISTFILES)'; for file in $$list; do \
256 case $$file in \
257 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
258 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
259 esac; \
276 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
277 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
278 list='$(DISTFILES)'; \
279 dist_files=`for file in $$list; do echo $$file; done | \
280 sed -e "s|^$$srcdirstrip/||;t" \
281 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
282 case $$dist_files in \
283 */*) $(MKDIR_P) `echo "$$dist_files" | \
284 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
285 sort -u` ;; \
286 esac; \
287 for file in $$dist_files; do \
260288 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
261 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
262 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
263 dir="/$$dir"; \
264 $(mkdir_p) "$(distdir)$$dir"; \
289 if test -d $$d/$$file; then \
290 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
291 if test -d "$(distdir)/$$file"; then \
292 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293 fi; \
294 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
296 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297 fi; \
298 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
265299 else \
266 dir=''; \
267 fi; \
268 if test -d $$d/$$file; then \
269 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
270 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
271 fi; \
272 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
273 else \
274 test -f $(distdir)/$$file \
275 || cp -p $$d/$$file $(distdir)/$$file \
300 test -f "$(distdir)/$$file" \
301 || cp -p $$d/$$file "$(distdir)/$$file" \
276302 || exit 1; \
277303 fi; \
278304 done
281307 all-am: Makefile $(DATA)
282308 installdirs:
283309 for dir in "$(DESTDIR)$(icondir)"; do \
284 test -z "$$dir" || $(mkdir_p) "$$dir"; \
310 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
285311 done
286312 install: install-am
287313 install-exec: install-exec-am
303329
304330 distclean-generic:
305331 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
332 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
306333
307334 maintainer-clean-generic:
308335 @echo "This command is intended for maintainers to use"
313340
314341 distclean: distclean-am
315342 -rm -f Makefile
316 distclean-am: clean-am distclean-generic distclean-libtool
343 distclean-am: clean-am distclean-generic
317344
318345 dvi: dvi-am
319346
321348
322349 html: html-am
323350
351 html-am:
352
324353 info: info-am
325354
326355 info-am:
327356
328357 install-data-am: install-data-local install-iconDATA
329358
359 install-dvi: install-dvi-am
360
361 install-dvi-am:
362
330363 install-exec-am:
331364
365 install-html: install-html-am
366
367 install-html-am:
368
332369 install-info: install-info-am
333370
371 install-info-am:
372
334373 install-man:
374
375 install-pdf: install-pdf-am
376
377 install-pdf-am:
378
379 install-ps: install-ps-am
380
381 install-ps-am:
335382
336383 installcheck-am:
337384
351398
352399 ps-am:
353400
354 uninstall-am: uninstall-iconDATA uninstall-info-am
401 uninstall-am: uninstall-iconDATA
402
403 .MAKE: install-am install-strip
355404
356405 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
357406 distclean distclean-generic distclean-libtool distdir dvi \
358407 dvi-am html html-am info info-am install install-am \
359 install-data install-data-am install-data-local install-exec \
360 install-exec-am install-iconDATA install-info install-info-am \
361 install-man install-strip installcheck installcheck-am \
408 install-data install-data-am install-data-local install-dvi \
409 install-dvi-am install-exec install-exec-am install-html \
410 install-html-am install-iconDATA install-info install-info-am \
411 install-man install-pdf install-pdf-am install-ps \
412 install-ps-am install-strip installcheck installcheck-am \
362413 installdirs maintainer-clean maintainer-clean-generic \
363414 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
364 ps ps-am uninstall uninstall-am uninstall-iconDATA \
365 uninstall-info-am
415 ps ps-am uninstall uninstall-am uninstall-iconDATA
366416
367417
368418 install-data-local: install-iconDATA
369419 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
420
370421 # Tell versions [3.59,3.63) of GNU make to not export all variables.
371422 # Otherwise a system limit (for SysV at least) may be exceeded.
372423 .NOEXPORT:
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = mimetypes
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
186209 all: all-am
187210
188211 .SUFFIXES:
189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
212 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
190213 @for dep in $?; do \
191214 case '$(am__configure_deps)' in \
192215 *$$dep*) \
193 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
194 && exit 0; \
216 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
217 && { if test -f $@; then exit 0; else break; fi; }; \
195218 exit 1;; \
196219 esac; \
197220 done; \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/mimetypes/Makefile'; \
199 cd $(top_srcdir) && \
200 $(AUTOMAKE) --foreign icons/scalable/mimetypes/Makefile
221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/mimetypes/Makefile'; \
222 $(am__cd) $(top_srcdir) && \
223 $(AUTOMAKE) --foreign icons/scalable/mimetypes/Makefile
201224 .PRECIOUS: Makefile
202225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203226 @case '$?' in \
211234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213236
214 $(top_srcdir)/configure: $(am__configure_deps)
237 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
215238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
239 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(am__aclocal_m4_deps):
218242
219243 mostlyclean-libtool:
220244 -rm -f *.lo
221245
222246 clean-libtool:
223247 -rm -rf .libs _libs
224
225 distclean-libtool:
226 -rm -f libtool
227 uninstall-info-am:
228248 install-iconDATA: $(icon_DATA)
229249 @$(NORMAL_INSTALL)
230 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
231 @list='$(icon_DATA)'; for p in $$list; do \
250 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
251 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
252 for p in $$list; do \
232253 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
233 f=$(am__strip_dir) \
234 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
235 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
254 echo "$$d$$p"; \
255 done | $(am__base_list) | \
256 while read files; do \
257 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
258 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
236259 done
237260
238261 uninstall-iconDATA:
239262 @$(NORMAL_UNINSTALL)
240 @list='$(icon_DATA)'; for p in $$list; do \
241 f=$(am__strip_dir) \
242 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
243 rm -f "$(DESTDIR)$(icondir)/$$f"; \
244 done
263 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
264 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
265 test -n "$$files" || exit 0; \
266 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
267 cd "$(DESTDIR)$(icondir)" && rm -f $$files
245268 tags: TAGS
246269 TAGS:
247270
250273
251274
252275 distdir: $(DISTFILES)
253 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
254 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
255 list='$(DISTFILES)'; for file in $$list; do \
256 case $$file in \
257 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
258 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
259 esac; \
276 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
277 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
278 list='$(DISTFILES)'; \
279 dist_files=`for file in $$list; do echo $$file; done | \
280 sed -e "s|^$$srcdirstrip/||;t" \
281 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
282 case $$dist_files in \
283 */*) $(MKDIR_P) `echo "$$dist_files" | \
284 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
285 sort -u` ;; \
286 esac; \
287 for file in $$dist_files; do \
260288 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
261 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
262 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
263 dir="/$$dir"; \
264 $(mkdir_p) "$(distdir)$$dir"; \
289 if test -d $$d/$$file; then \
290 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
291 if test -d "$(distdir)/$$file"; then \
292 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293 fi; \
294 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
296 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297 fi; \
298 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
265299 else \
266 dir=''; \
267 fi; \
268 if test -d $$d/$$file; then \
269 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
270 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
271 fi; \
272 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
273 else \
274 test -f $(distdir)/$$file \
275 || cp -p $$d/$$file $(distdir)/$$file \
300 test -f "$(distdir)/$$file" \
301 || cp -p $$d/$$file "$(distdir)/$$file" \
276302 || exit 1; \
277303 fi; \
278304 done
281307 all-am: Makefile $(DATA)
282308 installdirs:
283309 for dir in "$(DESTDIR)$(icondir)"; do \
284 test -z "$$dir" || $(mkdir_p) "$$dir"; \
310 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
285311 done
286312 install: install-am
287313 install-exec: install-exec-am
303329
304330 distclean-generic:
305331 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
332 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
306333
307334 maintainer-clean-generic:
308335 @echo "This command is intended for maintainers to use"
313340
314341 distclean: distclean-am
315342 -rm -f Makefile
316 distclean-am: clean-am distclean-generic distclean-libtool
343 distclean-am: clean-am distclean-generic
317344
318345 dvi: dvi-am
319346
321348
322349 html: html-am
323350
351 html-am:
352
324353 info: info-am
325354
326355 info-am:
327356
328357 install-data-am: install-data-local install-iconDATA
329358
359 install-dvi: install-dvi-am
360
361 install-dvi-am:
362
330363 install-exec-am:
331364
365 install-html: install-html-am
366
367 install-html-am:
368
332369 install-info: install-info-am
333370
371 install-info-am:
372
334373 install-man:
374
375 install-pdf: install-pdf-am
376
377 install-pdf-am:
378
379 install-ps: install-ps-am
380
381 install-ps-am:
335382
336383 installcheck-am:
337384
351398
352399 ps-am:
353400
354 uninstall-am: uninstall-iconDATA uninstall-info-am
401 uninstall-am: uninstall-iconDATA
402
403 .MAKE: install-am install-strip
355404
356405 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
357406 distclean distclean-generic distclean-libtool distdir dvi \
358407 dvi-am html html-am info info-am install install-am \
359 install-data install-data-am install-data-local install-exec \
360 install-exec-am install-iconDATA install-info install-info-am \
361 install-man install-strip installcheck installcheck-am \
408 install-data install-data-am install-data-local install-dvi \
409 install-dvi-am install-exec install-exec-am install-html \
410 install-html-am install-iconDATA install-info install-info-am \
411 install-man install-pdf install-pdf-am install-ps \
412 install-ps-am install-strip installcheck installcheck-am \
362413 installdirs maintainer-clean maintainer-clean-generic \
363414 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
364 ps ps-am uninstall uninstall-am uninstall-iconDATA \
365 uninstall-info-am
415 ps ps-am uninstall uninstall-am uninstall-iconDATA
366416
367417
368418 install-data-local: install-iconDATA
369419 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
420
370421 # Tell versions [3.59,3.63) of GNU make to not export all variables.
371422 # Otherwise a system limit (for SysV at least) may be exceeded.
372423 .NOEXPORT:
66 audio-volume-low.svg \
77 audio-volume-medium.svg \
88 audio-volume-muted.svg \
9 data-download.svg \
10 data-upload.svg \
911 image-missing.svg
1012
1113 EXTRA_DIST = $(icon_DATA)
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1314
1415 @SET_MAKE@
1516
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1817 VPATH = @srcdir@
1918 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2322 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2523 install_sh_DATA = $(install_sh) -c -m 644
2624 install_sh_PROGRAM = $(install_sh) -c
2725 install_sh_SCRIPT = $(install_sh) -c
4442 mkinstalldirs = $(install_sh) -d
4543 CONFIG_HEADER = $(top_builddir)/config.h
4644 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
4746 SOURCES =
4847 DIST_SOURCES =
4948 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5251 *) f=$$p;; \
5352 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60 for p in $$list; do echo "$$p $$p"; done | \
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63 if (++n[$$2] == $(am__install_max)) \
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65 END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5569 am__installdirs = "$(DESTDIR)$(icondir)"
56 iconDATA_INSTALL = $(INSTALL_DATA)
5770 DATA = $(icon_DATA)
5871 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5972 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
6273 AMTAR = @AMTAR@
6374 AR = @AR@
6475 AUTOCONF = @AUTOCONF@
91102 GTK_VERSION = @GTK_VERSION@
92103 ICONMAP = @ICONMAP@
93104 ICON_SLICER = @ICON_SLICER@
105 INSTALL = @INSTALL@
94106 INSTALL_DATA = @INSTALL_DATA@
95107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103115 LIPO = @LIPO@
104116 LN_S = @LN_S@
105117 LTLIBOBJS = @LTLIBOBJS@
118 MAINT = @MAINT@
106119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
107121 NM = @NM@
108122 NMEDIT = @NMEDIT@
123 OBJDUMP = @OBJDUMP@
109124 OBJEXT = @OBJEXT@
110125 OTOOL = @OTOOL@
111126 OTOOL64 = @OTOOL64@
123138 SHELL = @SHELL@
124139 STRIP = @STRIP@
125140 VERSION = @VERSION@
141 WARN_CFLAGS = @WARN_CFLAGS@
142 abs_builddir = @abs_builddir@
143 abs_srcdir = @abs_srcdir@
144 abs_top_builddir = @abs_top_builddir@
145 abs_top_srcdir = @abs_top_srcdir@
126146 ac_ct_CC = @ac_ct_CC@
127147 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130148 am__include = @am__include@
131149 am__leading_dot = @am__leading_dot@
132150 am__quote = @am__quote@
138156 build_cpu = @build_cpu@
139157 build_os = @build_os@
140158 build_vendor = @build_vendor@
159 builddir = @builddir@
141160 datadir = @datadir@
142161 datarootdir = @datarootdir@
143162 docdir = @docdir@
166185 psdir = @psdir@
167186 sbindir = @sbindir@
168187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
169189 sysconfdir = @sysconfdir@
170190 target_alias = @target_alias@
191 top_build_prefix = @top_build_prefix@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
171194 iconsize = scalable
172195 category = status
173196 icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
176199 audio-volume-low.svg \
177200 audio-volume-medium.svg \
178201 audio-volume-muted.svg \
202 data-download.svg \
203 data-upload.svg \
179204 image-missing.svg
180205
181206 EXTRA_DIST = $(icon_DATA)
182207 all: all-am
183208
184209 .SUFFIXES:
185 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
210 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
186211 @for dep in $?; do \
187212 case '$(am__configure_deps)' in \
188213 *$$dep*) \
189 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190 && exit 0; \
214 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
215 && { if test -f $@; then exit 0; else break; fi; }; \
191216 exit 1;; \
192217 esac; \
193218 done; \
194 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/status/Makefile'; \
195 cd $(top_srcdir) && \
196 $(AUTOMAKE) --foreign icons/scalable/status/Makefile
219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/scalable/status/Makefile'; \
220 $(am__cd) $(top_srcdir) && \
221 $(AUTOMAKE) --foreign icons/scalable/status/Makefile
197222 .PRECIOUS: Makefile
198223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199224 @case '$?' in \
207232 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209234
210 $(top_srcdir)/configure: $(am__configure_deps)
235 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
211236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
237 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
213238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(am__aclocal_m4_deps):
214240
215241 mostlyclean-libtool:
216242 -rm -f *.lo
217243
218244 clean-libtool:
219245 -rm -rf .libs _libs
220
221 distclean-libtool:
222 -rm -f libtool
223 uninstall-info-am:
224246 install-iconDATA: $(icon_DATA)
225247 @$(NORMAL_INSTALL)
226 test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
227 @list='$(icon_DATA)'; for p in $$list; do \
248 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
249 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
250 for p in $$list; do \
228251 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
229 f=$(am__strip_dir) \
230 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
231 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
252 echo "$$d$$p"; \
253 done | $(am__base_list) | \
254 while read files; do \
255 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
256 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
232257 done
233258
234259 uninstall-iconDATA:
235260 @$(NORMAL_UNINSTALL)
236 @list='$(icon_DATA)'; for p in $$list; do \
237 f=$(am__strip_dir) \
238 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
239 rm -f "$(DESTDIR)$(icondir)/$$f"; \
240 done
261 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
262 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
263 test -n "$$files" || exit 0; \
264 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
265 cd "$(DESTDIR)$(icondir)" && rm -f $$files
241266 tags: TAGS
242267 TAGS:
243268
246271
247272
248273 distdir: $(DISTFILES)
249 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
250 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
251 list='$(DISTFILES)'; for file in $$list; do \
252 case $$file in \
253 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
254 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
255 esac; \
274 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
275 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
276 list='$(DISTFILES)'; \
277 dist_files=`for file in $$list; do echo $$file; done | \
278 sed -e "s|^$$srcdirstrip/||;t" \
279 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
280 case $$dist_files in \
281 */*) $(MKDIR_P) `echo "$$dist_files" | \
282 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
283 sort -u` ;; \
284 esac; \
285 for file in $$dist_files; do \
256286 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
257 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
258 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
259 dir="/$$dir"; \
260 $(mkdir_p) "$(distdir)$$dir"; \
287 if test -d $$d/$$file; then \
288 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
289 if test -d "$(distdir)/$$file"; then \
290 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
291 fi; \
292 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
293 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
294 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
295 fi; \
296 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
261297 else \
262 dir=''; \
263 fi; \
264 if test -d $$d/$$file; then \
265 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
266 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
267 fi; \
268 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
269 else \
270 test -f $(distdir)/$$file \
271 || cp -p $$d/$$file $(distdir)/$$file \
298 test -f "$(distdir)/$$file" \
299 || cp -p $$d/$$file "$(distdir)/$$file" \
272300 || exit 1; \
273301 fi; \
274302 done
277305 all-am: Makefile $(DATA)
278306 installdirs:
279307 for dir in "$(DESTDIR)$(icondir)"; do \
280 test -z "$$dir" || $(mkdir_p) "$$dir"; \
308 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
281309 done
282310 install: install-am
283311 install-exec: install-exec-am
299327
300328 distclean-generic:
301329 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
330 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
302331
303332 maintainer-clean-generic:
304333 @echo "This command is intended for maintainers to use"
309338
310339 distclean: distclean-am
311340 -rm -f Makefile
312 distclean-am: clean-am distclean-generic distclean-libtool
341 distclean-am: clean-am distclean-generic
313342
314343 dvi: dvi-am
315344
317346
318347 html: html-am
319348
349 html-am:
350
320351 info: info-am
321352
322353 info-am:
323354
324355 install-data-am: install-data-local install-iconDATA
325356
357 install-dvi: install-dvi-am
358
359 install-dvi-am:
360
326361 install-exec-am:
327362
363 install-html: install-html-am
364
365 install-html-am:
366
328367 install-info: install-info-am
329368
369 install-info-am:
370
330371 install-man:
372
373 install-pdf: install-pdf-am
374
375 install-pdf-am:
376
377 install-ps: install-ps-am
378
379 install-ps-am:
331380
332381 installcheck-am:
333382
347396
348397 ps-am:
349398
350 uninstall-am: uninstall-iconDATA uninstall-info-am
399 uninstall-am: uninstall-iconDATA
400
401 .MAKE: install-am install-strip
351402
352403 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
353404 distclean distclean-generic distclean-libtool distdir dvi \
354405 dvi-am html html-am info info-am install install-am \
355 install-data install-data-am install-data-local install-exec \
356 install-exec-am install-iconDATA install-info install-info-am \
357 install-man install-strip installcheck installcheck-am \
406 install-data install-data-am install-data-local install-dvi \
407 install-dvi-am install-exec install-exec-am install-html \
408 install-html-am install-iconDATA install-info install-info-am \
409 install-man install-pdf install-pdf-am install-ps \
410 install-ps-am install-strip installcheck installcheck-am \
358411 installdirs maintainer-clean maintainer-clean-generic \
359412 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
360 ps ps-am uninstall uninstall-am uninstall-iconDATA \
361 uninstall-info-am
413 ps ps-am uninstall uninstall-am uninstall-iconDATA
362414
363415
364416 install-data-local: install-iconDATA
365417 (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
418
366419 # Tell versions [3.59,3.63) of GNU make to not export all variables.
367420 # Otherwise a system limit (for SysV at least) may be exceeded.
368421 .NOEXPORT:
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
2 <!ENTITY stroke_color "#010101">
3 <!ENTITY fill_color "#FFFFFF">
4 ]>
5 <svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
6 <polyline points="14,27.5 27.5,42 41,27.5 34,27.5 34,16 21,16 21,27.5" style="fill:&fill_color;;stroke:none"/>
7 </svg>
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
2 <!ENTITY stroke_color "#010101">
3 <!ENTITY fill_color "#FFFFFF">
4 ]>
5 <svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
6 <polyline points="14,27.5 27.5,13 41,27.5 34,27.5 34,39 21,39 21,27.5" style="fill:&fill_color;;stroke:none"/>
7 </svg>
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2006-12-25.00
3 scriptversion=2009-04-28.21; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
514514 # eval: (add-hook 'write-file-hooks 'time-stamp)
515515 # time-stamp-start: "scriptversion="
516516 # time-stamp-format: "%:y-%02m-%02d.%02H"
517 # time-stamp-end: "$"
517 # time-stamp-time-zone: "UTC"
518 # time-stamp-end: "; # UTC"
518519 # End:
00 # Generated from ltmain.m4sh.
11
2 # ltmain.sh (GNU libtool) 2.2.4
2 # ltmain.sh (GNU libtool) 2.2.6b
33 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
44
55 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
6464 # compiler: $LTCC
6565 # compiler flags: $LTCFLAGS
6666 # linker: $LD (gnu? $with_gnu_ld)
67 # $progname: (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu4
67 # $progname: (GNU libtool) 2.2.6b
6868 # automake: $automake_version
6969 # autoconf: $autoconf_version
7070 #
7272
7373 PROGRAM=ltmain.sh
7474 PACKAGE=libtool
75 VERSION="2.2.4 Debian-2.2.4-0ubuntu4"
75 VERSION=2.2.6b
7676 TIMESTAMP=""
77 package_revision=1.2976
77 package_revision=1.3017
7878
7979 # Be Bourne compatible
8080 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
804804
805805
806806 case $host in
807 *cygwin* | *mingw* | *pw32*)
807 *cygwin* | *mingw* | *pw32* | *cegcc*)
808808 # don't eliminate duplications in $postdeps and $predeps
809809 opt_duplicate_compiler_generated_deps=:
810810 ;;
892892 # determined imposters.
893893 func_lalib_p ()
894894 {
895 $SED -e 4q "$1" 2>/dev/null \
896 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
895 test -f "$1" &&
896 $SED -e 4q "$1" 2>/dev/null \
897 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
897898 }
898899
899900 # func_lalib_unsafe_p file
906907 func_lalib_unsafe_p ()
907908 {
908909 lalib_p=no
909 if test -r "$1" && exec 5<&0 <"$1"; then
910 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
910911 for lalib_p_l in 1 2 3 4
911912 do
912913 read lalib_p_line
12741275
12751276 # On Cygwin there's no "real" PIC flag so we must build both object types
12761277 case $host_os in
1277 cygwin* | mingw* | pw32* | os2*)
1278 cygwin* | mingw* | pw32* | os2* | cegcc*)
12781279 pic_mode=default
12791280 ;;
12801281 esac
20452046 'exit $?'
20462047 tstripme="$stripme"
20472048 case $host_os in
2048 cygwin* | mingw* | pw32*)
2049 cygwin* | mingw* | pw32* | cegcc*)
20492050 case $realname in
20502051 *.dll.a)
20512052 tstripme=""
21512152
21522153 # Do a test to see if this is really a libtool program.
21532154 case $host in
2154 *cygwin*|*mingw*)
2155 *cygwin* | *mingw*)
21552156 if func_ltwrapper_executable_p "$file"; then
21562157 func_ltwrapper_scriptname "$file"
21572158 wrapper=$func_ltwrapper_scriptname_result
23572358 $RM $export_symbols
23582359 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
23592360 case $host in
2360 *cygwin* | *mingw* )
2361 *cygwin* | *mingw* | *cegcc* )
23612362 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
23622363 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
23632364 ;;
23692370 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
23702371 eval '$MV "$nlist"T "$nlist"'
23712372 case $host in
2372 *cygwin | *mingw* )
2373 *cygwin | *mingw* | *cegcc* )
23732374 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
23742375 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
23752376 ;;
24252426 } lt_dlsymlist;
24262427 "
24272428 case $host in
2428 *cygwin* | *mingw* )
2429 *cygwin* | *mingw* | *cegcc* )
24292430 $ECHO >> "$output_objdir/$my_dlsyms" "\
24302431 /* DATA imports from DLLs on WIN32 con't be const, because
24312432 runtime relocations are performed -- see ld's documentation
25112512 # Transform the symbol file into the correct name.
25122513 symfileobj="$output_objdir/${my_outputname}S.$objext"
25132514 case $host in
2514 *cygwin* | *mingw* )
2515 *cygwin* | *mingw* | *cegcc* )
25152516 if test -f "$output_objdir/$my_outputname.def"; then
25162517 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
25172518 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
26902691
26912692
26922693
2693 # func_emit_wrapper arg
2694 # func_emit_wrapper_part1 [arg=no]
26942695 #
2695 # emit a libtool wrapper script on stdout
2696 # don't directly open a file because we may want to
2697 # incorporate the script contents within a cygwin/mingw
2698 # wrapper executable. Must ONLY be called from within
2699 # func_mode_link because it depends on a number of variable
2700 # set therein.
2701 #
2702 # arg is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
2703 # variable will take. If 'yes', then the emitted script
2704 # will assume that the directory in which it is stored is
2705 # the '.lib' directory. This is a cygwin/mingw-specific
2706 # behavior.
2707 func_emit_wrapper ()
2696 # Emit the first part of a libtool wrapper script on stdout.
2697 # For more information, see the description associated with
2698 # func_emit_wrapper(), below.
2699 func_emit_wrapper_part1 ()
27082700 {
2709 func_emit_wrapper_arg1=no
2701 func_emit_wrapper_part1_arg1=no
27102702 if test -n "$1" ; then
2711 func_emit_wrapper_arg1=$1
2703 func_emit_wrapper_part1_arg1=$1
27122704 fi
27132705
27142706 $ECHO "\
27932785 file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
27942786 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
27952787 done
2788 "
2789 }
2790 # end: func_emit_wrapper_part1
2791
2792 # func_emit_wrapper_part2 [arg=no]
2793 #
2794 # Emit the second part of a libtool wrapper script on stdout.
2795 # For more information, see the description associated with
2796 # func_emit_wrapper(), below.
2797 func_emit_wrapper_part2 ()
2798 {
2799 func_emit_wrapper_part2_arg1=no
2800 if test -n "$1" ; then
2801 func_emit_wrapper_part2_arg1=$1
2802 fi
2803
2804 $ECHO "\
27962805
27972806 # Usually 'no', except on cygwin/mingw when embedded into
27982807 # the cwrapper.
2799 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
2808 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
28002809 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
28012810 # special case for '.'
28022811 if test \"\$thisdir\" = \".\"; then
28872896 "
28882897 case $host in
28892898 # Backslashes separate directories on plain windows
2890 *-*-mingw | *-*-os2*)
2899 *-*-mingw | *-*-os2* | *-cegcc*)
28912900 $ECHO "\
28922901 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
28932902 "
29132922 fi\
29142923 "
29152924 }
2916 # end: func_emit_wrapper
2925 # end: func_emit_wrapper_part2
2926
2927
2928 # func_emit_wrapper [arg=no]
2929 #
2930 # Emit a libtool wrapper script on stdout.
2931 # Don't directly open a file because we may want to
2932 # incorporate the script contents within a cygwin/mingw
2933 # wrapper executable. Must ONLY be called from within
2934 # func_mode_link because it depends on a number of variables
2935 # set therein.
2936 #
2937 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
2938 # variable will take. If 'yes', then the emitted script
2939 # will assume that the directory in which it is stored is
2940 # the $objdir directory. This is a cygwin/mingw-specific
2941 # behavior.
2942 func_emit_wrapper ()
2943 {
2944 func_emit_wrapper_arg1=no
2945 if test -n "$1" ; then
2946 func_emit_wrapper_arg1=$1
2947 fi
2948
2949 # split this up so that func_emit_cwrapperexe_src
2950 # can call each part independently.
2951 func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
2952 func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
2953 }
2954
2955
2956 # func_to_host_path arg
2957 #
2958 # Convert paths to host format when used with build tools.
2959 # Intended for use with "native" mingw (where libtool itself
2960 # is running under the msys shell), or in the following cross-
2961 # build environments:
2962 # $build $host
2963 # mingw (msys) mingw [e.g. native]
2964 # cygwin mingw
2965 # *nix + wine mingw
2966 # where wine is equipped with the `winepath' executable.
2967 # In the native mingw case, the (msys) shell automatically
2968 # converts paths for any non-msys applications it launches,
2969 # but that facility isn't available from inside the cwrapper.
2970 # Similar accommodations are necessary for $host mingw and
2971 # $build cygwin. Calling this function does no harm for other
2972 # $host/$build combinations not listed above.
2973 #
2974 # ARG is the path (on $build) that should be converted to
2975 # the proper representation for $host. The result is stored
2976 # in $func_to_host_path_result.
2977 func_to_host_path ()
2978 {
2979 func_to_host_path_result="$1"
2980 if test -n "$1" ; then
2981 case $host in
2982 *mingw* )
2983 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
2984 case $build in
2985 *mingw* ) # actually, msys
2986 # awkward: cmd appends spaces to result
2987 lt_sed_strip_trailing_spaces="s/[ ]*\$//"
2988 func_to_host_path_tmp1=`( cmd //c echo "$1" |\
2989 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
2990 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
2991 $SED -e "$lt_sed_naive_backslashify"`
2992 ;;
2993 *cygwin* )
2994 func_to_host_path_tmp1=`cygpath -w "$1"`
2995 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
2996 $SED -e "$lt_sed_naive_backslashify"`
2997 ;;
2998 * )
2999 # Unfortunately, winepath does not exit with a non-zero
3000 # error code, so we are forced to check the contents of
3001 # stdout. On the other hand, if the command is not
3002 # found, the shell will set an exit code of 127 and print
3003 # *an error message* to stdout. So we must check for both
3004 # error code of zero AND non-empty stdout, which explains
3005 # the odd construction:
3006 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
3007 if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
3008 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
3009 $SED -e "$lt_sed_naive_backslashify"`
3010 else
3011 # Allow warning below.
3012 func_to_host_path_result=""
3013 fi
3014 ;;
3015 esac
3016 if test -z "$func_to_host_path_result" ; then
3017 func_error "Could not determine host path corresponding to"
3018 func_error " '$1'"
3019 func_error "Continuing, but uninstalled executables may not work."
3020 # Fallback:
3021 func_to_host_path_result="$1"
3022 fi
3023 ;;
3024 esac
3025 fi
3026 }
3027 # end: func_to_host_path
3028
3029 # func_to_host_pathlist arg
3030 #
3031 # Convert pathlists to host format when used with build tools.
3032 # See func_to_host_path(), above. This function supports the
3033 # following $build/$host combinations (but does no harm for
3034 # combinations not listed here):
3035 # $build $host
3036 # mingw (msys) mingw [e.g. native]
3037 # cygwin mingw
3038 # *nix + wine mingw
3039 #
3040 # Path separators are also converted from $build format to
3041 # $host format. If ARG begins or ends with a path separator
3042 # character, it is preserved (but converted to $host format)
3043 # on output.
3044 #
3045 # ARG is a pathlist (on $build) that should be converted to
3046 # the proper representation on $host. The result is stored
3047 # in $func_to_host_pathlist_result.
3048 func_to_host_pathlist ()
3049 {
3050 func_to_host_pathlist_result="$1"
3051 if test -n "$1" ; then
3052 case $host in
3053 *mingw* )
3054 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
3055 # Remove leading and trailing path separator characters from
3056 # ARG. msys behavior is inconsistent here, cygpath turns them
3057 # into '.;' and ';.', and winepath ignores them completely.
3058 func_to_host_pathlist_tmp2="$1"
3059 # Once set for this call, this variable should not be
3060 # reassigned. It is used in tha fallback case.
3061 func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\
3062 $SED -e 's|^:*||' -e 's|:*$||'`
3063 case $build in
3064 *mingw* ) # Actually, msys.
3065 # Awkward: cmd appends spaces to result.
3066 lt_sed_strip_trailing_spaces="s/[ ]*\$//"
3067 func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\
3068 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
3069 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
3070 $SED -e "$lt_sed_naive_backslashify"`
3071 ;;
3072 *cygwin* )
3073 func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
3074 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
3075 $SED -e "$lt_sed_naive_backslashify"`
3076 ;;
3077 * )
3078 # unfortunately, winepath doesn't convert pathlists
3079 func_to_host_pathlist_result=""
3080 func_to_host_pathlist_oldIFS=$IFS
3081 IFS=:
3082 for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do
3083 IFS=$func_to_host_pathlist_oldIFS
3084 if test -n "$func_to_host_pathlist_f" ; then
3085 func_to_host_path "$func_to_host_pathlist_f"
3086 if test -n "$func_to_host_path_result" ; then
3087 if test -z "$func_to_host_pathlist_result" ; then
3088 func_to_host_pathlist_result="$func_to_host_path_result"
3089 else
3090 func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result"
3091 fi
3092 fi
3093 fi
3094 IFS=:
3095 done
3096 IFS=$func_to_host_pathlist_oldIFS
3097 ;;
3098 esac
3099 if test -z "$func_to_host_pathlist_result" ; then
3100 func_error "Could not determine the host path(s) corresponding to"
3101 func_error " '$1'"
3102 func_error "Continuing, but uninstalled executables may not work."
3103 # Fallback. This may break if $1 contains DOS-style drive
3104 # specifications. The fix is not to complicate the expression
3105 # below, but for the user to provide a working wine installation
3106 # with winepath so that path translation in the cross-to-mingw
3107 # case works properly.
3108 lt_replace_pathsep_nix_to_dos="s|:|;|g"
3109 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\
3110 $SED -e "$lt_replace_pathsep_nix_to_dos"`
3111 fi
3112 # Now, add the leading and trailing path separators back
3113 case "$1" in
3114 :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result"
3115 ;;
3116 esac
3117 case "$1" in
3118 *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;"
3119 ;;
3120 esac
3121 ;;
3122 esac
3123 fi
3124 }
3125 # end: func_to_host_pathlist
29173126
29183127 # func_emit_cwrapperexe_src
29193128 # emit the source code for a wrapper executable on stdout
29503159 # include <stdint.h>
29513160 # ifdef __CYGWIN__
29523161 # include <io.h>
3162 # define HAVE_SETENV
3163 # ifdef __STRICT_ANSI__
3164 char *realpath (const char *, char *);
3165 int putenv (char *);
3166 int setenv (const char *, const char *, int);
3167 # endif
29533168 # endif
29543169 #endif
29553170 #include <malloc.h>
30563271 int check_executable (const char *path);
30573272 char *strendzap (char *str, const char *pat);
30583273 void lt_fatal (const char *message, ...);
3059
3060 static const char *script_text =
3274 void lt_setenv (const char *name, const char *value);
3275 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3276 void lt_opt_process_env_set (const char *arg);
3277 void lt_opt_process_env_prepend (const char *arg);
3278 void lt_opt_process_env_append (const char *arg);
3279 int lt_split_name_value (const char *arg, char** name, char** value);
3280 void lt_update_exe_path (const char *name, const char *value);
3281 void lt_update_lib_path (const char *name, const char *value);
3282
3283 static const char *script_text_part1 =
30613284 EOF
30623285
3063 func_emit_wrapper yes |
3286 func_emit_wrapper_part1 yes |
30643287 $SED -e 's/\([\\"]\)/\\\1/g' \
30653288 -e 's/^/ "/' -e 's/$/\\n"/'
30663289 echo ";"
3290 cat <<EOF
3291
3292 static const char *script_text_part2 =
3293 EOF
3294 func_emit_wrapper_part2 yes |
3295 $SED -e 's/\([\\"]\)/\\\1/g' \
3296 -e 's/^/ "/' -e 's/$/\\n"/'
3297 echo ";"
30673298
30683299 cat <<EOF
30693300 const char * MAGIC_EXE = "$magic_exe";
3301 const char * LIB_PATH_VARNAME = "$shlibpath_var";
3302 EOF
3303
3304 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
3305 func_to_host_pathlist "$temp_rpath"
3306 cat <<EOF
3307 const char * LIB_PATH_VALUE = "$func_to_host_pathlist_result";
3308 EOF
3309 else
3310 cat <<"EOF"
3311 const char * LIB_PATH_VALUE = "";
3312 EOF
3313 fi
3314
3315 if test -n "$dllsearchpath"; then
3316 func_to_host_pathlist "$dllsearchpath:"
3317 cat <<EOF
3318 const char * EXE_PATH_VARNAME = "PATH";
3319 const char * EXE_PATH_VALUE = "$func_to_host_pathlist_result";
3320 EOF
3321 else
3322 cat <<"EOF"
3323 const char * EXE_PATH_VARNAME = "";
3324 const char * EXE_PATH_VALUE = "";
3325 EOF
3326 fi
3327
3328 if test "$fast_install" = yes; then
3329 cat <<EOF
3330 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
3331 EOF
3332 else
3333 cat <<EOF
3334 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
3335 EOF
3336 fi
3337
3338
3339 cat <<"EOF"
3340
3341 #define LTWRAPPER_OPTION_PREFIX "--lt-"
3342 #define LTWRAPPER_OPTION_PREFIX_LENGTH 5
3343
3344 static const size_t opt_prefix_len = LTWRAPPER_OPTION_PREFIX_LENGTH;
3345 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
3346
3347 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
3348
3349 static const size_t env_set_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
3350 static const char *env_set_opt = LTWRAPPER_OPTION_PREFIX "env-set";
3351 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3352
3353 static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11;
3354 static const char *env_prepend_opt = LTWRAPPER_OPTION_PREFIX "env-prepend";
3355 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3356
3357 static const size_t env_append_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
3358 static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
3359 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
30703360
30713361 int
30723362 main (int argc, char *argv[])
30733363 {
30743364 char **newargz;
3365 int newargc;
30753366 char *tmp_pathspec;
30763367 char *actual_cwrapper_path;
3077 char *shwrapper_name;
3368 char *actual_cwrapper_name;
3369 char *target_name;
3370 char *lt_argv_zero;
30783371 intptr_t rval = 127;
3079 FILE *shwrapper;
3080
3081 const char *dumpscript_opt = "--lt-dump-script";
3372
30823373 int i;
30833374
30843375 program_name = (char *) xstrdup (base_name (argv[0]));
30983389 ;;
30993390 esac
31003391
3101 cat <<EOF
3102 printf ("%s", script_text);
3392 cat <<"EOF"
3393 printf ("%s", script_text_part1);
3394 printf ("%s", script_text_part2);
31033395 return 0;
31043396 }
31053397 }
31063398
3107 newargz = XMALLOC (char *, argc + 2);
3108 EOF
3109
3110 if test -n "$TARGETSHELL" ; then
3111 # no path translation at all
3112 lt_newargv0=$TARGETSHELL
3113 else
3114 case "$host" in
3115 *mingw* )
3116 # awkward: cmd appends spaces to result
3117 lt_sed_strip_trailing_spaces="s/[ ]*\$//"
3118 lt_newargv0=`( cmd //c echo $SHELL | $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo $SHELL`
3119 case $lt_newargv0 in
3120 *.exe | *.EXE) ;;
3121 *) lt_newargv0=$lt_newargv0.exe ;;
3122 esac
3123 ;;
3124 * ) lt_newargv0=$SHELL ;;
3125 esac
3126 fi
3127
3128 cat <<EOF
3129 newargz[0] = (char *) xstrdup ("$lt_newargv0");
3130 EOF
3131
3132 cat <<"EOF"
3399 newargz = XMALLOC (char *, argc + 1);
31333400 tmp_pathspec = find_executable (argv[0]);
31343401 if (tmp_pathspec == NULL)
31353402 lt_fatal ("Couldn't find %s", argv[0]);
31413408 actual_cwrapper_path));
31423409 XFREE (tmp_pathspec);
31433410
3144 shwrapper_name = (char *) xstrdup (base_name (actual_cwrapper_path));
3145 strendzap (actual_cwrapper_path, shwrapper_name);
3146
3147 /* shwrapper_name transforms */
3148 strendzap (shwrapper_name, ".exe");
3149 tmp_pathspec = XMALLOC (char, (strlen (shwrapper_name) +
3150 strlen ("_ltshwrapperTMP") + 1));
3151 strcpy (tmp_pathspec, shwrapper_name);
3152 strcat (tmp_pathspec, "_ltshwrapperTMP");
3153 XFREE (shwrapper_name);
3154 shwrapper_name = tmp_pathspec;
3411 actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
3412 strendzap (actual_cwrapper_path, actual_cwrapper_name);
3413
3414 /* wrapper name transforms */
3415 strendzap (actual_cwrapper_name, ".exe");
3416 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
3417 XFREE (actual_cwrapper_name);
3418 actual_cwrapper_name = tmp_pathspec;
31553419 tmp_pathspec = 0;
3156 LTWRAPPER_DEBUGPRINTF (("(main) libtool shell wrapper name: %s\n",
3157 shwrapper_name));
3420
3421 /* target_name transforms -- use actual target program name; might have lt- prefix */
3422 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
3423 strendzap (target_name, ".exe");
3424 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
3425 XFREE (target_name);
3426 target_name = tmp_pathspec;
3427 tmp_pathspec = 0;
3428
3429 LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
3430 target_name));
31583431 EOF
31593432
31603433 cat <<EOF
3161 newargz[1] =
3434 newargz[0] =
31623435 XMALLOC (char, (strlen (actual_cwrapper_path) +
3163 strlen ("$objdir") + 1 + strlen (shwrapper_name) + 1));
3164 strcpy (newargz[1], actual_cwrapper_path);
3165 strcat (newargz[1], "$objdir");
3166 strcat (newargz[1], "/");
3167 strcat (newargz[1], shwrapper_name);
3436 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
3437 strcpy (newargz[0], actual_cwrapper_path);
3438 strcat (newargz[0], "$objdir");
3439 strcat (newargz[0], "/");
31683440 EOF
31693441
3442 cat <<"EOF"
3443 /* stop here, and copy so we don't have to do this twice */
3444 tmp_pathspec = xstrdup (newargz[0]);
3445
3446 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
3447 strcat (newargz[0], actual_cwrapper_name);
3448
3449 /* DO want the lt- prefix here if it exists, so use target_name */
3450 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
3451 XFREE (tmp_pathspec);
3452 tmp_pathspec = NULL;
3453 EOF
31703454
31713455 case $host_os in
31723456 mingw*)
31733457 cat <<"EOF"
31743458 {
31753459 char* p;
3176 while ((p = strchr (newargz[1], '\\')) != NULL)
3460 while ((p = strchr (newargz[0], '\\')) != NULL)
3461 {
3462 *p = '/';
3463 }
3464 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
31773465 {
31783466 *p = '/';
31793467 }
31833471 esac
31843472
31853473 cat <<"EOF"
3186 XFREE (shwrapper_name);
3474 XFREE (target_name);
31873475 XFREE (actual_cwrapper_path);
3188
3189 /* always write in binary mode */
3190 if ((shwrapper = fopen (newargz[1], FOPEN_WB)) == 0)
3476 XFREE (actual_cwrapper_name);
3477
3478 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
3479 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
3480 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
3481 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
3482
3483 newargc=0;
3484 for (i = 1; i < argc; i++)
31913485 {
3192 lt_fatal ("Could not open %s for writing", newargz[1]);
3486 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
3487 {
3488 if (argv[i][env_set_opt_len] == '=')
3489 {
3490 const char *p = argv[i] + env_set_opt_len + 1;
3491 lt_opt_process_env_set (p);
3492 }
3493 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)
3494 {
3495 lt_opt_process_env_set (argv[++i]); /* don't copy */
3496 }
3497 else
3498 lt_fatal ("%s missing required argument", env_set_opt);
3499 continue;
3500 }
3501 if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
3502 {
3503 if (argv[i][env_prepend_opt_len] == '=')
3504 {
3505 const char *p = argv[i] + env_prepend_opt_len + 1;
3506 lt_opt_process_env_prepend (p);
3507 }
3508 else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc)
3509 {
3510 lt_opt_process_env_prepend (argv[++i]); /* don't copy */
3511 }
3512 else
3513 lt_fatal ("%s missing required argument", env_prepend_opt);
3514 continue;
3515 }
3516 if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
3517 {
3518 if (argv[i][env_append_opt_len] == '=')
3519 {
3520 const char *p = argv[i] + env_append_opt_len + 1;
3521 lt_opt_process_env_append (p);
3522 }
3523 else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc)
3524 {
3525 lt_opt_process_env_append (argv[++i]); /* don't copy */
3526 }
3527 else
3528 lt_fatal ("%s missing required argument", env_append_opt);
3529 continue;
3530 }
3531 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
3532 {
3533 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
3534 namespace, but it is not one of the ones we know about and
3535 have already dealt with, above (inluding dump-script), then
3536 report an error. Otherwise, targets might begin to believe
3537 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
3538 namespace. The first time any user complains about this, we'll
3539 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
3540 or a configure.ac-settable value.
3541 */
3542 lt_fatal ("Unrecognized option in %s namespace: '%s'",
3543 ltwrapper_option_prefix, argv[i]);
3544 }
3545 /* otherwise ... */
3546 newargz[++newargc] = xstrdup (argv[i]);
31933547 }
3194 fprintf (shwrapper, "%s", script_text);
3195 fclose (shwrapper);
3196
3197 make_executable (newargz[1]);
3198
3199 for (i = 1; i < argc; i++)
3200 newargz[i + 1] = xstrdup (argv[i]);
3201 newargz[argc + 1] = NULL;
3202
3203 for (i = 0; i < argc + 1; i++)
3548 newargz[++newargc] = NULL;
3549
3550 LTWRAPPER_DEBUGPRINTF (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
3551 for (i = 0; i < newargc; i++)
32043552 {
3205 LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, newargz[i]));
3553 LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>")));
32063554 }
32073555
32083556 EOF
32093557
32103558 case $host_os in
32113559 mingw*)
3212 cat <<EOF
3560 cat <<"EOF"
32133561 /* execv doesn't actually work on mingw as expected on unix */
3214 rval = _spawnv (_P_WAIT, "$lt_newargv0", (const char * const *) newargz);
3562 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
32153563 if (rval == -1)
32163564 {
32173565 /* failed to start process */
3218 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"$lt_newargv0\": errno = %d\n", errno));
3566 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
32193567 return 127;
32203568 }
32213569 return rval;
3222 }
32233570 EOF
32243571 ;;
32253572 *)
3226 cat <<EOF
3227 execv ("$lt_newargv0", newargz);
3573 cat <<"EOF"
3574 execv (lt_argv_zero, newargz);
32283575 return rval; /* =127, but avoids unused variable warning */
3229 }
32303576 EOF
32313577 ;;
32323578 esac
32333579
32343580 cat <<"EOF"
3581 }
32353582
32363583 void *
32373584 xmalloc (size_t num)
35053852 lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
35063853 va_end (ap);
35073854 }
3855
3856 void
3857 lt_setenv (const char *name, const char *value)
3858 {
3859 LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n",
3860 (name ? name : "<NULL>"),
3861 (value ? value : "<NULL>")));
3862 {
3863 #ifdef HAVE_SETENV
3864 /* always make a copy, for consistency with !HAVE_SETENV */
3865 char *str = xstrdup (value);
3866 setenv (name, str, 1);
3867 #else
3868 int len = strlen (name) + 1 + strlen (value) + 1;
3869 char *str = XMALLOC (char, len);
3870 sprintf (str, "%s=%s", name, value);
3871 if (putenv (str) != EXIT_SUCCESS)
3872 {
3873 XFREE (str);
3874 }
3875 #endif
3876 }
3877 }
3878
3879 char *
3880 lt_extend_str (const char *orig_value, const char *add, int to_end)
3881 {
3882 char *new_value;
3883 if (orig_value && *orig_value)
3884 {
3885 int orig_value_len = strlen (orig_value);
3886 int add_len = strlen (add);
3887 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3888 if (to_end)
3889 {
3890 strcpy (new_value, orig_value);
3891 strcpy (new_value + orig_value_len, add);
3892 }
3893 else
3894 {
3895 strcpy (new_value, add);
3896 strcpy (new_value + add_len, orig_value);
3897 }
3898 }
3899 else
3900 {
3901 new_value = xstrdup (add);
3902 }
3903 return new_value;
3904 }
3905
3906 int
3907 lt_split_name_value (const char *arg, char** name, char** value)
3908 {
3909 const char *p;
3910 int len;
3911 if (!arg || !*arg)
3912 return 1;
3913
3914 p = strchr (arg, (int)'=');
3915
3916 if (!p)
3917 return 1;
3918
3919 *value = xstrdup (++p);
3920
3921 len = strlen (arg) - strlen (*value);
3922 *name = XMALLOC (char, len);
3923 strncpy (*name, arg, len-1);
3924 (*name)[len - 1] = '\0';
3925
3926 return 0;
3927 }
3928
3929 void
3930 lt_opt_process_env_set (const char *arg)
3931 {
3932 char *name = NULL;
3933 char *value = NULL;
3934
3935 if (lt_split_name_value (arg, &name, &value) != 0)
3936 {
3937 XFREE (name);
3938 XFREE (value);
3939 lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
3940 }
3941
3942 lt_setenv (name, value);
3943 XFREE (name);
3944 XFREE (value);
3945 }
3946
3947 void
3948 lt_opt_process_env_prepend (const char *arg)
3949 {
3950 char *name = NULL;
3951 char *value = NULL;
3952 char *new_value = NULL;
3953
3954 if (lt_split_name_value (arg, &name, &value) != 0)
3955 {
3956 XFREE (name);
3957 XFREE (value);
3958 lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
3959 }
3960
3961 new_value = lt_extend_str (getenv (name), value, 0);
3962 lt_setenv (name, new_value);
3963 XFREE (new_value);
3964 XFREE (name);
3965 XFREE (value);
3966 }
3967
3968 void
3969 lt_opt_process_env_append (const char *arg)
3970 {
3971 char *name = NULL;
3972 char *value = NULL;
3973 char *new_value = NULL;
3974
3975 if (lt_split_name_value (arg, &name, &value) != 0)
3976 {
3977 XFREE (name);
3978 XFREE (value);
3979 lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
3980 }
3981
3982 new_value = lt_extend_str (getenv (name), value, 1);
3983 lt_setenv (name, new_value);
3984 XFREE (new_value);
3985 XFREE (name);
3986 XFREE (value);
3987 }
3988
3989 void
3990 lt_update_exe_path (const char *name, const char *value)
3991 {
3992 LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
3993 (name ? name : "<NULL>"),
3994 (value ? value : "<NULL>")));
3995
3996 if (name && *name && value && *value)
3997 {
3998 char *new_value = lt_extend_str (getenv (name), value, 0);
3999 /* some systems can't cope with a ':'-terminated path #' */
4000 int len = strlen (new_value);
4001 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
4002 {
4003 new_value[len-1] = '\0';
4004 }
4005 lt_setenv (name, new_value);
4006 XFREE (new_value);
4007 }
4008 }
4009
4010 void
4011 lt_update_lib_path (const char *name, const char *value)
4012 {
4013 LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
4014 (name ? name : "<NULL>"),
4015 (value ? value : "<NULL>")));
4016
4017 if (name && *name && value && *value)
4018 {
4019 char *new_value = lt_extend_str (getenv (name), value, 0);
4020 lt_setenv (name, new_value);
4021 XFREE (new_value);
4022 }
4023 }
4024
4025
35084026 EOF
35094027 }
35104028 # end: func_emit_cwrapperexe_src
35144032 {
35154033 $opt_debug
35164034 case $host in
3517 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
4035 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
35184036 # It is impossible to link a dll without this setting, and
35194037 # we shouldn't force the makefile maintainer to figure out
35204038 # which system we are compiling for in order to pass an extra
39584476 -L*)
39594477 func_stripname '-L' '' "$arg"
39604478 dir=$func_stripname_result
4479 if test -z "$dir"; then
4480 if test "$#" -gt 0; then
4481 func_fatal_error "require no space between \`-L' and \`$1'"
4482 else
4483 func_fatal_error "need path for \`-L' option"
4484 fi
4485 fi
39614486 # We need an absolute path.
39624487 case $dir in
39634488 [\\/]* | [A-Za-z]:[\\/]*) ;;
39764501 ;;
39774502 esac
39784503 case $host in
3979 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
4504 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
39804505 testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
39814506 case :$dllsearchpath: in
39824507 *":$dir:"*) ;;
4508 ::) dllsearchpath=$dir;;
39834509 *) dllsearchpath="$dllsearchpath:$dir";;
39844510 esac
39854511 case :$dllsearchpath: in
39864512 *":$testbindir:"*) ;;
4513 ::) dllsearchpath=$testbindir;;
39874514 *) dllsearchpath="$dllsearchpath:$testbindir";;
39884515 esac
39894516 ;;
39944521 -l*)
39954522 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
39964523 case $host in
3997 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
4524 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*)
39984525 # These systems don't actually have a C or math library (as such)
39994526 continue
40004527 ;;
40714598
40724599 -no-install)
40734600 case $host in
4074 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
4601 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
40754602 # The PATH hackery in wrapper scripts is required on Windows
40764603 # and Darwin in order for the loader to find any dlls it needs.
40774604 func_warning "\`-no-install' is ignored for $host"
45055032 case $pass in
45065033 dlopen) libs="$dlfiles" ;;
45075034 dlpreopen) libs="$dlprefiles" ;;
4508 link)
4509 libs="$deplibs %DEPLIBS%"
4510 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
4511 ;;
5035 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
45125036 esac
45135037 fi
45145038 if test "$linkmode,$pass" = "lib,dlpreopen"; then
50315555 if test -n "$library_names" &&
50325556 { test "$use_static_libs" = no || test -z "$old_library"; }; then
50335557 case $host in
5034 *cygwin* | *mingw*)
5558 *cygwin* | *mingw* | *cegcc*)
50355559 # No point in relinking DLLs because paths are not encoded
50365560 notinst_deplibs="$notinst_deplibs $lib"
50375561 need_relink=no
51015625 elif test -n "$soname_spec"; then
51025626 # bleh windows
51035627 case $host in
5104 *cygwin* | mingw*)
5628 *cygwin* | mingw* | *cegcc*)
51055629 func_arith $current - $age
51065630 major=$func_arith_result
51075631 versuffix="-$major"
56816205 revision="$number_minor"
56826206 lt_irix_increment=no
56836207 ;;
5684 *)
5685 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
5686 ;;
56876208 esac
56886209 ;;
56896210 no)
58836404 tempremovelist=`$ECHO "$output_objdir/*"`
58846405 for p in $tempremovelist; do
58856406 case $p in
5886 *.$objext)
6407 *.$objext | *.gcno)
58876408 ;;
58886409 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
58896410 if test "X$precious_files_regex" != "X"; then
59546475 if test "$build_libtool_libs" = yes; then
59556476 if test -n "$rpath"; then
59566477 case $host in
5957 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
6478 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*)
59586479 # these systems don't actually have a c library (as such)!
59596480 ;;
59606481 *-*-rhapsody* | *-*-darwin1.[012])
64536974
64546975 orig_export_symbols=
64556976 case $host_os in
6456 cygwin* | mingw*)
6977 cygwin* | mingw* | cegcc*)
64576978 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
64586979 # exporting using user supplied symfile
64596980 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
70787599 esac
70797600 fi
70807601 case $host in
7081 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
7602 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
70827603 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
70837604 case :$dllsearchpath: in
70847605 *":$libdir:"*) ;;
7606 ::) dllsearchpath=$libdir;;
70857607 *) dllsearchpath="$dllsearchpath:$libdir";;
70867608 esac
70877609 case :$dllsearchpath: in
70887610 *":$testbindir:"*) ;;
7611 ::) dllsearchpath=$testbindir;;
70897612 *) dllsearchpath="$dllsearchpath:$testbindir";;
70907613 esac
70917614 ;;
71557678 wrappers_required=no
71567679 fi
71577680 ;;
7681 *cegcc)
7682 # Disable wrappers for cegcc, we are cross compiling anyway.
7683 wrappers_required=no
7684 ;;
71587685 *)
71597686 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
71607687 wrappers_required=no
73077834
73087835 func_emit_cwrapperexe_src > $cwrappersource
73097836
7310 # we should really use a build-platform specific compiler
7311 # here, but OTOH, the wrappers (shell script and this C one)
7312 # are only useful if you want to execute the "real" binary.
7313 # Since the "real" binary is built for $host, then this
7314 # wrapper might as well be built for $host, too.
7837 # The wrapper executable is built using the $host compiler,
7838 # because it contains $host paths and files. If cross-
7839 # compiling, it, like the target executable, must be
7840 # executed on the $host or under an emulation environment.
73157841 $opt_dry_run || {
73167842 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
73177843 $STRIP $cwrapper
75968122 # place dlname in correct position for cygwin
75978123 tdlname=$dlname
75988124 case $host,$output,$installed,$module,$dlname in
7599 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
8125 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
76008126 esac
76018127 $ECHO > $output "\
76028128 # $outputname - a libtool library file
+0
-6
matchbox/Makefile.am less more
0 pngs = closebutton.xpm
1
2 themesdir = $(datadir)/themes/sugar/matchbox
3 themes_DATA = theme.xml $(pngs)
4
5 EXTRA_DIST = theme.xml $(pngs)
+0
-358
matchbox/Makefile.in less more
0 # Makefile.in generated by automake 1.9.6 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005 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.
8
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
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = matchbox
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj = case $$p in \
51 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52 *) f=$$p;; \
53 esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55 am__installdirs = "$(DESTDIR)$(themesdir)"
56 themesDATA_INSTALL = $(INSTALL_DATA)
57 DATA = $(themes_DATA)
58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
62 AMTAR = @AMTAR@
63 AR = @AR@
64 AUTOCONF = @AUTOCONF@
65 AUTOHEADER = @AUTOHEADER@
66 AUTOMAKE = @AUTOMAKE@
67 AWK = @AWK@
68 CC = @CC@
69 CCDEPMODE = @CCDEPMODE@
70 CFLAGS = @CFLAGS@
71 CPP = @CPP@
72 CPPFLAGS = @CPPFLAGS@
73 CYGPATH_W = @CYGPATH_W@
74 DEFS = @DEFS@
75 DEPDIR = @DEPDIR@
76 DSYMUTIL = @DSYMUTIL@
77 DUMPBIN = @DUMPBIN@
78 ECHO_C = @ECHO_C@
79 ECHO_N = @ECHO_N@
80 ECHO_T = @ECHO_T@
81 EGREP = @EGREP@
82 ENGINE_CFLAGS = @ENGINE_CFLAGS@
83 ENGINE_LIBS = @ENGINE_LIBS@
84 EXEEXT = @EXEEXT@
85 FGREP = @FGREP@
86 GDK_PIXBUF2_CFLAGS = @GDK_PIXBUF2_CFLAGS@
87 GDK_PIXBUF2_LIBS = @GDK_PIXBUF2_LIBS@
88 GREP = @GREP@
89 GTK2_CFLAGS = @GTK2_CFLAGS@
90 GTK2_LIBS = @GTK2_LIBS@
91 GTK_VERSION = @GTK_VERSION@
92 ICONMAP = @ICONMAP@
93 ICON_SLICER = @ICON_SLICER@
94 INSTALL_DATA = @INSTALL_DATA@
95 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96 INSTALL_SCRIPT = @INSTALL_SCRIPT@
97 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
98 LD = @LD@
99 LDFLAGS = @LDFLAGS@
100 LIBOBJS = @LIBOBJS@
101 LIBS = @LIBS@
102 LIBTOOL = @LIBTOOL@
103 LIPO = @LIPO@
104 LN_S = @LN_S@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAKEINFO = @MAKEINFO@
107 NM = @NM@
108 NMEDIT = @NMEDIT@
109 OBJEXT = @OBJEXT@
110 OTOOL = @OTOOL@
111 OTOOL64 = @OTOOL64@
112 PACKAGE = @PACKAGE@
113 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114 PACKAGE_NAME = @PACKAGE_NAME@
115 PACKAGE_STRING = @PACKAGE_STRING@
116 PACKAGE_TARNAME = @PACKAGE_TARNAME@
117 PACKAGE_VERSION = @PACKAGE_VERSION@
118 PATH_SEPARATOR = @PATH_SEPARATOR@
119 PKG_CONFIG = @PKG_CONFIG@
120 RANLIB = @RANLIB@
121 SED = @SED@
122 SET_MAKE = @SET_MAKE@
123 SHELL = @SHELL@
124 STRIP = @STRIP@
125 VERSION = @VERSION@
126 ac_ct_CC = @ac_ct_CC@
127 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130 am__include = @am__include@
131 am__leading_dot = @am__leading_dot@
132 am__quote = @am__quote@
133 am__tar = @am__tar@
134 am__untar = @am__untar@
135 bindir = @bindir@
136 build = @build@
137 build_alias = @build_alias@
138 build_cpu = @build_cpu@
139 build_os = @build_os@
140 build_vendor = @build_vendor@
141 datadir = @datadir@
142 datarootdir = @datarootdir@
143 docdir = @docdir@
144 dvidir = @dvidir@
145 exec_prefix = @exec_prefix@
146 host = @host@
147 host_alias = @host_alias@
148 host_cpu = @host_cpu@
149 host_os = @host_os@
150 host_vendor = @host_vendor@
151 htmldir = @htmldir@
152 includedir = @includedir@
153 infodir = @infodir@
154 install_sh = @install_sh@
155 libdir = @libdir@
156 libexecdir = @libexecdir@
157 localedir = @localedir@
158 localstatedir = @localstatedir@
159 lt_ECHO = @lt_ECHO@
160 mandir = @mandir@
161 mkdir_p = @mkdir_p@
162 oldincludedir = @oldincludedir@
163 pdfdir = @pdfdir@
164 prefix = @prefix@
165 program_transform_name = @program_transform_name@
166 psdir = @psdir@
167 sbindir = @sbindir@
168 sharedstatedir = @sharedstatedir@
169 sysconfdir = @sysconfdir@
170 target_alias = @target_alias@
171 pngs = closebutton.xpm
172 themesdir = $(datadir)/themes/sugar/matchbox
173 themes_DATA = theme.xml $(pngs)
174 EXTRA_DIST = theme.xml $(pngs)
175 all: all-am
176
177 .SUFFIXES:
178 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
179 @for dep in $?; do \
180 case '$(am__configure_deps)' in \
181 *$$dep*) \
182 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
183 && exit 0; \
184 exit 1;; \
185 esac; \
186 done; \
187 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign matchbox/Makefile'; \
188 cd $(top_srcdir) && \
189 $(AUTOMAKE) --foreign matchbox/Makefile
190 .PRECIOUS: Makefile
191 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
192 @case '$?' in \
193 *config.status*) \
194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
195 *) \
196 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
197 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
198 esac;
199
200 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
201 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
202
203 $(top_srcdir)/configure: $(am__configure_deps)
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
208 mostlyclean-libtool:
209 -rm -f *.lo
210
211 clean-libtool:
212 -rm -rf .libs _libs
213
214 distclean-libtool:
215 -rm -f libtool
216 uninstall-info-am:
217 install-themesDATA: $(themes_DATA)
218 @$(NORMAL_INSTALL)
219 test -z "$(themesdir)" || $(mkdir_p) "$(DESTDIR)$(themesdir)"
220 @list='$(themes_DATA)'; for p in $$list; do \
221 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
222 f=$(am__strip_dir) \
223 echo " $(themesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themesdir)/$$f'"; \
224 $(themesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themesdir)/$$f"; \
225 done
226
227 uninstall-themesDATA:
228 @$(NORMAL_UNINSTALL)
229 @list='$(themes_DATA)'; for p in $$list; do \
230 f=$(am__strip_dir) \
231 echo " rm -f '$(DESTDIR)$(themesdir)/$$f'"; \
232 rm -f "$(DESTDIR)$(themesdir)/$$f"; \
233 done
234 tags: TAGS
235 TAGS:
236
237 ctags: CTAGS
238 CTAGS:
239
240
241 distdir: $(DISTFILES)
242 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
243 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
244 list='$(DISTFILES)'; for file in $$list; do \
245 case $$file in \
246 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
247 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
248 esac; \
249 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
250 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
251 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
252 dir="/$$dir"; \
253 $(mkdir_p) "$(distdir)$$dir"; \
254 else \
255 dir=''; \
256 fi; \
257 if test -d $$d/$$file; then \
258 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
259 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
260 fi; \
261 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
262 else \
263 test -f $(distdir)/$$file \
264 || cp -p $$d/$$file $(distdir)/$$file \
265 || exit 1; \
266 fi; \
267 done
268 check-am: all-am
269 check: check-am
270 all-am: Makefile $(DATA)
271 installdirs:
272 for dir in "$(DESTDIR)$(themesdir)"; do \
273 test -z "$$dir" || $(mkdir_p) "$$dir"; \
274 done
275 install: install-am
276 install-exec: install-exec-am
277 install-data: install-data-am
278 uninstall: uninstall-am
279
280 install-am: all-am
281 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282
283 installcheck: installcheck-am
284 install-strip:
285 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
287 `test -z '$(STRIP)' || \
288 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
289 mostlyclean-generic:
290
291 clean-generic:
292
293 distclean-generic:
294 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
295
296 maintainer-clean-generic:
297 @echo "This command is intended for maintainers to use"
298 @echo "it deletes files that may require special tools to rebuild."
299 clean: clean-am
300
301 clean-am: clean-generic clean-libtool mostlyclean-am
302
303 distclean: distclean-am
304 -rm -f Makefile
305 distclean-am: clean-am distclean-generic distclean-libtool
306
307 dvi: dvi-am
308
309 dvi-am:
310
311 html: html-am
312
313 info: info-am
314
315 info-am:
316
317 install-data-am: install-themesDATA
318
319 install-exec-am:
320
321 install-info: install-info-am
322
323 install-man:
324
325 installcheck-am:
326
327 maintainer-clean: maintainer-clean-am
328 -rm -f Makefile
329 maintainer-clean-am: distclean-am maintainer-clean-generic
330
331 mostlyclean: mostlyclean-am
332
333 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
334
335 pdf: pdf-am
336
337 pdf-am:
338
339 ps: ps-am
340
341 ps-am:
342
343 uninstall-am: uninstall-info-am uninstall-themesDATA
344
345 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
346 distclean distclean-generic distclean-libtool distdir dvi \
347 dvi-am html html-am info info-am install install-am \
348 install-data install-data-am install-exec install-exec-am \
349 install-info install-info-am install-man install-strip \
350 install-themesDATA installcheck installcheck-am installdirs \
351 maintainer-clean maintainer-clean-generic mostlyclean \
352 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
353 uninstall uninstall-am uninstall-info-am uninstall-themesDATA
354
355 # Tell versions [3.59,3.63) of GNU make to not export all variables.
356 # Otherwise a system limit (for SysV at least) may be exceeded.
357 .NOEXPORT:
+0
-29
matchbox/closebutton.xpm less more
0 /* XPM */
1 static char *closebutton[] = {
2 /* columns rows colors chars-per-pixel */
3 "16 20 3 1",
4 " c black",
5 ". c #020202",
6 "X c None",
7 /* pixels */
8 "XXXXXXXXXXXXXXXX",
9 "XXXXXXXXXXXXXXXX",
10 "XXXXXXXXXXXXXXXX",
11 "XXXXXXXXXXXXXXXX",
12 "XXXXXXXXXXXXXXXX",
13 "XXXX..XXXX..XXXX",
14 "XXX ...XX....XXX",
15 "XXX .........XXX",
16 "XXXX........XXXX",
17 "XXXXX......XXXXX",
18 "XXXXX......XXXXX",
19 "XXXX........XXXX",
20 "XXX..........XXX",
21 "XXX....XX....XXX",
22 "XXXX..XXXX..XXXX",
23 "XXXXXXXXXXXXXXXX",
24 "XXXXXXXXXXXXXXXX",
25 "XXXXXXXXXXXXXXXX",
26 "XXXXXXXXXXXXXXXX",
27 "XXXXXXXXXXXXXXXX"
28 };
+0
-154
matchbox/theme.xml less more
0 <?xml version="1.0"?>
1 <theme name="Default" author="Matthew Allum - mallum@handhelds.org"
2 desc="" version="1.0" engine_version="1" >
3
4 <color id="white" def="#ffffff" />
5 <color id="black" def="#000000" />
6
7 <color id="borderdark" def="#acaaa5" />
8 <color id="borderlight" def="#fcfaf5" />
9 <color id="bordermid" def="#bcbab5" />
10
11 <color id="grad1" def="#dadad5" />
12 <color id="grad2" def="#dadad5" />
13 <color id="grad3" def="#dadad5" />
14
15 <color id="trans" def="#ffffff00" />
16 <color id="textcol" def="#000000" />
17
18 <color id="shadowcol" def="#11111166" />
19
20 <font id="titlefont" def="Bitstream Vera Sans bold 7" />
21
22 <pixmap id="closebutton" filename="closebutton.xpm" />
23
24 <frame id="main" height="28">
25
26 <layer x="0" y="0" w="100%" h="100%"
27 type="plain" color="borderdark" />
28
29 <layer x="1" y="1" w="100%-2" h="1"
30 type="plain" color="borderlight" />
31
32 <layer x="1" y="2" w="100%-2" h="13"
33 type="gradient-vert" startcol="grad1" endcol="grad2"/>
34
35 <layer x="1" y="2" w="100%-2" h="17"
36 type="plain" color="grad3"/>
37
38 <layer x="26" y="3" w="100%-60" h="20"
39 type="label" color="textcol" justify="left" font="titlefont" />
40
41 <button x="1" y="0" w="16" h="20" action="close" >
42 <active pixmap="closebutton" blend="-150"/>
43 <inactive pixmap="closebutton" />
44 </button>
45
46 </frame>
47
48 <frame id="dialog" height="28" >
49
50 <layer x="0" y="0" w="100%" h="100%"
51 type="plain" color="borderdark" />
52
53 <layer x="1" y="1" w="100%-2" h="1"
54 type="plain" color="borderlight" />
55
56 <layer x="1" y="2" w="100%-2" h="22"
57 type="gradient-vert" startcol="grad1" endcol="grad2"/>
58
59 <layer x="1" y="24" w="100%-2" h="4"
60 type="gradient-vert" startcol="grad2" endcol="grad3"/>
61
62 <layer x="1" y="1" w="1" h="100%-1"
63 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
64
65 <layer x="100%-2" y="1" w="1" h="100%-1"
66 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
67
68 <layer x="2" y="19" w="1" h="1"
69 type="plain" color="grad3" />
70
71 <layer x="100%-3" y="19" w="1" h="1"
72 type="plain" color="grad3" />
73
74 <layer x="5" y="3" w="100%-60" h="25"
75 type="label" color="black" justify="left" font="titlefont" />
76
77 <button x="-20" y="6" w="16" h="28" action="close" >
78 <active pixmap="closebutton" blend="-150"/>
79 <inactive pixmap="closebutton" />
80 </button>
81
82 </frame>
83
84
85 <frame id="dialog-north" height="4">
86
87 <layer x="0" y="0" w="100%" h="100%"
88 type="plain" color="borderdark" />
89
90 <layer x="1" y="1" w="100%-2" h="1"
91 type="plain" color="borderlight" />
92
93 <layer x="1" y="2" w="100%-2" h="2"
94 type="plain" color="grad3"/>
95
96 <layer x="1" y="1" w="1" h="100%-1"
97 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
98
99 <layer x="100%-2" y="1" w="1" h="100%-1"
100 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
101
102 <layer x="2" y="19" w="1" h="1"
103 type="plain" color="grad3" />
104
105 <layer x="100%-3" y="19" w="1" h="1"
106 type="plain" color="grad3" />
107
108 </frame>
109
110 <frame id="dialog-east" width="4" >
111
112 <layer x="0" y="0" w="100%" h="100%"
113 type="plain" color="bordermid" />
114
115 <layer x="1" y="0" w="2" h="100%"
116 type="plain" color="grad3" />
117
118 </frame>
119
120 <frame id="dialog-west" width="4" >
121
122 <layer x="0" y="0" w="100%" h="100%"
123 type="plain" color="bordermid" />
124
125 <layer x="1" y="0" w="2" h="100%"
126 type="plain" color="grad3" />
127
128 </frame>
129
130 <frame id="dialog-south" height="4" >
131
132 <layer x="0" y="0" w="100%" h="100%"
133 type="plain" color="bordermid" />
134
135 <layer x="1" y="1" w="100%-2" h="100%-2"
136 type="plain" color="grad3" />
137
138 <layer x="1" y="0" w="2" h="1"
139 type="plain" color="grad3" />
140
141 <layer x="100%-3" y="0" w="2" h="1"
142 type="plain" color="grad3" />
143
144 <layer x="3" y="1" w="100%-6" h="1"
145 type="plain" color="borderlight" />
146
147 </frame>
148
149 <shadow style="none"/>
150
151 <cursor theme="sugar" size="24" />
152
153 </theme>
00 #! /bin/sh
11 # Common stub for a few missing GNU programs while installing.
22
3 scriptversion=2005-06-08.21
4
5 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
6 # Free Software Foundation, Inc.
3 scriptversion=2009-04-28.21; # UTC
4
5 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
6 # 2008, 2009 Free Software Foundation, Inc.
77 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
88
99 # This program is free software; you can redistribute it and/or modify
1717 # GNU General Public License for more details.
1818
1919 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 # 02110-1301, USA.
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2321
2422 # As a special exception to the GNU General Public License, if you
2523 # distribute this file as part of a program that contains a
3230 fi
3331
3432 run=:
33 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
34 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
3535
3636 # In the cases where this matters, `missing' is being run in the
3737 # srcdir already.
4343
4444 msg="missing on your system"
4545
46 case "$1" in
46 case $1 in
4747 --run)
4848 # Try to run requested program, and just exit if it succeeds.
4949 run=
7676 aclocal touch file \`aclocal.m4'
7777 autoconf touch file \`configure'
7878 autoheader touch file \`config.h.in'
79 autom4te touch the output file, or create a stub one
7980 automake touch all \`Makefile.in' files
8081 bison create \`y.tab.[ch]', if possible, from existing .[ch]
8182 flex create \`lex.yy.c', if possible, from existing .c
8586 tar try tar, gnutar, gtar, then tar without non-portable flags
8687 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
8788
89 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
90 \`g' are ignored when checking the name.
91
8892 Send bug reports to <bug-automake@gnu.org>."
8993 exit $?
9094 ;;
102106
103107 esac
104108
109 # normalize program name to check for.
110 program=`echo "$1" | sed '
111 s/^gnu-//; t
112 s/^gnu//; t
113 s/^g//; t'`
114
105115 # Now exit if we have it, but it failed. Also exit now if we
106116 # don't have it and --version was passed (most likely to detect
107 # the program).
108 case "$1" in
109 lex|yacc)
117 # the program). This is about non-GNU programs, so use $1 not
118 # $program.
119 case $1 in
120 lex*|yacc*)
110121 # Not GNU programs, they don't have --version.
111122 ;;
112123
113 tar)
124 tar*)
114125 if test -n "$run"; then
115126 echo 1>&2 "ERROR: \`tar' requires --run"
116127 exit 1
134145
135146 # If it does not exist, or fails to run (possibly an outdated version),
136147 # try to emulate it.
137 case "$1" in
148 case $program in
138149 aclocal*)
139150 echo 1>&2 "\
140151 WARNING: \`$1' is $msg. You should only need it if
144155 touch aclocal.m4
145156 ;;
146157
147 autoconf)
158 autoconf*)
148159 echo 1>&2 "\
149160 WARNING: \`$1' is $msg. You should only need it if
150161 you modified \`${configure_ac}'. You might want to install the
153164 touch configure
154165 ;;
155166
156 autoheader)
167 autoheader*)
157168 echo 1>&2 "\
158169 WARNING: \`$1' is $msg. You should only need it if
159170 you modified \`acconfig.h' or \`${configure_ac}'. You might want
163174 test -z "$files" && files="config.h"
164175 touch_files=
165176 for f in $files; do
166 case "$f" in
177 case $f in
167178 *:*) touch_files="$touch_files "`echo "$f" |
168179 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
169180 *) touch_files="$touch_files $f.in";;
183194 while read f; do touch "$f"; done
184195 ;;
185196
186 autom4te)
197 autom4te*)
187198 echo 1>&2 "\
188199 WARNING: \`$1' is needed, but is $msg.
189200 You might have modified some files without having the
191202 You can get \`$1' as part of \`Autoconf' from any GNU
192203 archive site."
193204
194 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
195 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
205 file=`echo "$*" | sed -n "$sed_output"`
206 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
196207 if test -f "$file"; then
197208 touch $file
198209 else
206217 fi
207218 ;;
208219
209 bison|yacc)
220 bison*|yacc*)
210221 echo 1>&2 "\
211222 WARNING: \`$1' $msg. You should only need it if
212223 you modified a \`.y' file. You may need the \`Bison' package
213224 in order for those modifications to take effect. You can get
214225 \`Bison' from any GNU archive site."
215226 rm -f y.tab.c y.tab.h
216 if [ $# -ne 1 ]; then
227 if test $# -ne 1; then
217228 eval LASTARG="\${$#}"
218 case "$LASTARG" in
229 case $LASTARG in
219230 *.y)
220231 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
221 if [ -f "$SRCFILE" ]; then
232 if test -f "$SRCFILE"; then
222233 cp "$SRCFILE" y.tab.c
223234 fi
224235 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
225 if [ -f "$SRCFILE" ]; then
236 if test -f "$SRCFILE"; then
226237 cp "$SRCFILE" y.tab.h
227238 fi
228239 ;;
229240 esac
230241 fi
231 if [ ! -f y.tab.h ]; then
242 if test ! -f y.tab.h; then
232243 echo >y.tab.h
233244 fi
234 if [ ! -f y.tab.c ]; then
245 if test ! -f y.tab.c; then
235246 echo 'main() { return 0; }' >y.tab.c
236247 fi
237248 ;;
238249
239 lex|flex)
250 lex*|flex*)
240251 echo 1>&2 "\
241252 WARNING: \`$1' is $msg. You should only need it if
242253 you modified a \`.l' file. You may need the \`Flex' package
243254 in order for those modifications to take effect. You can get
244255 \`Flex' from any GNU archive site."
245256 rm -f lex.yy.c
246 if [ $# -ne 1 ]; then
257 if test $# -ne 1; then
247258 eval LASTARG="\${$#}"
248 case "$LASTARG" in
259 case $LASTARG in
249260 *.l)
250261 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
251 if [ -f "$SRCFILE" ]; then
262 if test -f "$SRCFILE"; then
252263 cp "$SRCFILE" lex.yy.c
253264 fi
254265 ;;
255266 esac
256267 fi
257 if [ ! -f lex.yy.c ]; then
268 if test ! -f lex.yy.c; then
258269 echo 'main() { return 0; }' >lex.yy.c
259270 fi
260271 ;;
261272
262 help2man)
273 help2man*)
263274 echo 1>&2 "\
264275 WARNING: \`$1' is $msg. You should only need it if
265276 you modified a dependency of a manual page. You may need the
266277 \`Help2man' package in order for those modifications to take
267278 effect. You can get \`Help2man' from any GNU archive site."
268279
269 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
270 if test -z "$file"; then
271 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
272 fi
273 if [ -f "$file" ]; then
280 file=`echo "$*" | sed -n "$sed_output"`
281 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
282 if test -f "$file"; then
274283 touch $file
275284 else
276285 test -z "$file" || exec >$file
277286 echo ".ab help2man is required to generate this page"
278 exit 1
279 fi
280 ;;
281
282 makeinfo)
287 exit $?
288 fi
289 ;;
290
291 makeinfo*)
283292 echo 1>&2 "\
284293 WARNING: \`$1' is $msg. You should only need it if
285294 you modified a \`.texi' or \`.texinfo' file, or any other file
288297 DU, IRIX). You might want to install the \`Texinfo' package or
289298 the \`GNU make' package. Grab either from any GNU archive site."
290299 # The file to touch is that specified with -o ...
291 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
300 file=`echo "$*" | sed -n "$sed_output"`
301 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
292302 if test -z "$file"; then
293303 # ... or it is the one specified with @setfilename ...
294304 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
295 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
305 file=`sed -n '
306 /^@setfilename/{
307 s/.* \([^ ]*\) *$/\1/
308 p
309 q
310 }' $infile`
296311 # ... or it is derived from the source name (dir/f.texi becomes f.info)
297312 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
298313 fi
302317 touch $file
303318 ;;
304319
305 tar)
320 tar*)
306321 shift
307322
308323 # We have already tried tar in the generic part.
316331 fi
317332 firstarg="$1"
318333 if shift; then
319 case "$firstarg" in
334 case $firstarg in
320335 *o*)
321336 firstarg=`echo "$firstarg" | sed s/o//`
322337 tar "$firstarg" "$@" && exit 0
323338 ;;
324339 esac
325 case "$firstarg" in
340 case $firstarg in
326341 *h*)
327342 firstarg=`echo "$firstarg" | sed s/h//`
328343 tar "$firstarg" "$@" && exit 0
355370 # eval: (add-hook 'write-file-hooks 'time-stamp)
356371 # time-stamp-start: "scriptversion="
357372 # time-stamp-format: "%:y-%02m-%02d.%02H"
358 # time-stamp-end: "$"
373 # time-stamp-time-zone: "UTC"
374 # time-stamp-end: "; # UTC"
359375 # End: