Merge lp:~dobey/ubuntu/precise/libubuntuone/release-2-99-2 into lp:ubuntu/precise/libubuntuone

Proposed by dobey
Status: Merged
Merged at revision: 100
Proposed branch: lp:~dobey/ubuntu/precise/libubuntuone/release-2-99-2
Merge into: lp:ubuntu/precise/libubuntuone
Diff against target: 5835 lines (+464/-3854)
37 files modified
Makefile.am (+2/-2)
Makefile.in (+6/-33)
aclocal.m4 (+227/-286)
bindings/Makefile.am (+0/-3)
bindings/Makefile.in (+0/-635)
bindings/mono/AssemblyInfo.cs.in (+0/-11)
bindings/mono/Makefile.am (+0/-40)
bindings/mono/Makefile.in (+0/-522)
bindings/mono/ubuntuone-api.metadata (+0/-4)
bindings/mono/ubuntuone-sharp.dll.config.in (+0/-4)
bindings/mono/ubuntuone.sources.in (+0/-10)
bindings/python/Makefile.am (+0/-46)
bindings/python/Makefile.in (+0/-748)
bindings/python/__init__.py (+0/-15)
bindings/python/ubuntuone.c (+0/-161)
bindings/python/ubuntuone.defs (+0/-41)
bindings/python/ubuntuone.override (+0/-13)
bindings/python/ubuntuone/__init__.py (+0/-15)
bindings/python/ubuntuonemodule.c (+0/-21)
configure (+127/-901)
configure.ac (+1/-72)
data/Makefile.in (+0/-25)
debian/changelog (+20/-0)
debian/control (+11/-51)
debian/libubuntuone1.0-cil-dev.install (+0/-1)
debian/libubuntuone1.0-cil.install (+0/-1)
debian/libubuntuone1.0-cil.installcligac (+0/-1)
debian/patches/use_debian_cli_policy_0.7_dir.patch (+0/-12)
debian/python-ubuntuone.install (+0/-2)
debian/rules (+9/-76)
debian/source/format (+2/-0)
debian/watch (+1/-1)
libubuntuone/Makefile.in (+0/-25)
libubuntuone/u1-marshal.c (+1/-1)
ltmain.sh (+57/-38)
tests/Makefile.in (+0/-25)
ubuntuone-sharp.pc.in (+0/-12)
To merge this branch: bzr merge lp:~dobey/ubuntu/precise/libubuntuone/release-2-99-2
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+89499@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2010-08-26 01:19:30 +0000
3+++ Makefile.am 2012-01-20 21:52:25 +0000
4@@ -1,8 +1,8 @@
5-SUBDIRS = data libubuntuone tests bindings po
6+SUBDIRS = data libubuntuone tests po
7
8 EXTRA_DIST = COPYING.GPL
9
10-pcfiles = libubuntuone-1.0.pc ubuntuone-sharp-1.0.pc
11+pcfiles = libubuntuone-1.0.pc
12
13 libubuntuone-1.0.pc: libubuntuone.pc
14 @cp -f $< $@
15
16=== modified file 'Makefile.in'
17--- Makefile.in 2011-12-21 21:27:33 +0000
18+++ Makefile.in 2012-01-20 21:52:25 +0000
19@@ -37,9 +37,9 @@
20 subdir = .
21 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
22 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
23- $(srcdir)/libubuntuone.pc.in $(srcdir)/ubuntuone-sharp.pc.in \
24- $(top_srcdir)/configure COPYING NEWS config.guess config.sub \
25- depcomp install-sh ltmain.sh missing mkinstalldirs
26+ $(srcdir)/libubuntuone.pc.in $(top_srcdir)/configure COPYING \
27+ NEWS config.guess config.sub depcomp install-sh ltmain.sh \
28+ missing mkinstalldirs
29 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
30 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
31 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
32@@ -48,7 +48,7 @@
33 configure.lineno config.status.lineno
34 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
35 CONFIG_HEADER = config.h
36-CONFIG_CLEAN_FILES = libubuntuone.pc ubuntuone-sharp.pc
37+CONFIG_CLEAN_FILES = libubuntuone.pc
38 CONFIG_CLEAN_VPATH_FILES =
39 AM_V_GEN = $(am__v_GEN_$(V))
40 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
41@@ -172,8 +172,6 @@
42 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
43 GTKDOC_MKPDF = @GTKDOC_MKPDF@
44 GTKDOC_REBASE = @GTKDOC_REBASE@
45-GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
46-GTKSHARP_LIBS = @GTKSHARP_LIBS@
47 HTML_DIR = @HTML_DIR@
48 INSTALL = @INSTALL@
49 INSTALL_DATA = @INSTALL_DATA@
50@@ -211,11 +209,6 @@
51 MANIFEST_TOOL = @MANIFEST_TOOL@
52 MKDIR_P = @MKDIR_P@
53 MKINSTALLDIRS = @MKINSTALLDIRS@
54-MONO_CSC = @MONO_CSC@
55-MONO_GAPI_CODEGEN = @MONO_GAPI_CODEGEN@
56-MONO_GAPI_FIXUP = @MONO_GAPI_FIXUP@
57-MONO_GAPI_PARSER = @MONO_GAPI_PARSER@
58-MONO_SN = @MONO_SN@
59 MSGFMT = @MSGFMT@
60 MSGFMT_OPTS = @MSGFMT_OPTS@
61 MSGMERGE = @MSGMERGE@
62@@ -241,20 +234,6 @@
63 POSUB = @POSUB@
64 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
65 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
66-PYGNOME_CODEGEN = @PYGNOME_CODEGEN@
67-PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
68-PYGTK_CFLAGS = @PYGTK_CFLAGS@
69-PYGTK_CODEGEN = @PYGTK_CODEGEN@
70-PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
71-PYGTK_LIBS = @PYGTK_LIBS@
72-PYTHON = @PYTHON@
73-PYTHON_CFLAGS = @PYTHON_CFLAGS@
74-PYTHON_CONFIG = @PYTHON_CONFIG@
75-PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
76-PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
77-PYTHON_PLATFORM = @PYTHON_PLATFORM@
78-PYTHON_PREFIX = @PYTHON_PREFIX@
79-PYTHON_VERSION = @PYTHON_VERSION@
80 RANLIB = @RANLIB@
81 SED = @SED@
82 SET_MAKE = @SET_MAKE@
83@@ -305,13 +284,9 @@
84 mkdir_p = @mkdir_p@
85 oldincludedir = @oldincludedir@
86 pdfdir = @pdfdir@
87-pkgpyexecdir = @pkgpyexecdir@
88-pkgpythondir = @pkgpythondir@
89 prefix = @prefix@
90 program_transform_name = @program_transform_name@
91 psdir = @psdir@
92-pyexecdir = @pyexecdir@
93-pythondir = @pythondir@
94 sbindir = @sbindir@
95 sharedstatedir = @sharedstatedir@
96 srcdir = @srcdir@
97@@ -320,9 +295,9 @@
98 top_build_prefix = @top_build_prefix@
99 top_builddir = @top_builddir@
100 top_srcdir = @top_srcdir@
101-SUBDIRS = data libubuntuone tests bindings po
102+SUBDIRS = data libubuntuone tests po
103 EXTRA_DIST = COPYING.GPL
104-pcfiles = libubuntuone-1.0.pc ubuntuone-sharp-1.0.pc
105+pcfiles = libubuntuone-1.0.pc
106 pkgconfig_DATA = $(pcfiles)
107 pkgconfigdir = $(libdir)/pkgconfig
108 CLEANFILES = $(pcfiles)
109@@ -398,8 +373,6 @@
110 -rm -f config.h stamp-h1
111 libubuntuone.pc: $(top_builddir)/config.status $(srcdir)/libubuntuone.pc.in
112 cd $(top_builddir) && $(SHELL) ./config.status $@
113-ubuntuone-sharp.pc: $(top_builddir)/config.status $(srcdir)/ubuntuone-sharp.pc.in
114- cd $(top_builddir) && $(SHELL) ./config.status $@
115
116 mostlyclean-libtool:
117 -rm -f *.lo
118
119=== modified file 'aclocal.m4'
120--- aclocal.m4 2011-12-21 21:30:49 +0000
121+++ aclocal.m4 2012-01-20 21:52:25 +0000
122@@ -260,6 +260,10 @@
123 [CATOBJEXT=.mo
124 DATADIRNAME=lib])
125 ;;
126+ *-*-openbsd*)
127+ CATOBJEXT=.mo
128+ DATADIRNAME=share
129+ ;;
130 *)
131 CATOBJEXT=.mo
132 DATADIRNAME=lib
133@@ -618,8 +622,8 @@
134 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
135 #
136 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
137-# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
138-# Inc.
139+# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
140+# Foundation, Inc.
141 # Written by Gordon Matzigkeit, 1996
142 #
143 # This file is free software; the Free Software Foundation gives
144@@ -628,8 +632,8 @@
145
146 m4_define([_LT_COPYING], [dnl
147 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
148-# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
149-# Inc.
150+# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
151+# Foundation, Inc.
152 # Written by Gordon Matzigkeit, 1996
153 #
154 # This file is part of GNU Libtool.
155@@ -763,6 +767,8 @@
156 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
157 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
158
159+_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
160+dnl
161 _LT_DECL([], [host_alias], [0], [The host system])dnl
162 _LT_DECL([], [host], [0])dnl
163 _LT_DECL([], [host_os], [0])dnl
164@@ -1248,7 +1254,7 @@
165 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
166 configured by $[0], generated by m4_PACKAGE_STRING.
167
168-Copyright (C) 2010 Free Software Foundation, Inc.
169+Copyright (C) 2011 Free Software Foundation, Inc.
170 This config.lt script is free software; the Free Software Foundation
171 gives unlimited permision to copy, distribute and modify it."
172
173@@ -1412,6 +1418,7 @@
174 m4_case([$1],
175 [C], [_LT_LANG(C)],
176 [C++], [_LT_LANG(CXX)],
177+ [Go], [_LT_LANG(GO)],
178 [Java], [_LT_LANG(GCJ)],
179 [Fortran 77], [_LT_LANG(F77)],
180 [Fortran], [_LT_LANG(FC)],
181@@ -1433,6 +1440,29 @@
182 ])# _LT_LANG
183
184
185+m4_ifndef([AC_PROG_GO], [
186+# NOTE: This macro has been submitted for inclusion into #
187+# GNU Autoconf as AC_PROG_GO. When it is available in #
188+# a released version of Autoconf we should remove this #
189+# macro and use it instead. #
190+m4_defun([AC_PROG_GO],
191+[AC_LANG_PUSH(Go)dnl
192+AC_ARG_VAR([GOC], [Go compiler command])dnl
193+AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
194+_AC_ARG_VAR_LDFLAGS()dnl
195+AC_CHECK_TOOL(GOC, gccgo)
196+if test -z "$GOC"; then
197+ if test -n "$ac_tool_prefix"; then
198+ AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
199+ fi
200+fi
201+if test -z "$GOC"; then
202+ AC_CHECK_PROG(GOC, gccgo, gccgo, false)
203+fi
204+])#m4_defun
205+])#m4_ifndef
206+
207+
208 # _LT_LANG_DEFAULT_CONFIG
209 # -----------------------
210 m4_defun([_LT_LANG_DEFAULT_CONFIG],
211@@ -1463,6 +1493,10 @@
212 m4_ifdef([LT_PROG_GCJ],
213 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
214
215+AC_PROVIDE_IFELSE([AC_PROG_GO],
216+ [LT_LANG(GO)],
217+ [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
218+
219 AC_PROVIDE_IFELSE([LT_PROG_RC],
220 [LT_LANG(RC)],
221 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
222@@ -1565,7 +1599,13 @@
223 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
224 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
225 _lt_result=$?
226- if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
227+ # If there is a non-empty error log, and "single_module"
228+ # appears in it, assume the flag caused a linker warning
229+ if test -s conftest.err && $GREP single_module conftest.err; then
230+ cat conftest.err >&AS_MESSAGE_LOG_FD
231+ # Otherwise, if the output was created with a 0 exit code from
232+ # the compiler, it worked.
233+ elif test -f libconftest.dylib && test $_lt_result -eq 0; then
234 lt_cv_apple_cc_single_mod=yes
235 else
236 cat conftest.err >&AS_MESSAGE_LOG_FD
237@@ -1573,6 +1613,7 @@
238 rm -rf libconftest.dylib*
239 rm -f conftest.*
240 fi])
241+
242 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
243 [lt_cv_ld_exported_symbols_list],
244 [lt_cv_ld_exported_symbols_list=no
245@@ -1584,6 +1625,7 @@
246 [lt_cv_ld_exported_symbols_list=no])
247 LDFLAGS="$save_LDFLAGS"
248 ])
249+
250 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
251 [lt_cv_ld_force_load=no
252 cat > conftest.c << _LT_EOF
253@@ -1601,7 +1643,9 @@
254 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
255 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
256 _lt_result=$?
257- if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
258+ if test -s conftest.err && $GREP force_load conftest.err; then
259+ cat conftest.err >&AS_MESSAGE_LOG_FD
260+ elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
261 lt_cv_ld_force_load=yes
262 else
263 cat conftest.err >&AS_MESSAGE_LOG_FD
264@@ -1646,8 +1690,8 @@
265 ])
266
267
268-# _LT_DARWIN_LINKER_FEATURES
269-# --------------------------
270+# _LT_DARWIN_LINKER_FEATURES([TAG])
271+# ---------------------------------
272 # Checks for linker and compiler features on darwin
273 m4_defun([_LT_DARWIN_LINKER_FEATURES],
274 [
275@@ -1658,6 +1702,8 @@
276 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
277 if test "$lt_cv_ld_force_load" = "yes"; then
278 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
279+ m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
280+ [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
281 else
282 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
283 fi
284@@ -1941,14 +1987,27 @@
285 CFLAGS="$SAVE_CFLAGS"
286 fi
287 ;;
288-sparc*-*solaris*)
289+*-*solaris*)
290 # Find out which ABI we are using.
291 echo 'int i;' > conftest.$ac_ext
292 if AC_TRY_EVAL(ac_compile); then
293 case `/usr/bin/file conftest.o` in
294 *64-bit*)
295 case $lt_cv_prog_gnu_ld in
296- yes*) LD="${LD-ld} -m elf64_sparc" ;;
297+ yes*)
298+ case $host in
299+ i?86-*-solaris*)
300+ LD="${LD-ld} -m elf_x86_64"
301+ ;;
302+ sparc*-*-solaris*)
303+ LD="${LD-ld} -m elf64_sparc"
304+ ;;
305+ esac
306+ # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
307+ if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
308+ LD="${LD-ld}_sol2"
309+ fi
310+ ;;
311 *)
312 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
313 LD="${LD-ld} -64"
314@@ -2025,13 +2084,13 @@
315 if test -n "$RANLIB"; then
316 case $host_os in
317 openbsd*)
318- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
319+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
320 ;;
321 *)
322- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
323+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
324 ;;
325 esac
326- old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
327+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
328 fi
329
330 case $host_os in
331@@ -2211,6 +2270,11 @@
332 lt_cv_sys_max_cmd_len=196608
333 ;;
334
335+ os2*)
336+ # The test takes a long time on OS/2.
337+ lt_cv_sys_max_cmd_len=8192
338+ ;;
339+
340 osf*)
341 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
342 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
343@@ -2250,7 +2314,7 @@
344 # If test is not a shell built-in, we'll probably end up computing a
345 # maximum length that is only half of the actual maximum length, but
346 # we can't tell.
347- while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
348+ while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
349 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
350 test $i != 17 # 1/2 MB should be enough
351 do
352@@ -2796,7 +2860,7 @@
353
354 case $host_os in
355 aix3*)
356- version_type=linux
357+ version_type=linux # correct to gnu/linux during the next big refactor
358 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
359 shlibpath_var=LIBPATH
360
361@@ -2805,7 +2869,7 @@
362 ;;
363
364 aix[[4-9]]*)
365- version_type=linux
366+ version_type=linux # correct to gnu/linux during the next big refactor
367 need_lib_prefix=no
368 need_version=no
369 hardcode_into_libs=yes
370@@ -2870,7 +2934,7 @@
371 ;;
372
373 bsdi[[45]]*)
374- version_type=linux
375+ version_type=linux # correct to gnu/linux during the next big refactor
376 need_version=no
377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
378 soname_spec='${libname}${release}${shared_ext}$major'
379@@ -3009,7 +3073,7 @@
380 ;;
381
382 dgux*)
383- version_type=linux
384+ version_type=linux # correct to gnu/linux during the next big refactor
385 need_lib_prefix=no
386 need_version=no
387 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
388@@ -3017,10 +3081,6 @@
389 shlibpath_var=LD_LIBRARY_PATH
390 ;;
391
392-freebsd1*)
393- dynamic_linker=no
394- ;;
395-
396 freebsd* | dragonfly*)
397 # DragonFly does not have aout. When/if they implement a new
398 # versioning mechanism, adjust this.
399@@ -3028,7 +3088,7 @@
400 objformat=`/usr/bin/objformat`
401 else
402 case $host_os in
403- freebsd[[123]]*) objformat=aout ;;
404+ freebsd[[23]].*) objformat=aout ;;
405 *) objformat=elf ;;
406 esac
407 fi
408@@ -3046,7 +3106,7 @@
409 esac
410 shlibpath_var=LD_LIBRARY_PATH
411 case $host_os in
412- freebsd2*)
413+ freebsd2.*)
414 shlibpath_overrides_runpath=yes
415 ;;
416 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
417@@ -3066,7 +3126,7 @@
418 ;;
419
420 gnu*)
421- version_type=linux
422+ version_type=linux # correct to gnu/linux during the next big refactor
423 need_lib_prefix=no
424 need_version=no
425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
426@@ -3077,7 +3137,7 @@
427 ;;
428
429 haiku*)
430- version_type=linux
431+ version_type=linux # correct to gnu/linux during the next big refactor
432 need_lib_prefix=no
433 need_version=no
434 dynamic_linker="$host_os runtime_loader"
435@@ -3138,7 +3198,7 @@
436 ;;
437
438 interix[[3-9]]*)
439- version_type=linux
440+ version_type=linux # correct to gnu/linux during the next big refactor
441 need_lib_prefix=no
442 need_version=no
443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
444@@ -3154,7 +3214,7 @@
445 nonstopux*) version_type=nonstopux ;;
446 *)
447 if test "$lt_cv_prog_gnu_ld" = yes; then
448- version_type=linux
449+ version_type=linux # correct to gnu/linux during the next big refactor
450 else
451 version_type=irix
452 fi ;;
453@@ -3191,9 +3251,9 @@
454 dynamic_linker=no
455 ;;
456
457-# This must be Linux ELF.
458+# This must be glibc/ELF.
459 linux* | k*bsd*-gnu | kopensolaris*-gnu)
460- version_type=linux
461+ version_type=linux # correct to gnu/linux during the next big refactor
462 need_lib_prefix=no
463 need_version=no
464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
465@@ -3268,7 +3328,7 @@
466 ;;
467
468 newsos6)
469- version_type=linux
470+ version_type=linux # correct to gnu/linux during the next big refactor
471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
472 shlibpath_var=LD_LIBRARY_PATH
473 shlibpath_overrides_runpath=yes
474@@ -3337,7 +3397,7 @@
475 ;;
476
477 solaris*)
478- version_type=linux
479+ version_type=linux # correct to gnu/linux during the next big refactor
480 need_lib_prefix=no
481 need_version=no
482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
483@@ -3362,7 +3422,7 @@
484 ;;
485
486 sysv4 | sysv4.3*)
487- version_type=linux
488+ version_type=linux # correct to gnu/linux during the next big refactor
489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
490 soname_spec='${libname}${release}${shared_ext}$major'
491 shlibpath_var=LD_LIBRARY_PATH
492@@ -3386,7 +3446,7 @@
493
494 sysv4*MP*)
495 if test -d /usr/nec ;then
496- version_type=linux
497+ version_type=linux # correct to gnu/linux during the next big refactor
498 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
499 soname_spec='$libname${shared_ext}.$major'
500 shlibpath_var=LD_LIBRARY_PATH
501@@ -3417,7 +3477,7 @@
502
503 tpf*)
504 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
505- version_type=linux
506+ version_type=linux # correct to gnu/linux during the next big refactor
507 need_lib_prefix=no
508 need_version=no
509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
510@@ -3427,7 +3487,7 @@
511 ;;
512
513 uts4*)
514- version_type=linux
515+ version_type=linux # correct to gnu/linux during the next big refactor
516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
517 soname_spec='${libname}${release}${shared_ext}$major'
518 shlibpath_var=LD_LIBRARY_PATH
519@@ -3849,7 +3909,7 @@
520 lt_cv_deplibs_check_method=pass_all
521 ;;
522
523-# This must be Linux ELF.
524+# This must be glibc/ELF.
525 linux* | k*bsd*-gnu | kopensolaris*-gnu)
526 lt_cv_deplibs_check_method=pass_all
527 ;;
528@@ -4269,6 +4329,7 @@
529 # which start with @ or ?.
530 lt_cv_sys_global_symbol_pipe="$AWK ['"\
531 " {last_section=section; section=\$ 3};"\
532+" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
533 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
534 " \$ 0!~/External *\|/{next};"\
535 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
536@@ -4853,7 +4914,9 @@
537 case $cc_basename in
538 nvcc*) # Cuda Compiler Driver 2.2
539 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
540- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'
541+ if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
542+ _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
543+ fi
544 ;;
545 esac
546 else
547@@ -4945,18 +5008,33 @@
548 ;;
549 *)
550 case `$CC -V 2>&1 | sed 5q` in
551- *Sun\ F* | *Sun*Fortran*)
552+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
553 # Sun Fortran 8.3 passes all unrecognized flags to the linker
554 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
555 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
556 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
557 ;;
558+ *Sun\ F* | *Sun*Fortran*)
559+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
560+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
561+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
562+ ;;
563 *Sun\ C*)
564 # Sun C 5.9
565 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
566 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
567 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
568 ;;
569+ *Intel*\ [[CF]]*Compiler*)
570+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
571+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
572+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
573+ ;;
574+ *Portland\ Group*)
575+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
576+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
577+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
578+ ;;
579 esac
580 ;;
581 esac
582@@ -5116,7 +5194,9 @@
583 ;;
584 cygwin* | mingw* | cegcc*)
585 case $cc_basename in
586- cl*) ;;
587+ cl*)
588+ _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
589+ ;;
590 *)
591 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
592 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
593@@ -5144,7 +5224,6 @@
594 _LT_TAGVAR(hardcode_direct, $1)=no
595 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
596 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
597- _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
598 _LT_TAGVAR(hardcode_libdir_separator, $1)=
599 _LT_TAGVAR(hardcode_minus_L, $1)=no
600 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
601@@ -5398,8 +5477,7 @@
602 xlf* | bgf* | bgxlf* | mpixlf*)
603 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
604 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
605- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
606- _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
607+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
608 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
609 if test "x$supports_anon_versioning" = xyes; then
610 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
611@@ -5695,6 +5773,7 @@
612 # The linker will not automatically build a static lib if we build a DLL.
613 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
614 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
615+ _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
616 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
617 # Don't use ranlib
618 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
619@@ -5741,10 +5820,6 @@
620 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
621 ;;
622
623- freebsd1*)
624- _LT_TAGVAR(ld_shlibs, $1)=no
625- ;;
626-
627 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
628 # support. Future versions do this automatically, but an explicit c++rt0.o
629 # does not break anything, and helps significantly (at the cost of a little
630@@ -5757,7 +5832,7 @@
631 ;;
632
633 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
634- freebsd2*)
635+ freebsd2.*)
636 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
637 _LT_TAGVAR(hardcode_direct, $1)=yes
638 _LT_TAGVAR(hardcode_minus_L, $1)=yes
639@@ -5796,7 +5871,6 @@
640 fi
641 if test "$with_gnu_ld" = no; then
642 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
643- _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
644 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
645 _LT_TAGVAR(hardcode_direct, $1)=yes
646 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
647@@ -6238,9 +6312,6 @@
648 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
649 [Flag to hardcode $libdir into a binary during linking.
650 This must work even if $libdir does not exist])
651-_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
652- [[If ld is used when linking, flag to hardcode $libdir into a binary
653- during linking. This must work even if $libdir does not exist]])
654 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
655 [Whether we need a single "-rpath" flag with a separated argument])
656 _LT_TAGDECL([], [hardcode_direct], [0],
657@@ -6394,7 +6465,6 @@
658 _LT_TAGVAR(hardcode_direct, $1)=no
659 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
660 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
661-_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
662 _LT_TAGVAR(hardcode_libdir_separator, $1)=
663 _LT_TAGVAR(hardcode_minus_L, $1)=no
664 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
665@@ -6764,7 +6834,7 @@
666 esac
667 ;;
668
669- freebsd[[12]]*)
670+ freebsd2.*)
671 # C++ shared libraries reported to be fairly broken before
672 # switch to ELF
673 _LT_TAGVAR(ld_shlibs, $1)=no
674@@ -7525,12 +7595,18 @@
675 }
676 };
677 _LT_EOF
678+], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
679+package foo
680+func foo() {
681+}
682+_LT_EOF
683 ])
684
685 _lt_libdeps_save_CFLAGS=$CFLAGS
686 case "$CC $CFLAGS " in #(
687 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
688 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
689+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
690 esac
691
692 dnl Parse the compiler output and extract the necessary
693@@ -7727,7 +7803,6 @@
694 _LT_TAGVAR(hardcode_direct, $1)=no
695 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
696 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
697-_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
698 _LT_TAGVAR(hardcode_libdir_separator, $1)=
699 _LT_TAGVAR(hardcode_minus_L, $1)=no
700 _LT_TAGVAR(hardcode_automatic, $1)=no
701@@ -7860,7 +7935,6 @@
702 _LT_TAGVAR(hardcode_direct, $1)=no
703 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
704 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
705-_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
706 _LT_TAGVAR(hardcode_libdir_separator, $1)=
707 _LT_TAGVAR(hardcode_minus_L, $1)=no
708 _LT_TAGVAR(hardcode_automatic, $1)=no
709@@ -8043,6 +8117,73 @@
710 ])# _LT_LANG_GCJ_CONFIG
711
712
713+# _LT_LANG_GO_CONFIG([TAG])
714+# --------------------------
715+# Ensure that the configuration variables for the GNU Go compiler
716+# are suitably defined. These variables are subsequently used by _LT_CONFIG
717+# to write the compiler configuration to `libtool'.
718+m4_defun([_LT_LANG_GO_CONFIG],
719+[AC_REQUIRE([LT_PROG_GO])dnl
720+AC_LANG_SAVE
721+
722+# Source file extension for Go test sources.
723+ac_ext=go
724+
725+# Object file extension for compiled Go test sources.
726+objext=o
727+_LT_TAGVAR(objext, $1)=$objext
728+
729+# Code to be used in simple compile tests
730+lt_simple_compile_test_code="package main; func main() { }"
731+
732+# Code to be used in simple link tests
733+lt_simple_link_test_code='package main; func main() { }'
734+
735+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
736+_LT_TAG_COMPILER
737+
738+# save warnings/boilerplate of simple test code
739+_LT_COMPILER_BOILERPLATE
740+_LT_LINKER_BOILERPLATE
741+
742+# Allow CC to be a program name with arguments.
743+lt_save_CC=$CC
744+lt_save_CFLAGS=$CFLAGS
745+lt_save_GCC=$GCC
746+GCC=yes
747+CC=${GOC-"gccgo"}
748+CFLAGS=$GOFLAGS
749+compiler=$CC
750+_LT_TAGVAR(compiler, $1)=$CC
751+_LT_TAGVAR(LD, $1)="$LD"
752+_LT_CC_BASENAME([$compiler])
753+
754+# Go did not exist at the time GCC didn't implicitly link libc in.
755+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
756+
757+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
758+_LT_TAGVAR(reload_flag, $1)=$reload_flag
759+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
760+
761+if test -n "$compiler"; then
762+ _LT_COMPILER_NO_RTTI($1)
763+ _LT_COMPILER_PIC($1)
764+ _LT_COMPILER_C_O($1)
765+ _LT_COMPILER_FILE_LOCKS($1)
766+ _LT_LINKER_SHLIBS($1)
767+ _LT_LINKER_HARDCODE_LIBPATH($1)
768+
769+ _LT_CONFIG($1)
770+fi
771+
772+AC_LANG_RESTORE
773+
774+GCC=$lt_save_GCC
775+CC=$lt_save_CC
776+CFLAGS=$lt_save_CFLAGS
777+])# _LT_LANG_GO_CONFIG
778+
779+
780 # _LT_LANG_RC_CONFIG([TAG])
781 # -------------------------
782 # Ensure that the configuration variables for the Windows resource compiler
783@@ -8112,6 +8253,13 @@
784 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
785
786
787+# LT_PROG_GO
788+# ----------
789+AC_DEFUN([LT_PROG_GO],
790+[AC_CHECK_TOOL(GOC, gccgo,)
791+])
792+
793+
794 # LT_PROG_RC
795 # ----------
796 AC_DEFUN([LT_PROG_RC],
797@@ -8776,9 +8924,24 @@
798 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
799 m4_define([_LT_WITH_PIC],
800 [AC_ARG_WITH([pic],
801- [AS_HELP_STRING([--with-pic],
802+ [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
803 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
804- [pic_mode="$withval"],
805+ [lt_p=${PACKAGE-default}
806+ case $withval in
807+ yes|no) pic_mode=$withval ;;
808+ *)
809+ pic_mode=default
810+ # Look at the argument we got. We use all the common list separators.
811+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
812+ for lt_pkg in $withval; do
813+ IFS="$lt_save_ifs"
814+ if test "X$lt_pkg" = "X$lt_p"; then
815+ pic_mode=yes
816+ fi
817+ done
818+ IFS="$lt_save_ifs"
819+ ;;
820+ esac],
821 [pic_mode=default])
822
823 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
824@@ -8950,15 +9113,15 @@
825
826 # @configure_input@
827
828-# serial 3293 ltversion.m4
829+# serial 3337 ltversion.m4
830 # This file is part of GNU Libtool
831
832-m4_define([LT_PACKAGE_VERSION], [2.4])
833-m4_define([LT_PACKAGE_REVISION], [1.3293])
834+m4_define([LT_PACKAGE_VERSION], [2.4.2])
835+m4_define([LT_PACKAGE_REVISION], [1.3337])
836
837 AC_DEFUN([LTVERSION_VERSION],
838-[macro_version='2.4'
839-macro_revision='1.3293'
840+[macro_version='2.4.2'
841+macro_revision='1.3337'
842 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
843 _LT_DECL(, macro_revision, 0)
844 ])
845@@ -9989,228 +10152,6 @@
846 AC_DEFUN([_AM_IF_OPTION],
847 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
848
849-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009
850-# Free Software Foundation, Inc.
851-#
852-# This file is free software; the Free Software Foundation
853-# gives unlimited permission to copy and/or distribute it,
854-# with or without modifications, as long as this notice is preserved.
855-
856-# AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
857-# ---------------------------------------------------------------------------
858-# Adds support for distributing Python modules and packages. To
859-# install modules, copy them to $(pythondir), using the python_PYTHON
860-# automake variable. To install a package with the same name as the
861-# automake package, install to $(pkgpythondir), or use the
862-# pkgpython_PYTHON automake variable.
863-#
864-# The variables $(pyexecdir) and $(pkgpyexecdir) are provided as
865-# locations to install python extension modules (shared libraries).
866-# Another macro is required to find the appropriate flags to compile
867-# extension modules.
868-#
869-# If your package is configured with a different prefix to python,
870-# users will have to add the install directory to the PYTHONPATH
871-# environment variable, or create a .pth file (see the python
872-# documentation for details).
873-#
874-# If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
875-# cause an error if the version of python installed on the system
876-# doesn't meet the requirement. MINIMUM-VERSION should consist of
877-# numbers and dots only.
878-AC_DEFUN([AM_PATH_PYTHON],
879- [
880- dnl Find a Python interpreter. Python versions prior to 2.0 are not
881- dnl supported. (2.0 was released on October 16, 2000).
882- m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
883- [python python2 python3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
884-python2.1 python2.0])
885-
886- m4_if([$1],[],[
887- dnl No version check is needed.
888- # Find any Python interpreter.
889- if test -z "$PYTHON"; then
890- AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
891- fi
892- am_display_PYTHON=python
893- ], [
894- dnl A version check is needed.
895- if test -n "$PYTHON"; then
896- # If the user set $PYTHON, use it and don't search something else.
897- AC_MSG_CHECKING([whether $PYTHON version >= $1])
898- AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
899- [AC_MSG_RESULT(yes)],
900- [AC_MSG_ERROR(too old)])
901- am_display_PYTHON=$PYTHON
902- else
903- # Otherwise, try each interpreter until we find one that satisfies
904- # VERSION.
905- AC_CACHE_CHECK([for a Python interpreter with version >= $1],
906- [am_cv_pathless_PYTHON],[
907- for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
908- test "$am_cv_pathless_PYTHON" = none && break
909- AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
910- done])
911- # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
912- if test "$am_cv_pathless_PYTHON" = none; then
913- PYTHON=:
914- else
915- AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
916- fi
917- am_display_PYTHON=$am_cv_pathless_PYTHON
918- fi
919- ])
920-
921- if test "$PYTHON" = :; then
922- dnl Run any user-specified action, or abort.
923- m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
924- else
925-
926- dnl Query Python for its version number. Getting [:3] seems to be
927- dnl the best way to do this; it's what "site.py" does in the standard
928- dnl library.
929-
930- AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
931- [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
932- AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
933-
934- dnl Use the values of $prefix and $exec_prefix for the corresponding
935- dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made
936- dnl distinct variables so they can be overridden if need be. However,
937- dnl general consensus is that you shouldn't need this ability.
938-
939- AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
940- AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
941-
942- dnl At times (like when building shared libraries) you may want
943- dnl to know which OS platform Python thinks this is.
944-
945- AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
946- [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
947- AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
948-
949-
950- dnl Set up 4 directories:
951-
952- dnl pythondir -- where to install python scripts. This is the
953- dnl site-packages directory, not the python standard library
954- dnl directory like in previous automake betas. This behavior
955- dnl is more consistent with lispdir.m4 for example.
956- dnl Query distutils for this directory. distutils does not exist in
957- dnl Python 1.5, so we fall back to the hardcoded directory if it
958- dnl doesn't work.
959- AC_CACHE_CHECK([for $am_display_PYTHON script directory],
960- [am_cv_python_pythondir],
961- [if test "x$prefix" = xNONE
962- then
963- am_py_prefix=$ac_default_prefix
964- else
965- am_py_prefix=$prefix
966- fi
967- am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null ||
968- echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
969- case $am_cv_python_pythondir in
970- $am_py_prefix*)
971- am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
972- am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
973- ;;
974- *)
975- case $am_py_prefix in
976- /usr|/System*) ;;
977- *)
978- am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
979- ;;
980- esac
981- ;;
982- esac
983- ])
984- AC_SUBST([pythondir], [$am_cv_python_pythondir])
985-
986- dnl pkgpythondir -- $PACKAGE directory under pythondir. Was
987- dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
988- dnl more consistent with the rest of automake.
989-
990- AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
991-
992- dnl pyexecdir -- directory for installing python extension modules
993- dnl (shared libraries)
994- dnl Query distutils for this directory. distutils does not exist in
995- dnl Python 1.5, so we fall back to the hardcoded directory if it
996- dnl doesn't work.
997- AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
998- [am_cv_python_pyexecdir],
999- [if test "x$exec_prefix" = xNONE
1000- then
1001- am_py_exec_prefix=$am_py_prefix
1002- else
1003- am_py_exec_prefix=$exec_prefix
1004- fi
1005- am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null ||
1006- echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
1007- case $am_cv_python_pyexecdir in
1008- $am_py_exec_prefix*)
1009- am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
1010- am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
1011- ;;
1012- *)
1013- case $am_py_exec_prefix in
1014- /usr|/System*) ;;
1015- *)
1016- am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
1017- ;;
1018- esac
1019- ;;
1020- esac
1021- ])
1022- AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
1023-
1024- dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
1025-
1026- AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
1027-
1028- dnl Run any user-specified action.
1029- $2
1030- fi
1031-
1032-])
1033-
1034-
1035-# AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
1036-# ---------------------------------------------------------------------------
1037-# Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
1038-# Run ACTION-IF-FALSE otherwise.
1039-# This test uses sys.hexversion instead of the string equivalent (first
1040-# word of sys.version), in order to cope with versions such as 2.2c1.
1041-# This supports Python 2.0 or higher. (2.0 was released on October 16, 2000).
1042-AC_DEFUN([AM_PYTHON_CHECK_VERSION],
1043- [prog="import sys
1044-# split strings by '.' and convert to numeric. Append some zeros
1045-# because we need at least 4 digits for the hex conversion.
1046-# map returns an iterator in Python 3.0 and a list in 2.x
1047-minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
1048-minverhex = 0
1049-# xrange is not present in Python 3.0 and range returns an iterator
1050-for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
1051-sys.exit(sys.hexversion < minverhex)"
1052- AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
1053-
1054-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1055-#
1056-# This file is free software; the Free Software Foundation
1057-# gives unlimited permission to copy and/or distribute it,
1058-# with or without modifications, as long as this notice is preserved.
1059-
1060-# AM_RUN_LOG(COMMAND)
1061-# -------------------
1062-# Run COMMAND, save the exit status in ac_status, and log it.
1063-# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1064-AC_DEFUN([AM_RUN_LOG],
1065-[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1066- ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1067- ac_status=$?
1068- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1069- (exit $ac_status); }])
1070-
1071 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1072
1073 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1074
1075=== removed directory 'bindings'
1076=== removed file 'bindings/Makefile.am'
1077--- bindings/Makefile.am 2010-08-26 01:19:30 +0000
1078+++ bindings/Makefile.am 1970-01-01 00:00:00 +0000
1079@@ -1,3 +0,0 @@
1080-SUBDIRS = python mono
1081-
1082-MAINTAINERCLEANFILES = Makefile.in
1083
1084=== removed file 'bindings/Makefile.in'
1085--- bindings/Makefile.in 2011-12-21 21:27:33 +0000
1086+++ bindings/Makefile.in 1970-01-01 00:00:00 +0000
1087@@ -1,635 +0,0 @@
1088-# Makefile.in generated by automake 1.11.1 from Makefile.am.
1089-# @configure_input@
1090-
1091-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1092-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
1093-# Inc.
1094-# This Makefile.in is free software; the Free Software Foundation
1095-# gives unlimited permission to copy and/or distribute it,
1096-# with or without modifications, as long as this notice is preserved.
1097-
1098-# This program is distributed in the hope that it will be useful,
1099-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1100-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1101-# PARTICULAR PURPOSE.
1102-
1103-@SET_MAKE@
1104-VPATH = @srcdir@
1105-pkgdatadir = $(datadir)/@PACKAGE@
1106-pkgincludedir = $(includedir)/@PACKAGE@
1107-pkglibdir = $(libdir)/@PACKAGE@
1108-pkglibexecdir = $(libexecdir)/@PACKAGE@
1109-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1110-install_sh_DATA = $(install_sh) -c -m 644
1111-install_sh_PROGRAM = $(install_sh) -c
1112-install_sh_SCRIPT = $(install_sh) -c
1113-INSTALL_HEADER = $(INSTALL_DATA)
1114-transform = $(program_transform_name)
1115-NORMAL_INSTALL = :
1116-PRE_INSTALL = :
1117-POST_INSTALL = :
1118-NORMAL_UNINSTALL = :
1119-PRE_UNINSTALL = :
1120-POST_UNINSTALL = :
1121-build_triplet = @build@
1122-host_triplet = @host@
1123-subdir = bindings
1124-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1125-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1126-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1127-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1128- $(ACLOCAL_M4)
1129-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1130-CONFIG_HEADER = $(top_builddir)/config.h
1131-CONFIG_CLEAN_FILES =
1132-CONFIG_CLEAN_VPATH_FILES =
1133-AM_V_GEN = $(am__v_GEN_$(V))
1134-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
1135-am__v_GEN_0 = @echo " GEN " $@;
1136-AM_V_at = $(am__v_at_$(V))
1137-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
1138-am__v_at_0 = @
1139-SOURCES =
1140-DIST_SOURCES =
1141-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
1142- html-recursive info-recursive install-data-recursive \
1143- install-dvi-recursive install-exec-recursive \
1144- install-html-recursive install-info-recursive \
1145- install-pdf-recursive install-ps-recursive install-recursive \
1146- installcheck-recursive installdirs-recursive pdf-recursive \
1147- ps-recursive uninstall-recursive
1148-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
1149- distclean-recursive maintainer-clean-recursive
1150-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
1151- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
1152- distdir
1153-ETAGS = etags
1154-CTAGS = ctags
1155-DIST_SUBDIRS = $(SUBDIRS)
1156-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1157-am__relativize = \
1158- dir0=`pwd`; \
1159- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1160- sed_rest='s,^[^/]*/*,,'; \
1161- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1162- sed_butlast='s,/*[^/]*$$,,'; \
1163- while test -n "$$dir1"; do \
1164- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1165- if test "$$first" != "."; then \
1166- if test "$$first" = ".."; then \
1167- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
1168- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
1169- else \
1170- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
1171- if test "$$first2" = "$$first"; then \
1172- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
1173- else \
1174- dir2="../$$dir2"; \
1175- fi; \
1176- dir0="$$dir0"/"$$first"; \
1177- fi; \
1178- fi; \
1179- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1180- done; \
1181- reldir="$$dir2"
1182-ACLOCAL = @ACLOCAL@
1183-ALL_LINGUAS = @ALL_LINGUAS@
1184-AMTAR = @AMTAR@
1185-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1186-AR = @AR@
1187-AUTOCONF = @AUTOCONF@
1188-AUTOHEADER = @AUTOHEADER@
1189-AUTOMAKE = @AUTOMAKE@
1190-AWK = @AWK@
1191-CATALOGS = @CATALOGS@
1192-CATOBJEXT = @CATOBJEXT@
1193-CC = @CC@
1194-CCDEPMODE = @CCDEPMODE@
1195-CFLAGS = @CFLAGS@
1196-CPP = @CPP@
1197-CPPFLAGS = @CPPFLAGS@
1198-CYGPATH_W = @CYGPATH_W@
1199-DATADIRNAME = @DATADIRNAME@
1200-DEFS = @DEFS@
1201-DEPDIR = @DEPDIR@
1202-DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
1203-DLLTOOL = @DLLTOOL@
1204-DSYMUTIL = @DSYMUTIL@
1205-DUMPBIN = @DUMPBIN@
1206-ECHO_C = @ECHO_C@
1207-ECHO_N = @ECHO_N@
1208-ECHO_T = @ECHO_T@
1209-EGREP = @EGREP@
1210-EXEEXT = @EXEEXT@
1211-FGREP = @FGREP@
1212-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1213-GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
1214-GMOFILES = @GMOFILES@
1215-GMSGFMT = @GMSGFMT@
1216-GREP = @GREP@
1217-GTKDOC_CHECK = @GTKDOC_CHECK@
1218-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
1219-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
1220-GTKDOC_MKPDF = @GTKDOC_MKPDF@
1221-GTKDOC_REBASE = @GTKDOC_REBASE@
1222-GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
1223-GTKSHARP_LIBS = @GTKSHARP_LIBS@
1224-HTML_DIR = @HTML_DIR@
1225-INSTALL = @INSTALL@
1226-INSTALL_DATA = @INSTALL_DATA@
1227-INSTALL_PROGRAM = @INSTALL_PROGRAM@
1228-INSTALL_SCRIPT = @INSTALL_SCRIPT@
1229-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1230-INSTOBJEXT = @INSTOBJEXT@
1231-INTLLIBS = @INTLLIBS@
1232-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
1233-INTLTOOL_MERGE = @INTLTOOL_MERGE@
1234-INTLTOOL_PERL = @INTLTOOL_PERL@
1235-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1236-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
1237-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
1238-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
1239-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
1240-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
1241-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
1242-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
1243-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
1244-LD = @LD@
1245-LDFLAGS = @LDFLAGS@
1246-LIBOBJS = @LIBOBJS@
1247-LIBS = @LIBS@
1248-LIBTOOL = @LIBTOOL@
1249-LIBUBUNTUONE_AGE = @LIBUBUNTUONE_AGE@
1250-LIBUBUNTUONE_CFLAGS = @LIBUBUNTUONE_CFLAGS@
1251-LIBUBUNTUONE_CURRENT = @LIBUBUNTUONE_CURRENT@
1252-LIBUBUNTUONE_LIBS = @LIBUBUNTUONE_LIBS@
1253-LIBUBUNTUONE_REVISION = @LIBUBUNTUONE_REVISION@
1254-LIPO = @LIPO@
1255-LN_S = @LN_S@
1256-LTLIBOBJS = @LTLIBOBJS@
1257-MAKEINFO = @MAKEINFO@
1258-MANIFEST_TOOL = @MANIFEST_TOOL@
1259-MKDIR_P = @MKDIR_P@
1260-MKINSTALLDIRS = @MKINSTALLDIRS@
1261-MONO_CSC = @MONO_CSC@
1262-MONO_GAPI_CODEGEN = @MONO_GAPI_CODEGEN@
1263-MONO_GAPI_FIXUP = @MONO_GAPI_FIXUP@
1264-MONO_GAPI_PARSER = @MONO_GAPI_PARSER@
1265-MONO_SN = @MONO_SN@
1266-MSGFMT = @MSGFMT@
1267-MSGFMT_OPTS = @MSGFMT_OPTS@
1268-MSGMERGE = @MSGMERGE@
1269-NM = @NM@
1270-NMEDIT = @NMEDIT@
1271-OAUTH_LIBS = @OAUTH_LIBS@
1272-OBJDUMP = @OBJDUMP@
1273-OBJEXT = @OBJEXT@
1274-OTOOL = @OTOOL@
1275-OTOOL64 = @OTOOL64@
1276-PACKAGE = @PACKAGE@
1277-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1278-PACKAGE_NAME = @PACKAGE_NAME@
1279-PACKAGE_STRING = @PACKAGE_STRING@
1280-PACKAGE_TARNAME = @PACKAGE_TARNAME@
1281-PACKAGE_URL = @PACKAGE_URL@
1282-PACKAGE_VERSION = @PACKAGE_VERSION@
1283-PATH_SEPARATOR = @PATH_SEPARATOR@
1284-PKG_CONFIG = @PKG_CONFIG@
1285-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1286-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1287-POFILES = @POFILES@
1288-POSUB = @POSUB@
1289-PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
1290-PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1291-PYGNOME_CODEGEN = @PYGNOME_CODEGEN@
1292-PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
1293-PYGTK_CFLAGS = @PYGTK_CFLAGS@
1294-PYGTK_CODEGEN = @PYGTK_CODEGEN@
1295-PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
1296-PYGTK_LIBS = @PYGTK_LIBS@
1297-PYTHON = @PYTHON@
1298-PYTHON_CFLAGS = @PYTHON_CFLAGS@
1299-PYTHON_CONFIG = @PYTHON_CONFIG@
1300-PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
1301-PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
1302-PYTHON_PLATFORM = @PYTHON_PLATFORM@
1303-PYTHON_PREFIX = @PYTHON_PREFIX@
1304-PYTHON_VERSION = @PYTHON_VERSION@
1305-RANLIB = @RANLIB@
1306-SED = @SED@
1307-SET_MAKE = @SET_MAKE@
1308-SHELL = @SHELL@
1309-STRIP = @STRIP@
1310-U1_JAVASCRIPT_DIR = @U1_JAVASCRIPT_DIR@
1311-USE_NLS = @USE_NLS@
1312-VERSION = @VERSION@
1313-XGETTEXT = @XGETTEXT@
1314-abs_builddir = @abs_builddir@
1315-abs_srcdir = @abs_srcdir@
1316-abs_top_builddir = @abs_top_builddir@
1317-abs_top_srcdir = @abs_top_srcdir@
1318-ac_ct_AR = @ac_ct_AR@
1319-ac_ct_CC = @ac_ct_CC@
1320-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1321-am__include = @am__include@
1322-am__leading_dot = @am__leading_dot@
1323-am__quote = @am__quote@
1324-am__tar = @am__tar@
1325-am__untar = @am__untar@
1326-bindir = @bindir@
1327-build = @build@
1328-build_alias = @build_alias@
1329-build_cpu = @build_cpu@
1330-build_os = @build_os@
1331-build_vendor = @build_vendor@
1332-builddir = @builddir@
1333-datadir = @datadir@
1334-datarootdir = @datarootdir@
1335-docdir = @docdir@
1336-dvidir = @dvidir@
1337-exec_prefix = @exec_prefix@
1338-host = @host@
1339-host_alias = @host_alias@
1340-host_cpu = @host_cpu@
1341-host_os = @host_os@
1342-host_vendor = @host_vendor@
1343-htmldir = @htmldir@
1344-includedir = @includedir@
1345-infodir = @infodir@
1346-install_sh = @install_sh@
1347-libdir = @libdir@
1348-libexecdir = @libexecdir@
1349-localedir = @localedir@
1350-localstatedir = @localstatedir@
1351-mandir = @mandir@
1352-mkdir_p = @mkdir_p@
1353-oldincludedir = @oldincludedir@
1354-pdfdir = @pdfdir@
1355-pkgpyexecdir = @pkgpyexecdir@
1356-pkgpythondir = @pkgpythondir@
1357-prefix = @prefix@
1358-program_transform_name = @program_transform_name@
1359-psdir = @psdir@
1360-pyexecdir = @pyexecdir@
1361-pythondir = @pythondir@
1362-sbindir = @sbindir@
1363-sharedstatedir = @sharedstatedir@
1364-srcdir = @srcdir@
1365-sysconfdir = @sysconfdir@
1366-target_alias = @target_alias@
1367-top_build_prefix = @top_build_prefix@
1368-top_builddir = @top_builddir@
1369-top_srcdir = @top_srcdir@
1370-SUBDIRS = python mono
1371-MAINTAINERCLEANFILES = Makefile.in
1372-all: all-recursive
1373-
1374-.SUFFIXES:
1375-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
1376- @for dep in $?; do \
1377- case '$(am__configure_deps)' in \
1378- *$$dep*) \
1379- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1380- && { if test -f $@; then exit 0; else break; fi; }; \
1381- exit 1;; \
1382- esac; \
1383- done; \
1384- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bindings/Makefile'; \
1385- $(am__cd) $(top_srcdir) && \
1386- $(AUTOMAKE) --foreign bindings/Makefile
1387-.PRECIOUS: Makefile
1388-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1389- @case '$?' in \
1390- *config.status*) \
1391- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1392- *) \
1393- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1394- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1395- esac;
1396-
1397-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1398- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1399-
1400-$(top_srcdir)/configure: $(am__configure_deps)
1401- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1402-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
1403- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1404-$(am__aclocal_m4_deps):
1405-
1406-mostlyclean-libtool:
1407- -rm -f *.lo
1408-
1409-clean-libtool:
1410- -rm -rf .libs _libs
1411-
1412-# This directory's subdirectories are mostly independent; you can cd
1413-# into them and run `make' without going through this Makefile.
1414-# To change the values of `make' variables: instead of editing Makefiles,
1415-# (1) if the variable is set in `config.status', edit `config.status'
1416-# (which will cause the Makefiles to be regenerated when you run `make');
1417-# (2) otherwise, pass the desired values on the `make' command line.
1418-$(RECURSIVE_TARGETS):
1419- @fail= failcom='exit 1'; \
1420- for f in x $$MAKEFLAGS; do \
1421- case $$f in \
1422- *=* | --[!k]*);; \
1423- *k*) failcom='fail=yes';; \
1424- esac; \
1425- done; \
1426- dot_seen=no; \
1427- target=`echo $@ | sed s/-recursive//`; \
1428- list='$(SUBDIRS)'; for subdir in $$list; do \
1429- echo "Making $$target in $$subdir"; \
1430- if test "$$subdir" = "."; then \
1431- dot_seen=yes; \
1432- local_target="$$target-am"; \
1433- else \
1434- local_target="$$target"; \
1435- fi; \
1436- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1437- || eval $$failcom; \
1438- done; \
1439- if test "$$dot_seen" = "no"; then \
1440- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1441- fi; test -z "$$fail"
1442-
1443-$(RECURSIVE_CLEAN_TARGETS):
1444- @fail= failcom='exit 1'; \
1445- for f in x $$MAKEFLAGS; do \
1446- case $$f in \
1447- *=* | --[!k]*);; \
1448- *k*) failcom='fail=yes';; \
1449- esac; \
1450- done; \
1451- dot_seen=no; \
1452- case "$@" in \
1453- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1454- *) list='$(SUBDIRS)' ;; \
1455- esac; \
1456- rev=''; for subdir in $$list; do \
1457- if test "$$subdir" = "."; then :; else \
1458- rev="$$subdir $$rev"; \
1459- fi; \
1460- done; \
1461- rev="$$rev ."; \
1462- target=`echo $@ | sed s/-recursive//`; \
1463- for subdir in $$rev; do \
1464- echo "Making $$target in $$subdir"; \
1465- if test "$$subdir" = "."; then \
1466- local_target="$$target-am"; \
1467- else \
1468- local_target="$$target"; \
1469- fi; \
1470- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1471- || eval $$failcom; \
1472- done && test -z "$$fail"
1473-tags-recursive:
1474- list='$(SUBDIRS)'; for subdir in $$list; do \
1475- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1476- done
1477-ctags-recursive:
1478- list='$(SUBDIRS)'; for subdir in $$list; do \
1479- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1480- done
1481-
1482-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1483- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1484- unique=`for i in $$list; do \
1485- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1486- done | \
1487- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1488- END { if (nonempty) { for (i in files) print i; }; }'`; \
1489- mkid -fID $$unique
1490-tags: TAGS
1491-
1492-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1493- $(TAGS_FILES) $(LISP)
1494- set x; \
1495- here=`pwd`; \
1496- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1497- include_option=--etags-include; \
1498- empty_fix=.; \
1499- else \
1500- include_option=--include; \
1501- empty_fix=; \
1502- fi; \
1503- list='$(SUBDIRS)'; for subdir in $$list; do \
1504- if test "$$subdir" = .; then :; else \
1505- test ! -f $$subdir/TAGS || \
1506- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1507- fi; \
1508- done; \
1509- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1510- unique=`for i in $$list; do \
1511- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1512- done | \
1513- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1514- END { if (nonempty) { for (i in files) print i; }; }'`; \
1515- shift; \
1516- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1517- test -n "$$unique" || unique=$$empty_fix; \
1518- if test $$# -gt 0; then \
1519- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1520- "$$@" $$unique; \
1521- else \
1522- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1523- $$unique; \
1524- fi; \
1525- fi
1526-ctags: CTAGS
1527-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1528- $(TAGS_FILES) $(LISP)
1529- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1530- unique=`for i in $$list; do \
1531- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1532- done | \
1533- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1534- END { if (nonempty) { for (i in files) print i; }; }'`; \
1535- test -z "$(CTAGS_ARGS)$$unique" \
1536- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1537- $$unique
1538-
1539-GTAGS:
1540- here=`$(am__cd) $(top_builddir) && pwd` \
1541- && $(am__cd) $(top_srcdir) \
1542- && gtags -i $(GTAGS_ARGS) "$$here"
1543-
1544-distclean-tags:
1545- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1546-
1547-distdir: $(DISTFILES)
1548- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1549- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1550- list='$(DISTFILES)'; \
1551- dist_files=`for file in $$list; do echo $$file; done | \
1552- sed -e "s|^$$srcdirstrip/||;t" \
1553- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1554- case $$dist_files in \
1555- */*) $(MKDIR_P) `echo "$$dist_files" | \
1556- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1557- sort -u` ;; \
1558- esac; \
1559- for file in $$dist_files; do \
1560- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1561- if test -d $$d/$$file; then \
1562- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1563- if test -d "$(distdir)/$$file"; then \
1564- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1565- fi; \
1566- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1567- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1568- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1569- fi; \
1570- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1571- else \
1572- test -f "$(distdir)/$$file" \
1573- || cp -p $$d/$$file "$(distdir)/$$file" \
1574- || exit 1; \
1575- fi; \
1576- done
1577- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1578- if test "$$subdir" = .; then :; else \
1579- test -d "$(distdir)/$$subdir" \
1580- || $(MKDIR_P) "$(distdir)/$$subdir" \
1581- || exit 1; \
1582- fi; \
1583- done
1584- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1585- if test "$$subdir" = .; then :; else \
1586- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1587- $(am__relativize); \
1588- new_distdir=$$reldir; \
1589- dir1=$$subdir; dir2="$(top_distdir)"; \
1590- $(am__relativize); \
1591- new_top_distdir=$$reldir; \
1592- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1593- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1594- ($(am__cd) $$subdir && \
1595- $(MAKE) $(AM_MAKEFLAGS) \
1596- top_distdir="$$new_top_distdir" \
1597- distdir="$$new_distdir" \
1598- am__remove_distdir=: \
1599- am__skip_length_check=: \
1600- am__skip_mode_fix=: \
1601- distdir) \
1602- || exit 1; \
1603- fi; \
1604- done
1605-check-am: all-am
1606-check: check-recursive
1607-all-am: Makefile
1608-installdirs: installdirs-recursive
1609-installdirs-am:
1610-install: install-recursive
1611-install-exec: install-exec-recursive
1612-install-data: install-data-recursive
1613-uninstall: uninstall-recursive
1614-
1615-install-am: all-am
1616- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1617-
1618-installcheck: installcheck-recursive
1619-install-strip:
1620- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1621- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1622- `test -z '$(STRIP)' || \
1623- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1624-mostlyclean-generic:
1625-
1626-clean-generic:
1627-
1628-distclean-generic:
1629- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1630- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1631-
1632-maintainer-clean-generic:
1633- @echo "This command is intended for maintainers to use"
1634- @echo "it deletes files that may require special tools to rebuild."
1635- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1636-clean: clean-recursive
1637-
1638-clean-am: clean-generic clean-libtool mostlyclean-am
1639-
1640-distclean: distclean-recursive
1641- -rm -f Makefile
1642-distclean-am: clean-am distclean-generic distclean-tags
1643-
1644-dvi: dvi-recursive
1645-
1646-dvi-am:
1647-
1648-html: html-recursive
1649-
1650-html-am:
1651-
1652-info: info-recursive
1653-
1654-info-am:
1655-
1656-install-data-am:
1657-
1658-install-dvi: install-dvi-recursive
1659-
1660-install-dvi-am:
1661-
1662-install-exec-am:
1663-
1664-install-html: install-html-recursive
1665-
1666-install-html-am:
1667-
1668-install-info: install-info-recursive
1669-
1670-install-info-am:
1671-
1672-install-man:
1673-
1674-install-pdf: install-pdf-recursive
1675-
1676-install-pdf-am:
1677-
1678-install-ps: install-ps-recursive
1679-
1680-install-ps-am:
1681-
1682-installcheck-am:
1683-
1684-maintainer-clean: maintainer-clean-recursive
1685- -rm -f Makefile
1686-maintainer-clean-am: distclean-am maintainer-clean-generic
1687-
1688-mostlyclean: mostlyclean-recursive
1689-
1690-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1691-
1692-pdf: pdf-recursive
1693-
1694-pdf-am:
1695-
1696-ps: ps-recursive
1697-
1698-ps-am:
1699-
1700-uninstall-am:
1701-
1702-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1703- install-am install-strip tags-recursive
1704-
1705-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1706- all all-am check check-am clean clean-generic clean-libtool \
1707- ctags ctags-recursive distclean distclean-generic \
1708- distclean-libtool distclean-tags distdir dvi dvi-am html \
1709- html-am info info-am install install-am install-data \
1710- install-data-am install-dvi install-dvi-am install-exec \
1711- install-exec-am install-html install-html-am install-info \
1712- install-info-am install-man install-pdf install-pdf-am \
1713- install-ps install-ps-am install-strip installcheck \
1714- installcheck-am installdirs installdirs-am maintainer-clean \
1715- maintainer-clean-generic mostlyclean mostlyclean-generic \
1716- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1717- uninstall uninstall-am
1718-
1719-
1720-# Tell versions [3.59,3.63) of GNU make to not export all variables.
1721-# Otherwise a system limit (for SysV at least) may be exceeded.
1722-.NOEXPORT:
1723
1724=== removed directory 'bindings/mono'
1725=== removed file 'bindings/mono/AssemblyInfo.cs.in'
1726--- bindings/mono/AssemblyInfo.cs.in 2011-01-14 22:24:48 +0000
1727+++ bindings/mono/AssemblyInfo.cs.in 1970-01-01 00:00:00 +0000
1728@@ -1,11 +0,0 @@
1729-using System;
1730-using System.Reflection;
1731-using System.Runtime.InteropServices;
1732-using System.Runtime.CompilerServices;
1733-using System.Security;
1734-
1735-
1736-[assembly: AssemblyCopyright("Copyright 2010, Jo Shields")]
1737-[assembly: AssemblyDescription("Ubuntu One binding for Mono and .NET")]
1738-[assembly: AssemblyVersion("1.0.0.0")]
1739-[assembly: AssemblyKeyFile("@ASSEMBLY_KEYFILE@")]
1740
1741=== removed file 'bindings/mono/Makefile.am'
1742--- bindings/mono/Makefile.am 2011-01-14 22:24:48 +0000
1743+++ bindings/mono/Makefile.am 1970-01-01 00:00:00 +0000
1744@@ -1,40 +0,0 @@
1745-CLEANFILES = \
1746- *.cs \
1747- ubuntuone.sources \
1748- ubuntuone-sharp.dll \
1749- ubuntuone-api.xml \
1750- ubuntuone-sharp.dll.config
1751-
1752-EXTRA_DIST = \
1753- AssemblyInfo.cs.in \
1754- mono.snk \
1755- ubuntuone.sources.in \
1756- ubuntuone-api.metadata
1757-
1758-ubuntuonesharpdir = $(libdir)/mono/ubuntuone-sharp-1.0
1759-ubuntuonesharp_DATA = ubuntuone-sharp.dll ubuntuone-sharp.dll.config
1760-
1761-check: ubuntuone-sharp.dll
1762- @echo "Checking for valid signature."
1763- if ! $(MONO_SN) -vf $<; then \
1764- echo "Assembly was not properly signed."; \
1765- exit 1; \
1766- fi
1767-
1768-ubuntuone-sharp.dll: AssemblyInfo.cs U1MusicStore.cs
1769- $(MONO_CSC) -target:library -pkg:gtk-sharp-2.0 -out:ubuntuone-sharp.dll *.cs
1770-
1771-AssemblyInfo.cs: AssemblyInfo.cs.in mono.snk Makefile
1772- sed -e "s|\@ASSEMBLY_KEYFILE\@|$(srcdir)/mono.snk|g" < $< > $@
1773-
1774-U1MusicStore.cs: ubuntuone-api.xml
1775- $(MONO_GAPI_CODEGEN) --outdir=. $(GTKSHARP_CFLAGS) --generate $<
1776-
1777-ubuntuone.sources: ubuntuone.sources.in Makefile
1778- sed -e "s|\@TOP_SRCDIR\@|$(top_srcdir)|g" < $< > $@
1779-
1780-ubuntuone-api.xml: ubuntuone.sources ubuntuone-api.metadata
1781- $(MONO_GAPI_PARSER) $<
1782- $(MONO_GAPI_FIXUP) --api=$@ --metadata=$(srcdir)/ubuntuone-api.metadata
1783-
1784-MAINTAINERCLEANFILES = Makefile.in
1785
1786=== removed file 'bindings/mono/Makefile.in'
1787--- bindings/mono/Makefile.in 2011-12-21 21:27:33 +0000
1788+++ bindings/mono/Makefile.in 1970-01-01 00:00:00 +0000
1789@@ -1,522 +0,0 @@
1790-# Makefile.in generated by automake 1.11.1 from Makefile.am.
1791-# @configure_input@
1792-
1793-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1794-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
1795-# Inc.
1796-# This Makefile.in is free software; the Free Software Foundation
1797-# gives unlimited permission to copy and/or distribute it,
1798-# with or without modifications, as long as this notice is preserved.
1799-
1800-# This program is distributed in the hope that it will be useful,
1801-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1802-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1803-# PARTICULAR PURPOSE.
1804-
1805-@SET_MAKE@
1806-
1807-VPATH = @srcdir@
1808-pkgdatadir = $(datadir)/@PACKAGE@
1809-pkgincludedir = $(includedir)/@PACKAGE@
1810-pkglibdir = $(libdir)/@PACKAGE@
1811-pkglibexecdir = $(libexecdir)/@PACKAGE@
1812-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1813-install_sh_DATA = $(install_sh) -c -m 644
1814-install_sh_PROGRAM = $(install_sh) -c
1815-install_sh_SCRIPT = $(install_sh) -c
1816-INSTALL_HEADER = $(INSTALL_DATA)
1817-transform = $(program_transform_name)
1818-NORMAL_INSTALL = :
1819-PRE_INSTALL = :
1820-POST_INSTALL = :
1821-NORMAL_UNINSTALL = :
1822-PRE_UNINSTALL = :
1823-POST_UNINSTALL = :
1824-build_triplet = @build@
1825-host_triplet = @host@
1826-subdir = bindings/mono
1827-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
1828- $(srcdir)/ubuntuone-sharp.dll.config.in
1829-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1830-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1831-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1832- $(ACLOCAL_M4)
1833-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1834-CONFIG_HEADER = $(top_builddir)/config.h
1835-CONFIG_CLEAN_FILES = ubuntuone-sharp.dll.config
1836-CONFIG_CLEAN_VPATH_FILES =
1837-AM_V_GEN = $(am__v_GEN_$(V))
1838-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
1839-am__v_GEN_0 = @echo " GEN " $@;
1840-AM_V_at = $(am__v_at_$(V))
1841-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
1842-am__v_at_0 = @
1843-SOURCES =
1844-DIST_SOURCES =
1845-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1846-am__vpath_adj = case $$p in \
1847- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1848- *) f=$$p;; \
1849- esac;
1850-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1851-am__install_max = 40
1852-am__nobase_strip_setup = \
1853- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1854-am__nobase_strip = \
1855- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1856-am__nobase_list = $(am__nobase_strip_setup); \
1857- for p in $$list; do echo "$$p $$p"; done | \
1858- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1859- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1860- if (++n[$$2] == $(am__install_max)) \
1861- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1862- END { for (dir in files) print dir, files[dir] }'
1863-am__base_list = \
1864- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1865- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1866-am__installdirs = "$(DESTDIR)$(ubuntuonesharpdir)"
1867-DATA = $(ubuntuonesharp_DATA)
1868-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1869-ACLOCAL = @ACLOCAL@
1870-ALL_LINGUAS = @ALL_LINGUAS@
1871-AMTAR = @AMTAR@
1872-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1873-AR = @AR@
1874-AUTOCONF = @AUTOCONF@
1875-AUTOHEADER = @AUTOHEADER@
1876-AUTOMAKE = @AUTOMAKE@
1877-AWK = @AWK@
1878-CATALOGS = @CATALOGS@
1879-CATOBJEXT = @CATOBJEXT@
1880-CC = @CC@
1881-CCDEPMODE = @CCDEPMODE@
1882-CFLAGS = @CFLAGS@
1883-CPP = @CPP@
1884-CPPFLAGS = @CPPFLAGS@
1885-CYGPATH_W = @CYGPATH_W@
1886-DATADIRNAME = @DATADIRNAME@
1887-DEFS = @DEFS@
1888-DEPDIR = @DEPDIR@
1889-DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
1890-DLLTOOL = @DLLTOOL@
1891-DSYMUTIL = @DSYMUTIL@
1892-DUMPBIN = @DUMPBIN@
1893-ECHO_C = @ECHO_C@
1894-ECHO_N = @ECHO_N@
1895-ECHO_T = @ECHO_T@
1896-EGREP = @EGREP@
1897-EXEEXT = @EXEEXT@
1898-FGREP = @FGREP@
1899-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1900-GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
1901-GMOFILES = @GMOFILES@
1902-GMSGFMT = @GMSGFMT@
1903-GREP = @GREP@
1904-GTKDOC_CHECK = @GTKDOC_CHECK@
1905-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
1906-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
1907-GTKDOC_MKPDF = @GTKDOC_MKPDF@
1908-GTKDOC_REBASE = @GTKDOC_REBASE@
1909-GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
1910-GTKSHARP_LIBS = @GTKSHARP_LIBS@
1911-HTML_DIR = @HTML_DIR@
1912-INSTALL = @INSTALL@
1913-INSTALL_DATA = @INSTALL_DATA@
1914-INSTALL_PROGRAM = @INSTALL_PROGRAM@
1915-INSTALL_SCRIPT = @INSTALL_SCRIPT@
1916-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1917-INSTOBJEXT = @INSTOBJEXT@
1918-INTLLIBS = @INTLLIBS@
1919-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
1920-INTLTOOL_MERGE = @INTLTOOL_MERGE@
1921-INTLTOOL_PERL = @INTLTOOL_PERL@
1922-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1923-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
1924-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
1925-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
1926-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
1927-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
1928-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
1929-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
1930-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
1931-LD = @LD@
1932-LDFLAGS = @LDFLAGS@
1933-LIBOBJS = @LIBOBJS@
1934-LIBS = @LIBS@
1935-LIBTOOL = @LIBTOOL@
1936-LIBUBUNTUONE_AGE = @LIBUBUNTUONE_AGE@
1937-LIBUBUNTUONE_CFLAGS = @LIBUBUNTUONE_CFLAGS@
1938-LIBUBUNTUONE_CURRENT = @LIBUBUNTUONE_CURRENT@
1939-LIBUBUNTUONE_LIBS = @LIBUBUNTUONE_LIBS@
1940-LIBUBUNTUONE_REVISION = @LIBUBUNTUONE_REVISION@
1941-LIPO = @LIPO@
1942-LN_S = @LN_S@
1943-LTLIBOBJS = @LTLIBOBJS@
1944-MAKEINFO = @MAKEINFO@
1945-MANIFEST_TOOL = @MANIFEST_TOOL@
1946-MKDIR_P = @MKDIR_P@
1947-MKINSTALLDIRS = @MKINSTALLDIRS@
1948-MONO_CSC = @MONO_CSC@
1949-MONO_GAPI_CODEGEN = @MONO_GAPI_CODEGEN@
1950-MONO_GAPI_FIXUP = @MONO_GAPI_FIXUP@
1951-MONO_GAPI_PARSER = @MONO_GAPI_PARSER@
1952-MONO_SN = @MONO_SN@
1953-MSGFMT = @MSGFMT@
1954-MSGFMT_OPTS = @MSGFMT_OPTS@
1955-MSGMERGE = @MSGMERGE@
1956-NM = @NM@
1957-NMEDIT = @NMEDIT@
1958-OAUTH_LIBS = @OAUTH_LIBS@
1959-OBJDUMP = @OBJDUMP@
1960-OBJEXT = @OBJEXT@
1961-OTOOL = @OTOOL@
1962-OTOOL64 = @OTOOL64@
1963-PACKAGE = @PACKAGE@
1964-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1965-PACKAGE_NAME = @PACKAGE_NAME@
1966-PACKAGE_STRING = @PACKAGE_STRING@
1967-PACKAGE_TARNAME = @PACKAGE_TARNAME@
1968-PACKAGE_URL = @PACKAGE_URL@
1969-PACKAGE_VERSION = @PACKAGE_VERSION@
1970-PATH_SEPARATOR = @PATH_SEPARATOR@
1971-PKG_CONFIG = @PKG_CONFIG@
1972-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1973-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1974-POFILES = @POFILES@
1975-POSUB = @POSUB@
1976-PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
1977-PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1978-PYGNOME_CODEGEN = @PYGNOME_CODEGEN@
1979-PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
1980-PYGTK_CFLAGS = @PYGTK_CFLAGS@
1981-PYGTK_CODEGEN = @PYGTK_CODEGEN@
1982-PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
1983-PYGTK_LIBS = @PYGTK_LIBS@
1984-PYTHON = @PYTHON@
1985-PYTHON_CFLAGS = @PYTHON_CFLAGS@
1986-PYTHON_CONFIG = @PYTHON_CONFIG@
1987-PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
1988-PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
1989-PYTHON_PLATFORM = @PYTHON_PLATFORM@
1990-PYTHON_PREFIX = @PYTHON_PREFIX@
1991-PYTHON_VERSION = @PYTHON_VERSION@
1992-RANLIB = @RANLIB@
1993-SED = @SED@
1994-SET_MAKE = @SET_MAKE@
1995-SHELL = @SHELL@
1996-STRIP = @STRIP@
1997-U1_JAVASCRIPT_DIR = @U1_JAVASCRIPT_DIR@
1998-USE_NLS = @USE_NLS@
1999-VERSION = @VERSION@
2000-XGETTEXT = @XGETTEXT@
2001-abs_builddir = @abs_builddir@
2002-abs_srcdir = @abs_srcdir@
2003-abs_top_builddir = @abs_top_builddir@
2004-abs_top_srcdir = @abs_top_srcdir@
2005-ac_ct_AR = @ac_ct_AR@
2006-ac_ct_CC = @ac_ct_CC@
2007-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2008-am__include = @am__include@
2009-am__leading_dot = @am__leading_dot@
2010-am__quote = @am__quote@
2011-am__tar = @am__tar@
2012-am__untar = @am__untar@
2013-bindir = @bindir@
2014-build = @build@
2015-build_alias = @build_alias@
2016-build_cpu = @build_cpu@
2017-build_os = @build_os@
2018-build_vendor = @build_vendor@
2019-builddir = @builddir@
2020-datadir = @datadir@
2021-datarootdir = @datarootdir@
2022-docdir = @docdir@
2023-dvidir = @dvidir@
2024-exec_prefix = @exec_prefix@
2025-host = @host@
2026-host_alias = @host_alias@
2027-host_cpu = @host_cpu@
2028-host_os = @host_os@
2029-host_vendor = @host_vendor@
2030-htmldir = @htmldir@
2031-includedir = @includedir@
2032-infodir = @infodir@
2033-install_sh = @install_sh@
2034-libdir = @libdir@
2035-libexecdir = @libexecdir@
2036-localedir = @localedir@
2037-localstatedir = @localstatedir@
2038-mandir = @mandir@
2039-mkdir_p = @mkdir_p@
2040-oldincludedir = @oldincludedir@
2041-pdfdir = @pdfdir@
2042-pkgpyexecdir = @pkgpyexecdir@
2043-pkgpythondir = @pkgpythondir@
2044-prefix = @prefix@
2045-program_transform_name = @program_transform_name@
2046-psdir = @psdir@
2047-pyexecdir = @pyexecdir@
2048-pythondir = @pythondir@
2049-sbindir = @sbindir@
2050-sharedstatedir = @sharedstatedir@
2051-srcdir = @srcdir@
2052-sysconfdir = @sysconfdir@
2053-target_alias = @target_alias@
2054-top_build_prefix = @top_build_prefix@
2055-top_builddir = @top_builddir@
2056-top_srcdir = @top_srcdir@
2057-CLEANFILES = \
2058- *.cs \
2059- ubuntuone.sources \
2060- ubuntuone-sharp.dll \
2061- ubuntuone-api.xml \
2062- ubuntuone-sharp.dll.config
2063-
2064-EXTRA_DIST = \
2065- AssemblyInfo.cs.in \
2066- mono.snk \
2067- ubuntuone.sources.in \
2068- ubuntuone-api.metadata
2069-
2070-ubuntuonesharpdir = $(libdir)/mono/ubuntuone-sharp-1.0
2071-ubuntuonesharp_DATA = ubuntuone-sharp.dll ubuntuone-sharp.dll.config
2072-MAINTAINERCLEANFILES = Makefile.in
2073-all: all-am
2074-
2075-.SUFFIXES:
2076-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
2077- @for dep in $?; do \
2078- case '$(am__configure_deps)' in \
2079- *$$dep*) \
2080- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
2081- && { if test -f $@; then exit 0; else break; fi; }; \
2082- exit 1;; \
2083- esac; \
2084- done; \
2085- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bindings/mono/Makefile'; \
2086- $(am__cd) $(top_srcdir) && \
2087- $(AUTOMAKE) --foreign bindings/mono/Makefile
2088-.PRECIOUS: Makefile
2089-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2090- @case '$?' in \
2091- *config.status*) \
2092- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2093- *) \
2094- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2095- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2096- esac;
2097-
2098-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2099- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2100-
2101-$(top_srcdir)/configure: $(am__configure_deps)
2102- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2103-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
2104- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2105-$(am__aclocal_m4_deps):
2106-ubuntuone-sharp.dll.config: $(top_builddir)/config.status $(srcdir)/ubuntuone-sharp.dll.config.in
2107- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
2108-
2109-mostlyclean-libtool:
2110- -rm -f *.lo
2111-
2112-clean-libtool:
2113- -rm -rf .libs _libs
2114-install-ubuntuonesharpDATA: $(ubuntuonesharp_DATA)
2115- @$(NORMAL_INSTALL)
2116- test -z "$(ubuntuonesharpdir)" || $(MKDIR_P) "$(DESTDIR)$(ubuntuonesharpdir)"
2117- @list='$(ubuntuonesharp_DATA)'; test -n "$(ubuntuonesharpdir)" || list=; \
2118- for p in $$list; do \
2119- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2120- echo "$$d$$p"; \
2121- done | $(am__base_list) | \
2122- while read files; do \
2123- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ubuntuonesharpdir)'"; \
2124- $(INSTALL_DATA) $$files "$(DESTDIR)$(ubuntuonesharpdir)" || exit $$?; \
2125- done
2126-
2127-uninstall-ubuntuonesharpDATA:
2128- @$(NORMAL_UNINSTALL)
2129- @list='$(ubuntuonesharp_DATA)'; test -n "$(ubuntuonesharpdir)" || list=; \
2130- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2131- test -n "$$files" || exit 0; \
2132- echo " ( cd '$(DESTDIR)$(ubuntuonesharpdir)' && rm -f" $$files ")"; \
2133- cd "$(DESTDIR)$(ubuntuonesharpdir)" && rm -f $$files
2134-tags: TAGS
2135-TAGS:
2136-
2137-ctags: CTAGS
2138-CTAGS:
2139-
2140-
2141-distdir: $(DISTFILES)
2142- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2143- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2144- list='$(DISTFILES)'; \
2145- dist_files=`for file in $$list; do echo $$file; done | \
2146- sed -e "s|^$$srcdirstrip/||;t" \
2147- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2148- case $$dist_files in \
2149- */*) $(MKDIR_P) `echo "$$dist_files" | \
2150- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2151- sort -u` ;; \
2152- esac; \
2153- for file in $$dist_files; do \
2154- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2155- if test -d $$d/$$file; then \
2156- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2157- if test -d "$(distdir)/$$file"; then \
2158- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2159- fi; \
2160- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2161- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2162- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2163- fi; \
2164- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2165- else \
2166- test -f "$(distdir)/$$file" \
2167- || cp -p $$d/$$file "$(distdir)/$$file" \
2168- || exit 1; \
2169- fi; \
2170- done
2171-check-am: all-am
2172-check: check-am
2173-all-am: Makefile $(DATA)
2174-installdirs:
2175- for dir in "$(DESTDIR)$(ubuntuonesharpdir)"; do \
2176- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2177- done
2178-install: install-am
2179-install-exec: install-exec-am
2180-install-data: install-data-am
2181-uninstall: uninstall-am
2182-
2183-install-am: all-am
2184- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2185-
2186-installcheck: installcheck-am
2187-install-strip:
2188- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2189- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2190- `test -z '$(STRIP)' || \
2191- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2192-mostlyclean-generic:
2193-
2194-clean-generic:
2195- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2196-
2197-distclean-generic:
2198- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2199- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2200-
2201-maintainer-clean-generic:
2202- @echo "This command is intended for maintainers to use"
2203- @echo "it deletes files that may require special tools to rebuild."
2204- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2205-clean: clean-am
2206-
2207-clean-am: clean-generic clean-libtool mostlyclean-am
2208-
2209-distclean: distclean-am
2210- -rm -f Makefile
2211-distclean-am: clean-am distclean-generic
2212-
2213-dvi: dvi-am
2214-
2215-dvi-am:
2216-
2217-html: html-am
2218-
2219-html-am:
2220-
2221-info: info-am
2222-
2223-info-am:
2224-
2225-install-data-am: install-ubuntuonesharpDATA
2226-
2227-install-dvi: install-dvi-am
2228-
2229-install-dvi-am:
2230-
2231-install-exec-am:
2232-
2233-install-html: install-html-am
2234-
2235-install-html-am:
2236-
2237-install-info: install-info-am
2238-
2239-install-info-am:
2240-
2241-install-man:
2242-
2243-install-pdf: install-pdf-am
2244-
2245-install-pdf-am:
2246-
2247-install-ps: install-ps-am
2248-
2249-install-ps-am:
2250-
2251-installcheck-am:
2252-
2253-maintainer-clean: maintainer-clean-am
2254- -rm -f Makefile
2255-maintainer-clean-am: distclean-am maintainer-clean-generic
2256-
2257-mostlyclean: mostlyclean-am
2258-
2259-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
2260-
2261-pdf: pdf-am
2262-
2263-pdf-am:
2264-
2265-ps: ps-am
2266-
2267-ps-am:
2268-
2269-uninstall-am: uninstall-ubuntuonesharpDATA
2270-
2271-.MAKE: install-am install-strip
2272-
2273-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
2274- distclean distclean-generic distclean-libtool distdir dvi \
2275- dvi-am html html-am info info-am install install-am \
2276- install-data install-data-am install-dvi install-dvi-am \
2277- install-exec install-exec-am install-html install-html-am \
2278- install-info install-info-am install-man install-pdf \
2279- install-pdf-am install-ps install-ps-am install-strip \
2280- install-ubuntuonesharpDATA installcheck installcheck-am \
2281- installdirs maintainer-clean maintainer-clean-generic \
2282- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
2283- ps ps-am uninstall uninstall-am uninstall-ubuntuonesharpDATA
2284-
2285-
2286-check: ubuntuone-sharp.dll
2287- @echo "Checking for valid signature."
2288- if ! $(MONO_SN) -vf $<; then \
2289- echo "Assembly was not properly signed."; \
2290- exit 1; \
2291- fi
2292-
2293-ubuntuone-sharp.dll: AssemblyInfo.cs U1MusicStore.cs
2294- $(MONO_CSC) -target:library -pkg:gtk-sharp-2.0 -out:ubuntuone-sharp.dll *.cs
2295-
2296-AssemblyInfo.cs: AssemblyInfo.cs.in mono.snk Makefile
2297- sed -e "s|\@ASSEMBLY_KEYFILE\@|$(srcdir)/mono.snk|g" < $< > $@
2298-
2299-U1MusicStore.cs: ubuntuone-api.xml
2300- $(MONO_GAPI_CODEGEN) --outdir=. $(GTKSHARP_CFLAGS) --generate $<
2301-
2302-ubuntuone.sources: ubuntuone.sources.in Makefile
2303- sed -e "s|\@TOP_SRCDIR\@|$(top_srcdir)|g" < $< > $@
2304-
2305-ubuntuone-api.xml: ubuntuone.sources ubuntuone-api.metadata
2306- $(MONO_GAPI_PARSER) $<
2307- $(MONO_GAPI_FIXUP) --api=$@ --metadata=$(srcdir)/ubuntuone-api.metadata
2308-
2309-# Tell versions [3.59,3.63) of GNU make to not export all variables.
2310-# Otherwise a system limit (for SysV at least) may be exceeded.
2311-.NOEXPORT:
2312
2313=== removed file 'bindings/mono/mono.snk'
2314Binary files bindings/mono/mono.snk 2010-03-08 16:07:58 +0000 and bindings/mono/mono.snk 1970-01-01 00:00:00 +0000 differ
2315=== removed file 'bindings/mono/ubuntuone-api.metadata'
2316--- bindings/mono/ubuntuone-api.metadata 2010-03-05 21:02:17 +0000
2317+++ bindings/mono/ubuntuone-api.metadata 1970-01-01 00:00:00 +0000
2318@@ -1,4 +0,0 @@
2319-<?xml version="1.0"?>
2320- <metadata>
2321- <remove-node path="/api/namespace/enum[@cname='OAuthMethod']" />
2322- </metadata>
2323
2324=== removed file 'bindings/mono/ubuntuone-sharp.dll.config.in'
2325--- bindings/mono/ubuntuone-sharp.dll.config.in 2010-09-08 11:25:30 +0000
2326+++ bindings/mono/ubuntuone-sharp.dll.config.in 1970-01-01 00:00:00 +0000
2327@@ -1,4 +0,0 @@
2328-<configuration>
2329- <dllmap dll="libubuntuone-1.0.dll" target="libubuntuone-1.0.so.@LIBUBUNTUONE_CURRENT@"/>
2330-</configuration>
2331-
2332
2333=== removed file 'bindings/mono/ubuntuone.sources.in'
2334--- bindings/mono/ubuntuone.sources.in 2010-08-31 17:47:52 +0000
2335+++ bindings/mono/ubuntuone.sources.in 1970-01-01 00:00:00 +0000
2336@@ -1,10 +0,0 @@
2337-<gapi-parser-input>
2338- <api filename="ubuntuone-api.xml">
2339- <library name="libubuntuone-1.0.dll">
2340- <namespace name="UbuntuOne">
2341- <file>@TOP_SRCDIR@/libubuntuone/u1-music-store.h</file>
2342- <file>@TOP_SRCDIR@/libubuntuone/u1-music-store.c</file>
2343- </namespace>
2344- </library>
2345- </api>
2346- </gapi-parser-input>
2347
2348=== removed directory 'bindings/python'
2349=== removed file 'bindings/python/Makefile.am'
2350--- bindings/python/Makefile.am 2011-02-16 17:24:08 +0000
2351+++ bindings/python/Makefile.am 1970-01-01 00:00:00 +0000
2352@@ -1,46 +0,0 @@
2353-INCLUDES = \
2354- -I$(top_srcdir)/libubuntuone \
2355- $(LIBUBUNTUONE_CFLAGS) \
2356- $(PYGTK_CFLAGS) \
2357- $(PYTHON_CFLAGS)
2358-
2359-defsdir = $(datadir)/ubuntuone/1.0/defs
2360-defs_DATA = ubuntuone.defs
2361-
2362-ubuntuonedir = $(pkgpyexecdir)/ubuntuone
2363-ubuntuone_LTLIBRARIES = _gtkwidgets.la
2364-ubuntuone_DATA = ubuntuone/__init__.py
2365-
2366-gtkwidgetsdir = $(pkgpythondir)/ubuntuone/gtkwidgets
2367-gtkwidgets_DATA = __init__.py
2368-
2369-python_DATA = $(PACKAGE).pth
2370-
2371-$(PACKAGE).pth: Makefile
2372- echo $(PACKAGE) > $@
2373-
2374-ubuntuone.c: ubuntuone.defs ubuntuone.override
2375- $(PYGNOME_CODEGEN) \
2376- --register $(PYGTK_DEFSDIR)/pango-types.defs \
2377- --register $(PYGTK_DEFSDIR)/gdk-types.defs \
2378- --register $(PYGTK_DEFSDIR)/gtk-types.defs \
2379- --prefix gtkwidgets \
2380- --override $(srcdir)/ubuntuone.override \
2381- $(srcdir)/ubuntuone.defs > $@
2382-
2383-
2384-_gtkwidgets_la_SOURCES = \
2385- ubuntuone.c \
2386- ubuntuonemodule.c
2387-_gtkwidgets_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gtkwidgets
2388-_gtkwidgets_la_LIBADD = \
2389- $(LIBUBUNTUONE_LIBS) \
2390- $(PYGTK_LIBS) \
2391- $(PYTHON_LDFLAGS) \
2392- $(top_builddir)/libubuntuone/libubuntuone-1.0.la
2393-
2394-CLEANFILES = ubuntuone.c $(python_DATA)
2395-
2396-EXTRA_DIST = ubuntuone.defs ubuntuone.override __init__.py ubuntuone/__init__.py
2397-
2398-MAINTAINERCLEANFILES = Makefile.in
2399
2400=== removed file 'bindings/python/Makefile.in'
2401--- bindings/python/Makefile.in 2011-12-21 21:27:33 +0000
2402+++ bindings/python/Makefile.in 1970-01-01 00:00:00 +0000
2403@@ -1,748 +0,0 @@
2404-# Makefile.in generated by automake 1.11.1 from Makefile.am.
2405-# @configure_input@
2406-
2407-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2408-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
2409-# Inc.
2410-# This Makefile.in is free software; the Free Software Foundation
2411-# gives unlimited permission to copy and/or distribute it,
2412-# with or without modifications, as long as this notice is preserved.
2413-
2414-# This program is distributed in the hope that it will be useful,
2415-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
2416-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2417-# PARTICULAR PURPOSE.
2418-
2419-@SET_MAKE@
2420-
2421-
2422-VPATH = @srcdir@
2423-pkgdatadir = $(datadir)/@PACKAGE@
2424-pkgincludedir = $(includedir)/@PACKAGE@
2425-pkglibdir = $(libdir)/@PACKAGE@
2426-pkglibexecdir = $(libexecdir)/@PACKAGE@
2427-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2428-install_sh_DATA = $(install_sh) -c -m 644
2429-install_sh_PROGRAM = $(install_sh) -c
2430-install_sh_SCRIPT = $(install_sh) -c
2431-INSTALL_HEADER = $(INSTALL_DATA)
2432-transform = $(program_transform_name)
2433-NORMAL_INSTALL = :
2434-PRE_INSTALL = :
2435-POST_INSTALL = :
2436-NORMAL_UNINSTALL = :
2437-PRE_UNINSTALL = :
2438-POST_UNINSTALL = :
2439-build_triplet = @build@
2440-host_triplet = @host@
2441-subdir = bindings/python
2442-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
2443-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2444-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
2445-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
2446- $(ACLOCAL_M4)
2447-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
2448-CONFIG_HEADER = $(top_builddir)/config.h
2449-CONFIG_CLEAN_FILES =
2450-CONFIG_CLEAN_VPATH_FILES =
2451-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2452-am__vpath_adj = case $$p in \
2453- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2454- *) f=$$p;; \
2455- esac;
2456-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
2457-am__install_max = 40
2458-am__nobase_strip_setup = \
2459- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
2460-am__nobase_strip = \
2461- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
2462-am__nobase_list = $(am__nobase_strip_setup); \
2463- for p in $$list; do echo "$$p $$p"; done | \
2464- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
2465- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
2466- if (++n[$$2] == $(am__install_max)) \
2467- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
2468- END { for (dir in files) print dir, files[dir] }'
2469-am__base_list = \
2470- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
2471- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
2472-am__installdirs = "$(DESTDIR)$(ubuntuonedir)" "$(DESTDIR)$(defsdir)" \
2473- "$(DESTDIR)$(gtkwidgetsdir)" "$(DESTDIR)$(pythondir)" \
2474- "$(DESTDIR)$(ubuntuonedir)"
2475-LTLIBRARIES = $(ubuntuone_LTLIBRARIES)
2476-am__DEPENDENCIES_1 =
2477-_gtkwidgets_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
2478- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
2479- $(top_builddir)/libubuntuone/libubuntuone-1.0.la
2480-am__gtkwidgets_la_OBJECTS = ubuntuone.lo ubuntuonemodule.lo
2481-_gtkwidgets_la_OBJECTS = $(am__gtkwidgets_la_OBJECTS)
2482-AM_V_lt = $(am__v_lt_$(V))
2483-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
2484-am__v_lt_0 = --silent
2485-_gtkwidgets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
2486- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
2487- $(AM_CFLAGS) $(CFLAGS) $(_gtkwidgets_la_LDFLAGS) $(LDFLAGS) -o \
2488- $@
2489-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
2490-depcomp = $(SHELL) $(top_srcdir)/depcomp
2491-am__depfiles_maybe = depfiles
2492-am__mv = mv -f
2493-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
2494- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2495-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
2496- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
2497- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
2498- $(AM_CFLAGS) $(CFLAGS)
2499-AM_V_CC = $(am__v_CC_$(V))
2500-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
2501-am__v_CC_0 = @echo " CC " $@;
2502-AM_V_at = $(am__v_at_$(V))
2503-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
2504-am__v_at_0 = @
2505-CCLD = $(CC)
2506-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
2507- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
2508- $(AM_LDFLAGS) $(LDFLAGS) -o $@
2509-AM_V_CCLD = $(am__v_CCLD_$(V))
2510-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
2511-am__v_CCLD_0 = @echo " CCLD " $@;
2512-AM_V_GEN = $(am__v_GEN_$(V))
2513-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
2514-am__v_GEN_0 = @echo " GEN " $@;
2515-SOURCES = $(_gtkwidgets_la_SOURCES)
2516-DIST_SOURCES = $(_gtkwidgets_la_SOURCES)
2517-DATA = $(defs_DATA) $(gtkwidgets_DATA) $(python_DATA) \
2518- $(ubuntuone_DATA)
2519-ETAGS = etags
2520-CTAGS = ctags
2521-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2522-ACLOCAL = @ACLOCAL@
2523-ALL_LINGUAS = @ALL_LINGUAS@
2524-AMTAR = @AMTAR@
2525-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2526-AR = @AR@
2527-AUTOCONF = @AUTOCONF@
2528-AUTOHEADER = @AUTOHEADER@
2529-AUTOMAKE = @AUTOMAKE@
2530-AWK = @AWK@
2531-CATALOGS = @CATALOGS@
2532-CATOBJEXT = @CATOBJEXT@
2533-CC = @CC@
2534-CCDEPMODE = @CCDEPMODE@
2535-CFLAGS = @CFLAGS@
2536-CPP = @CPP@
2537-CPPFLAGS = @CPPFLAGS@
2538-CYGPATH_W = @CYGPATH_W@
2539-DATADIRNAME = @DATADIRNAME@
2540-DEFS = @DEFS@
2541-DEPDIR = @DEPDIR@
2542-DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
2543-DLLTOOL = @DLLTOOL@
2544-DSYMUTIL = @DSYMUTIL@
2545-DUMPBIN = @DUMPBIN@
2546-ECHO_C = @ECHO_C@
2547-ECHO_N = @ECHO_N@
2548-ECHO_T = @ECHO_T@
2549-EGREP = @EGREP@
2550-EXEEXT = @EXEEXT@
2551-FGREP = @FGREP@
2552-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
2553-GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
2554-GMOFILES = @GMOFILES@
2555-GMSGFMT = @GMSGFMT@
2556-GREP = @GREP@
2557-GTKDOC_CHECK = @GTKDOC_CHECK@
2558-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
2559-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
2560-GTKDOC_MKPDF = @GTKDOC_MKPDF@
2561-GTKDOC_REBASE = @GTKDOC_REBASE@
2562-GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
2563-GTKSHARP_LIBS = @GTKSHARP_LIBS@
2564-HTML_DIR = @HTML_DIR@
2565-INSTALL = @INSTALL@
2566-INSTALL_DATA = @INSTALL_DATA@
2567-INSTALL_PROGRAM = @INSTALL_PROGRAM@
2568-INSTALL_SCRIPT = @INSTALL_SCRIPT@
2569-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2570-INSTOBJEXT = @INSTOBJEXT@
2571-INTLLIBS = @INTLLIBS@
2572-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
2573-INTLTOOL_MERGE = @INTLTOOL_MERGE@
2574-INTLTOOL_PERL = @INTLTOOL_PERL@
2575-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
2576-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
2577-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
2578-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
2579-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
2580-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
2581-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
2582-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
2583-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
2584-LD = @LD@
2585-LDFLAGS = @LDFLAGS@
2586-LIBOBJS = @LIBOBJS@
2587-LIBS = @LIBS@
2588-LIBTOOL = @LIBTOOL@
2589-LIBUBUNTUONE_AGE = @LIBUBUNTUONE_AGE@
2590-LIBUBUNTUONE_CFLAGS = @LIBUBUNTUONE_CFLAGS@
2591-LIBUBUNTUONE_CURRENT = @LIBUBUNTUONE_CURRENT@
2592-LIBUBUNTUONE_LIBS = @LIBUBUNTUONE_LIBS@
2593-LIBUBUNTUONE_REVISION = @LIBUBUNTUONE_REVISION@
2594-LIPO = @LIPO@
2595-LN_S = @LN_S@
2596-LTLIBOBJS = @LTLIBOBJS@
2597-MAKEINFO = @MAKEINFO@
2598-MANIFEST_TOOL = @MANIFEST_TOOL@
2599-MKDIR_P = @MKDIR_P@
2600-MKINSTALLDIRS = @MKINSTALLDIRS@
2601-MONO_CSC = @MONO_CSC@
2602-MONO_GAPI_CODEGEN = @MONO_GAPI_CODEGEN@
2603-MONO_GAPI_FIXUP = @MONO_GAPI_FIXUP@
2604-MONO_GAPI_PARSER = @MONO_GAPI_PARSER@
2605-MONO_SN = @MONO_SN@
2606-MSGFMT = @MSGFMT@
2607-MSGFMT_OPTS = @MSGFMT_OPTS@
2608-MSGMERGE = @MSGMERGE@
2609-NM = @NM@
2610-NMEDIT = @NMEDIT@
2611-OAUTH_LIBS = @OAUTH_LIBS@
2612-OBJDUMP = @OBJDUMP@
2613-OBJEXT = @OBJEXT@
2614-OTOOL = @OTOOL@
2615-OTOOL64 = @OTOOL64@
2616-PACKAGE = @PACKAGE@
2617-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2618-PACKAGE_NAME = @PACKAGE_NAME@
2619-PACKAGE_STRING = @PACKAGE_STRING@
2620-PACKAGE_TARNAME = @PACKAGE_TARNAME@
2621-PACKAGE_URL = @PACKAGE_URL@
2622-PACKAGE_VERSION = @PACKAGE_VERSION@
2623-PATH_SEPARATOR = @PATH_SEPARATOR@
2624-PKG_CONFIG = @PKG_CONFIG@
2625-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2626-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2627-POFILES = @POFILES@
2628-POSUB = @POSUB@
2629-PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
2630-PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
2631-PYGNOME_CODEGEN = @PYGNOME_CODEGEN@
2632-PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
2633-PYGTK_CFLAGS = @PYGTK_CFLAGS@
2634-PYGTK_CODEGEN = @PYGTK_CODEGEN@
2635-PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
2636-PYGTK_LIBS = @PYGTK_LIBS@
2637-PYTHON = @PYTHON@
2638-PYTHON_CFLAGS = @PYTHON_CFLAGS@
2639-PYTHON_CONFIG = @PYTHON_CONFIG@
2640-PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
2641-PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
2642-PYTHON_PLATFORM = @PYTHON_PLATFORM@
2643-PYTHON_PREFIX = @PYTHON_PREFIX@
2644-PYTHON_VERSION = @PYTHON_VERSION@
2645-RANLIB = @RANLIB@
2646-SED = @SED@
2647-SET_MAKE = @SET_MAKE@
2648-SHELL = @SHELL@
2649-STRIP = @STRIP@
2650-U1_JAVASCRIPT_DIR = @U1_JAVASCRIPT_DIR@
2651-USE_NLS = @USE_NLS@
2652-VERSION = @VERSION@
2653-XGETTEXT = @XGETTEXT@
2654-abs_builddir = @abs_builddir@
2655-abs_srcdir = @abs_srcdir@
2656-abs_top_builddir = @abs_top_builddir@
2657-abs_top_srcdir = @abs_top_srcdir@
2658-ac_ct_AR = @ac_ct_AR@
2659-ac_ct_CC = @ac_ct_CC@
2660-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2661-am__include = @am__include@
2662-am__leading_dot = @am__leading_dot@
2663-am__quote = @am__quote@
2664-am__tar = @am__tar@
2665-am__untar = @am__untar@
2666-bindir = @bindir@
2667-build = @build@
2668-build_alias = @build_alias@
2669-build_cpu = @build_cpu@
2670-build_os = @build_os@
2671-build_vendor = @build_vendor@
2672-builddir = @builddir@
2673-datadir = @datadir@
2674-datarootdir = @datarootdir@
2675-docdir = @docdir@
2676-dvidir = @dvidir@
2677-exec_prefix = @exec_prefix@
2678-host = @host@
2679-host_alias = @host_alias@
2680-host_cpu = @host_cpu@
2681-host_os = @host_os@
2682-host_vendor = @host_vendor@
2683-htmldir = @htmldir@
2684-includedir = @includedir@
2685-infodir = @infodir@
2686-install_sh = @install_sh@
2687-libdir = @libdir@
2688-libexecdir = @libexecdir@
2689-localedir = @localedir@
2690-localstatedir = @localstatedir@
2691-mandir = @mandir@
2692-mkdir_p = @mkdir_p@
2693-oldincludedir = @oldincludedir@
2694-pdfdir = @pdfdir@
2695-pkgpyexecdir = @pkgpyexecdir@
2696-pkgpythondir = @pkgpythondir@
2697-prefix = @prefix@
2698-program_transform_name = @program_transform_name@
2699-psdir = @psdir@
2700-pyexecdir = @pyexecdir@
2701-pythondir = @pythondir@
2702-sbindir = @sbindir@
2703-sharedstatedir = @sharedstatedir@
2704-srcdir = @srcdir@
2705-sysconfdir = @sysconfdir@
2706-target_alias = @target_alias@
2707-top_build_prefix = @top_build_prefix@
2708-top_builddir = @top_builddir@
2709-top_srcdir = @top_srcdir@
2710-INCLUDES = \
2711- -I$(top_srcdir)/libubuntuone \
2712- $(LIBUBUNTUONE_CFLAGS) \
2713- $(PYGTK_CFLAGS) \
2714- $(PYTHON_CFLAGS)
2715-
2716-defsdir = $(datadir)/ubuntuone/1.0/defs
2717-defs_DATA = ubuntuone.defs
2718-ubuntuonedir = $(pkgpyexecdir)/ubuntuone
2719-ubuntuone_LTLIBRARIES = _gtkwidgets.la
2720-ubuntuone_DATA = ubuntuone/__init__.py
2721-gtkwidgetsdir = $(pkgpythondir)/ubuntuone/gtkwidgets
2722-gtkwidgets_DATA = __init__.py
2723-python_DATA = $(PACKAGE).pth
2724-_gtkwidgets_la_SOURCES = \
2725- ubuntuone.c \
2726- ubuntuonemodule.c
2727-
2728-_gtkwidgets_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gtkwidgets
2729-_gtkwidgets_la_LIBADD = \
2730- $(LIBUBUNTUONE_LIBS) \
2731- $(PYGTK_LIBS) \
2732- $(PYTHON_LDFLAGS) \
2733- $(top_builddir)/libubuntuone/libubuntuone-1.0.la
2734-
2735-CLEANFILES = ubuntuone.c $(python_DATA)
2736-EXTRA_DIST = ubuntuone.defs ubuntuone.override __init__.py ubuntuone/__init__.py
2737-MAINTAINERCLEANFILES = Makefile.in
2738-all: all-am
2739-
2740-.SUFFIXES:
2741-.SUFFIXES: .c .lo .o .obj
2742-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
2743- @for dep in $?; do \
2744- case '$(am__configure_deps)' in \
2745- *$$dep*) \
2746- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
2747- && { if test -f $@; then exit 0; else break; fi; }; \
2748- exit 1;; \
2749- esac; \
2750- done; \
2751- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bindings/python/Makefile'; \
2752- $(am__cd) $(top_srcdir) && \
2753- $(AUTOMAKE) --foreign bindings/python/Makefile
2754-.PRECIOUS: Makefile
2755-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2756- @case '$?' in \
2757- *config.status*) \
2758- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2759- *) \
2760- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2761- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2762- esac;
2763-
2764-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2765- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2766-
2767-$(top_srcdir)/configure: $(am__configure_deps)
2768- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2769-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
2770- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2771-$(am__aclocal_m4_deps):
2772-install-ubuntuoneLTLIBRARIES: $(ubuntuone_LTLIBRARIES)
2773- @$(NORMAL_INSTALL)
2774- test -z "$(ubuntuonedir)" || $(MKDIR_P) "$(DESTDIR)$(ubuntuonedir)"
2775- @list='$(ubuntuone_LTLIBRARIES)'; test -n "$(ubuntuonedir)" || list=; \
2776- list2=; for p in $$list; do \
2777- if test -f $$p; then \
2778- list2="$$list2 $$p"; \
2779- else :; fi; \
2780- done; \
2781- test -z "$$list2" || { \
2782- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ubuntuonedir)'"; \
2783- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ubuntuonedir)"; \
2784- }
2785-
2786-uninstall-ubuntuoneLTLIBRARIES:
2787- @$(NORMAL_UNINSTALL)
2788- @list='$(ubuntuone_LTLIBRARIES)'; test -n "$(ubuntuonedir)" || list=; \
2789- for p in $$list; do \
2790- $(am__strip_dir) \
2791- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ubuntuonedir)/$$f'"; \
2792- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ubuntuonedir)/$$f"; \
2793- done
2794-
2795-clean-ubuntuoneLTLIBRARIES:
2796- -test -z "$(ubuntuone_LTLIBRARIES)" || rm -f $(ubuntuone_LTLIBRARIES)
2797- @list='$(ubuntuone_LTLIBRARIES)'; for p in $$list; do \
2798- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2799- test "$$dir" != "$$p" || dir=.; \
2800- echo "rm -f \"$${dir}/so_locations\""; \
2801- rm -f "$${dir}/so_locations"; \
2802- done
2803-_gtkwidgets.la: $(_gtkwidgets_la_OBJECTS) $(_gtkwidgets_la_DEPENDENCIES)
2804- $(AM_V_CCLD)$(_gtkwidgets_la_LINK) -rpath $(ubuntuonedir) $(_gtkwidgets_la_OBJECTS) $(_gtkwidgets_la_LIBADD) $(LIBS)
2805-
2806-mostlyclean-compile:
2807- -rm -f *.$(OBJEXT)
2808-
2809-distclean-compile:
2810- -rm -f *.tab.c
2811-
2812-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubuntuone.Plo@am__quote@
2813-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubuntuonemodule.Plo@am__quote@
2814-
2815-.c.o:
2816-@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2817-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2818-@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
2819-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2820-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2821-@am__fastdepCC_FALSE@ $(COMPILE) -c $<
2822-
2823-.c.obj:
2824-@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2825-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2826-@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
2827-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2828-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2829-@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2830-
2831-.c.lo:
2832-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2833-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2834-@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
2835-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2836-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2837-@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
2838-
2839-mostlyclean-libtool:
2840- -rm -f *.lo
2841-
2842-clean-libtool:
2843- -rm -rf .libs _libs
2844-install-defsDATA: $(defs_DATA)
2845- @$(NORMAL_INSTALL)
2846- test -z "$(defsdir)" || $(MKDIR_P) "$(DESTDIR)$(defsdir)"
2847- @list='$(defs_DATA)'; test -n "$(defsdir)" || list=; \
2848- for p in $$list; do \
2849- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2850- echo "$$d$$p"; \
2851- done | $(am__base_list) | \
2852- while read files; do \
2853- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(defsdir)'"; \
2854- $(INSTALL_DATA) $$files "$(DESTDIR)$(defsdir)" || exit $$?; \
2855- done
2856-
2857-uninstall-defsDATA:
2858- @$(NORMAL_UNINSTALL)
2859- @list='$(defs_DATA)'; test -n "$(defsdir)" || list=; \
2860- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2861- test -n "$$files" || exit 0; \
2862- echo " ( cd '$(DESTDIR)$(defsdir)' && rm -f" $$files ")"; \
2863- cd "$(DESTDIR)$(defsdir)" && rm -f $$files
2864-install-gtkwidgetsDATA: $(gtkwidgets_DATA)
2865- @$(NORMAL_INSTALL)
2866- test -z "$(gtkwidgetsdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkwidgetsdir)"
2867- @list='$(gtkwidgets_DATA)'; test -n "$(gtkwidgetsdir)" || list=; \
2868- for p in $$list; do \
2869- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2870- echo "$$d$$p"; \
2871- done | $(am__base_list) | \
2872- while read files; do \
2873- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkwidgetsdir)'"; \
2874- $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkwidgetsdir)" || exit $$?; \
2875- done
2876-
2877-uninstall-gtkwidgetsDATA:
2878- @$(NORMAL_UNINSTALL)
2879- @list='$(gtkwidgets_DATA)'; test -n "$(gtkwidgetsdir)" || list=; \
2880- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2881- test -n "$$files" || exit 0; \
2882- echo " ( cd '$(DESTDIR)$(gtkwidgetsdir)' && rm -f" $$files ")"; \
2883- cd "$(DESTDIR)$(gtkwidgetsdir)" && rm -f $$files
2884-install-pythonDATA: $(python_DATA)
2885- @$(NORMAL_INSTALL)
2886- test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
2887- @list='$(python_DATA)'; test -n "$(pythondir)" || list=; \
2888- for p in $$list; do \
2889- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2890- echo "$$d$$p"; \
2891- done | $(am__base_list) | \
2892- while read files; do \
2893- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
2894- $(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \
2895- done
2896-
2897-uninstall-pythonDATA:
2898- @$(NORMAL_UNINSTALL)
2899- @list='$(python_DATA)'; test -n "$(pythondir)" || list=; \
2900- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2901- test -n "$$files" || exit 0; \
2902- echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \
2903- cd "$(DESTDIR)$(pythondir)" && rm -f $$files
2904-install-ubuntuoneDATA: $(ubuntuone_DATA)
2905- @$(NORMAL_INSTALL)
2906- test -z "$(ubuntuonedir)" || $(MKDIR_P) "$(DESTDIR)$(ubuntuonedir)"
2907- @list='$(ubuntuone_DATA)'; test -n "$(ubuntuonedir)" || list=; \
2908- for p in $$list; do \
2909- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2910- echo "$$d$$p"; \
2911- done | $(am__base_list) | \
2912- while read files; do \
2913- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ubuntuonedir)'"; \
2914- $(INSTALL_DATA) $$files "$(DESTDIR)$(ubuntuonedir)" || exit $$?; \
2915- done
2916-
2917-uninstall-ubuntuoneDATA:
2918- @$(NORMAL_UNINSTALL)
2919- @list='$(ubuntuone_DATA)'; test -n "$(ubuntuonedir)" || list=; \
2920- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2921- test -n "$$files" || exit 0; \
2922- echo " ( cd '$(DESTDIR)$(ubuntuonedir)' && rm -f" $$files ")"; \
2923- cd "$(DESTDIR)$(ubuntuonedir)" && rm -f $$files
2924-
2925-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2926- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2927- unique=`for i in $$list; do \
2928- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2929- done | \
2930- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2931- END { if (nonempty) { for (i in files) print i; }; }'`; \
2932- mkid -fID $$unique
2933-tags: TAGS
2934-
2935-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
2936- $(TAGS_FILES) $(LISP)
2937- set x; \
2938- here=`pwd`; \
2939- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2940- unique=`for i in $$list; do \
2941- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2942- done | \
2943- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2944- END { if (nonempty) { for (i in files) print i; }; }'`; \
2945- shift; \
2946- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2947- test -n "$$unique" || unique=$$empty_fix; \
2948- if test $$# -gt 0; then \
2949- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2950- "$$@" $$unique; \
2951- else \
2952- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2953- $$unique; \
2954- fi; \
2955- fi
2956-ctags: CTAGS
2957-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
2958- $(TAGS_FILES) $(LISP)
2959- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2960- unique=`for i in $$list; do \
2961- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2962- done | \
2963- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2964- END { if (nonempty) { for (i in files) print i; }; }'`; \
2965- test -z "$(CTAGS_ARGS)$$unique" \
2966- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2967- $$unique
2968-
2969-GTAGS:
2970- here=`$(am__cd) $(top_builddir) && pwd` \
2971- && $(am__cd) $(top_srcdir) \
2972- && gtags -i $(GTAGS_ARGS) "$$here"
2973-
2974-distclean-tags:
2975- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2976-
2977-distdir: $(DISTFILES)
2978- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2979- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2980- list='$(DISTFILES)'; \
2981- dist_files=`for file in $$list; do echo $$file; done | \
2982- sed -e "s|^$$srcdirstrip/||;t" \
2983- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2984- case $$dist_files in \
2985- */*) $(MKDIR_P) `echo "$$dist_files" | \
2986- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2987- sort -u` ;; \
2988- esac; \
2989- for file in $$dist_files; do \
2990- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2991- if test -d $$d/$$file; then \
2992- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2993- if test -d "$(distdir)/$$file"; then \
2994- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2995- fi; \
2996- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2997- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2998- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2999- fi; \
3000- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3001- else \
3002- test -f "$(distdir)/$$file" \
3003- || cp -p $$d/$$file "$(distdir)/$$file" \
3004- || exit 1; \
3005- fi; \
3006- done
3007-check-am: all-am
3008-check: check-am
3009-all-am: Makefile $(LTLIBRARIES) $(DATA)
3010-installdirs:
3011- for dir in "$(DESTDIR)$(ubuntuonedir)" "$(DESTDIR)$(defsdir)" "$(DESTDIR)$(gtkwidgetsdir)" "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(ubuntuonedir)"; do \
3012- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3013- done
3014-install: install-am
3015-install-exec: install-exec-am
3016-install-data: install-data-am
3017-uninstall: uninstall-am
3018-
3019-install-am: all-am
3020- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3021-
3022-installcheck: installcheck-am
3023-install-strip:
3024- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3025- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3026- `test -z '$(STRIP)' || \
3027- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3028-mostlyclean-generic:
3029-
3030-clean-generic:
3031- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3032-
3033-distclean-generic:
3034- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3035- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3036-
3037-maintainer-clean-generic:
3038- @echo "This command is intended for maintainers to use"
3039- @echo "it deletes files that may require special tools to rebuild."
3040- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
3041-clean: clean-am
3042-
3043-clean-am: clean-generic clean-libtool clean-ubuntuoneLTLIBRARIES \
3044- mostlyclean-am
3045-
3046-distclean: distclean-am
3047- -rm -rf ./$(DEPDIR)
3048- -rm -f Makefile
3049-distclean-am: clean-am distclean-compile distclean-generic \
3050- distclean-tags
3051-
3052-dvi: dvi-am
3053-
3054-dvi-am:
3055-
3056-html: html-am
3057-
3058-html-am:
3059-
3060-info: info-am
3061-
3062-info-am:
3063-
3064-install-data-am: install-defsDATA install-gtkwidgetsDATA \
3065- install-pythonDATA install-ubuntuoneDATA \
3066- install-ubuntuoneLTLIBRARIES
3067-
3068-install-dvi: install-dvi-am
3069-
3070-install-dvi-am:
3071-
3072-install-exec-am:
3073-
3074-install-html: install-html-am
3075-
3076-install-html-am:
3077-
3078-install-info: install-info-am
3079-
3080-install-info-am:
3081-
3082-install-man:
3083-
3084-install-pdf: install-pdf-am
3085-
3086-install-pdf-am:
3087-
3088-install-ps: install-ps-am
3089-
3090-install-ps-am:
3091-
3092-installcheck-am:
3093-
3094-maintainer-clean: maintainer-clean-am
3095- -rm -rf ./$(DEPDIR)
3096- -rm -f Makefile
3097-maintainer-clean-am: distclean-am maintainer-clean-generic
3098-
3099-mostlyclean: mostlyclean-am
3100-
3101-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3102- mostlyclean-libtool
3103-
3104-pdf: pdf-am
3105-
3106-pdf-am:
3107-
3108-ps: ps-am
3109-
3110-ps-am:
3111-
3112-uninstall-am: uninstall-defsDATA uninstall-gtkwidgetsDATA \
3113- uninstall-pythonDATA uninstall-ubuntuoneDATA \
3114- uninstall-ubuntuoneLTLIBRARIES
3115-
3116-.MAKE: install-am install-strip
3117-
3118-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
3119- clean-libtool clean-ubuntuoneLTLIBRARIES ctags distclean \
3120- distclean-compile distclean-generic distclean-libtool \
3121- distclean-tags distdir dvi dvi-am html html-am info info-am \
3122- install install-am install-data install-data-am \
3123- install-defsDATA install-dvi install-dvi-am install-exec \
3124- install-exec-am install-gtkwidgetsDATA install-html \
3125- install-html-am install-info install-info-am install-man \
3126- install-pdf install-pdf-am install-ps install-ps-am \
3127- install-pythonDATA install-strip install-ubuntuoneDATA \
3128- install-ubuntuoneLTLIBRARIES installcheck installcheck-am \
3129- installdirs maintainer-clean maintainer-clean-generic \
3130- mostlyclean mostlyclean-compile mostlyclean-generic \
3131- mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
3132- uninstall-am uninstall-defsDATA uninstall-gtkwidgetsDATA \
3133- uninstall-pythonDATA uninstall-ubuntuoneDATA \
3134- uninstall-ubuntuoneLTLIBRARIES
3135-
3136-
3137-$(PACKAGE).pth: Makefile
3138- echo $(PACKAGE) > $@
3139-
3140-ubuntuone.c: ubuntuone.defs ubuntuone.override
3141- $(PYGNOME_CODEGEN) \
3142- --register $(PYGTK_DEFSDIR)/pango-types.defs \
3143- --register $(PYGTK_DEFSDIR)/gdk-types.defs \
3144- --register $(PYGTK_DEFSDIR)/gtk-types.defs \
3145- --prefix gtkwidgets \
3146- --override $(srcdir)/ubuntuone.override \
3147- $(srcdir)/ubuntuone.defs > $@
3148-
3149-# Tell versions [3.59,3.63) of GNU make to not export all variables.
3150-# Otherwise a system limit (for SysV at least) may be exceeded.
3151-.NOEXPORT:
3152
3153=== removed file 'bindings/python/__init__.py'
3154--- bindings/python/__init__.py 2010-08-26 01:19:30 +0000
3155+++ bindings/python/__init__.py 1970-01-01 00:00:00 +0000
3156@@ -1,15 +0,0 @@
3157-# Copyright 2010 Canonical Ltd.
3158-#
3159-# This program is free software: you can redistribute it and/or modify it
3160-# under the terms of the GNU General Public License version 3, as published
3161-# by the Free Software Foundation.
3162-#
3163-# This program is distributed in the hope that it will be useful, but
3164-# WITHOUT ANY WARRANTY; without even the implied warranties of
3165-# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
3166-# PURPOSE. See the GNU General Public License for more details.
3167-#
3168-# You should have received a copy of the GNU General Public License along
3169-# with this program. If not, see <http://www.gnu.org/licenses/>.
3170-"""ubuntuone.gtkwidgets package"""
3171-from ubuntuone._gtkwidgets import *
3172
3173=== removed directory 'bindings/python/ubuntuone'
3174=== removed file 'bindings/python/ubuntuone.c'
3175--- bindings/python/ubuntuone.c 2011-01-14 22:24:48 +0000
3176+++ bindings/python/ubuntuone.c 1970-01-01 00:00:00 +0000
3177@@ -1,161 +0,0 @@
3178-/* -- THIS FILE IS GENERATED - DO NOT EDIT *//* -*- Mode: C; c-basic-offset: 4 -*- */
3179-
3180-#include <Python.h>
3181-
3182-
3183-
3184-#line 3 "./ubuntuone.override"
3185-#include <Python.h>
3186-#include "pygobject.h"
3187-#include "u1-music-store.h"
3188-#line 12 "./ubuntuone.c"
3189-
3190-
3191-/* ---------- types from other modules ---------- */
3192-static PyTypeObject *_PyGtkVBox_Type;
3193-#define PyGtkVBox_Type (*_PyGtkVBox_Type)
3194-
3195-
3196-/* ---------- forward type declarations ---------- */
3197-PyTypeObject G_GNUC_INTERNAL PyU1MusicStore_Type;
3198-
3199-#line 23 "./ubuntuone.c"
3200-
3201-
3202-
3203-/* ----------- U1MusicStore ----------- */
3204-
3205-static int
3206-_wrap_u1_music_store_new(PyGObject *self, PyObject *args, PyObject *kwargs)
3207-{
3208- static char* kwlist[] = { NULL };
3209-
3210- if (!PyArg_ParseTupleAndKeywords(args, kwargs,
3211- ":ubuntuone.gtkwidgets.MusicStore.__init__",
3212- kwlist))
3213- return -1;
3214-
3215- pygobject_constructv(self, 0, NULL);
3216- if (!self->obj) {
3217- PyErr_SetString(
3218- PyExc_RuntimeError,
3219- "could not create ubuntuone.gtkwidgets.MusicStore object");
3220- return -1;
3221- }
3222- return 0;
3223-}
3224-
3225-static PyObject *
3226-_wrap_u1_music_store_get_library_location(PyGObject *self)
3227-{
3228- const gchar *ret;
3229-
3230-
3231- ret = u1_music_store_get_library_location(U1_MUSIC_STORE(self->obj));
3232-
3233- if (ret)
3234- return PyString_FromString(ret);
3235- Py_INCREF(Py_None);
3236- return Py_None;
3237-}
3238-
3239-static PyObject *
3240-_wrap_u1_music_store_load_store_link(PyGObject *self, PyObject *args, PyObject *kwargs)
3241-{
3242- static char *kwlist[] = { "url", NULL };
3243- char *url;
3244-
3245- if (!PyArg_ParseTupleAndKeywords(args, kwargs,"s:U1.MusicStore.load_store_link", kwlist, &url))
3246- return NULL;
3247-
3248- u1_music_store_load_store_link(U1_MUSIC_STORE(self->obj), url);
3249-
3250- Py_INCREF(Py_None);
3251- return Py_None;
3252-}
3253-
3254-static const PyMethodDef _PyU1MusicStore_methods[] = {
3255- { "get_library_location", (PyCFunction)_wrap_u1_music_store_get_library_location, METH_NOARGS,
3256- NULL },
3257- { "load_store_link", (PyCFunction)_wrap_u1_music_store_load_store_link, METH_VARARGS|METH_KEYWORDS,
3258- NULL },
3259- { NULL, NULL, 0, NULL }
3260-};
3261-
3262-PyTypeObject G_GNUC_INTERNAL PyU1MusicStore_Type = {
3263- PyObject_HEAD_INIT(NULL)
3264- 0, /* ob_size */
3265- "ubuntuone.gtkwidgets.MusicStore", /* tp_name */
3266- sizeof(PyGObject), /* tp_basicsize */
3267- 0, /* tp_itemsize */
3268- /* methods */
3269- (destructor)0, /* tp_dealloc */
3270- (printfunc)0, /* tp_print */
3271- (getattrfunc)0, /* tp_getattr */
3272- (setattrfunc)0, /* tp_setattr */
3273- (cmpfunc)0, /* tp_compare */
3274- (reprfunc)0, /* tp_repr */
3275- (PyNumberMethods*)0, /* tp_as_number */
3276- (PySequenceMethods*)0, /* tp_as_sequence */
3277- (PyMappingMethods*)0, /* tp_as_mapping */
3278- (hashfunc)0, /* tp_hash */
3279- (ternaryfunc)0, /* tp_call */
3280- (reprfunc)0, /* tp_str */
3281- (getattrofunc)0, /* tp_getattro */
3282- (setattrofunc)0, /* tp_setattro */
3283- (PyBufferProcs*)0, /* tp_as_buffer */
3284- Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
3285- NULL, /* Documentation string */
3286- (traverseproc)0, /* tp_traverse */
3287- (inquiry)0, /* tp_clear */
3288- (richcmpfunc)0, /* tp_richcompare */
3289- offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */
3290- (getiterfunc)0, /* tp_iter */
3291- (iternextfunc)0, /* tp_iternext */
3292- (struct PyMethodDef*)_PyU1MusicStore_methods, /* tp_methods */
3293- (struct PyMemberDef*)0, /* tp_members */
3294- (struct PyGetSetDef*)0, /* tp_getset */
3295- NULL, /* tp_base */
3296- NULL, /* tp_dict */
3297- (descrgetfunc)0, /* tp_descr_get */
3298- (descrsetfunc)0, /* tp_descr_set */
3299- offsetof(PyGObject, inst_dict), /* tp_dictoffset */
3300- (initproc)_wrap_u1_music_store_new, /* tp_init */
3301- (allocfunc)0, /* tp_alloc */
3302- (newfunc)0, /* tp_new */
3303- (freefunc)0, /* tp_free */
3304- (inquiry)0 /* tp_is_gc */
3305-};
3306-
3307-
3308-
3309-/* ----------- functions ----------- */
3310-
3311-const PyMethodDef gtkwidgets_functions[] = {
3312- { NULL, NULL, 0, NULL }
3313-};
3314-
3315-/* initialise stuff extension classes */
3316-void
3317-gtkwidgets_register_classes(PyObject *d)
3318-{
3319- PyObject *module;
3320-
3321- if ((module = PyImport_ImportModule("gtk")) != NULL) {
3322- _PyGtkVBox_Type = (PyTypeObject *)PyObject_GetAttrString(module, "VBox");
3323- if (_PyGtkVBox_Type == NULL) {
3324- PyErr_SetString(PyExc_ImportError,
3325- "cannot import name VBox from gtk");
3326- return ;
3327- }
3328- } else {
3329- PyErr_SetString(PyExc_ImportError,
3330- "could not import gtk");
3331- return ;
3332- }
3333-
3334-
3335-#line 159 "./ubuntuone.c"
3336- pygobject_register_class(d, "U1MusicStore", U1_TYPE_MUSIC_STORE, &PyU1MusicStore_Type, Py_BuildValue("(O)", &PyGtkVBox_Type));
3337- pyg_set_object_has_new_constructor(U1_TYPE_MUSIC_STORE);
3338-}
3339
3340=== removed file 'bindings/python/ubuntuone.defs'
3341--- bindings/python/ubuntuone.defs 2010-07-21 15:39:51 +0000
3342+++ bindings/python/ubuntuone.defs 1970-01-01 00:00:00 +0000
3343@@ -1,41 +0,0 @@
3344-;; -*- scheme -*-
3345-
3346-; object definitions ...
3347-(define-object MusicStore
3348- (in-module "U1")
3349- (parent "GtkVBox")
3350- (c-name "U1MusicStore")
3351- (gtype-id "U1_TYPE_MUSIC_STORE")
3352-)
3353-
3354-;; Enumerations and flags ...
3355-
3356-
3357-;; From u1-music-store.h
3358-
3359-(define-function music_store_get_type
3360- (c-name "u1_music_store_get_type")
3361- (return-type "GType")
3362-)
3363-
3364-(define-function u1_music_store_new
3365- (c-name "u1_music_store_new")
3366- (is-constructor-of "U1MusicStore")
3367- (return-type "GtkWidget*")
3368-)
3369-
3370-(define-method get_library_location
3371- (of-object "U1MusicStore")
3372- (c-name "u1_music_store_get_library_location")
3373- (return-type "const-gchar*")
3374-)
3375-
3376-(define-method load_store_link
3377- (of-object "U1MusicStore")
3378- (c-name "u1_music_store_load_store_link")
3379- (return-type "none")
3380- (parameters
3381- '("const-gchar*" "url")
3382- )
3383-)
3384-
3385
3386=== removed file 'bindings/python/ubuntuone.override'
3387--- bindings/python/ubuntuone.override 2010-02-09 22:54:22 +0000
3388+++ bindings/python/ubuntuone.override 1970-01-01 00:00:00 +0000
3389@@ -1,13 +0,0 @@
3390-%%
3391-headers
3392-#include <Python.h>
3393-#include "pygobject.h"
3394-#include "u1-music-store.h"
3395-%%
3396-modulename ubuntuone.gtkwidgets
3397-%%
3398-import gtk.VBox as PyGtkVBox_Type
3399-%%
3400-ignore-glob
3401- *_get_type
3402-%%
3403
3404=== removed file 'bindings/python/ubuntuone/__init__.py'
3405--- bindings/python/ubuntuone/__init__.py 2011-02-16 17:24:08 +0000
3406+++ bindings/python/ubuntuone/__init__.py 1970-01-01 00:00:00 +0000
3407@@ -1,15 +0,0 @@
3408-# Copyright 2009-2011 Canonical Ltd.
3409-#
3410-# This program is free software: you can redistribute it and/or modify it
3411-# under the terms of the GNU General Public License version 3, as published
3412-# by the Free Software Foundation.
3413-#
3414-# This program is distributed in the hope that it will be useful, but
3415-# WITHOUT ANY WARRANTY; without even the implied warranties of
3416-# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
3417-# PURPOSE. See the GNU General Public License for more details.
3418-#
3419-# You should have received a copy of the GNU General Public License along
3420-# with this program. If not, see <http://www.gnu.org/licenses/>.
3421-"""ubuntuone package"""
3422-__import__('pkg_resources').declare_namespace(__name__)
3423
3424=== removed file 'bindings/python/ubuntuonemodule.c'
3425--- bindings/python/ubuntuonemodule.c 2011-01-14 22:24:48 +0000
3426+++ bindings/python/ubuntuonemodule.c 1970-01-01 00:00:00 +0000
3427@@ -1,21 +0,0 @@
3428-#include <pygobject.h>
3429-
3430-void gtkwidgets_register_classes (PyObject *d);
3431-extern PyMethodDef gtkwidgets_functions[];
3432-
3433-DL_EXPORT(void)
3434-init_gtkwidgets(void)
3435-{
3436- PyObject *m, *d;
3437-
3438- init_pygobject ();
3439-
3440- m = Py_InitModule ("ubuntuone._gtkwidgets", gtkwidgets_functions);
3441- d = PyModule_GetDict (m);
3442-
3443- gtkwidgets_register_classes (d);
3444-
3445- if (PyErr_Occurred ()) {
3446- Py_FatalError ("can't initialise module ubuntuone._gtkwidgets");
3447- }
3448-}
3449
3450=== modified file 'configure'
3451--- configure 2012-01-04 18:22:50 +0000
3452+++ configure 2012-01-20 21:52:25 +0000
3453@@ -1,6 +1,6 @@
3454 #! /bin/sh
3455 # Guess values for system-dependent variables and create Makefiles.
3456-# Generated by GNU Autoconf 2.68 for libubuntuone 2.99.1.
3457+# Generated by GNU Autoconf 2.68 for libubuntuone 2.99.2.
3458 #
3459 #
3460 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
3461@@ -567,8 +567,8 @@
3462 # Identity of this package.
3463 PACKAGE_NAME='libubuntuone'
3464 PACKAGE_TARNAME='libubuntuone'
3465-PACKAGE_VERSION='2.99.1'
3466-PACKAGE_STRING='libubuntuone 2.99.1'
3467+PACKAGE_VERSION='2.99.2'
3468+PACKAGE_STRING='libubuntuone 2.99.2'
3469 PACKAGE_BUGREPORT=''
3470 PACKAGE_URL=''
3471
3472@@ -626,31 +626,6 @@
3473 INTROSPECTION_COMPILER
3474 INTROSPECTION_SCANNER
3475 U1_JAVASCRIPT_DIR
3476-PYGNOME_CODEGEN
3477-PYGTK_CODEGEN
3478-PYGOBJECT_CODEGEN
3479-PYGTK_DEFSDIR
3480-GTKSHARP_LIBS
3481-GTKSHARP_CFLAGS
3482-PYGTK_LIBS
3483-PYGTK_CFLAGS
3484-PYTHON_LDFLAGS
3485-PYTHON_CFLAGS
3486-PYTHON_CONFIG
3487-pkgpyexecdir
3488-pyexecdir
3489-pkgpythondir
3490-pythondir
3491-PYTHON_PLATFORM
3492-PYTHON_EXEC_PREFIX
3493-PYTHON_PREFIX
3494-PYTHON_VERSION
3495-PYTHON
3496-MONO_SN
3497-MONO_CSC
3498-MONO_GAPI_FIXUP
3499-MONO_GAPI_CODEGEN
3500-MONO_GAPI_PARSER
3501 DISTCHECK_CONFIGURE_FLAGS
3502 GTK_DOC_USE_REBASE_FALSE
3503 GTK_DOC_USE_REBASE_TRUE
3504@@ -864,11 +839,7 @@
3505 LIBUBUNTUONE_CFLAGS
3506 LIBUBUNTUONE_LIBS
3507 GTKDOC_DEPS_CFLAGS
3508-GTKDOC_DEPS_LIBS
3509-PYGTK_CFLAGS
3510-PYGTK_LIBS
3511-GTKSHARP_CFLAGS
3512-GTKSHARP_LIBS'
3513+GTKDOC_DEPS_LIBS'
3514
3515
3516 # Initialize some variables set by options.
3517@@ -1411,7 +1382,7 @@
3518 # Omit some internal or obsolete options to make the list less imposing.
3519 # This message is too long to be a string in the A/UX 3.1 sh.
3520 cat <<_ACEOF
3521-\`configure' configures libubuntuone 2.99.1 to adapt to many kinds of systems.
3522+\`configure' configures libubuntuone 2.99.2 to adapt to many kinds of systems.
3523
3524 Usage: $0 [OPTION]... [VAR=VALUE]...
3525
3526@@ -1481,7 +1452,7 @@
3527
3528 if test -n "$ac_init_help"; then
3529 case $ac_init_help in
3530- short | recursive ) echo "Configuration of libubuntuone 2.99.1:";;
3531+ short | recursive ) echo "Configuration of libubuntuone 2.99.2:";;
3532 esac
3533 cat <<\_ACEOF
3534
3535@@ -1509,7 +1480,7 @@
3536 Optional Packages:
3537 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
3538 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
3539- --with-pic try to use only PIC/non-PIC objects [default=use
3540+ --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
3541 both]
3542 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
3543 --with-sysroot=DIR Search for dependent libraries within DIR
3544@@ -1538,13 +1509,6 @@
3545 C compiler flags for GTKDOC_DEPS, overriding pkg-config
3546 GTKDOC_DEPS_LIBS
3547 linker flags for GTKDOC_DEPS, overriding pkg-config
3548- PYGTK_CFLAGS
3549- C compiler flags for PYGTK, overriding pkg-config
3550- PYGTK_LIBS linker flags for PYGTK, overriding pkg-config
3551- GTKSHARP_CFLAGS
3552- C compiler flags for GTKSHARP, overriding pkg-config
3553- GTKSHARP_LIBS
3554- linker flags for GTKSHARP, overriding pkg-config
3555
3556 Use these variables to override the choices made by `configure' or to help
3557 it to find libraries and programs with nonstandard names/locations.
3558@@ -1612,7 +1576,7 @@
3559 test -n "$ac_init_help" && exit $ac_status
3560 if $ac_init_version; then
3561 cat <<\_ACEOF
3562-libubuntuone configure 2.99.1
3563+libubuntuone configure 2.99.2
3564 generated by GNU Autoconf 2.68
3565
3566 Copyright (C) 2010 Free Software Foundation, Inc.
3567@@ -1977,7 +1941,7 @@
3568 This file contains any messages produced by compilers while
3569 running configure, to aid debugging if configure makes a mistake.
3570
3571-It was created by libubuntuone $as_me 2.99.1, which was
3572+It was created by libubuntuone $as_me 2.99.2, which was
3573 generated by GNU Autoconf 2.68. Invocation command line was
3574
3575 $ $0 $@
3576@@ -2800,7 +2764,7 @@
3577
3578 # Define the identity of the package.
3579 PACKAGE='libubuntuone'
3580- VERSION='2.99.1'
3581+ VERSION='2.99.2'
3582
3583
3584 cat >>confdefs.h <<_ACEOF
3585@@ -5031,8 +4995,8 @@
3586
3587
3588
3589-macro_version='2.4'
3590-macro_revision='1.3293'
3591+macro_version='2.4.2'
3592+macro_revision='1.3337'
3593
3594
3595
3596@@ -5747,6 +5711,11 @@
3597 lt_cv_sys_max_cmd_len=196608
3598 ;;
3599
3600+ os2*)
3601+ # The test takes a long time on OS/2.
3602+ lt_cv_sys_max_cmd_len=8192
3603+ ;;
3604+
3605 osf*)
3606 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
3607 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
3608@@ -5786,7 +5755,7 @@
3609 # If test is not a shell built-in, we'll probably end up computing a
3610 # maximum length that is only half of the actual maximum length, but
3611 # we can't tell.
3612- while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
3613+ while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
3614 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
3615 test $i != 17 # 1/2 MB should be enough
3616 do
3617@@ -6215,7 +6184,7 @@
3618 lt_cv_deplibs_check_method=pass_all
3619 ;;
3620
3621-# This must be Linux ELF.
3622+# This must be glibc/ELF.
3623 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3624 lt_cv_deplibs_check_method=pass_all
3625 ;;
3626@@ -6855,13 +6824,13 @@
3627 if test -n "$RANLIB"; then
3628 case $host_os in
3629 openbsd*)
3630- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
3631+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
3632 ;;
3633 *)
3634- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
3635+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
3636 ;;
3637 esac
3638- old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
3639+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
3640 fi
3641
3642 case $host_os in
3643@@ -7008,6 +6977,7 @@
3644 # which start with @ or ?.
3645 lt_cv_sys_global_symbol_pipe="$AWK '"\
3646 " {last_section=section; section=\$ 3};"\
3647+" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
3648 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
3649 " \$ 0!~/External *\|/{next};"\
3650 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
3651@@ -7396,7 +7366,7 @@
3652 CFLAGS="$SAVE_CFLAGS"
3653 fi
3654 ;;
3655-sparc*-*solaris*)
3656+*-*solaris*)
3657 # Find out which ABI we are using.
3658 echo 'int i;' > conftest.$ac_ext
3659 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
3660@@ -7407,7 +7377,20 @@
3661 case `/usr/bin/file conftest.o` in
3662 *64-bit*)
3663 case $lt_cv_prog_gnu_ld in
3664- yes*) LD="${LD-ld} -m elf64_sparc" ;;
3665+ yes*)
3666+ case $host in
3667+ i?86-*-solaris*)
3668+ LD="${LD-ld} -m elf_x86_64"
3669+ ;;
3670+ sparc*-*-solaris*)
3671+ LD="${LD-ld} -m elf64_sparc"
3672+ ;;
3673+ esac
3674+ # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
3675+ if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
3676+ LD="${LD-ld}_sol2"
3677+ fi
3678+ ;;
3679 *)
3680 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
3681 LD="${LD-ld} -64"
3682@@ -8047,7 +8030,13 @@
3683 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
3684 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
3685 _lt_result=$?
3686- if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
3687+ # If there is a non-empty error log, and "single_module"
3688+ # appears in it, assume the flag caused a linker warning
3689+ if test -s conftest.err && $GREP single_module conftest.err; then
3690+ cat conftest.err >&5
3691+ # Otherwise, if the output was created with a 0 exit code from
3692+ # the compiler, it worked.
3693+ elif test -f libconftest.dylib && test $_lt_result -eq 0; then
3694 lt_cv_apple_cc_single_mod=yes
3695 else
3696 cat conftest.err >&5
3697@@ -8058,6 +8047,7 @@
3698 fi
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
3700 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
3701+
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
3703 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
3704 if ${lt_cv_ld_exported_symbols_list+:} false; then :
3705@@ -8090,6 +8080,7 @@
3706 fi
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
3708 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3709+
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
3711 $as_echo_n "checking for -force_load linker flag... " >&6; }
3712 if ${lt_cv_ld_force_load+:} false; then :
3713@@ -8111,7 +8102,9 @@
3714 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
3715 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
3716 _lt_result=$?
3717- if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
3718+ if test -s conftest.err && $GREP force_load conftest.err; then
3719+ cat conftest.err >&5
3720+ elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
3721 lt_cv_ld_force_load=yes
3722 else
3723 cat conftest.err >&5
3724@@ -8189,7 +8182,22 @@
3725
3726 # Check whether --with-pic was given.
3727 if test "${with_pic+set}" = set; then :
3728- withval=$with_pic; pic_mode="$withval"
3729+ withval=$with_pic; lt_p=${PACKAGE-default}
3730+ case $withval in
3731+ yes|no) pic_mode=$withval ;;
3732+ *)
3733+ pic_mode=default
3734+ # Look at the argument we got. We use all the common list separators.
3735+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3736+ for lt_pkg in $withval; do
3737+ IFS="$lt_save_ifs"
3738+ if test "X$lt_pkg" = "X$lt_p"; then
3739+ pic_mode=yes
3740+ fi
3741+ done
3742+ IFS="$lt_save_ifs"
3743+ ;;
3744+ esac
3745 else
3746 pic_mode=default
3747 fi
3748@@ -8267,6 +8275,10 @@
3749
3750
3751
3752+
3753+
3754+
3755+
3756 test -z "$LN_S" && LN_S="ln -s"
3757
3758
3759@@ -8722,7 +8734,9 @@
3760 case $cc_basename in
3761 nvcc*) # Cuda Compiler Driver 2.2
3762 lt_prog_compiler_wl='-Xlinker '
3763- lt_prog_compiler_pic='-Xcompiler -fPIC'
3764+ if test -n "$lt_prog_compiler_pic"; then
3765+ lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
3766+ fi
3767 ;;
3768 esac
3769 else
3770@@ -8813,18 +8827,33 @@
3771 ;;
3772 *)
3773 case `$CC -V 2>&1 | sed 5q` in
3774- *Sun\ F* | *Sun*Fortran*)
3775+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
3776 # Sun Fortran 8.3 passes all unrecognized flags to the linker
3777 lt_prog_compiler_pic='-KPIC'
3778 lt_prog_compiler_static='-Bstatic'
3779 lt_prog_compiler_wl=''
3780 ;;
3781+ *Sun\ F* | *Sun*Fortran*)
3782+ lt_prog_compiler_pic='-KPIC'
3783+ lt_prog_compiler_static='-Bstatic'
3784+ lt_prog_compiler_wl='-Qoption ld '
3785+ ;;
3786 *Sun\ C*)
3787 # Sun C 5.9
3788 lt_prog_compiler_pic='-KPIC'
3789 lt_prog_compiler_static='-Bstatic'
3790 lt_prog_compiler_wl='-Wl,'
3791 ;;
3792+ *Intel*\ [CF]*Compiler*)
3793+ lt_prog_compiler_wl='-Wl,'
3794+ lt_prog_compiler_pic='-fPIC'
3795+ lt_prog_compiler_static='-static'
3796+ ;;
3797+ *Portland\ Group*)
3798+ lt_prog_compiler_wl='-Wl,'
3799+ lt_prog_compiler_pic='-fpic'
3800+ lt_prog_compiler_static='-Bstatic'
3801+ ;;
3802 esac
3803 ;;
3804 esac
3805@@ -9186,7 +9215,6 @@
3806 hardcode_direct=no
3807 hardcode_direct_absolute=no
3808 hardcode_libdir_flag_spec=
3809- hardcode_libdir_flag_spec_ld=
3810 hardcode_libdir_separator=
3811 hardcode_minus_L=no
3812 hardcode_shlibpath_var=unsupported
3813@@ -9439,8 +9467,7 @@
3814 xlf* | bgf* | bgxlf* | mpixlf*)
3815 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
3816 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
3817- hardcode_libdir_flag_spec=
3818- hardcode_libdir_flag_spec_ld='-rpath $libdir'
3819+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
3820 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
3821 if test "x$supports_anon_versioning" = xyes; then
3822 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
3823@@ -9820,6 +9847,7 @@
3824 # The linker will not automatically build a static lib if we build a DLL.
3825 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
3826 enable_shared_with_static_runtimes=yes
3827+ exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
3828 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
3829 # Don't use ranlib
3830 old_postinstall_cmds='chmod 644 $oldlib'
3831@@ -9865,6 +9893,7 @@
3832 hardcode_shlibpath_var=unsupported
3833 if test "$lt_cv_ld_force_load" = "yes"; then
3834 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
3835+
3836 else
3837 whole_archive_flag_spec=''
3838 fi
3839@@ -9893,10 +9922,6 @@
3840 hardcode_shlibpath_var=no
3841 ;;
3842
3843- freebsd1*)
3844- ld_shlibs=no
3845- ;;
3846-
3847 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
3848 # support. Future versions do this automatically, but an explicit c++rt0.o
3849 # does not break anything, and helps significantly (at the cost of a little
3850@@ -9909,7 +9934,7 @@
3851 ;;
3852
3853 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
3854- freebsd2*)
3855+ freebsd2.*)
3856 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
3857 hardcode_direct=yes
3858 hardcode_minus_L=yes
3859@@ -9948,7 +9973,6 @@
3860 fi
3861 if test "$with_gnu_ld" = no; then
3862 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
3863- hardcode_libdir_flag_spec_ld='+b $libdir'
3864 hardcode_libdir_separator=:
3865 hardcode_direct=yes
3866 hardcode_direct_absolute=yes
3867@@ -10572,11 +10596,6 @@
3868
3869
3870
3871-
3872-
3873-
3874-
3875-
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
3877 $as_echo_n "checking dynamic linker characteristics... " >&6; }
3878
3879@@ -10666,7 +10685,7 @@
3880
3881 case $host_os in
3882 aix3*)
3883- version_type=linux
3884+ version_type=linux # correct to gnu/linux during the next big refactor
3885 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
3886 shlibpath_var=LIBPATH
3887
3888@@ -10675,7 +10694,7 @@
3889 ;;
3890
3891 aix[4-9]*)
3892- version_type=linux
3893+ version_type=linux # correct to gnu/linux during the next big refactor
3894 need_lib_prefix=no
3895 need_version=no
3896 hardcode_into_libs=yes
3897@@ -10740,7 +10759,7 @@
3898 ;;
3899
3900 bsdi[45]*)
3901- version_type=linux
3902+ version_type=linux # correct to gnu/linux during the next big refactor
3903 need_version=no
3904 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
3905 soname_spec='${libname}${release}${shared_ext}$major'
3906@@ -10879,7 +10898,7 @@
3907 ;;
3908
3909 dgux*)
3910- version_type=linux
3911+ version_type=linux # correct to gnu/linux during the next big refactor
3912 need_lib_prefix=no
3913 need_version=no
3914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
3915@@ -10887,10 +10906,6 @@
3916 shlibpath_var=LD_LIBRARY_PATH
3917 ;;
3918
3919-freebsd1*)
3920- dynamic_linker=no
3921- ;;
3922-
3923 freebsd* | dragonfly*)
3924 # DragonFly does not have aout. When/if they implement a new
3925 # versioning mechanism, adjust this.
3926@@ -10898,7 +10913,7 @@
3927 objformat=`/usr/bin/objformat`
3928 else
3929 case $host_os in
3930- freebsd[123]*) objformat=aout ;;
3931+ freebsd[23].*) objformat=aout ;;
3932 *) objformat=elf ;;
3933 esac
3934 fi
3935@@ -10916,7 +10931,7 @@
3936 esac
3937 shlibpath_var=LD_LIBRARY_PATH
3938 case $host_os in
3939- freebsd2*)
3940+ freebsd2.*)
3941 shlibpath_overrides_runpath=yes
3942 ;;
3943 freebsd3.[01]* | freebsdelf3.[01]*)
3944@@ -10936,7 +10951,7 @@
3945 ;;
3946
3947 gnu*)
3948- version_type=linux
3949+ version_type=linux # correct to gnu/linux during the next big refactor
3950 need_lib_prefix=no
3951 need_version=no
3952 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
3953@@ -10947,7 +10962,7 @@
3954 ;;
3955
3956 haiku*)
3957- version_type=linux
3958+ version_type=linux # correct to gnu/linux during the next big refactor
3959 need_lib_prefix=no
3960 need_version=no
3961 dynamic_linker="$host_os runtime_loader"
3962@@ -11008,7 +11023,7 @@
3963 ;;
3964
3965 interix[3-9]*)
3966- version_type=linux
3967+ version_type=linux # correct to gnu/linux during the next big refactor
3968 need_lib_prefix=no
3969 need_version=no
3970 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
3971@@ -11024,7 +11039,7 @@
3972 nonstopux*) version_type=nonstopux ;;
3973 *)
3974 if test "$lt_cv_prog_gnu_ld" = yes; then
3975- version_type=linux
3976+ version_type=linux # correct to gnu/linux during the next big refactor
3977 else
3978 version_type=irix
3979 fi ;;
3980@@ -11061,9 +11076,9 @@
3981 dynamic_linker=no
3982 ;;
3983
3984-# This must be Linux ELF.
3985+# This must be glibc/ELF.
3986 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3987- version_type=linux
3988+ version_type=linux # correct to gnu/linux during the next big refactor
3989 need_lib_prefix=no
3990 need_version=no
3991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
3992@@ -11157,7 +11172,7 @@
3993 ;;
3994
3995 newsos6)
3996- version_type=linux
3997+ version_type=linux # correct to gnu/linux during the next big refactor
3998 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
3999 shlibpath_var=LD_LIBRARY_PATH
4000 shlibpath_overrides_runpath=yes
4001@@ -11226,7 +11241,7 @@
4002 ;;
4003
4004 solaris*)
4005- version_type=linux
4006+ version_type=linux # correct to gnu/linux during the next big refactor
4007 need_lib_prefix=no
4008 need_version=no
4009 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4010@@ -11251,7 +11266,7 @@
4011 ;;
4012
4013 sysv4 | sysv4.3*)
4014- version_type=linux
4015+ version_type=linux # correct to gnu/linux during the next big refactor
4016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4017 soname_spec='${libname}${release}${shared_ext}$major'
4018 shlibpath_var=LD_LIBRARY_PATH
4019@@ -11275,7 +11290,7 @@
4020
4021 sysv4*MP*)
4022 if test -d /usr/nec ;then
4023- version_type=linux
4024+ version_type=linux # correct to gnu/linux during the next big refactor
4025 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
4026 soname_spec='$libname${shared_ext}.$major'
4027 shlibpath_var=LD_LIBRARY_PATH
4028@@ -11306,7 +11321,7 @@
4029
4030 tpf*)
4031 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
4032- version_type=linux
4033+ version_type=linux # correct to gnu/linux during the next big refactor
4034 need_lib_prefix=no
4035 need_version=no
4036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4037@@ -11316,7 +11331,7 @@
4038 ;;
4039
4040 uts4*)
4041- version_type=linux
4042+ version_type=linux # correct to gnu/linux during the next big refactor
4043 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4044 soname_spec='${libname}${release}${shared_ext}$major'
4045 shlibpath_var=LD_LIBRARY_PATH
4046@@ -12098,6 +12113,8 @@
4047
4048
4049
4050+
4051+
4052 ac_config_commands="$ac_config_commands libtool"
4053
4054
4055@@ -13250,6 +13267,10 @@
4056 fi
4057
4058 ;;
4059+ *-*-openbsd*)
4060+ CATOBJEXT=.mo
4061+ DATADIRNAME=share
4062+ ;;
4063 *)
4064 CATOBJEXT=.mo
4065 DATADIRNAME=lib
4066@@ -14070,795 +14091,6 @@
4067 DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc --enable-debug"
4068
4069
4070-# Extract the first word of "gapi2-parser", so it can be a program name with args.
4071-set dummy gapi2-parser; ac_word=$2
4072-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4073-$as_echo_n "checking for $ac_word... " >&6; }
4074-if ${ac_cv_path_MONO_GAPI_PARSER+:} false; then :
4075- $as_echo_n "(cached) " >&6
4076-else
4077- case $MONO_GAPI_PARSER in
4078- [\\/]* | ?:[\\/]*)
4079- ac_cv_path_MONO_GAPI_PARSER="$MONO_GAPI_PARSER" # Let the user override the test with a path.
4080- ;;
4081- *)
4082- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4083-for as_dir in $PATH
4084-do
4085- IFS=$as_save_IFS
4086- test -z "$as_dir" && as_dir=.
4087- for ac_exec_ext in '' $ac_executable_extensions; do
4088- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4089- ac_cv_path_MONO_GAPI_PARSER="$as_dir/$ac_word$ac_exec_ext"
4090- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4091- break 2
4092- fi
4093-done
4094- done
4095-IFS=$as_save_IFS
4096-
4097- test -z "$ac_cv_path_MONO_GAPI_PARSER" && ac_cv_path_MONO_GAPI_PARSER="no"
4098- ;;
4099-esac
4100-fi
4101-MONO_GAPI_PARSER=$ac_cv_path_MONO_GAPI_PARSER
4102-if test -n "$MONO_GAPI_PARSER"; then
4103- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO_GAPI_PARSER" >&5
4104-$as_echo "$MONO_GAPI_PARSER" >&6; }
4105-else
4106- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4107-$as_echo "no" >&6; }
4108-fi
4109-
4110-
4111-if test "x$MONO_GAPI_PARSER" = "xno"; then
4112- as_fn_error $? "could not find gapi2-parser" "$LINENO" 5
4113-fi
4114-
4115-# Extract the first word of "gapi2-codegen", so it can be a program name with args.
4116-set dummy gapi2-codegen; ac_word=$2
4117-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4118-$as_echo_n "checking for $ac_word... " >&6; }
4119-if ${ac_cv_path_MONO_GAPI_CODEGEN+:} false; then :
4120- $as_echo_n "(cached) " >&6
4121-else
4122- case $MONO_GAPI_CODEGEN in
4123- [\\/]* | ?:[\\/]*)
4124- ac_cv_path_MONO_GAPI_CODEGEN="$MONO_GAPI_CODEGEN" # Let the user override the test with a path.
4125- ;;
4126- *)
4127- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4128-for as_dir in $PATH
4129-do
4130- IFS=$as_save_IFS
4131- test -z "$as_dir" && as_dir=.
4132- for ac_exec_ext in '' $ac_executable_extensions; do
4133- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4134- ac_cv_path_MONO_GAPI_CODEGEN="$as_dir/$ac_word$ac_exec_ext"
4135- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4136- break 2
4137- fi
4138-done
4139- done
4140-IFS=$as_save_IFS
4141-
4142- test -z "$ac_cv_path_MONO_GAPI_CODEGEN" && ac_cv_path_MONO_GAPI_CODEGEN="no"
4143- ;;
4144-esac
4145-fi
4146-MONO_GAPI_CODEGEN=$ac_cv_path_MONO_GAPI_CODEGEN
4147-if test -n "$MONO_GAPI_CODEGEN"; then
4148- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO_GAPI_CODEGEN" >&5
4149-$as_echo "$MONO_GAPI_CODEGEN" >&6; }
4150-else
4151- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4152-$as_echo "no" >&6; }
4153-fi
4154-
4155-
4156-if test "x$MONO_GAPI_CODEGEN" = "xno"; then
4157- as_fn_error $? "could not find gapi2-codegen" "$LINENO" 5
4158-fi
4159-
4160-# Extract the first word of "gapi2-fixup", so it can be a program name with args.
4161-set dummy gapi2-fixup; ac_word=$2
4162-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4163-$as_echo_n "checking for $ac_word... " >&6; }
4164-if ${ac_cv_path_MONO_GAPI_FIXUP+:} false; then :
4165- $as_echo_n "(cached) " >&6
4166-else
4167- case $MONO_GAPI_FIXUP in
4168- [\\/]* | ?:[\\/]*)
4169- ac_cv_path_MONO_GAPI_FIXUP="$MONO_GAPI_FIXUP" # Let the user override the test with a path.
4170- ;;
4171- *)
4172- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173-for as_dir in $PATH
4174-do
4175- IFS=$as_save_IFS
4176- test -z "$as_dir" && as_dir=.
4177- for ac_exec_ext in '' $ac_executable_extensions; do
4178- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4179- ac_cv_path_MONO_GAPI_FIXUP="$as_dir/$ac_word$ac_exec_ext"
4180- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181- break 2
4182- fi
4183-done
4184- done
4185-IFS=$as_save_IFS
4186-
4187- test -z "$ac_cv_path_MONO_GAPI_FIXUP" && ac_cv_path_MONO_GAPI_FIXUP="no"
4188- ;;
4189-esac
4190-fi
4191-MONO_GAPI_FIXUP=$ac_cv_path_MONO_GAPI_FIXUP
4192-if test -n "$MONO_GAPI_FIXUP"; then
4193- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO_GAPI_FIXUP" >&5
4194-$as_echo "$MONO_GAPI_FIXUP" >&6; }
4195-else
4196- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4197-$as_echo "no" >&6; }
4198-fi
4199-
4200-
4201-if test "x$MONO_GAPI_FIXUP" = "xno"; then
4202- as_fn_error $? "could not find gapi2-fixup" "$LINENO" 5
4203-fi
4204-
4205-# Extract the first word of "gmcs", so it can be a program name with args.
4206-set dummy gmcs; ac_word=$2
4207-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4208-$as_echo_n "checking for $ac_word... " >&6; }
4209-if ${ac_cv_path_MONO_CSC+:} false; then :
4210- $as_echo_n "(cached) " >&6
4211-else
4212- case $MONO_CSC in
4213- [\\/]* | ?:[\\/]*)
4214- ac_cv_path_MONO_CSC="$MONO_CSC" # Let the user override the test with a path.
4215- ;;
4216- *)
4217- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218-for as_dir in $PATH
4219-do
4220- IFS=$as_save_IFS
4221- test -z "$as_dir" && as_dir=.
4222- for ac_exec_ext in '' $ac_executable_extensions; do
4223- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4224- ac_cv_path_MONO_CSC="$as_dir/$ac_word$ac_exec_ext"
4225- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226- break 2
4227- fi
4228-done
4229- done
4230-IFS=$as_save_IFS
4231-
4232- test -z "$ac_cv_path_MONO_CSC" && ac_cv_path_MONO_CSC="no"
4233- ;;
4234-esac
4235-fi
4236-MONO_CSC=$ac_cv_path_MONO_CSC
4237-if test -n "$MONO_CSC"; then
4238- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO_CSC" >&5
4239-$as_echo "$MONO_CSC" >&6; }
4240-else
4241- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4242-$as_echo "no" >&6; }
4243-fi
4244-
4245-
4246-if test "x$MONO_CSC" = "xno"; then
4247- as_fn_error $? "could not find gmcs compiler" "$LINENO" 5
4248-fi
4249-
4250-# Extract the first word of "sn", so it can be a program name with args.
4251-set dummy sn; ac_word=$2
4252-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4253-$as_echo_n "checking for $ac_word... " >&6; }
4254-if ${ac_cv_path_MONO_SN+:} false; then :
4255- $as_echo_n "(cached) " >&6
4256-else
4257- case $MONO_SN in
4258- [\\/]* | ?:[\\/]*)
4259- ac_cv_path_MONO_SN="$MONO_SN" # Let the user override the test with a path.
4260- ;;
4261- *)
4262- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4263-for as_dir in $PATH
4264-do
4265- IFS=$as_save_IFS
4266- test -z "$as_dir" && as_dir=.
4267- for ac_exec_ext in '' $ac_executable_extensions; do
4268- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4269- ac_cv_path_MONO_SN="$as_dir/$ac_word$ac_exec_ext"
4270- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4271- break 2
4272- fi
4273-done
4274- done
4275-IFS=$as_save_IFS
4276-
4277- test -z "$ac_cv_path_MONO_SN" && ac_cv_path_MONO_SN="no"
4278- ;;
4279-esac
4280-fi
4281-MONO_SN=$ac_cv_path_MONO_SN
4282-if test -n "$MONO_SN"; then
4283- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO_SN" >&5
4284-$as_echo "$MONO_SN" >&6; }
4285-else
4286- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4287-$as_echo "no" >&6; }
4288-fi
4289-
4290-
4291-if test "x$MONO_SN" = "xno"; then
4292- as_fn_error $? "could not find sn" "$LINENO" 5
4293-fi
4294-
4295-
4296-
4297-
4298-
4299- if test -n "$PYTHON"; then
4300- # If the user set $PYTHON, use it and don't search something else.
4301- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version >= 2.5" >&5
4302-$as_echo_n "checking whether $PYTHON version >= 2.5... " >&6; }
4303- prog="import sys
4304-# split strings by '.' and convert to numeric. Append some zeros
4305-# because we need at least 4 digits for the hex conversion.
4306-# map returns an iterator in Python 3.0 and a list in 2.x
4307-minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0]
4308-minverhex = 0
4309-# xrange is not present in Python 3.0 and range returns an iterator
4310-for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
4311-sys.exit(sys.hexversion < minverhex)"
4312- if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
4313- ($PYTHON -c "$prog") >&5 2>&5
4314- ac_status=$?
4315- echo "$as_me:$LINENO: \$? = $ac_status" >&5
4316- (exit $ac_status); }; then :
4317- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4318-$as_echo "yes" >&6; }
4319-else
4320- as_fn_error $? "too old" "$LINENO" 5
4321-fi
4322- am_display_PYTHON=$PYTHON
4323- else
4324- # Otherwise, try each interpreter until we find one that satisfies
4325- # VERSION.
4326- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.5" >&5
4327-$as_echo_n "checking for a Python interpreter with version >= 2.5... " >&6; }
4328-if ${am_cv_pathless_PYTHON+:} false; then :
4329- $as_echo_n "(cached) " >&6
4330-else
4331-
4332- for am_cv_pathless_PYTHON in python python2 python3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
4333- test "$am_cv_pathless_PYTHON" = none && break
4334- prog="import sys
4335-# split strings by '.' and convert to numeric. Append some zeros
4336-# because we need at least 4 digits for the hex conversion.
4337-# map returns an iterator in Python 3.0 and a list in 2.x
4338-minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0]
4339-minverhex = 0
4340-# xrange is not present in Python 3.0 and range returns an iterator
4341-for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
4342-sys.exit(sys.hexversion < minverhex)"
4343- if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
4344- ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
4345- ac_status=$?
4346- echo "$as_me:$LINENO: \$? = $ac_status" >&5
4347- (exit $ac_status); }; then :
4348- break
4349-fi
4350- done
4351-fi
4352-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_pathless_PYTHON" >&5
4353-$as_echo "$am_cv_pathless_PYTHON" >&6; }
4354- # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
4355- if test "$am_cv_pathless_PYTHON" = none; then
4356- PYTHON=:
4357- else
4358- # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
4359-set dummy $am_cv_pathless_PYTHON; ac_word=$2
4360-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4361-$as_echo_n "checking for $ac_word... " >&6; }
4362-if ${ac_cv_path_PYTHON+:} false; then :
4363- $as_echo_n "(cached) " >&6
4364-else
4365- case $PYTHON in
4366- [\\/]* | ?:[\\/]*)
4367- ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
4368- ;;
4369- *)
4370- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4371-for as_dir in $PATH
4372-do
4373- IFS=$as_save_IFS
4374- test -z "$as_dir" && as_dir=.
4375- for ac_exec_ext in '' $ac_executable_extensions; do
4376- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4377- ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
4378- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4379- break 2
4380- fi
4381-done
4382- done
4383-IFS=$as_save_IFS
4384-
4385- ;;
4386-esac
4387-fi
4388-PYTHON=$ac_cv_path_PYTHON
4389-if test -n "$PYTHON"; then
4390- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
4391-$as_echo "$PYTHON" >&6; }
4392-else
4393- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4394-$as_echo "no" >&6; }
4395-fi
4396-
4397-
4398- fi
4399- am_display_PYTHON=$am_cv_pathless_PYTHON
4400- fi
4401-
4402-
4403- if test "$PYTHON" = :; then
4404- as_fn_error $? "no suitable Python interpreter found" "$LINENO" 5
4405- else
4406-
4407-
4408- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON version" >&5
4409-$as_echo_n "checking for $am_display_PYTHON version... " >&6; }
4410-if ${am_cv_python_version+:} false; then :
4411- $as_echo_n "(cached) " >&6
4412-else
4413- am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
4414-fi
4415-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
4416-$as_echo "$am_cv_python_version" >&6; }
4417- PYTHON_VERSION=$am_cv_python_version
4418-
4419-
4420-
4421- PYTHON_PREFIX='${prefix}'
4422-
4423- PYTHON_EXEC_PREFIX='${exec_prefix}'
4424-
4425-
4426-
4427- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON platform" >&5
4428-$as_echo_n "checking for $am_display_PYTHON platform... " >&6; }
4429-if ${am_cv_python_platform+:} false; then :
4430- $as_echo_n "(cached) " >&6
4431-else
4432- am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
4433-fi
4434-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
4435-$as_echo "$am_cv_python_platform" >&6; }
4436- PYTHON_PLATFORM=$am_cv_python_platform
4437-
4438-
4439-
4440-
4441- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5
4442-$as_echo_n "checking for $am_display_PYTHON script directory... " >&6; }
4443-if ${am_cv_python_pythondir+:} false; then :
4444- $as_echo_n "(cached) " >&6
4445-else
4446- if test "x$prefix" = xNONE
4447- then
4448- am_py_prefix=$ac_default_prefix
4449- else
4450- am_py_prefix=$prefix
4451- fi
4452- am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null ||
4453- echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
4454- case $am_cv_python_pythondir in
4455- $am_py_prefix*)
4456- am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
4457- am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
4458- ;;
4459- *)
4460- case $am_py_prefix in
4461- /usr|/System*) ;;
4462- *)
4463- am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
4464- ;;
4465- esac
4466- ;;
4467- esac
4468-
4469-fi
4470-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
4471-$as_echo "$am_cv_python_pythondir" >&6; }
4472- pythondir=$am_cv_python_pythondir
4473-
4474-
4475-
4476- pkgpythondir=\${pythondir}/$PACKAGE
4477-
4478-
4479- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5
4480-$as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; }
4481-if ${am_cv_python_pyexecdir+:} false; then :
4482- $as_echo_n "(cached) " >&6
4483-else
4484- if test "x$exec_prefix" = xNONE
4485- then
4486- am_py_exec_prefix=$am_py_prefix
4487- else
4488- am_py_exec_prefix=$exec_prefix
4489- fi
4490- am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null ||
4491- echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
4492- case $am_cv_python_pyexecdir in
4493- $am_py_exec_prefix*)
4494- am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
4495- am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
4496- ;;
4497- *)
4498- case $am_py_exec_prefix in
4499- /usr|/System*) ;;
4500- *)
4501- am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
4502- ;;
4503- esac
4504- ;;
4505- esac
4506-
4507-fi
4508-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
4509-$as_echo "$am_cv_python_pyexecdir" >&6; }
4510- pyexecdir=$am_cv_python_pyexecdir
4511-
4512-
4513-
4514- pkgpyexecdir=\${pyexecdir}/$PACKAGE
4515-
4516-
4517-
4518- fi
4519-
4520-
4521-# Extract the first word of "python-config", so it can be a program name with args.
4522-set dummy python-config; ac_word=$2
4523-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4524-$as_echo_n "checking for $ac_word... " >&6; }
4525-if ${ac_cv_path_PYTHON_CONFIG+:} false; then :
4526- $as_echo_n "(cached) " >&6
4527-else
4528- case $PYTHON_CONFIG in
4529- [\\/]* | ?:[\\/]*)
4530- ac_cv_path_PYTHON_CONFIG="$PYTHON_CONFIG" # Let the user override the test with a path.
4531- ;;
4532- *)
4533- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534-for as_dir in $PATH
4535-do
4536- IFS=$as_save_IFS
4537- test -z "$as_dir" && as_dir=.
4538- for ac_exec_ext in '' $ac_executable_extensions; do
4539- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4540- ac_cv_path_PYTHON_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4541- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4542- break 2
4543- fi
4544-done
4545- done
4546-IFS=$as_save_IFS
4547-
4548- test -z "$ac_cv_path_PYTHON_CONFIG" && ac_cv_path_PYTHON_CONFIG="no"
4549- ;;
4550-esac
4551-fi
4552-PYTHON_CONFIG=$ac_cv_path_PYTHON_CONFIG
4553-if test -n "$PYTHON_CONFIG"; then
4554- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_CONFIG" >&5
4555-$as_echo "$PYTHON_CONFIG" >&6; }
4556-else
4557- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4558-$as_echo "no" >&6; }
4559-fi
4560-
4561-
4562-if test "x$PYTHON_CONFIG" = "xno"; then
4563- as_fn_error $? "could not find python-config script" "$LINENO" 5
4564-else
4565- PYTHON_CFLAGS=`$PYTHON_CONFIG --cflags`
4566- PYTHON_LDFLAGS=`$PYTHON_CONFIG --ldflags`
4567-
4568-
4569-fi
4570-
4571-
4572-pkg_failed=no
4573-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PYGTK" >&5
4574-$as_echo_n "checking for PYGTK... " >&6; }
4575-
4576-if test -n "$PYGTK_CFLAGS"; then
4577- pkg_cv_PYGTK_CFLAGS="$PYGTK_CFLAGS"
4578- elif test -n "$PKG_CONFIG"; then
4579- if test -n "$PKG_CONFIG" && \
4580- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygtk-2.0\""; } >&5
4581- ($PKG_CONFIG --exists --print-errors "pygtk-2.0") 2>&5
4582- ac_status=$?
4583- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4584- test $ac_status = 0; }; then
4585- pkg_cv_PYGTK_CFLAGS=`$PKG_CONFIG --cflags "pygtk-2.0" 2>/dev/null`
4586- test "x$?" != "x0" && pkg_failed=yes
4587-else
4588- pkg_failed=yes
4589-fi
4590- else
4591- pkg_failed=untried
4592-fi
4593-if test -n "$PYGTK_LIBS"; then
4594- pkg_cv_PYGTK_LIBS="$PYGTK_LIBS"
4595- elif test -n "$PKG_CONFIG"; then
4596- if test -n "$PKG_CONFIG" && \
4597- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygtk-2.0\""; } >&5
4598- ($PKG_CONFIG --exists --print-errors "pygtk-2.0") 2>&5
4599- ac_status=$?
4600- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4601- test $ac_status = 0; }; then
4602- pkg_cv_PYGTK_LIBS=`$PKG_CONFIG --libs "pygtk-2.0" 2>/dev/null`
4603- test "x$?" != "x0" && pkg_failed=yes
4604-else
4605- pkg_failed=yes
4606-fi
4607- else
4608- pkg_failed=untried
4609-fi
4610-
4611-
4612-
4613-if test $pkg_failed = yes; then
4614- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4615-$as_echo "no" >&6; }
4616-
4617-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4618- _pkg_short_errors_supported=yes
4619-else
4620- _pkg_short_errors_supported=no
4621-fi
4622- if test $_pkg_short_errors_supported = yes; then
4623- PYGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygtk-2.0" 2>&1`
4624- else
4625- PYGTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygtk-2.0" 2>&1`
4626- fi
4627- # Put the nasty error message in config.log where it belongs
4628- echo "$PYGTK_PKG_ERRORS" >&5
4629-
4630- as_fn_error $? "Package requirements (pygtk-2.0) were not met:
4631-
4632-$PYGTK_PKG_ERRORS
4633-
4634-Consider adjusting the PKG_CONFIG_PATH environment variable if you
4635-installed software in a non-standard prefix.
4636-
4637-Alternatively, you may set the environment variables PYGTK_CFLAGS
4638-and PYGTK_LIBS to avoid the need to call pkg-config.
4639-See the pkg-config man page for more details." "$LINENO" 5
4640-elif test $pkg_failed = untried; then
4641- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4642-$as_echo "no" >&6; }
4643- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4644-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4645-as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
4646-is in your PATH or set the PKG_CONFIG environment variable to the full
4647-path to pkg-config.
4648-
4649-Alternatively, you may set the environment variables PYGTK_CFLAGS
4650-and PYGTK_LIBS to avoid the need to call pkg-config.
4651-See the pkg-config man page for more details.
4652-
4653-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4654-See \`config.log' for more details" "$LINENO" 5; }
4655-else
4656- PYGTK_CFLAGS=$pkg_cv_PYGTK_CFLAGS
4657- PYGTK_LIBS=$pkg_cv_PYGTK_LIBS
4658- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4659-$as_echo "yes" >&6; }
4660-
4661-fi
4662-
4663-pkg_failed=no
4664-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKSHARP" >&5
4665-$as_echo_n "checking for GTKSHARP... " >&6; }
4666-
4667-if test -n "$GTKSHARP_CFLAGS"; then
4668- pkg_cv_GTKSHARP_CFLAGS="$GTKSHARP_CFLAGS"
4669- elif test -n "$PKG_CONFIG"; then
4670- if test -n "$PKG_CONFIG" && \
4671- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\""; } >&5
4672- ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
4673- ac_status=$?
4674- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4675- test $ac_status = 0; }; then
4676- pkg_cv_GTKSHARP_CFLAGS=`$PKG_CONFIG --cflags "gtk-sharp-2.0" 2>/dev/null`
4677- test "x$?" != "x0" && pkg_failed=yes
4678-else
4679- pkg_failed=yes
4680-fi
4681- else
4682- pkg_failed=untried
4683-fi
4684-if test -n "$GTKSHARP_LIBS"; then
4685- pkg_cv_GTKSHARP_LIBS="$GTKSHARP_LIBS"
4686- elif test -n "$PKG_CONFIG"; then
4687- if test -n "$PKG_CONFIG" && \
4688- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\""; } >&5
4689- ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
4690- ac_status=$?
4691- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4692- test $ac_status = 0; }; then
4693- pkg_cv_GTKSHARP_LIBS=`$PKG_CONFIG --libs "gtk-sharp-2.0" 2>/dev/null`
4694- test "x$?" != "x0" && pkg_failed=yes
4695-else
4696- pkg_failed=yes
4697-fi
4698- else
4699- pkg_failed=untried
4700-fi
4701-
4702-
4703-
4704-if test $pkg_failed = yes; then
4705- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4706-$as_echo "no" >&6; }
4707-
4708-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4709- _pkg_short_errors_supported=yes
4710-else
4711- _pkg_short_errors_supported=no
4712-fi
4713- if test $_pkg_short_errors_supported = yes; then
4714- GTKSHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk-sharp-2.0" 2>&1`
4715- else
4716- GTKSHARP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk-sharp-2.0" 2>&1`
4717- fi
4718- # Put the nasty error message in config.log where it belongs
4719- echo "$GTKSHARP_PKG_ERRORS" >&5
4720-
4721- as_fn_error $? "Package requirements (gtk-sharp-2.0) were not met:
4722-
4723-$GTKSHARP_PKG_ERRORS
4724-
4725-Consider adjusting the PKG_CONFIG_PATH environment variable if you
4726-installed software in a non-standard prefix.
4727-
4728-Alternatively, you may set the environment variables GTKSHARP_CFLAGS
4729-and GTKSHARP_LIBS to avoid the need to call pkg-config.
4730-See the pkg-config man page for more details." "$LINENO" 5
4731-elif test $pkg_failed = untried; then
4732- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4733-$as_echo "no" >&6; }
4734- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4735-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4736-as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
4737-is in your PATH or set the PKG_CONFIG environment variable to the full
4738-path to pkg-config.
4739-
4740-Alternatively, you may set the environment variables GTKSHARP_CFLAGS
4741-and GTKSHARP_LIBS to avoid the need to call pkg-config.
4742-See the pkg-config man page for more details.
4743-
4744-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4745-See \`config.log' for more details" "$LINENO" 5; }
4746-else
4747- GTKSHARP_CFLAGS=$pkg_cv_GTKSHARP_CFLAGS
4748- GTKSHARP_LIBS=$pkg_cv_GTKSHARP_LIBS
4749- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4750-$as_echo "yes" >&6; }
4751-
4752-fi
4753-
4754-
4755-
4756-
4757-
4758-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pygtk defs" >&5
4759-$as_echo_n "checking for pygtk defs... " >&6; }
4760-PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
4761-
4762-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYGTK_DEFSDIR" >&5
4763-$as_echo "$PYGTK_DEFSDIR" >&6; }
4764-
4765-# Extract the first word of "pygobject-codegen-2.0", so it can be a program name with args.
4766-set dummy pygobject-codegen-2.0; ac_word=$2
4767-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4768-$as_echo_n "checking for $ac_word... " >&6; }
4769-if ${ac_cv_path_PYGOBJECT_CODEGEN+:} false; then :
4770- $as_echo_n "(cached) " >&6
4771-else
4772- case $PYGOBJECT_CODEGEN in
4773- [\\/]* | ?:[\\/]*)
4774- ac_cv_path_PYGOBJECT_CODEGEN="$PYGOBJECT_CODEGEN" # Let the user override the test with a path.
4775- ;;
4776- *)
4777- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4778-for as_dir in $PATH
4779-do
4780- IFS=$as_save_IFS
4781- test -z "$as_dir" && as_dir=.
4782- for ac_exec_ext in '' $ac_executable_extensions; do
4783- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4784- ac_cv_path_PYGOBJECT_CODEGEN="$as_dir/$ac_word$ac_exec_ext"
4785- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4786- break 2
4787- fi
4788-done
4789- done
4790-IFS=$as_save_IFS
4791-
4792- test -z "$ac_cv_path_PYGOBJECT_CODEGEN" && ac_cv_path_PYGOBJECT_CODEGEN="no"
4793- ;;
4794-esac
4795-fi
4796-PYGOBJECT_CODEGEN=$ac_cv_path_PYGOBJECT_CODEGEN
4797-if test -n "$PYGOBJECT_CODEGEN"; then
4798- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYGOBJECT_CODEGEN" >&5
4799-$as_echo "$PYGOBJECT_CODEGEN" >&6; }
4800-else
4801- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4802-$as_echo "no" >&6; }
4803-fi
4804-
4805-
4806-if test "x$PYGOBJECT_CODEGEN" = xno; then
4807- # Extract the first word of "pygtk-codegen-2.0", so it can be a program name with args.
4808-set dummy pygtk-codegen-2.0; ac_word=$2
4809-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4810-$as_echo_n "checking for $ac_word... " >&6; }
4811-if ${ac_cv_path_PYGTK_CODEGEN+:} false; then :
4812- $as_echo_n "(cached) " >&6
4813-else
4814- case $PYGTK_CODEGEN in
4815- [\\/]* | ?:[\\/]*)
4816- ac_cv_path_PYGTK_CODEGEN="$PYGTK_CODEGEN" # Let the user override the test with a path.
4817- ;;
4818- *)
4819- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4820-for as_dir in $PATH
4821-do
4822- IFS=$as_save_IFS
4823- test -z "$as_dir" && as_dir=.
4824- for ac_exec_ext in '' $ac_executable_extensions; do
4825- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4826- ac_cv_path_PYGTK_CODEGEN="$as_dir/$ac_word$ac_exec_ext"
4827- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4828- break 2
4829- fi
4830-done
4831- done
4832-IFS=$as_save_IFS
4833-
4834- test -z "$ac_cv_path_PYGTK_CODEGEN" && ac_cv_path_PYGTK_CODEGEN="no"
4835- ;;
4836-esac
4837-fi
4838-PYGTK_CODEGEN=$ac_cv_path_PYGTK_CODEGEN
4839-if test -n "$PYGTK_CODEGEN"; then
4840- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYGTK_CODEGEN" >&5
4841-$as_echo "$PYGTK_CODEGEN" >&6; }
4842-else
4843- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4844-$as_echo "no" >&6; }
4845-fi
4846-
4847-
4848- if test "x$PYGTK_CODEGEN" = xno; then
4849- as_fn_error $? "could not find pygobject-codegen-2.0 script" "$LINENO" 5
4850- else
4851- PYGNOME_CODEGEN=$PYGTK_CODEGEN
4852-
4853- fi
4854-else
4855- PYGNOME_CODEGEN=$PYGOBJECT_CODEGEN
4856-
4857-fi
4858-
4859 U1_JAVASCRIPT_DIR=$datadir/libubuntuone/$LIBUBUNTUONE_CURRENT/javascript
4860
4861
4862@@ -14978,7 +14210,7 @@
4863 fi
4864
4865
4866-ac_config_files="$ac_config_files Makefile data/Makefile libubuntuone.pc ubuntuone-sharp.pc libubuntuone/Makefile tests/Makefile bindings/Makefile bindings/python/Makefile bindings/mono/Makefile bindings/mono/ubuntuone-sharp.dll.config po/Makefile.in"
4867+ac_config_files="$ac_config_files Makefile data/Makefile libubuntuone.pc libubuntuone/Makefile tests/Makefile po/Makefile.in"
4868
4869
4870 cat >confcache <<\_ACEOF
4871@@ -15551,7 +14783,7 @@
4872 # report actual input values of CONFIG_FILES etc. instead of their
4873 # values after options handling.
4874 ac_log="
4875-This file was extended by libubuntuone $as_me 2.99.1, which was
4876+This file was extended by libubuntuone $as_me 2.99.2, which was
4877 generated by GNU Autoconf 2.68. Invocation command line was
4878
4879 CONFIG_FILES = $CONFIG_FILES
4880@@ -15617,7 +14849,7 @@
4881 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4882 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4883 ac_cs_version="\\
4884-libubuntuone config.status 2.99.1
4885+libubuntuone config.status 2.99.2
4886 configured by $0, generated by GNU Autoconf 2.68,
4887 with options \\"\$ac_cs_config\\"
4888
4889@@ -15754,6 +14986,7 @@
4890 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
4891 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
4892 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
4893+PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
4894 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
4895 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
4896 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
4897@@ -15836,7 +15069,6 @@
4898 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
4899 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
4900 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
4901-hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
4902 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
4903 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
4904 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
4905@@ -15892,6 +15124,7 @@
4906 # Quote evaled strings.
4907 for var in SHELL \
4908 ECHO \
4909+PATH_SEPARATOR \
4910 SED \
4911 GREP \
4912 EGREP \
4913@@ -15942,7 +15175,6 @@
4914 allow_undefined_flag \
4915 no_undefined_flag \
4916 hardcode_libdir_flag_spec \
4917-hardcode_libdir_flag_spec_ld \
4918 hardcode_libdir_separator \
4919 exclude_expsyms \
4920 include_expsyms \
4921@@ -16031,13 +15263,8 @@
4922 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4923 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
4924 "libubuntuone.pc") CONFIG_FILES="$CONFIG_FILES libubuntuone.pc" ;;
4925- "ubuntuone-sharp.pc") CONFIG_FILES="$CONFIG_FILES ubuntuone-sharp.pc" ;;
4926 "libubuntuone/Makefile") CONFIG_FILES="$CONFIG_FILES libubuntuone/Makefile" ;;
4927 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
4928- "bindings/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/Makefile" ;;
4929- "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;;
4930- "bindings/mono/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/mono/Makefile" ;;
4931- "bindings/mono/ubuntuone-sharp.dll.config") CONFIG_FILES="$CONFIG_FILES bindings/mono/ubuntuone-sharp.dll.config" ;;
4932 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
4933 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
4934
4935@@ -16751,8 +15978,8 @@
4936 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
4937 #
4938 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
4939-# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
4940-# Inc.
4941+# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
4942+# Foundation, Inc.
4943 # Written by Gordon Matzigkeit, 1996
4944 #
4945 # This file is part of GNU Libtool.
4946@@ -16806,6 +16033,9 @@
4947 # An echo program that protects backslashes.
4948 ECHO=$lt_ECHO
4949
4950+# The PATH separator for the build system.
4951+PATH_SEPARATOR=$lt_PATH_SEPARATOR
4952+
4953 # The host system.
4954 host_alias=$host_alias
4955 host=$host
4956@@ -17107,10 +16337,6 @@
4957 # This must work even if \$libdir does not exist
4958 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
4959
4960-# If ld is used when linking, flag to hardcode \$libdir into a binary
4961-# during linking. This must work even if \$libdir does not exist.
4962-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
4963-
4964 # Whether we need a single "-rpath" flag with a separated argument.
4965 hardcode_libdir_separator=$lt_hardcode_libdir_separator
4966
4967
4968=== modified file 'configure.ac'
4969--- configure.ac 2012-01-04 18:22:50 +0000
4970+++ configure.ac 2012-01-20 21:52:25 +0000
4971@@ -1,4 +1,4 @@
4972-AC_INIT([libubuntuone], [2.99.1], [], [libubuntuone])
4973+AC_INIT([libubuntuone], [2.99.2], [], [libubuntuone])
4974
4975 AC_PREREQ([2.59])
4976
4977@@ -89,72 +89,6 @@
4978 DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc --enable-debug"
4979 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
4980
4981-dnl Checks for Mono bindings
4982-AC_PATH_PROG(MONO_GAPI_PARSER, gapi2-parser, no)
4983-if test "x$MONO_GAPI_PARSER" = "xno"; then
4984- AC_MSG_ERROR(could not find gapi2-parser)
4985-fi
4986-
4987-AC_PATH_PROG(MONO_GAPI_CODEGEN, gapi2-codegen, no)
4988-if test "x$MONO_GAPI_CODEGEN" = "xno"; then
4989- AC_MSG_ERROR(could not find gapi2-codegen)
4990-fi
4991-
4992-AC_PATH_PROG(MONO_GAPI_FIXUP, gapi2-fixup, no)
4993-if test "x$MONO_GAPI_FIXUP" = "xno"; then
4994- AC_MSG_ERROR(could not find gapi2-fixup)
4995-fi
4996-
4997-AC_PATH_PROG(MONO_CSC, gmcs, no)
4998-if test "x$MONO_CSC" = "xno"; then
4999- AC_MSG_ERROR(could not find gmcs compiler)
5000-fi
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: