Parent Directory
|
Revision Log
Preparation of upload
| 1 | luk | 1616 | #DPATCHLEVEL=0 |
| 2 | # vi: ft=diff | ||
| 3 | --- acinclude.m4 | ||
| 4 | +++ acinclude.m4 | ||
| 5 | chrsmrtn-guest | 1391 | @@ -1688,15 +1688,6 @@ |
| 6 | dato-guest | 596 | KDE_USE_CLOSURE_TRUE="#" |
| 7 | KDE_USE_CLOSURE_FALSE="" | ||
| 8 | KDE_NO_UNDEFINED="" | ||
| 9 | - case $host in | ||
| 10 | - *-*-linux-gnu) | ||
| 11 | - KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], | ||
| 12 | - [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], | ||
| 13 | - [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], | ||
| 14 | - [KDE_NO_UNDEFINED=""])], | ||
| 15 | - [KDE_NO_UNDEFINED=""]) | ||
| 16 | - ;; | ||
| 17 | - esac | ||
| 18 | fi | ||
| 19 | AC_SUBST(KDE_USE_CLOSURE_TRUE) | ||
| 20 | AC_SUBST(KDE_USE_CLOSURE_FALSE) | ||
| 21 | chrsmrtn-guest | 1391 | @@ -2138,9 +2129,6 @@ |
| 22 | dato-guest | 596 | save_CXXFLAGS="$CXXFLAGS" |
| 23 | kde_safe_LIBS="$LIBS" | ||
| 24 | LIBS="$LIBS $X_EXTRA_LIBS" | ||
| 25 | -if test "$GXX" = "yes"; then | ||
| 26 | -CXXFLAGS="$CXXFLAGS -pedantic-errors" | ||
| 27 | -fi | ||
| 28 | AC_TRY_COMPILE([ | ||
| 29 | $2 | ||
| 30 | ], | ||
| 31 | chrsmrtn-guest | 1391 | @@ -3288,39 +3276,39 @@ |
| 32 | |||
| 33 | if test "x$GXX" = "xyes"; then | ||
| 34 | kde_have_gcc_visibility=no | ||
| 35 | - KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, | ||
| 36 | - [ | ||
| 37 | - kde_have_gcc_visibility=yes | ||
| 38 | - AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched, | ||
| 39 | - [ | ||
| 40 | - AC_LANG_SAVE | ||
| 41 | - AC_LANG_CPLUSPLUS | ||
| 42 | - | ||
| 43 | - safe_CXXFLAGS=$CXXFLAGS | ||
| 44 | - CXXFLAGS="$CXXFLAGS $all_includes" | ||
| 45 | - | ||
| 46 | - AC_TRY_COMPILE( | ||
| 47 | - [ | ||
| 48 | -#include <qglobal.h> | ||
| 49 | -#if Q_EXPORT - 0 != 0 | ||
| 50 | -/* if this compiles, then Q_EXPORT is undefined */ | ||
| 51 | -/* if Q_EXPORT is nonempty, this will break compilation */ | ||
| 52 | -#endif | ||
| 53 | - ], [/* elvis is alive */], | ||
| 54 | - kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes) | ||
| 55 | - | ||
| 56 | - CXXFLAGS=$safe_CXXFLAGS | ||
| 57 | - AC_LANG_RESTORE | ||
| 58 | - ] | ||
| 59 | - ) | ||
| 60 | - | ||
| 61 | - if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then | ||
| 62 | - CXXFLAGS="$CXXFLAGS -fvisibility=hidden" | ||
| 63 | - KDE_CHECK_VISIBILITY_GCC_BUG | ||
| 64 | - HAVE_GCC_VISIBILITY=1 | ||
| 65 | - AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported]) | ||
| 66 | - fi | ||
| 67 | - ]) | ||
| 68 | +dnl KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, | ||
| 69 | +dnl [ | ||
| 70 | +dnl kde_have_gcc_visibility=yes | ||
| 71 | +dnl AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched, | ||
| 72 | +dnl [ | ||
| 73 | +dnl AC_LANG_SAVE | ||
| 74 | +dnl AC_LANG_CPLUSPLUS | ||
| 75 | +dnl | ||
| 76 | +dnl safe_CXXFLAGS=$CXXFLAGS | ||
| 77 | +dnl CXXFLAGS="$CXXFLAGS $all_includes" | ||
| 78 | +dnl | ||
| 79 | +dnl AC_TRY_COMPILE( | ||
| 80 | +dnl [ | ||
| 81 | +dnl #include <qglobal.h> | ||
| 82 | +dnl #if Q_EXPORT - 0 != 0 | ||
| 83 | +dnl /* if this compiles, then Q_EXPORT is undefined */ | ||
| 84 | +dnl /* if Q_EXPORT is nonempty, this will break compilation */ | ||
| 85 | +dnl #endif | ||
| 86 | +dnl ], [/* elvis is alive */], | ||
| 87 | +dnl kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes) | ||
| 88 | +dnl | ||
| 89 | +dnl CXXFLAGS=$safe_CXXFLAGS | ||
| 90 | +dnl AC_LANG_RESTORE | ||
| 91 | +dnl ] | ||
| 92 | +dnl ) | ||
| 93 | +dnl | ||
| 94 | +dnl if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then | ||
| 95 | +dnl CXXFLAGS="$CXXFLAGS -fvisibility=hidden" | ||
| 96 | +dnl KDE_CHECK_VISIBILITY_GCC_BUG | ||
| 97 | +dnl HAVE_GCC_VISIBILITY=1 | ||
| 98 | +dnl AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported]) | ||
| 99 | +dnl fi | ||
| 100 | +dnl ]) | ||
| 101 | fi | ||
| 102 | ]) | ||
| 103 | |||
| 104 | @@ -5799,6 +5787,7 @@ | ||
| 105 | dato-guest | 596 | ## the same distribution terms that you use for the rest of that program. |
| 106 | |||
| 107 | # serial 47 AC_PROG_LIBTOOL | ||
| 108 | +# Debian $Rev: 214 $ | ||
| 109 | |||
| 110 | |||
| 111 | # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) | ||
| 112 | chrsmrtn-guest | 1391 | @@ -5858,7 +5847,7 @@ |
| 113 | dato-guest | 596 | LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
| 114 | |||
| 115 | # Always use our own libtool. | ||
| 116 | -LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' | ||
| 117 | +LIBTOOL='$(SHELL) $(top_builddir)/libtool' | ||
| 118 | AC_SUBST(LIBTOOL)dnl | ||
| 119 | |||
| 120 | # Prevent multiple expansion | ||
| 121 | chrsmrtn-guest | 1391 | @@ -6272,12 +6261,11 @@ |
| 122 | dato-guest | 596 | if AC_TRY_EVAL(ac_compile); then |
| 123 | case "`/usr/bin/file conftest.o`" in | ||
| 124 | *32-bit*) | ||
| 125 | - LINUX_64_MODE="32" | ||
| 126 | case $host in | ||
| 127 | x86_64-*linux*) | ||
| 128 | LD="${LD-ld} -m elf_i386" | ||
| 129 | ;; | ||
| 130 | - ppc64-*linux*) | ||
| 131 | + ppc64-*linux*|powerpc64-*linux*) | ||
| 132 | LD="${LD-ld} -m elf32ppclinux" | ||
| 133 | ;; | ||
| 134 | s390x-*linux*) | ||
| 135 | chrsmrtn-guest | 1391 | @@ -6289,7 +6277,6 @@ |
| 136 | dato-guest | 596 | esac |
| 137 | ;; | ||
| 138 | *64-bit*) | ||
| 139 | - LINUX_64_MODE="64" | ||
| 140 | case $host in | ||
| 141 | x86_64-*linux*) | ||
| 142 | LD="${LD-ld} -m elf_x86_64" | ||
| 143 | chrsmrtn-guest | 1391 | @@ -6419,7 +6406,7 @@ |
| 144 | dato-guest | 596 | AC_MSG_CHECKING([the maximum length of command line arguments]) |
| 145 | AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl | ||
| 146 | i=0 | ||
| 147 | - testring="ABCD" | ||
| 148 | + teststring="ABCD" | ||
| 149 | |||
| 150 | case $build_os in | ||
| 151 | msdosdjgpp*) | ||
| 152 | chrsmrtn-guest | 1391 | @@ -6448,20 +6435,26 @@ |
| 153 | dato-guest | 596 | lt_cv_sys_max_cmd_len=8192; |
| 154 | ;; | ||
| 155 | |||
| 156 | + amigaos*) | ||
| 157 | + # On AmigaOS with pdksh, this test takes hours, literally. | ||
| 158 | + # So we just punt and use a minimum line length of 8192. | ||
| 159 | + lt_cv_sys_max_cmd_len=8192; | ||
| 160 | + ;; | ||
| 161 | + | ||
| 162 | *) | ||
| 163 | # If test is not a shell built-in, we'll probably end up computing a | ||
| 164 | # maximum length that is only half of the actual maximum length, but | ||
| 165 | # we can't tell. | ||
| 166 | - while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \ | ||
| 167 | - = "XX$testring") >/dev/null 2>&1 && | ||
| 168 | - new_result=`expr "X$testring" : ".*" 2>&1` && | ||
| 169 | + while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ | ||
| 170 | + = "XX$teststring") >/dev/null 2>&1 && | ||
| 171 | + new_result=`expr "X$teststring" : ".*" 2>&1` && | ||
| 172 | lt_cv_sys_max_cmd_len=$new_result && | ||
| 173 | test $i != 17 # 1/2 MB should be enough | ||
| 174 | do | ||
| 175 | i=`expr $i + 1` | ||
| 176 | - testring=$testring$testring | ||
| 177 | + teststring=$teststring$teststring | ||
| 178 | done | ||
| 179 | - testring= | ||
| 180 | + teststring= | ||
| 181 | # Add a significant safety factor because C++ compilers can tack on massive | ||
| 182 | # amounts of additional arguments before passing them to the linker. | ||
| 183 | # It appears as though 1/2 is a usable value. | ||
| 184 | chrsmrtn-guest | 1391 | @@ -6611,7 +6604,7 @@ |
| 185 | dato-guest | 596 | lt_cv_dlopen_self=yes |
| 186 | ]) | ||
| 187 | ;; | ||
| 188 | - | ||
| 189 | + | ||
| 190 | *) | ||
| 191 | AC_CHECK_FUNC([shl_load], | ||
| 192 | [lt_cv_dlopen="shl_load"], | ||
| 193 | chrsmrtn-guest | 1391 | @@ -6700,13 +6693,6 @@ |
| 194 | dato-guest | 596 | mkdir out |
| 195 | printf "$lt_simple_compile_test_code" > conftest.$ac_ext | ||
| 196 | |||
| 197 | - # According to Tom Tromey, Ian Lance Taylor reported there are C compilers | ||
| 198 | - # that will create temporary files in the current directory regardless of | ||
| 199 | - # the output directory. Thus, making CWD read-only will cause this test | ||
| 200 | - # to fail, enabling locking or at least warning the user not to do parallel | ||
| 201 | - # builds. | ||
| 202 | - chmod -w . | ||
| 203 | - | ||
| 204 | lt_compiler_flag="-o out/conftest2.$ac_objext" | ||
| 205 | # Insert the option either (1) after the last *FLAGS variable, or | ||
| 206 | # (2) before a word containing "conftest.", or (3) at the end. | ||
| 207 | chrsmrtn-guest | 1391 | @@ -6730,8 +6716,11 @@ |
| 208 | dato-guest | 596 | fi |
| 209 | fi | ||
| 210 | chmod u+w . | ||
| 211 | - $rm conftest* out/* | ||
| 212 | - rmdir out | ||
| 213 | + $rm conftest* | ||
| 214 | + # SGI C++ compiler will create directory out/ii_files/ for | ||
| 215 | + # template instantiation | ||
| 216 | + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files | ||
| 217 | + $rm out/* && rmdir out | ||
| 218 | cd .. | ||
| 219 | rmdir conftest | ||
| 220 | $rm conftest* | ||
| 221 | chrsmrtn-guest | 1391 | @@ -6848,7 +6837,7 @@ |
| 222 | dato-guest | 596 | *) |
| 223 | AC_MSG_RESULT([no]) | ||
| 224 | ;; | ||
| 225 | - esac | ||
| 226 | + esac | ||
| 227 | fi | ||
| 228 | ])# AC_LIBTOOL_SYS_LIB_STRIP | ||
| 229 | |||
| 230 | chrsmrtn-guest | 1391 | @@ -6861,7 +6850,7 @@ |
| 231 | dato-guest | 596 | library_names_spec= |
| 232 | libname_spec='lib$name' | ||
| 233 | soname_spec= | ||
| 234 | -shrext=".so" | ||
| 235 | +shrext_cmds=".so" | ||
| 236 | postinstall_cmds= | ||
| 237 | postuninstall_cmds= | ||
| 238 | finish_cmds= | ||
| 239 | chrsmrtn-guest | 1391 | @@ -6871,7 +6860,20 @@ |
| 240 | dato-guest | 596 | version_type=none |
| 241 | dynamic_linker="$host_os ld.so" | ||
| 242 | sys_lib_dlsearch_path_spec="/lib /usr/lib" | ||
| 243 | -sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" | ||
| 244 | +if test "$GCC" = yes; then | ||
| 245 | + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` | ||
| 246 | + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then | ||
| 247 | + # if the path contains ";" then we assume it to be the separator | ||
| 248 | + # otherwise default to the standard path separator (i.e. ":") - it is | ||
| 249 | + # assumed that no part of a normal pathname contains ";" but that should | ||
| 250 | + # okay in the real world where ";" in dirpaths is itself problematic. | ||
| 251 | + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` | ||
| 252 | + else | ||
| 253 | + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | ||
| 254 | + fi | ||
| 255 | +else | ||
| 256 | + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" | ||
| 257 | +fi | ||
| 258 | need_lib_prefix=unknown | ||
| 259 | hardcode_into_libs=no | ||
| 260 | |||
| 261 | chrsmrtn-guest | 1391 | @@ -6936,7 +6938,7 @@ |
| 262 | dato-guest | 596 | amigaos*) |
| 263 | library_names_spec='$libname.ixlibrary $libname.a' | ||
| 264 | # Create ${libname}_ixlibrary.a entries in /sys/libs. | ||
| 265 | - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' | ||
| 266 | + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' | ||
| 267 | ;; | ||
| 268 | |||
| 269 | beos*) | ||
| 270 | chrsmrtn-guest | 1391 | @@ -6961,7 +6963,7 @@ |
| 271 | dato-guest | 596 | |
| 272 | cygwin* | mingw* | pw32*) | ||
| 273 | version_type=windows | ||
| 274 | - shrext=".dll" | ||
| 275 | + shrext_cmds=".dll" | ||
| 276 | need_version=no | ||
| 277 | need_lib_prefix=no | ||
| 278 | |||
| 279 | chrsmrtn-guest | 1391 | @@ -7026,7 +7028,7 @@ |
| 280 | dato-guest | 596 | soname_spec='${libname}${release}${major}$shared_ext' |
| 281 | shlibpath_overrides_runpath=yes | ||
| 282 | shlibpath_var=DYLD_LIBRARY_PATH | ||
| 283 | - shrext='$(test .$module = .yes && echo .so || echo .dylib)' | ||
| 284 | + shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' | ||
| 285 | # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. | ||
| 286 | if test "$GCC" = yes; then | ||
| 287 | sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` | ||
| 288 | chrsmrtn-guest | 1391 | @@ -7049,7 +7051,7 @@ |
| 289 | dato-guest | 596 | dynamic_linker=no |
| 290 | ;; | ||
| 291 | |||
| 292 | -freebsd*-gnu*) | ||
| 293 | +kfreebsd*-gnu) | ||
| 294 | version_type=linux | ||
| 295 | need_lib_prefix=no | ||
| 296 | need_version=no | ||
| 297 | chrsmrtn-guest | 1391 | @@ -7109,7 +7111,7 @@ |
| 298 | dato-guest | 596 | need_version=no |
| 299 | case "$host_cpu" in | ||
| 300 | ia64*) | ||
| 301 | - shrext='.so' | ||
| 302 | + shrext_cmds='.so' | ||
| 303 | hardcode_into_libs=yes | ||
| 304 | dynamic_linker="$host_os dld.so" | ||
| 305 | shlibpath_var=LD_LIBRARY_PATH | ||
| 306 | chrsmrtn-guest | 1391 | @@ -7124,7 +7126,7 @@ |
| 307 | dato-guest | 596 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec |
| 308 | ;; | ||
| 309 | hppa*64*) | ||
| 310 | - shrext='.sl' | ||
| 311 | + shrext_cmds='.sl' | ||
| 312 | hardcode_into_libs=yes | ||
| 313 | dynamic_linker="$host_os dld.sl" | ||
| 314 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | ||
| 315 | chrsmrtn-guest | 1391 | @@ -7135,7 +7137,7 @@ |
| 316 | dato-guest | 596 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec |
| 317 | ;; | ||
| 318 | *) | ||
| 319 | - shrext='.sl' | ||
| 320 | + shrext_cmds='.sl' | ||
| 321 | dynamic_linker="$host_os dld.sl" | ||
| 322 | shlibpath_var=SHLIB_PATH | ||
| 323 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | ||
| 324 | chrsmrtn-guest | 1391 | @@ -7197,22 +7199,19 @@ |
| 325 | dato-guest | 596 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 326 | soname_spec='${libname}${release}${shared_ext}$major' | ||
| 327 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | ||
| 328 | - libsuff= | ||
| 329 | - if test "x$LINUX_64_MODE" = x64; then | ||
| 330 | - # Some platforms are per default 64-bit, so there's no /lib64 | ||
| 331 | - if test -d /lib64; then | ||
| 332 | - libsuff=64 | ||
| 333 | - fi | ||
| 334 | - fi | ||
| 335 | shlibpath_var=LD_LIBRARY_PATH | ||
| 336 | shlibpath_overrides_runpath=no | ||
| 337 | - sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" | ||
| 338 | - sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" | ||
| 339 | # This implies no fast_install, which is unacceptable. | ||
| 340 | # Some rework will be needed to allow for fast_install | ||
| 341 | # before this can be enabled. | ||
| 342 | hardcode_into_libs=yes | ||
| 343 | |||
| 344 | + # Append ld.so.conf contents to the search path | ||
| 345 | + if test -f /etc/ld.so.conf; then | ||
| 346 | + lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '` | ||
| 347 | + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" | ||
| 348 | + fi | ||
| 349 | + | ||
| 350 | # We used to test for /lib/ld.so.1 and disable shared libraries on | ||
| 351 | # powerpc, because MkLinux only supported shared libraries with the | ||
| 352 | # GNU dynamic linker. Since this was broken with cross compilers, | ||
| 353 | chrsmrtn-guest | 1391 | @@ -7222,6 +7221,30 @@ |
| 354 | dato-guest | 596 | dynamic_linker='GNU/Linux ld.so' |
| 355 | ;; | ||
| 356 | |||
| 357 | +netbsdelf*-gnu) | ||
| 358 | + version_type=linux | ||
| 359 | + need_lib_prefix=no | ||
| 360 | + need_version=no | ||
| 361 | + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | ||
| 362 | + soname_spec='${libname}${release}${shared_ext}$major' | ||
| 363 | + shlibpath_var=LD_LIBRARY_PATH | ||
| 364 | + shlibpath_overrides_runpath=no | ||
| 365 | + hardcode_into_libs=yes | ||
| 366 | + dynamic_linker='NetBSD ld.elf_so' | ||
| 367 | + ;; | ||
| 368 | + | ||
| 369 | +knetbsd*-gnu) | ||
| 370 | + version_type=linux | ||
| 371 | + need_lib_prefix=no | ||
| 372 | + need_version=no | ||
| 373 | + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | ||
| 374 | + soname_spec='${libname}${release}${shared_ext}$major' | ||
| 375 | + shlibpath_var=LD_LIBRARY_PATH | ||
| 376 | + shlibpath_overrides_runpath=no | ||
| 377 | + hardcode_into_libs=yes | ||
| 378 | + dynamic_linker='GNU ld.so' | ||
| 379 | + ;; | ||
| 380 | + | ||
| 381 | netbsd*) | ||
| 382 | version_type=sunos | ||
| 383 | need_lib_prefix=no | ||
| 384 | chrsmrtn-guest | 1391 | @@ -7231,7 +7254,7 @@ |
| 385 | dato-guest | 596 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
| 386 | dynamic_linker='NetBSD (a.out) ld.so' | ||
| 387 | else | ||
| 388 | - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' | ||
| 389 | + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | ||
| 390 | soname_spec='${libname}${release}${shared_ext}$major' | ||
| 391 | dynamic_linker='NetBSD ld.elf_so' | ||
| 392 | fi | ||
| 393 | chrsmrtn-guest | 1391 | @@ -7260,7 +7283,7 @@ |
| 394 | dato-guest | 596 | openbsd*) |
| 395 | version_type=sunos | ||
| 396 | need_lib_prefix=no | ||
| 397 | - need_version=no | ||
| 398 | + need_version=yes | ||
| 399 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | ||
| 400 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | ||
| 401 | shlibpath_var=LD_LIBRARY_PATH | ||
| 402 | chrsmrtn-guest | 1391 | @@ -7280,7 +7303,7 @@ |
| 403 | dato-guest | 596 | |
| 404 | os2*) | ||
| 405 | libname_spec='$name' | ||
| 406 | - shrext=".dll" | ||
| 407 | + shrext_cmds=".dll" | ||
| 408 | need_lib_prefix=no | ||
| 409 | library_names_spec='$libname${shared_ext} $libname.a' | ||
| 410 | dynamic_linker='OS/2 ld.exe' | ||
| 411 | chrsmrtn-guest | 1391 | @@ -7871,31 +7894,23 @@ |
| 412 | dato-guest | 596 | ;; |
| 413 | |||
| 414 | cygwin*) | ||
| 415 | - lt_cv_deplibs_check_method=pass_all | ||
| 416 | + # func_win32_libid is a shell function defined in ltmain.sh | ||
| 417 | + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | ||
| 418 | + lt_cv_file_magic_cmd='func_win32_libid' | ||
| 419 | ;; | ||
| 420 | - | ||
| 421 | + | ||
| 422 | mingw* | pw32*) | ||
| 423 | - # win32_libid is a shell function defined in ltmain.sh | ||
| 424 | - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | ||
| 425 | - lt_cv_file_magic_cmd='win32_libid' | ||
| 426 | + # Base MSYS/MinGW do not provide the 'file' command needed by | ||
| 427 | + # func_win32_libid shell function, so use a weaker test based on 'objdump'. | ||
| 428 | + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | ||
| 429 | + lt_cv_file_magic_cmd='$OBJDUMP -f' | ||
| 430 | ;; | ||
| 431 | |||
| 432 | darwin* | rhapsody*) | ||
| 433 | - # this will be overwritten by pass_all, but leave it in just in case | ||
| 434 | - lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' | ||
| 435 | - lt_cv_file_magic_cmd='/usr/bin/file -L' | ||
| 436 | - case "$host_os" in | ||
| 437 | - rhapsody* | darwin1.[[012]]) | ||
| 438 | - lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System` | ||
| 439 | - ;; | ||
| 440 | - *) # Darwin 1.3 on | ||
| 441 | - lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' | ||
| 442 | - ;; | ||
| 443 | - esac | ||
| 444 | lt_cv_deplibs_check_method=pass_all | ||
| 445 | ;; | ||
| 446 | |||
| 447 | -freebsd*) | ||
| 448 | +freebsd* | kfreebsd*-gnu) | ||
| 449 | if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then | ||
| 450 | case $host_cpu in | ||
| 451 | i*86 ) | ||
| 452 | chrsmrtn-guest | 1391 | @@ -7934,42 +7949,21 @@ |
| 453 | dato-guest | 596 | ;; |
| 454 | |||
| 455 | irix5* | irix6* | nonstopux*) | ||
| 456 | - case $host_os in | ||
| 457 | - irix5* | nonstopux*) | ||
| 458 | - # this will be overridden with pass_all, but let us keep it just in case | ||
| 459 | - lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" | ||
| 460 | - ;; | ||
| 461 | - *) | ||
| 462 | - case $LD in | ||
| 463 | - *-32|*"-32 ") libmagic=32-bit;; | ||
| 464 | - *-n32|*"-n32 ") libmagic=N32;; | ||
| 465 | - *-64|*"-64 ") libmagic=64-bit;; | ||
| 466 | - *) libmagic=never-match;; | ||
| 467 | - esac | ||
| 468 | - # this will be overridden with pass_all, but let us keep it just in case | ||
| 469 | - lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1" | ||
| 470 | - ;; | ||
| 471 | + case $LD in | ||
| 472 | + *-32|*"-32 ") libmagic=32-bit;; | ||
| 473 | + *-n32|*"-n32 ") libmagic=N32;; | ||
| 474 | + *-64|*"-64 ") libmagic=64-bit;; | ||
| 475 | + *) libmagic=never-match;; | ||
| 476 | esac | ||
| 477 | - lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` | ||
| 478 | lt_cv_deplibs_check_method=pass_all | ||
| 479 | ;; | ||
| 480 | |||
| 481 | # This must be Linux ELF. | ||
| 482 | linux*) | ||
| 483 | - case $host_cpu in | ||
| 484 | - alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* ) | ||
| 485 | - lt_cv_deplibs_check_method=pass_all ;; | ||
| 486 | - # the debian people say, arm and glibc 2.3.1 works for them with pass_all | ||
| 487 | - arm* ) | ||
| 488 | - lt_cv_deplibs_check_method=pass_all ;; | ||
| 489 | - *) | ||
| 490 | - # glibc up to 2.1.1 does not perform some relocations on ARM | ||
| 491 | - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; | ||
| 492 | - esac | ||
| 493 | - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` | ||
| 494 | + lt_cv_deplibs_check_method=pass_all | ||
| 495 | ;; | ||
| 496 | |||
| 497 | -netbsd*) | ||
| 498 | +netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | ||
| 499 | if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then | ||
| 500 | lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' | ||
| 501 | else | ||
| 502 | chrsmrtn-guest | 1391 | @@ -7998,9 +7992,6 @@ |
| 503 | dato-guest | 596 | ;; |
| 504 | |||
| 505 | osf3* | osf4* | osf5*) | ||
| 506 | - # this will be overridden with pass_all, but let us keep it just in case | ||
| 507 | - lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' | ||
| 508 | - lt_cv_file_magic_test_file=/shlib/libc.so | ||
| 509 | lt_cv_deplibs_check_method=pass_all | ||
| 510 | ;; | ||
| 511 | |||
| 512 | chrsmrtn-guest | 1391 | @@ -8010,7 +8001,6 @@ |
| 513 | dato-guest | 596 | |
| 514 | solaris*) | ||
| 515 | lt_cv_deplibs_check_method=pass_all | ||
| 516 | - lt_cv_file_magic_test_file=/lib/libc.so | ||
| 517 | ;; | ||
| 518 | |||
| 519 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | ||
| 520 | chrsmrtn-guest | 1391 | @@ -8276,7 +8266,7 @@ |
| 521 | dato-guest | 596 | fi |
| 522 | if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then | ||
| 523 | AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) | ||
| 524 | - if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then : | ||
| 525 | + if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : | ||
| 526 | else | ||
| 527 | AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) | ||
| 528 | _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no | ||
| 529 | chrsmrtn-guest | 1391 | @@ -8326,7 +8316,7 @@ |
| 530 | dato-guest | 596 | fi |
| 531 | ;; | ||
| 532 | |||
| 533 | -aix4*) | ||
| 534 | +aix4* | aix5*) | ||
| 535 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then | ||
| 536 | test "$enable_shared" = yes && enable_static=no | ||
| 537 | fi | ||
| 538 | chrsmrtn-guest | 1391 | @@ -8336,29 +8326,29 @@ |
| 539 | dato-guest | 596 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
| 540 | case "$host_os" in | ||
| 541 | rhapsody* | darwin1.[[012]]) | ||
| 542 | - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' | ||
| 543 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' | ||
| 544 | ;; | ||
| 545 | *) # Darwin 1.3 on | ||
| 546 | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | ||
| 547 | - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' | ||
| 548 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' | ||
| 549 | else | ||
| 550 | - case ${MACOSX_DEPLOYMENT_TARGET} in | ||
| 551 | - 10.[012]) | ||
| 552 | - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' | ||
| 553 | - ;; | ||
| 554 | - 10.*) | ||
| 555 | - allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup' | ||
| 556 | - ;; | ||
| 557 | - esac | ||
| 558 | + case ${MACOSX_DEPLOYMENT_TARGET} in | ||
| 559 | + 10.[[012]]) | ||
| 560 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' | ||
| 561 | + ;; | ||
| 562 | + 10.*) | ||
| 563 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' | ||
| 564 | + ;; | ||
| 565 | + esac | ||
| 566 | fi | ||
| 567 | ;; | ||
| 568 | esac | ||
| 569 | output_verbose_link_cmd='echo' | ||
| 570 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' | ||
| 571 | - _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' | ||
| 572 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' | ||
| 573 | + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | ||
| 574 | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | ||
| 575 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 576 | - _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 577 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 578 | + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 579 | _LT_AC_TAGVAR(hardcode_direct, $1)=no | ||
| 580 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes | ||
| 581 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported | ||
| 582 | chrsmrtn-guest | 1391 | @@ -8366,8 +8356,8 @@ |
| 583 | dato-guest | 596 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
| 584 | else | ||
| 585 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 586 | - fi | ||
| 587 | - ;; | ||
| 588 | + fi | ||
| 589 | + ;; | ||
| 590 | esac | ||
| 591 | AC_MSG_RESULT([$enable_shared]) | ||
| 592 | |||
| 593 | chrsmrtn-guest | 1391 | @@ -8475,8 +8465,8 @@ |
| 594 | dato-guest | 596 | # Check if GNU C++ uses GNU ld as the underlying linker, since the |
| 595 | # archiving commands below assume that GNU ld is being used. | ||
| 596 | if test "$with_gnu_ld" = yes; then | ||
| 597 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' | ||
| 598 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 599 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 600 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 601 | |||
| 602 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' | ||
| 603 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' | ||
| 604 | chrsmrtn-guest | 1391 | @@ -8502,7 +8492,7 @@ |
| 605 | dato-guest | 596 | # linker, instead of GNU ld. If possible, this setting should |
| 606 | # overridden to take advantage of the native linker features on | ||
| 607 | # the platform it is being used on. | ||
| 608 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib' | ||
| 609 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' | ||
| 610 | fi | ||
| 611 | |||
| 612 | # Commands to make compiler produce verbose output that lists | ||
| 613 | chrsmrtn-guest | 1391 | @@ -8532,8 +8522,22 @@ |
| 614 | dato-guest | 596 | exp_sym_flag='-Bexport' |
| 615 | no_entry_flag="" | ||
| 616 | else | ||
| 617 | - # KDE requires run time linking. Make it the default. | ||
| 618 | - aix_use_runtimelinking=yes | ||
| 619 | + aix_use_runtimelinking=no | ||
| 620 | + | ||
| 621 | + # Test if we are trying to use run time linking or normal | ||
| 622 | + # AIX style linking. If -brtl is somewhere in LDFLAGS, we | ||
| 623 | + # need to do runtime linking. | ||
| 624 | + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) | ||
| 625 | + for ld_flag in $LDFLAGS; do | ||
| 626 | + case $ld_flag in | ||
| 627 | + *-brtl*) | ||
| 628 | + aix_use_runtimelinking=yes | ||
| 629 | + break | ||
| 630 | + ;; | ||
| 631 | + esac | ||
| 632 | + done | ||
| 633 | + esac | ||
| 634 | + | ||
| 635 | exp_sym_flag='-bexport' | ||
| 636 | no_entry_flag='-bnoentry' | ||
| 637 | fi | ||
| 638 | chrsmrtn-guest | 1391 | @@ -8579,15 +8583,16 @@ |
| 639 | dato-guest | 596 | shared_flag='-G' |
| 640 | else | ||
| 641 | if test "$aix_use_runtimelinking" = yes; then | ||
| 642 | - shared_flag='-qmkshrobj ${wl}-G' | ||
| 643 | + shared_flag='${wl}-G' | ||
| 644 | else | ||
| 645 | - shared_flag='-qmkshrobj' | ||
| 646 | + shared_flag='${wl}-bM:SRE' | ||
| 647 | fi | ||
| 648 | fi | ||
| 649 | fi | ||
| 650 | |||
| 651 | - # Let the compiler handle the export list. | ||
| 652 | - _LT_AC_TAGVAR(always_export_symbols, $1)=no | ||
| 653 | + # It seems that -bexpall does not export symbols beginning with | ||
| 654 | + # underscore (_), so it is better to generate a list of symbols to export. | ||
| 655 | + _LT_AC_TAGVAR(always_export_symbols, $1)=yes | ||
| 656 | if test "$aix_use_runtimelinking" = yes; then | ||
| 657 | # Warning - without using the other runtime loading flags (-brtl), | ||
| 658 | # -berok will link without error, but may produce a broken library. | ||
| 659 | chrsmrtn-guest | 1391 | @@ -8596,13 +8601,12 @@ |
| 660 | dato-guest | 596 | _LT_AC_SYS_LIBPATH_AIX |
| 661 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" | ||
| 662 | |||
| 663 | - _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag" | ||
| 664 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | ||
| 665 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" | ||
| 666 | else | ||
| 667 | if test "$host_cpu" = ia64; then | ||
| 668 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' | ||
| 669 | _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" | ||
| 670 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | ||
| 671 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | ||
| 672 | else | ||
| 673 | # Determine the default libpath from the value encoded in an empty executable. | ||
| 674 | _LT_AC_SYS_LIBPATH_AIX | ||
| 675 | chrsmrtn-guest | 1391 | @@ -8617,7 +8621,7 @@ |
| 676 | dato-guest | 596 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' |
| 677 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes | ||
| 678 | # This is similar to how AIX traditionally builds it's shared libraries. | ||
| 679 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | ||
| 680 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | ||
| 681 | fi | ||
| 682 | fi | ||
| 683 | ;; | ||
| 684 | chrsmrtn-guest | 1391 | @@ -8634,12 +8638,12 @@ |
| 685 | dato-guest | 596 | # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, |
| 686 | # as there is no search path for DLLs. | ||
| 687 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' | ||
| 688 | - _LT_AC_TAGVAR(allow_undefined_flag, $1)=no | ||
| 689 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported | ||
| 690 | _LT_AC_TAGVAR(always_export_symbols, $1)=no | ||
| 691 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes | ||
| 692 | |||
| 693 | if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then | ||
| 694 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 695 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 696 | # If the export-symbols file already is a .def file (1st line | ||
| 697 | # is EXPORTS), use it as is; otherwise, prepend... | ||
| 698 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | ||
| 699 | chrsmrtn-guest | 1391 | @@ -8648,7 +8652,7 @@ |
| 700 | dato-guest | 596 | echo EXPORTS > $output_objdir/$soname.def; |
| 701 | cat $export_symbols >> $output_objdir/$soname.def; | ||
| 702 | fi~ | ||
| 703 | - $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 704 | + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 705 | else | ||
| 706 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 707 | fi | ||
| 708 | chrsmrtn-guest | 1391 | @@ -8659,20 +8663,20 @@ |
| 709 | dato-guest | 596 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
| 710 | case "$host_os" in | ||
| 711 | rhapsody* | darwin1.[[012]]) | ||
| 712 | - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' | ||
| 713 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' | ||
| 714 | ;; | ||
| 715 | *) # Darwin 1.3 on | ||
| 716 | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | ||
| 717 | - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' | ||
| 718 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' | ||
| 719 | else | ||
| 720 | - case ${MACOSX_DEPLOYMENT_TARGET} in | ||
| 721 | - 10.[012]) | ||
| 722 | - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' | ||
| 723 | - ;; | ||
| 724 | - 10.*) | ||
| 725 | - allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup' | ||
| 726 | - ;; | ||
| 727 | - esac | ||
| 728 | + case ${MACOSX_DEPLOYMENT_TARGET} in | ||
| 729 | + 10.[[012]]) | ||
| 730 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' | ||
| 731 | + ;; | ||
| 732 | + 10.*) | ||
| 733 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' | ||
| 734 | + ;; | ||
| 735 | + esac | ||
| 736 | fi | ||
| 737 | ;; | ||
| 738 | esac | ||
| 739 | chrsmrtn-guest | 1391 | @@ -8682,19 +8686,19 @@ |
| 740 | dato-guest | 596 | lt_int_apple_cc_single_mod=yes |
| 741 | fi | ||
| 742 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | ||
| 743 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' | ||
| 744 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | ||
| 745 | else | ||
| 746 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring' | ||
| 747 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | ||
| 748 | fi | ||
| 749 | - _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' | ||
| 750 | + _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | ||
| 751 | |||
| 752 | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | ||
| 753 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | ||
| 754 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 755 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 756 | else | ||
| 757 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 758 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 759 | fi | ||
| 760 | - _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 761 | + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 762 | _LT_AC_TAGVAR(hardcode_direct, $1)=no | ||
| 763 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes | ||
| 764 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported | ||
| 765 | chrsmrtn-guest | 1391 | @@ -8729,7 +8733,7 @@ |
| 766 | dato-guest | 596 | freebsd-elf*) |
| 767 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no | ||
| 768 | ;; | ||
| 769 | - freebsd*) | ||
| 770 | + freebsd* | kfreebsd*-gnu) | ||
| 771 | # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF | ||
| 772 | # conventions | ||
| 773 | _LT_AC_TAGVAR(ld_shlibs, $1)=yes | ||
| 774 | chrsmrtn-guest | 1391 | @@ -8751,7 +8755,7 @@ |
| 775 | dato-guest | 596 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
| 776 | ;; | ||
| 777 | aCC) | ||
| 778 | - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 779 | + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 780 | # Commands to make compiler produce verbose output that lists | ||
| 781 | # what "hidden" libraries, object files and flags are used when | ||
| 782 | # linking a shared library. | ||
| 783 | chrsmrtn-guest | 1391 | @@ -8760,11 +8764,11 @@ |
| 784 | dato-guest | 596 | # explicitly linking system object files so we need to strip them |
| 785 | # from the output so that they don't get included in the library | ||
| 786 | # dependencies. | ||
| 787 | - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' | ||
| 788 | + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' | ||
| 789 | ;; | ||
| 790 | *) | ||
| 791 | if test "$GXX" = yes; then | ||
| 792 | - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 793 | + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 794 | else | ||
| 795 | # FIXME: insert proper C++ library support | ||
| 796 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 797 | chrsmrtn-guest | 1391 | @@ -8821,7 +8825,7 @@ |
| 798 | dato-guest | 596 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' |
| 799 | ;; | ||
| 800 | *) | ||
| 801 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' | ||
| 802 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | ||
| 803 | ;; | ||
| 804 | esac | ||
| 805 | # Commands to make compiler produce verbose output that lists | ||
| 806 | chrsmrtn-guest | 1391 | @@ -8842,7 +8846,7 @@ |
| 807 | dato-guest | 596 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' |
| 808 | ;; | ||
| 809 | *) | ||
| 810 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' | ||
| 811 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | ||
| 812 | ;; | ||
| 813 | esac | ||
| 814 | fi | ||
| 815 | chrsmrtn-guest | 1391 | @@ -8857,7 +8861,7 @@ |
| 816 | dato-guest | 596 | case $cc_basename in |
| 817 | CC) | ||
| 818 | # SGI C++ | ||
| 819 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | ||
| 820 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | ||
| 821 | |||
| 822 | # Archives containing C++ object files must be created using | ||
| 823 | # "CC -ar", where "CC" is the IRIX C++ compiler. This is | ||
| 824 | chrsmrtn-guest | 1391 | @@ -8868,9 +8872,9 @@ |
| 825 | dato-guest | 596 | *) |
| 826 | if test "$GXX" = yes; then | ||
| 827 | if test "$with_gnu_ld" = no; then | ||
| 828 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | ||
| 829 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | ||
| 830 | else | ||
| 831 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' | ||
| 832 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' | ||
| 833 | fi | ||
| 834 | fi | ||
| 835 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes | ||
| 836 | chrsmrtn-guest | 1391 | @@ -8887,8 +8891,8 @@ |
| 837 | dato-guest | 596 | # KCC will only create a shared library if the output file |
| 838 | # ends with ".so" (or ".sl" for HP-UX), so rename the library | ||
| 839 | # to its proper name (with version) after linking. | ||
| 840 | - _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' | ||
| 841 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' | ||
| 842 | + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' | ||
| 843 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' | ||
| 844 | # Commands to make compiler produce verbose output that lists | ||
| 845 | # what "hidden" libraries, object files and flags are used when | ||
| 846 | # linking a shared library. | ||
| 847 | chrsmrtn-guest | 1391 | @@ -8910,16 +8914,16 @@ |
| 848 | dato-guest | 596 | # Intel C++ |
| 849 | with_gnu_ld=yes | ||
| 850 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no | ||
| 851 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' | ||
| 852 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 853 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 854 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 855 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' | ||
| 856 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' | ||
| 857 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | ||
| 858 | ;; | ||
| 859 | cxx) | ||
| 860 | # Compaq C++ | ||
| 861 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' | ||
| 862 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' | ||
| 863 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 864 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' | ||
| 865 | |||
| 866 | runpath_var=LD_RUN_PATH | ||
| 867 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' | ||
| 868 | chrsmrtn-guest | 1391 | @@ -8957,7 +8961,7 @@ |
| 869 | dato-guest | 596 | ;; |
| 870 | esac | ||
| 871 | ;; | ||
| 872 | - netbsd*) | ||
| 873 | + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | ||
| 874 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then | ||
| 875 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' | ||
| 876 | wlarc= | ||
| 877 | chrsmrtn-guest | 1391 | @@ -8976,7 +8980,7 @@ |
| 878 | dato-guest | 596 | # KCC will only create a shared library if the output file |
| 879 | # ends with ".so" (or ".sl" for HP-UX), so rename the library | ||
| 880 | # to its proper name (with version) after linking. | ||
| 881 | - _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' | ||
| 882 | + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' | ||
| 883 | |||
| 884 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' | ||
| 885 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: | ||
| 886 | chrsmrtn-guest | 1391 | @@ -8993,7 +8997,7 @@ |
| 887 | dato-guest | 596 | ;; |
| 888 | cxx) | ||
| 889 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' | ||
| 890 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | ||
| 891 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | ||
| 892 | |||
| 893 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' | ||
| 894 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: | ||
| 895 | chrsmrtn-guest | 1391 | @@ -9011,7 +9015,7 @@ |
| 896 | dato-guest | 596 | *) |
| 897 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | ||
| 898 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' | ||
| 899 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | ||
| 900 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | ||
| 901 | |||
| 902 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' | ||
| 903 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: | ||
| 904 | chrsmrtn-guest | 1391 | @@ -9036,7 +9040,7 @@ |
| 905 | dato-guest | 596 | # KCC will only create a shared library if the output file |
| 906 | # ends with ".so" (or ".sl" for HP-UX), so rename the library | ||
| 907 | # to its proper name (with version) after linking. | ||
| 908 | - _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' | ||
| 909 | + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' | ||
| 910 | |||
| 911 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' | ||
| 912 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: | ||
| 913 | chrsmrtn-guest | 1391 | @@ -9052,10 +9056,10 @@ |
| 914 | dato-guest | 596 | ;; |
| 915 | cxx) | ||
| 916 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' | ||
| 917 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | ||
| 918 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | ||
| 919 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ | ||
| 920 | echo "-hidden">> $lib.exp~ | ||
| 921 | - $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ | ||
| 922 | + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ | ||
| 923 | $rm $lib.exp' | ||
| 924 | |||
| 925 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' | ||
| 926 | chrsmrtn-guest | 1391 | @@ -9074,7 +9078,7 @@ |
| 927 | dato-guest | 596 | *) |
| 928 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | ||
| 929 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' | ||
| 930 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | ||
| 931 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | ||
| 932 | |||
| 933 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' | ||
| 934 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: | ||
| 935 | chrsmrtn-guest | 1391 | @@ -9131,9 +9135,9 @@ |
| 936 | dato-guest | 596 | CC) |
| 937 | # Sun C++ 4.2, 5.x and Centerline C++ | ||
| 938 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' | ||
| 939 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' | ||
| 940 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | ||
| 941 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | ||
| 942 | - $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' | ||
| 943 | + $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' | ||
| 944 | |||
| 945 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' | ||
| 946 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no | ||
| 947 | chrsmrtn-guest | 1391 | @@ -9167,7 +9171,7 @@ |
| 948 | dato-guest | 596 | ;; |
| 949 | gcx) | ||
| 950 | # Green Hills C++ Compiler | ||
| 951 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' | ||
| 952 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' | ||
| 953 | |||
| 954 | # The C++ compiler must be used to create the archive. | ||
| 955 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' | ||
| 956 | chrsmrtn-guest | 1391 | @@ -9177,9 +9181,9 @@ |
| 957 | dato-guest | 596 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
| 958 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' | ||
| 959 | if $CC --version | grep -v '^2\.7' > /dev/null; then | ||
| 960 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' | ||
| 961 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' | ||
| 962 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | ||
| 963 | - $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' | ||
| 964 | + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' | ||
| 965 | |||
| 966 | # Commands to make compiler produce verbose output that lists | ||
| 967 | # what "hidden" libraries, object files and flags are used when | ||
| 968 | chrsmrtn-guest | 1391 | @@ -9188,9 +9192,9 @@ |
| 969 | dato-guest | 596 | else |
| 970 | # g++ 2.7 appears to require `-G' NOT `-shared' on this | ||
| 971 | # platform. | ||
| 972 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' | ||
| 973 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' | ||
| 974 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | ||
| 975 | - $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' | ||
| 976 | + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' | ||
| 977 | |||
| 978 | # Commands to make compiler produce verbose output that lists | ||
| 979 | # what "hidden" libraries, object files and flags are used when | ||
| 980 | chrsmrtn-guest | 1391 | @@ -9358,7 +9362,7 @@ |
| 981 | dato-guest | 596 | fi |
| 982 | ;; | ||
| 983 | |||
| 984 | - *.$objext|*.$libext) | ||
| 985 | + *.$objext) | ||
| 986 | # This assumes that the test object file only shows up | ||
| 987 | # once in the compiler output. | ||
| 988 | if test "$p" = "conftest.$objext"; then | ||
| 989 | chrsmrtn-guest | 1391 | @@ -9467,7 +9471,7 @@ |
| 990 | dato-guest | 596 | postinstall_cmds='$RANLIB $lib' |
| 991 | fi | ||
| 992 | ;; | ||
| 993 | -aix4*) | ||
| 994 | +aix4* | aix5*) | ||
| 995 | test "$enable_shared" = yes && enable_static=no | ||
| 996 | ;; | ||
| 997 | esac | ||
| 998 | chrsmrtn-guest | 1391 | @@ -9609,11 +9613,12 @@ |
| 999 | dato-guest | 596 | # without removal of \ escapes. |
| 1000 | if test -n "${ZSH_VERSION+set}" ; then | ||
| 1001 | setopt NO_GLOB_SUBST | ||
| 1002 | - fi | ||
| 1003 | + fi | ||
| 1004 | # Now quote all the things that may contain metacharacters while being | ||
| 1005 | # careful not to overquote the AC_SUBSTed values. We take copies of the | ||
| 1006 | # variables and quote the copies for generation of the libtool script. | ||
| 1007 | - for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ | ||
| 1008 | + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ | ||
| 1009 | + SED SHELL STRIP \ | ||
| 1010 | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ | ||
| 1011 | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ | ||
| 1012 | deplibs_check_method reload_flag reload_cmds need_locks \ | ||
| 1013 | chrsmrtn-guest | 1391 | @@ -9663,7 +9668,7 @@ |
| 1014 | dato-guest | 596 | _LT_AC_TAGVAR(archive_cmds, $1) | \ |
| 1015 | _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ | ||
| 1016 | _LT_AC_TAGVAR(module_cmds, $1) | \ | ||
| 1017 | - _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ | ||
| 1018 | + _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ | ||
| 1019 | _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ | ||
| 1020 | _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ | ||
| 1021 | extract_expsyms_cmds | reload_cmds | finish_cmds | \ | ||
| 1022 | chrsmrtn-guest | 1391 | @@ -9794,7 +9799,7 @@ |
| 1023 | dato-guest | 596 | NM=$lt_NM |
| 1024 | |||
| 1025 | # A symbol stripping program | ||
| 1026 | -STRIP=$STRIP | ||
| 1027 | +STRIP=$lt_STRIP | ||
| 1028 | |||
| 1029 | # Used to examine libraries when file_magic_cmd begins "file" | ||
| 1030 | MAGIC_CMD=$MAGIC_CMD | ||
| 1031 | chrsmrtn-guest | 1391 | @@ -9825,7 +9830,7 @@ |
| 1032 | dato-guest | 596 | libext="$libext" |
| 1033 | |||
| 1034 | # Shared library suffix (normally ".so"). | ||
| 1035 | -shrext='$shrext' | ||
| 1036 | +shrext_cmds='$shrext_cmds' | ||
| 1037 | |||
| 1038 | # Executable file suffix (normally ""). | ||
| 1039 | exeext="$exeext" | ||
| 1040 | chrsmrtn-guest | 1391 | @@ -10069,7 +10074,10 @@ |
| 1041 | dato-guest | 596 | # If there is no Makefile yet, we rely on a make rule to execute |
| 1042 | # `config.status --recheck' to rerun these tests and create the | ||
| 1043 | # libtool script then. | ||
| 1044 | - test -f Makefile && make "$ltmain" | ||
| 1045 | + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` | ||
| 1046 | + if test -f "$ltmain_in"; then | ||
| 1047 | + test -f Makefile && make "$ltmain" | ||
| 1048 | + fi | ||
| 1049 | fi | ||
| 1050 | ])# AC_LIBTOOL_CONFIG | ||
| 1051 | |||
| 1052 | chrsmrtn-guest | 1391 | @@ -10142,7 +10150,7 @@ |
| 1053 | dato-guest | 596 | symcode='[[BCDEGQRST]]' |
| 1054 | ;; | ||
| 1055 | solaris* | sysv5*) | ||
| 1056 | - symcode='[[BDT]]' | ||
| 1057 | + symcode='[[BDRT]]' | ||
| 1058 | ;; | ||
| 1059 | sysv4) | ||
| 1060 | symcode='[[DFNSTU]]' | ||
| 1061 | chrsmrtn-guest | 1391 | @@ -10160,7 +10168,7 @@ |
| 1062 | dato-guest | 596 | # If we're using GNU nm, then use its standard symbol codes. |
| 1063 | case `$NM -V 2>&1` in | ||
| 1064 | *GNU* | *'with BFD'*) | ||
| 1065 | - symcode='[[ABCDGISTW]]' ;; | ||
| 1066 | + symcode='[[ABCDGIRSTW]]' ;; | ||
| 1067 | esac | ||
| 1068 | |||
| 1069 | # Try without a prefix undercore, then with it. | ||
| 1070 | chrsmrtn-guest | 1391 | @@ -10375,7 +10383,7 @@ |
| 1071 | dato-guest | 596 | ;; |
| 1072 | esac | ||
| 1073 | ;; | ||
| 1074 | - freebsd*) | ||
| 1075 | + freebsd* | kfreebsd*-gnu) | ||
| 1076 | # FreeBSD uses GNU C++ | ||
| 1077 | ;; | ||
| 1078 | hpux9* | hpux10* | hpux11*) | ||
| 1079 | chrsmrtn-guest | 1391 | @@ -10426,7 +10434,7 @@ |
| 1080 | dato-guest | 596 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
| 1081 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' | ||
| 1082 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' | ||
| 1083 | - ;; | ||
| 1084 | + ;; | ||
| 1085 | cxx) | ||
| 1086 | # Compaq C++ | ||
| 1087 | # Make sure the PIC flag is empty. It appears that all Alpha | ||
| 1088 | chrsmrtn-guest | 1391 | @@ -10451,7 +10459,7 @@ |
| 1089 | dato-guest | 596 | ;; |
| 1090 | esac | ||
| 1091 | ;; | ||
| 1092 | - netbsd*) | ||
| 1093 | + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | ||
| 1094 | ;; | ||
| 1095 | osf3* | osf4* | osf5*) | ||
| 1096 | case $cc_basename in | ||
| 1097 | chrsmrtn-guest | 1391 | @@ -10762,6 +10770,9 @@ |
| 1098 | dato-guest | 596 | cygwin* | mingw*) |
| 1099 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' | ||
| 1100 | ;; | ||
| 1101 | + linux*) | ||
| 1102 | + _LT_AC_TAGVAR(link_all_deplibs, $1)=no | ||
| 1103 | + ;; | ||
| 1104 | *) | ||
| 1105 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | ||
| 1106 | ;; | ||
| 1107 | chrsmrtn-guest | 1391 | @@ -10786,7 +10797,7 @@ |
| 1108 | dato-guest | 596 | _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown |
| 1109 | _LT_AC_TAGVAR(hardcode_automatic, $1)=no | ||
| 1110 | _LT_AC_TAGVAR(module_cmds, $1)= | ||
| 1111 | - _LT_AC_TAGVAR(module_expsym_cmds, $1)= | ||
| 1112 | + _LT_AC_TAGVAR(module_expsym_cmds, $1)= | ||
| 1113 | _LT_AC_TAGVAR(always_export_symbols, $1)=no | ||
| 1114 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | ||
| 1115 | # include_expsyms should be a list of space-separated symbols to be *always* | ||
| 1116 | chrsmrtn-guest | 1391 | @@ -10860,7 +10871,7 @@ |
| 1117 | dato-guest | 596 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
| 1118 | # Joseph Beckenbach <jrb3@best.com> says some releases of gcc | ||
| 1119 | # support --undefined. This deserves some investigation. FIXME | ||
| 1120 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' | ||
| 1121 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 1122 | else | ||
| 1123 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 1124 | fi | ||
| 1125 | chrsmrtn-guest | 1391 | @@ -10870,13 +10881,13 @@ |
| 1126 | dato-guest | 596 | # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, |
| 1127 | # as there is no search path for DLLs. | ||
| 1128 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' | ||
| 1129 | - _LT_AC_TAGVAR(allow_undefined_flag, $1)=no | ||
| 1130 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported | ||
| 1131 | _LT_AC_TAGVAR(always_export_symbols, $1)=no | ||
| 1132 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes | ||
| 1133 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' | ||
| 1134 | |||
| 1135 | if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then | ||
| 1136 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 1137 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 1138 | # If the export-symbols file already is a .def file (1st line | ||
| 1139 | # is EXPORTS), use it as is; otherwise, prepend... | ||
| 1140 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | ||
| 1141 | chrsmrtn-guest | 1391 | @@ -10885,19 +10896,19 @@ |
| 1142 | dato-guest | 596 | echo EXPORTS > $output_objdir/$soname.def; |
| 1143 | cat $export_symbols >> $output_objdir/$soname.def; | ||
| 1144 | fi~ | ||
| 1145 | - $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 1146 | + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | ||
| 1147 | else | ||
| 1148 | ld_shlibs=no | ||
| 1149 | fi | ||
| 1150 | ;; | ||
| 1151 | |||
| 1152 | - netbsd*) | ||
| 1153 | + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | ||
| 1154 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then | ||
| 1155 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | ||
| 1156 | wlarc= | ||
| 1157 | else | ||
| 1158 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' | ||
| 1159 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 1160 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 1161 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 1162 | fi | ||
| 1163 | ;; | ||
| 1164 | |||
| 1165 | chrsmrtn-guest | 1391 | @@ -10915,8 +10926,8 @@ |
| 1166 | dato-guest | 596 | |
| 1167 | EOF | ||
| 1168 | elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | ||
| 1169 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' | ||
| 1170 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 1171 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 1172 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 1173 | else | ||
| 1174 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 1175 | fi | ||
| 1176 | chrsmrtn-guest | 1391 | @@ -10929,10 +10940,36 @@ |
| 1177 | dato-guest | 596 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
| 1178 | ;; | ||
| 1179 | |||
| 1180 | + linux*) | ||
| 1181 | + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | ||
| 1182 | + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 1183 | + _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" | ||
| 1184 | + supports_anon_versioning=no | ||
| 1185 | + case `$LD -v 2>/dev/null` in | ||
| 1186 | + *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 | ||
| 1187 | + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | ||
| 1188 | + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | ||
| 1189 | + *\ 2.11.*) ;; # other 2.11 versions | ||
| 1190 | + *) supports_anon_versioning=yes ;; | ||
| 1191 | + esac | ||
| 1192 | + if test $supports_anon_versioning = yes; then | ||
| 1193 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ | ||
| 1194 | +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | ||
| 1195 | +$echo "local: *; };" >> $output_objdir/$libname.ver~ | ||
| 1196 | + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | ||
| 1197 | + else | ||
| 1198 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds" | ||
| 1199 | + fi | ||
| 1200 | + _LT_AC_TAGVAR(link_all_deplibs, $1)=no | ||
| 1201 | + else | ||
| 1202 | + _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 1203 | + fi | ||
| 1204 | + ;; | ||
| 1205 | + | ||
| 1206 | *) | ||
| 1207 | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | ||
| 1208 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' | ||
| 1209 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 1210 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 1211 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 1212 | else | ||
| 1213 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 1214 | fi | ||
| 1215 | chrsmrtn-guest | 1391 | @@ -10982,9 +11019,20 @@ |
| 1216 | dato-guest | 596 | else |
| 1217 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' | ||
| 1218 | fi | ||
| 1219 | + aix_use_runtimelinking=no | ||
| 1220 | + | ||
| 1221 | + # Test if we are trying to use run time linking or normal | ||
| 1222 | + # AIX style linking. If -brtl is somewhere in LDFLAGS, we | ||
| 1223 | + # need to do runtime linking. | ||
| 1224 | + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) | ||
| 1225 | + for ld_flag in $LDFLAGS; do | ||
| 1226 | + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | ||
| 1227 | + aix_use_runtimelinking=yes | ||
| 1228 | + break | ||
| 1229 | + fi | ||
| 1230 | + done | ||
| 1231 | + esac | ||
| 1232 | |||
| 1233 | - # KDE requires run time linking. Make it the default. | ||
| 1234 | - aix_use_runtimelinking=yes | ||
| 1235 | exp_sym_flag='-bexport' | ||
| 1236 | no_entry_flag='-bnoentry' | ||
| 1237 | fi | ||
| 1238 | chrsmrtn-guest | 1391 | @@ -11030,29 +11078,29 @@ |
| 1239 | dato-guest | 596 | shared_flag='-G' |
| 1240 | else | ||
| 1241 | if test "$aix_use_runtimelinking" = yes; then | ||
| 1242 | - shared_flag='-qmkshrobj ${wl}-G' | ||
| 1243 | + shared_flag='${wl}-G' | ||
| 1244 | else | ||
| 1245 | - shared_flag='-qmkshrobj' | ||
| 1246 | + shared_flag='${wl}-bM:SRE' | ||
| 1247 | fi | ||
| 1248 | fi | ||
| 1249 | fi | ||
| 1250 | |||
| 1251 | - # Let the compiler handle the export list. | ||
| 1252 | - _LT_AC_TAGVAR(always_export_symbols, $1)=no | ||
| 1253 | + # It seems that -bexpall does not export symbols beginning with | ||
| 1254 | + # underscore (_), so it is better to generate a list of symbols to export. | ||
| 1255 | + _LT_AC_TAGVAR(always_export_symbols, $1)=yes | ||
| 1256 | if test "$aix_use_runtimelinking" = yes; then | ||
| 1257 | # Warning - without using the other runtime loading flags (-brtl), | ||
| 1258 | # -berok will link without error, but may produce a broken library. | ||
| 1259 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' | ||
| 1260 | # Determine the default libpath from the value encoded in an empty executable. | ||
| 1261 | - _LT_AC_SYS_LIBPATH_AIX | ||
| 1262 | - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" | ||
| 1263 | - _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag" | ||
| 1264 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | ||
| 1265 | + _LT_AC_SYS_LIBPATH_AIX | ||
| 1266 | + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" | ||
| 1267 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" | ||
| 1268 | else | ||
| 1269 | if test "$host_cpu" = ia64; then | ||
| 1270 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' | ||
| 1271 | _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" | ||
| 1272 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | ||
| 1273 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | ||
| 1274 | else | ||
| 1275 | # Determine the default libpath from the value encoded in an empty executable. | ||
| 1276 | _LT_AC_SYS_LIBPATH_AIX | ||
| 1277 | chrsmrtn-guest | 1391 | @@ -11067,7 +11115,7 @@ |
| 1278 | dato-guest | 596 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' |
| 1279 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes | ||
| 1280 | # This is similar to how AIX traditionally builds it's shared libraries. | ||
| 1281 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | ||
| 1282 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | ||
| 1283 | fi | ||
| 1284 | fi | ||
| 1285 | ;; | ||
| 1286 | chrsmrtn-guest | 1391 | @@ -11090,13 +11138,13 @@ |
| 1287 | dato-guest | 596 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 1288 | # no search path for DLLs. | ||
| 1289 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' | ||
| 1290 | - _LT_AC_TAGVAR(allow_undefined_flag, $1)=no | ||
| 1291 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported | ||
| 1292 | # Tell ltmain to make .lib files, not .a files. | ||
| 1293 | libext=lib | ||
| 1294 | # Tell ltmain to make .dll files, not .so files. | ||
| 1295 | - shrext=".dll" | ||
| 1296 | + shrext_cmds=".dll" | ||
| 1297 | # FIXME: Setting linknames here is a bad hack. | ||
| 1298 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' | ||
| 1299 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' | ||
| 1300 | # The linker will automatically build a .lib file if we build a DLL. | ||
| 1301 | _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' | ||
| 1302 | # FIXME: Should let the user specify the lib program. | ||
| 1303 | chrsmrtn-guest | 1391 | @@ -11110,21 +11158,21 @@ |
| 1304 | dato-guest | 596 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
| 1305 | case "$host_os" in | ||
| 1306 | rhapsody* | darwin1.[[012]]) | ||
| 1307 | - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' | ||
| 1308 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' | ||
| 1309 | ;; | ||
| 1310 | *) # Darwin 1.3 on | ||
| 1311 | - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | ||
| 1312 | - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' | ||
| 1313 | - else | ||
| 1314 | - case ${MACOSX_DEPLOYMENT_TARGET} in | ||
| 1315 | - 10.[012]) | ||
| 1316 | - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' | ||
| 1317 | - ;; | ||
| 1318 | - 10.*) | ||
| 1319 | - allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup' | ||
| 1320 | - ;; | ||
| 1321 | - esac | ||
| 1322 | - fi | ||
| 1323 | + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | ||
| 1324 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' | ||
| 1325 | + else | ||
| 1326 | + case ${MACOSX_DEPLOYMENT_TARGET} in | ||
| 1327 | + 10.[[012]]) | ||
| 1328 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' | ||
| 1329 | + ;; | ||
| 1330 | + 10.*) | ||
| 1331 | + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' | ||
| 1332 | + ;; | ||
| 1333 | + esac | ||
| 1334 | + fi | ||
| 1335 | ;; | ||
| 1336 | esac | ||
| 1337 | lt_int_apple_cc_single_mod=no | ||
| 1338 | chrsmrtn-guest | 1391 | @@ -11133,26 +11181,26 @@ |
| 1339 | dato-guest | 596 | lt_int_apple_cc_single_mod=yes |
| 1340 | fi | ||
| 1341 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | ||
| 1342 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' | ||
| 1343 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | ||
| 1344 | else | ||
| 1345 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring' | ||
| 1346 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | ||
| 1347 | fi | ||
| 1348 | - _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' | ||
| 1349 | + _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | ||
| 1350 | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | ||
| 1351 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | ||
| 1352 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 1353 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 1354 | else | ||
| 1355 | - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 1356 | + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 1357 | fi | ||
| 1358 | - _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 1359 | + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||
| 1360 | _LT_AC_TAGVAR(hardcode_direct, $1)=no | ||
| 1361 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes | ||
| 1362 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported | ||
| 1363 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' | ||
| 1364 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes | ||
| 1365 | - else | ||
| 1366 | + else | ||
| 1367 | _LT_AC_TAGVAR(ld_shlibs, $1)=no | ||
| 1368 | - fi | ||
| 1369 | + fi | ||
| 1370 | ;; | ||
| 1371 | |||
| 1372 | dgux*) | ||
| 1373 | chrsmrtn-guest | 1391 | @@ -11185,8 +11233,8 @@ |
| 1374 | dato-guest | 596 | ;; |
| 1375 | |||
| 1376 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | ||
| 1377 | - freebsd*) | ||
| 1378 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1379 | + freebsd* | kfreebsd*-gnu) | ||
| 1380 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1381 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' | ||
| 1382 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes | ||
| 1383 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no | ||
| 1384 | chrsmrtn-guest | 1391 | @@ -11194,7 +11242,7 @@ |
| 1385 | dato-guest | 596 | |
| 1386 | hpux9*) | ||
| 1387 | if test "$GCC" = yes; then | ||
| 1388 | - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 1389 | + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 1390 | else | ||
| 1391 | _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 1392 | fi | ||
| 1393 | chrsmrtn-guest | 1391 | @@ -11212,10 +11260,10 @@ |
| 1394 | dato-guest | 596 | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
| 1395 | case "$host_cpu" in | ||
| 1396 | hppa*64*|ia64*) | ||
| 1397 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1398 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1399 | ;; | ||
| 1400 | *) | ||
| 1401 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1402 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1403 | ;; | ||
| 1404 | esac | ||
| 1405 | else | ||
| 1406 | chrsmrtn-guest | 1391 | @@ -11262,7 +11310,7 @@ |
| 1407 | dato-guest | 596 | |
| 1408 | irix5* | irix6* | nonstopux*) | ||
| 1409 | if test "$GCC" = yes; then | ||
| 1410 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | ||
| 1411 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | ||
| 1412 | else | ||
| 1413 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | ||
| 1414 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' | ||
| 1415 | chrsmrtn-guest | 1391 | @@ -11272,7 +11320,7 @@ |
| 1416 | dato-guest | 596 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
| 1417 | ;; | ||
| 1418 | |||
| 1419 | - netbsd*) | ||
| 1420 | + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | ||
| 1421 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then | ||
| 1422 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | ||
| 1423 | else | ||
| 1424 | chrsmrtn-guest | 1391 | @@ -11295,7 +11343,7 @@ |
| 1425 | dato-guest | 596 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
| 1426 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no | ||
| 1427 | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | ||
| 1428 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1429 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1430 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' | ||
| 1431 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' | ||
| 1432 | else | ||
| 1433 | chrsmrtn-guest | 1391 | @@ -11305,7 +11353,7 @@ |
| 1434 | dato-guest | 596 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
| 1435 | ;; | ||
| 1436 | *) | ||
| 1437 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1438 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1439 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' | ||
| 1440 | ;; | ||
| 1441 | esac | ||
| 1442 | chrsmrtn-guest | 1391 | @@ -11316,14 +11364,14 @@ |
| 1443 | dato-guest | 596 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
| 1444 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes | ||
| 1445 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported | ||
| 1446 | - _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def' | ||
| 1447 | + _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' | ||
| 1448 | _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' | ||
| 1449 | ;; | ||
| 1450 | |||
| 1451 | osf3*) | ||
| 1452 | if test "$GCC" = yes; then | ||
| 1453 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' | ||
| 1454 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | ||
| 1455 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | ||
| 1456 | else | ||
| 1457 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' | ||
| 1458 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | ||
| 1459 | chrsmrtn-guest | 1391 | @@ -11335,7 +11383,7 @@ |
| 1460 | dato-guest | 596 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 1461 | if test "$GCC" = yes; then | ||
| 1462 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' | ||
| 1463 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | ||
| 1464 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | ||
| 1465 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' | ||
| 1466 | else | ||
| 1467 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' | ||
| 1468 | chrsmrtn-guest | 1391 | @@ -11360,9 +11408,9 @@ |
| 1469 | dato-guest | 596 | solaris*) |
| 1470 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' | ||
| 1471 | if test "$GCC" = yes; then | ||
| 1472 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1473 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1474 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | ||
| 1475 | - $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp' | ||
| 1476 | + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' | ||
| 1477 | else | ||
| 1478 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | ||
| 1479 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | ||
| 1480 | chrsmrtn-guest | 1391 | @@ -11382,7 +11430,7 @@ |
| 1481 | dato-guest | 596 | if test "x$host_vendor" = xsequent; then |
| 1482 | # Use $CC to link under sequent, because it throws in some extra .o | ||
| 1483 | # files that make .init and .fini sections work. | ||
| 1484 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1485 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1486 | else | ||
| 1487 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' | ||
| 1488 | fi | ||
| 1489 | chrsmrtn-guest | 1391 | @@ -11442,9 +11490,9 @@ |
| 1490 | dato-guest | 596 | sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) |
| 1491 | _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' | ||
| 1492 | if test "$GCC" = yes; then | ||
| 1493 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1494 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1495 | else | ||
| 1496 | - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' | ||
| 1497 | + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 1498 | fi | ||
| 1499 | runpath_var='LD_RUN_PATH' | ||
| 1500 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no | ||
| 1501 | chrsmrtn-guest | 1391 | @@ -11502,7 +11550,7 @@ |
| 1502 | dato-guest | 596 | AC_MSG_CHECKING([whether -lc should be explicitly linked in]) |
| 1503 | $rm conftest* | ||
| 1504 | printf "$lt_simple_compile_test_code" > conftest.$ac_ext | ||
| 1505 | - | ||
| 1506 | + | ||
| 1507 | if AC_TRY_EVAL(ac_compile) 2>conftest.err; then | ||
| 1508 | soname=conftest | ||
| 1509 | lib=conftest | ||
| 1510 | chrsmrtn-guest | 1391 | @@ -11661,8 +11709,8 @@ |
| 1511 | dato-guest | 596 | fi |
| 1512 | done | ||
| 1513 | done | ||
| 1514 | -]) | ||
| 1515 | SED=$lt_cv_path_SED | ||
| 1516 | +]) | ||
| 1517 | AC_MSG_RESULT([$SED]) | ||
| 1518 | ]) | ||
| 1519 | |||
| 1520 | luk | 1616 | --- akode/arts_plugin/Makefile.in |
| 1521 | +++ akode/arts_plugin/Makefile.in | ||
| 1522 | @@ -1,4 +1,4 @@ | ||
| 1523 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1524 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1525 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1526 | # @configure_input@ | ||
| 1527 | chrsmrtn-guest | 1060 | |
| 1528 | luk | 1616 | @@ -17,8 +17,6 @@ |
| 1529 | chrsmrtn-guest | 1060 | |
| 1530 | luk | 1616 | |
| 1531 | |||
| 1532 | -SOURCES = $(libarts_akode_la_SOURCES) | ||
| 1533 | - | ||
| 1534 | srcdir = @srcdir@ | ||
| 1535 | top_srcdir = @top_srcdir@ | ||
| 1536 | VPATH = @srcdir@ | ||
| 1537 | @@ -260,6 +258,9 @@ | ||
| 1538 | dato-guest | 596 | LN_S = @LN_S@ |
| 1539 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1540 | MADLIBS = @MADLIBS@ | ||
| 1541 | +MAINT = @MAINT@ | ||
| 1542 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1543 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1544 | MAKEINFO = @MAKEINFO@ | ||
| 1545 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1546 | MCOPIDL = @MCOPIDL@ | ||
| 1547 | luk | 1616 | @@ -510,9 +511,7 @@ |
| 1548 | akodeMPCPlayObject_impl.cpp akodeMPEGPlayObject_impl.cpp akodeXiphPlayObject_impl.cpp \ | ||
| 1549 | akodeVorbisStreamPlayObject_impl.cpp akodeSpeexStreamPlayObject_impl.cpp | ||
| 1550 | dato-guest | 596 | |
| 1551 | luk | 1616 | -#>- libarts_akode_la_LDFLAGS = -L$(top_srcdir)/akode/lib $(KDE_LDFLAGS) $(KDE_RPATH) -module -avoid-version -no-undefined |
| 1552 | -#>+ 1 | ||
| 1553 | -libarts_akode_la_LDFLAGS = -L$(top_srcdir)/akode/lib $(KDE_LDFLAGS) $(KDE_RPATH) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) | ||
| 1554 | +libarts_akode_la_LDFLAGS = -module $(KDE_PLUGIN) | ||
| 1555 | libarts_akode_la_LIBADD = ../lib/libakode.la -lkmedia2_idl -lsoundserver_idl -lartsflow | ||
| 1556 | #>- libarts_akode_la_METASOURCES = AUTO | ||
| 1557 | mcoptypedir = $(libdir)/mcop | ||
| 1558 | @@ -526,7 +525,7 @@ | ||
| 1559 | |||
| 1560 | dato-guest | 596 | .SUFFIXES: |
| 1561 | .SUFFIXES: .cc .cpp .lo .o .obj | ||
| 1562 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1563 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1564 | #>- @for dep in $?; do \ | ||
| 1565 | #>- case '$(am__configure_deps)' in \ | ||
| 1566 | #>- *$$dep*) \ | ||
| 1567 | luk | 1616 | @@ -564,9 +563,9 @@ |
| 1568 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1569 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1570 | |||
| 1571 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1572 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1573 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1574 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1575 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1576 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1577 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 1578 | @$(NORMAL_INSTALL) | ||
| 1579 | luk | 1616 | @@ -900,7 +899,7 @@ |
| 1580 | chrsmrtn-guest | 1175 | |
| 1581 | |||
| 1582 | #>+ 2 | ||
| 1583 | -KDE_DIST=akodeXiphPlayObject_impl.h Makefile.in akodeMPCPlayObject_impl.h akodeSpeexStreamPlayObject_impl.h akodearts.idl arts_inputstream.h akodePlayObject.mcopclass akodeMPEGPlayObject_impl.h Makefile.am akodeVorbisStreamPlayObject_impl.h | ||
| 1584 | +KDE_DIST=akodeXiphPlayObject_impl.h akodeMPCPlayObject_impl.h Makefile.in akodearts.idl akodeSpeexStreamPlayObject_impl.h akodePlayObject.mcopclass arts_inputstream.h akodeMPEGPlayObject_impl.h Makefile.am akodeVorbisStreamPlayObject_impl.h | ||
| 1585 | |||
| 1586 | #>+ 3 | ||
| 1587 | clean-closures: | ||
| 1588 | luk | 1616 | --- akode/lib/Makefile.in |
| 1589 | +++ akode/lib/Makefile.in | ||
| 1590 | @@ -1,4 +1,4 @@ | ||
| 1591 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1592 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1593 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1594 | # @configure_input@ | ||
| 1595 | |||
| 1596 | @@ -16,8 +16,6 @@ | ||
| 1597 | @SET_MAKE@ | ||
| 1598 | |||
| 1599 | |||
| 1600 | -SOURCES = $(libakode_la_SOURCES) | ||
| 1601 | - | ||
| 1602 | srcdir = @srcdir@ | ||
| 1603 | top_srcdir = @top_srcdir@ | ||
| 1604 | VPATH = @srcdir@ | ||
| 1605 | @@ -264,6 +262,9 @@ | ||
| 1606 | dato-guest | 596 | LN_S = @LN_S@ |
| 1607 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1608 | MADLIBS = @MADLIBS@ | ||
| 1609 | +MAINT = @MAINT@ | ||
| 1610 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1611 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1612 | MAKEINFO = @MAKEINFO@ | ||
| 1613 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1614 | MCOPIDL = @MCOPIDL@ | ||
| 1615 | luk | 1616 | @@ -540,7 +541,7 @@ |
| 1616 | dato-guest | 596 | |
| 1617 | .SUFFIXES: | ||
| 1618 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1619 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1620 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1621 | #>- @for dep in $?; do \ | ||
| 1622 | #>- case '$(am__configure_deps)' in \ | ||
| 1623 | #>- *$$dep*) \ | ||
| 1624 | luk | 1616 | @@ -578,9 +579,9 @@ |
| 1625 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1626 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1627 | |||
| 1628 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1629 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1630 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1631 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1632 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1633 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1634 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 1635 | @$(NORMAL_INSTALL) | ||
| 1636 | luk | 1616 | --- akode/Makefile.in |
| 1637 | +++ akode/Makefile.in | ||
| 1638 | @@ -1,4 +1,4 @@ | ||
| 1639 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1640 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1641 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1642 | # @configure_input@ | ||
| 1643 | |||
| 1644 | chrsmrtn-guest | 1391 | @@ -217,6 +217,9 @@ |
| 1645 | dato-guest | 596 | LN_S = @LN_S@ |
| 1646 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1647 | MADLIBS = @MADLIBS@ | ||
| 1648 | +MAINT = @MAINT@ | ||
| 1649 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1650 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1651 | MAKEINFO = @MAKEINFO@ | ||
| 1652 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1653 | MCOPIDL = @MCOPIDL@ | ||
| 1654 | chrsmrtn-guest | 1391 | @@ -467,7 +470,7 @@ |
| 1655 | dato-guest | 596 | all: docs-am all-recursive |
| 1656 | |||
| 1657 | .SUFFIXES: | ||
| 1658 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1659 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1660 | #>- @for dep in $?; do \ | ||
| 1661 | #>- case '$(am__configure_deps)' in \ | ||
| 1662 | #>- *$$dep*) \ | ||
| 1663 | chrsmrtn-guest | 1391 | @@ -505,9 +508,9 @@ |
| 1664 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1665 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1666 | |||
| 1667 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1668 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1669 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1670 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1671 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1672 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1673 | |||
| 1674 | mostlyclean-libtool: | ||
| 1675 | luk | 1616 | --- akode/plugins/alsa_sink/Makefile.in |
| 1676 | +++ akode/plugins/alsa_sink/Makefile.in | ||
| 1677 | @@ -1,4 +1,4 @@ | ||
| 1678 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1679 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1680 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1681 | # @configure_input@ | ||
| 1682 | |||
| 1683 | @@ -15,8 +15,6 @@ | ||
| 1684 | |||
| 1685 | @SET_MAKE@ | ||
| 1686 | |||
| 1687 | -SOURCES = $(libakode_alsa_sink_la_SOURCES) | ||
| 1688 | - | ||
| 1689 | srcdir = @srcdir@ | ||
| 1690 | top_srcdir = @top_srcdir@ | ||
| 1691 | VPATH = @srcdir@ | ||
| 1692 | @@ -243,6 +241,9 @@ | ||
| 1693 | dato-guest | 596 | LN_S = @LN_S@ |
| 1694 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1695 | MADLIBS = @MADLIBS@ | ||
| 1696 | +MAINT = @MAINT@ | ||
| 1697 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1698 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1699 | MAKEINFO = @MAKEINFO@ | ||
| 1700 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1701 | MCOPIDL = @MCOPIDL@ | ||
| 1702 | luk | 1616 | @@ -499,7 +500,7 @@ |
| 1703 | dato-guest | 596 | |
| 1704 | .SUFFIXES: | ||
| 1705 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1706 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1707 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1708 | #>- @for dep in $?; do \ | ||
| 1709 | #>- case '$(am__configure_deps)' in \ | ||
| 1710 | #>- *$$dep*) \ | ||
| 1711 | luk | 1616 | @@ -537,9 +538,9 @@ |
| 1712 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1713 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1714 | |||
| 1715 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1716 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1717 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1718 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1719 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1720 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1721 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 1722 | @$(NORMAL_INSTALL) | ||
| 1723 | luk | 1616 | --- akode/plugins/jack_sink/Makefile.in |
| 1724 | +++ akode/plugins/jack_sink/Makefile.in | ||
| 1725 | @@ -1,4 +1,4 @@ | ||
| 1726 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1727 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1728 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1729 | # @configure_input@ | ||
| 1730 | |||
| 1731 | @@ -15,8 +15,6 @@ | ||
| 1732 | |||
| 1733 | @SET_MAKE@ | ||
| 1734 | |||
| 1735 | -SOURCES = $(libakode_jack_sink_la_SOURCES) | ||
| 1736 | - | ||
| 1737 | srcdir = @srcdir@ | ||
| 1738 | top_srcdir = @top_srcdir@ | ||
| 1739 | VPATH = @srcdir@ | ||
| 1740 | @@ -243,6 +241,9 @@ | ||
| 1741 | dato-guest | 596 | LN_S = @LN_S@ |
| 1742 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1743 | MADLIBS = @MADLIBS@ | ||
| 1744 | +MAINT = @MAINT@ | ||
| 1745 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1746 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1747 | MAKEINFO = @MAKEINFO@ | ||
| 1748 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1749 | MCOPIDL = @MCOPIDL@ | ||
| 1750 | luk | 1616 | @@ -499,7 +500,7 @@ |
| 1751 | dato-guest | 596 | |
| 1752 | .SUFFIXES: | ||
| 1753 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1754 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1755 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1756 | #>- @for dep in $?; do \ | ||
| 1757 | #>- case '$(am__configure_deps)' in \ | ||
| 1758 | #>- *$$dep*) \ | ||
| 1759 | luk | 1616 | @@ -537,9 +538,9 @@ |
| 1760 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1761 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1762 | |||
| 1763 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1764 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1765 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1766 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1767 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1768 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1769 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 1770 | @$(NORMAL_INSTALL) | ||
| 1771 | luk | 1616 | --- akode/plugins/Makefile.in |
| 1772 | +++ akode/plugins/Makefile.in | ||
| 1773 | @@ -1,4 +1,4 @@ | ||
| 1774 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1775 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1776 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1777 | # @configure_input@ | ||
| 1778 | |||
| 1779 | chrsmrtn-guest | 1391 | @@ -218,6 +218,9 @@ |
| 1780 | chrsmrtn-guest | 1060 | LN_S = @LN_S@ |
| 1781 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1782 | MADLIBS = @MADLIBS@ | ||
| 1783 | +MAINT = @MAINT@ | ||
| 1784 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1785 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1786 | MAKEINFO = @MAKEINFO@ | ||
| 1787 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1788 | MCOPIDL = @MCOPIDL@ | ||
| 1789 | chrsmrtn-guest | 1391 | @@ -478,7 +481,7 @@ |
| 1790 | chrsmrtn-guest | 1060 | all: docs-am all-recursive |
| 1791 | |||
| 1792 | .SUFFIXES: | ||
| 1793 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1794 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1795 | #>- @for dep in $?; do \ | ||
| 1796 | #>- case '$(am__configure_deps)' in \ | ||
| 1797 | #>- *$$dep*) \ | ||
| 1798 | chrsmrtn-guest | 1391 | @@ -516,9 +519,9 @@ |
| 1799 | chrsmrtn-guest | 1060 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1800 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1801 | |||
| 1802 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1803 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1804 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1805 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1806 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1807 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1808 | |||
| 1809 | mostlyclean-libtool: | ||
| 1810 | luk | 1616 | --- akode/plugins/mpc_decoder/Makefile.in |
| 1811 | +++ akode/plugins/mpc_decoder/Makefile.in | ||
| 1812 | @@ -1,4 +1,4 @@ | ||
| 1813 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1814 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1815 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1816 | # @configure_input@ | ||
| 1817 | |||
| 1818 | @@ -16,8 +16,6 @@ | ||
| 1819 | @SET_MAKE@ | ||
| 1820 | |||
| 1821 | |||
| 1822 | -SOURCES = $(libakode_mpc_decoder_la_SOURCES) | ||
| 1823 | - | ||
| 1824 | srcdir = @srcdir@ | ||
| 1825 | top_srcdir = @top_srcdir@ | ||
| 1826 | VPATH = @srcdir@ | ||
| 1827 | @@ -260,6 +258,9 @@ | ||
| 1828 | dato-guest | 596 | LN_S = @LN_S@ |
| 1829 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1830 | MADLIBS = @MADLIBS@ | ||
| 1831 | +MAINT = @MAINT@ | ||
| 1832 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1833 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1834 | MAKEINFO = @MAKEINFO@ | ||
| 1835 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1836 | MCOPIDL = @MCOPIDL@ | ||
| 1837 | luk | 1616 | @@ -519,7 +520,7 @@ |
| 1838 | dato-guest | 596 | |
| 1839 | .SUFFIXES: | ||
| 1840 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1841 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1842 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1843 | #>- @for dep in $?; do \ | ||
| 1844 | #>- case '$(am__configure_deps)' in \ | ||
| 1845 | #>- *$$dep*) \ | ||
| 1846 | luk | 1616 | @@ -557,9 +558,9 @@ |
| 1847 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1848 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1849 | |||
| 1850 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1851 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1852 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1853 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1854 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1855 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1856 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 1857 | @$(NORMAL_INSTALL) | ||
| 1858 | luk | 1616 | --- akode/plugins/mpc_decoder/mppdec/Makefile.in |
| 1859 | +++ akode/plugins/mpc_decoder/mppdec/Makefile.in | ||
| 1860 | @@ -1,4 +1,4 @@ | ||
| 1861 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1862 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1863 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1864 | # @configure_input@ | ||
| 1865 | |||
| 1866 | @@ -15,8 +15,6 @@ | ||
| 1867 | |||
| 1868 | @SET_MAKE@ | ||
| 1869 | |||
| 1870 | -SOURCES = $(libakode_mppdec_la_SOURCES) | ||
| 1871 | - | ||
| 1872 | srcdir = @srcdir@ | ||
| 1873 | top_srcdir = @top_srcdir@ | ||
| 1874 | VPATH = @srcdir@ | ||
| 1875 | @@ -235,6 +233,9 @@ | ||
| 1876 | dato-guest | 596 | LN_S = @LN_S@ |
| 1877 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1878 | MADLIBS = @MADLIBS@ | ||
| 1879 | +MAINT = @MAINT@ | ||
| 1880 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1881 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1882 | MAKEINFO = @MAKEINFO@ | ||
| 1883 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1884 | MCOPIDL = @MCOPIDL@ | ||
| 1885 | luk | 1616 | @@ -490,7 +491,7 @@ |
| 1886 | dato-guest | 596 | |
| 1887 | .SUFFIXES: | ||
| 1888 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1889 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1890 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1891 | #>- @for dep in $?; do \ | ||
| 1892 | #>- case '$(am__configure_deps)' in \ | ||
| 1893 | #>- *$$dep*) \ | ||
| 1894 | luk | 1616 | @@ -528,9 +529,9 @@ |
| 1895 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1896 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1897 | |||
| 1898 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1899 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1900 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1901 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1902 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1903 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1904 | |||
| 1905 | clean-noinstLTLIBRARIES: | ||
| 1906 | luk | 1616 | --- akode/plugins/mpeg_decoder/Makefile.in |
| 1907 | +++ akode/plugins/mpeg_decoder/Makefile.in | ||
| 1908 | @@ -1,4 +1,4 @@ | ||
| 1909 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1910 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1911 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1912 | # @configure_input@ | ||
| 1913 | |||
| 1914 | @@ -16,8 +16,6 @@ | ||
| 1915 | @SET_MAKE@ | ||
| 1916 | |||
| 1917 | |||
| 1918 | -SOURCES = $(libakode_mpeg_decoder_la_SOURCES) | ||
| 1919 | - | ||
| 1920 | srcdir = @srcdir@ | ||
| 1921 | top_srcdir = @top_srcdir@ | ||
| 1922 | VPATH = @srcdir@ | ||
| 1923 | @@ -247,6 +245,9 @@ | ||
| 1924 | dato-guest | 596 | LN_S = @LN_S@ |
| 1925 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1926 | MADLIBS = @MADLIBS@ | ||
| 1927 | +MAINT = @MAINT@ | ||
| 1928 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1929 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1930 | MAKEINFO = @MAKEINFO@ | ||
| 1931 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1932 | MCOPIDL = @MCOPIDL@ | ||
| 1933 | luk | 1616 | @@ -505,7 +506,7 @@ |
| 1934 | dato-guest | 596 | |
| 1935 | .SUFFIXES: | ||
| 1936 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1937 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1938 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1939 | #>- @for dep in $?; do \ | ||
| 1940 | #>- case '$(am__configure_deps)' in \ | ||
| 1941 | #>- *$$dep*) \ | ||
| 1942 | luk | 1616 | @@ -543,9 +544,9 @@ |
| 1943 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1944 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1945 | |||
| 1946 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1947 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1948 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1949 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1950 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1951 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1952 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 1953 | @$(NORMAL_INSTALL) | ||
| 1954 | luk | 1616 | --- akode/plugins/oss_sink/Makefile.in |
| 1955 | +++ akode/plugins/oss_sink/Makefile.in | ||
| 1956 | @@ -1,4 +1,4 @@ | ||
| 1957 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 1958 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 1959 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 1960 | # @configure_input@ | ||
| 1961 | |||
| 1962 | @@ -15,8 +15,6 @@ | ||
| 1963 | |||
| 1964 | @SET_MAKE@ | ||
| 1965 | |||
| 1966 | -SOURCES = $(libakode_oss_sink_la_SOURCES) | ||
| 1967 | - | ||
| 1968 | srcdir = @srcdir@ | ||
| 1969 | top_srcdir = @top_srcdir@ | ||
| 1970 | VPATH = @srcdir@ | ||
| 1971 | @@ -243,6 +241,9 @@ | ||
| 1972 | dato-guest | 596 | LN_S = @LN_S@ |
| 1973 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 1974 | MADLIBS = @MADLIBS@ | ||
| 1975 | +MAINT = @MAINT@ | ||
| 1976 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 1977 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 1978 | MAKEINFO = @MAKEINFO@ | ||
| 1979 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 1980 | MCOPIDL = @MCOPIDL@ | ||
| 1981 | luk | 1616 | @@ -499,7 +500,7 @@ |
| 1982 | dato-guest | 596 | |
| 1983 | .SUFFIXES: | ||
| 1984 | .SUFFIXES: .cpp .lo .o .obj | ||
| 1985 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1986 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 1987 | #>- @for dep in $?; do \ | ||
| 1988 | #>- case '$(am__configure_deps)' in \ | ||
| 1989 | #>- *$$dep*) \ | ||
| 1990 | luk | 1616 | @@ -537,9 +538,9 @@ |
| 1991 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 1992 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1993 | |||
| 1994 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 1995 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 1996 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 1997 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 1998 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 1999 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2000 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2001 | @$(NORMAL_INSTALL) | ||
| 2002 | luk | 1616 | --- akode/plugins/polyp_sink/Makefile.in |
| 2003 | +++ akode/plugins/polyp_sink/Makefile.in | ||
| 2004 | @@ -1,4 +1,4 @@ | ||
| 2005 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2006 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2007 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2008 | # @configure_input@ | ||
| 2009 | |||
| 2010 | @@ -15,8 +15,6 @@ | ||
| 2011 | |||
| 2012 | @SET_MAKE@ | ||
| 2013 | |||
| 2014 | -SOURCES = $(libakode_polyp_sink_la_SOURCES) | ||
| 2015 | - | ||
| 2016 | srcdir = @srcdir@ | ||
| 2017 | top_srcdir = @top_srcdir@ | ||
| 2018 | VPATH = @srcdir@ | ||
| 2019 | @@ -243,6 +241,9 @@ | ||
| 2020 | dato-guest | 596 | LN_S = @LN_S@ |
| 2021 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2022 | MADLIBS = @MADLIBS@ | ||
| 2023 | +MAINT = @MAINT@ | ||
| 2024 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2025 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2026 | MAKEINFO = @MAKEINFO@ | ||
| 2027 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2028 | MCOPIDL = @MCOPIDL@ | ||
| 2029 | luk | 1616 | @@ -499,7 +500,7 @@ |
| 2030 | dato-guest | 596 | |
| 2031 | .SUFFIXES: | ||
| 2032 | .SUFFIXES: .cpp .lo .o .obj | ||
| 2033 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2034 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2035 | #>- @for dep in $?; do \ | ||
| 2036 | #>- case '$(am__configure_deps)' in \ | ||
| 2037 | #>- *$$dep*) \ | ||
| 2038 | luk | 1616 | @@ -537,9 +538,9 @@ |
| 2039 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2040 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2041 | |||
| 2042 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2043 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2044 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2045 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2046 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2047 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2048 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2049 | @$(NORMAL_INSTALL) | ||
| 2050 | luk | 1616 | --- akode/plugins/src_resampler/Makefile.in |
| 2051 | +++ akode/plugins/src_resampler/Makefile.in | ||
| 2052 | @@ -1,4 +1,4 @@ | ||
| 2053 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2054 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2055 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2056 | # @configure_input@ | ||
| 2057 | |||
| 2058 | @@ -15,8 +15,6 @@ | ||
| 2059 | |||
| 2060 | @SET_MAKE@ | ||
| 2061 | |||
| 2062 | -SOURCES = $(libakode_src_resampler_la_SOURCES) | ||
| 2063 | - | ||
| 2064 | srcdir = @srcdir@ | ||
| 2065 | top_srcdir = @top_srcdir@ | ||
| 2066 | VPATH = @srcdir@ | ||
| 2067 | @@ -244,6 +242,9 @@ | ||
| 2068 | dato-guest | 596 | LN_S = @LN_S@ |
| 2069 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2070 | MADLIBS = @MADLIBS@ | ||
| 2071 | +MAINT = @MAINT@ | ||
| 2072 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2073 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2074 | MAKEINFO = @MAKEINFO@ | ||
| 2075 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2076 | MCOPIDL = @MCOPIDL@ | ||
| 2077 | luk | 1616 | @@ -500,7 +501,7 @@ |
| 2078 | dato-guest | 596 | |
| 2079 | .SUFFIXES: | ||
| 2080 | .SUFFIXES: .cpp .lo .o .obj | ||
| 2081 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2082 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2083 | #>- @for dep in $?; do \ | ||
| 2084 | #>- case '$(am__configure_deps)' in \ | ||
| 2085 | #>- *$$dep*) \ | ||
| 2086 | luk | 1616 | @@ -538,9 +539,9 @@ |
| 2087 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2088 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2089 | |||
| 2090 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2091 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2092 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2093 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2094 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2095 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2096 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2097 | @$(NORMAL_INSTALL) | ||
| 2098 | luk | 1616 | --- akode/plugins/xiph_decoder/Makefile.in |
| 2099 | +++ akode/plugins/xiph_decoder/Makefile.in | ||
| 2100 | @@ -1,4 +1,4 @@ | ||
| 2101 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2102 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2103 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2104 | # @configure_input@ | ||
| 2105 | |||
| 2106 | @@ -16,8 +16,6 @@ | ||
| 2107 | @SET_MAKE@ | ||
| 2108 | |||
| 2109 | |||
| 2110 | -SOURCES = $(libakode_xiph_decoder_la_SOURCES) | ||
| 2111 | - | ||
| 2112 | srcdir = @srcdir@ | ||
| 2113 | top_srcdir = @top_srcdir@ | ||
| 2114 | VPATH = @srcdir@ | ||
| 2115 | @@ -254,6 +252,9 @@ | ||
| 2116 | dato-guest | 596 | LN_S = @LN_S@ |
| 2117 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2118 | MADLIBS = @MADLIBS@ | ||
| 2119 | +MAINT = @MAINT@ | ||
| 2120 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2121 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2122 | MAKEINFO = @MAKEINFO@ | ||
| 2123 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2124 | MCOPIDL = @MCOPIDL@ | ||
| 2125 | luk | 1616 | @@ -515,7 +516,7 @@ |
| 2126 | dato-guest | 596 | |
| 2127 | .SUFFIXES: | ||
| 2128 | .SUFFIXES: .cpp .lo .o .obj | ||
| 2129 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2130 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2131 | #>- @for dep in $?; do \ | ||
| 2132 | #>- case '$(am__configure_deps)' in \ | ||
| 2133 | #>- *$$dep*) \ | ||
| 2134 | luk | 1616 | @@ -553,9 +554,9 @@ |
| 2135 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2136 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2137 | |||
| 2138 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2139 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2140 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2141 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2142 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2143 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2144 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2145 | @$(NORMAL_INSTALL) | ||
| 2146 | luk | 1616 | @@ -840,7 +841,7 @@ |
| 2147 | chrsmrtn-guest | 1175 | |
| 2148 | |||
| 2149 | #>+ 2 | ||
| 2150 | -KDE_DIST=akodeVorbisStreamPlayObject.mcopclass akodeSpeexStreamPlayObject.mcopclass akodeXiphPlayObject.mcopclass Makefile.in xiph_decoder.h vorbis_decoder.h flac_decoder.h Makefile.am speex_decoder.h | ||
| 2151 | +KDE_DIST=akodeVorbisStreamPlayObject.mcopclass akodeSpeexStreamPlayObject.mcopclass akodeXiphPlayObject.mcopclass Makefile.in vorbis_decoder.h xiph_decoder.h flac_decoder.h Makefile.am speex_decoder.h | ||
| 2152 | |||
| 2153 | #>+ 3 | ||
| 2154 | clean-closures: | ||
| 2155 | luk | 1616 | --- akode/test/Makefile.in |
| 2156 | +++ akode/test/Makefile.in | ||
| 2157 | @@ -1,4 +1,4 @@ | ||
| 2158 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2159 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2160 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2161 | # @configure_input@ | ||
| 2162 | |||
| 2163 | @@ -15,8 +15,6 @@ | ||
| 2164 | |||
| 2165 | @SET_MAKE@ | ||
| 2166 | |||
| 2167 | -SOURCES = $(akodeplay_SOURCES) | ||
| 2168 | - | ||
| 2169 | srcdir = @srcdir@ | ||
| 2170 | top_srcdir = @top_srcdir@ | ||
| 2171 | VPATH = @srcdir@ | ||
| 2172 | @@ -236,6 +234,9 @@ | ||
| 2173 | dato-guest | 596 | LN_S = @LN_S@ |
| 2174 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2175 | MADLIBS = @MADLIBS@ | ||
| 2176 | +MAINT = @MAINT@ | ||
| 2177 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2178 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2179 | MAKEINFO = @MAKEINFO@ | ||
| 2180 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2181 | MCOPIDL = @MCOPIDL@ | ||
| 2182 | luk | 1616 | @@ -490,7 +491,7 @@ |
| 2183 | dato-guest | 596 | |
| 2184 | .SUFFIXES: | ||
| 2185 | .SUFFIXES: .cpp .lo .o .obj | ||
| 2186 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2187 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2188 | #>- @for dep in $?; do \ | ||
| 2189 | #>- case '$(am__configure_deps)' in \ | ||
| 2190 | #>- *$$dep*) \ | ||
| 2191 | luk | 1616 | @@ -528,9 +529,9 @@ |
| 2192 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2193 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2194 | |||
| 2195 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2196 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2197 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2198 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2199 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2200 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2201 | install-binPROGRAMS: $(bin_PROGRAMS) | ||
| 2202 | @$(NORMAL_INSTALL) | ||
| 2203 | luk | 1616 | --- arts/builder/Makefile.in |
| 2204 | +++ arts/builder/Makefile.in | ||
| 2205 | @@ -1,4 +1,4 @@ | ||
| 2206 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2207 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2208 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2209 | # @configure_input@ | ||
| 2210 | |||
| 2211 | @@ -17,8 +17,6 @@ | ||
| 2212 | |||
| 2213 | |||
| 2214 | |||
| 2215 | -SOURCES = $(artsbuilder_SOURCES) | ||
| 2216 | - | ||
| 2217 | srcdir = @srcdir@ | ||
| 2218 | top_srcdir = @top_srcdir@ | ||
| 2219 | VPATH = @srcdir@ | ||
| 2220 | @@ -283,6 +281,9 @@ | ||
| 2221 | dato-guest | 596 | LN_S = @LN_S@ |
| 2222 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2223 | MADLIBS = @MADLIBS@ | ||
| 2224 | +MAINT = @MAINT@ | ||
| 2225 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2226 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2227 | MAKEINFO = @MAKEINFO@ | ||
| 2228 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2229 | MCOPIDL = @MCOPIDL@ | ||
| 2230 | luk | 1616 | @@ -561,7 +562,7 @@ |
| 2231 | dato-guest | 596 | |
| 2232 | .SUFFIXES: | ||
| 2233 | .SUFFIXES: .cpp .lo .o .obj | ||
| 2234 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2235 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2236 | #>- @for dep in $?; do \ | ||
| 2237 | #>- case '$(am__configure_deps)' in \ | ||
| 2238 | #>- *$$dep*) \ | ||
| 2239 | luk | 1616 | @@ -599,9 +600,9 @@ |
| 2240 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2241 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2242 | |||
| 2243 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2244 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2245 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2246 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2247 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2248 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2249 | install-binPROGRAMS: $(bin_PROGRAMS) | ||
| 2250 | @$(NORMAL_INSTALL) | ||
| 2251 | luk | 1616 | @@ -1102,7 +1103,7 @@ |
| 2252 | chrsmrtn-guest | 1175 | -rm -f qttableview.moc interfacedlg.moc mwidget.moc portposdlg.moc main.moc execdlg.moc retrievedlg.moc propertypanel.moc menumaker.moc |
| 2253 | |||
| 2254 | #>+ 2 | ||
| 2255 | -KDE_DIST=artsbuilder.desktop structureport.h interfacedlg.h drawutils.h portposdlg.h dirmanager.h artsbuilderui.rc autorouter.h retrievedlg.h execdlg.h main.h Makefile.in FullDuplexTest.arts session.h createtool.h scomponent.h x-artsbuilder.desktop module.h propertypanel.h propertypanelbase.ui structure.h Makefile.am menumaker.h mwidget.h | ||
| 2256 | +KDE_DIST=artsbuilder.desktop structureport.h interfacedlg.h portposdlg.h drawutils.h dirmanager.h artsbuilderui.rc autorouter.h retrievedlg.h execdlg.h main.h Makefile.in FullDuplexTest.arts session.h createtool.h scomponent.h x-artsbuilder.desktop module.h propertypanel.h propertypanelbase.ui structure.h Makefile.am menumaker.h mwidget.h | ||
| 2257 | |||
| 2258 | #>+ 4 | ||
| 2259 | clean-ui: | ||
| 2260 | luk | 1616 | --- arts/builder/pics/Makefile.in |
| 2261 | +++ arts/builder/pics/Makefile.in | ||
| 2262 | @@ -1,4 +1,4 @@ | ||
| 2263 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2264 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2265 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2266 | # @configure_input@ | ||
| 2267 | |||
| 2268 | chrsmrtn-guest | 1391 | @@ -224,6 +224,9 @@ |
| 2269 | dato-guest | 596 | LN_S = @LN_S@ |
| 2270 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2271 | MADLIBS = @MADLIBS@ | ||
| 2272 | +MAINT = @MAINT@ | ||
| 2273 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2274 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2275 | MAKEINFO = @MAKEINFO@ | ||
| 2276 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2277 | MCOPIDL = @MCOPIDL@ | ||
| 2278 | chrsmrtn-guest | 1391 | @@ -482,7 +485,7 @@ |
| 2279 | dato-guest | 596 | all: docs-am all-am |
| 2280 | |||
| 2281 | .SUFFIXES: | ||
| 2282 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2283 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2284 | #>- @for dep in $?; do \ | ||
| 2285 | #>- case '$(am__configure_deps)' in \ | ||
| 2286 | #>- *$$dep*) \ | ||
| 2287 | chrsmrtn-guest | 1391 | @@ -520,9 +523,9 @@ |
| 2288 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2289 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2290 | |||
| 2291 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2292 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2293 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2294 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2295 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2296 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2297 | |||
| 2298 | mostlyclean-libtool: | ||
| 2299 | chrsmrtn-guest | 1391 | @@ -685,7 +688,7 @@ |
| 2300 | chrsmrtn-guest | 1175 | .NOEXPORT: |
| 2301 | |||
| 2302 | #>+ 2 | ||
| 2303 | -KDE_DIST=Synth_MUL.xpm Synth_SHELVE_CUTOFF.xpm cr16-app-artscontrol.png cr16-action-artsbuilderexecute.png Synth_ATAN_SATURATE.xpm Synth_PLAY_WAV.xpm Synth_MOOG_VCF.xpm Synth_XFADE.xpm Synth_BUS_UPLINK.xpm Synth_ENVELOPE_ADSR.xpm Synth_FILEPLAY.xpm Synth_DIV.xpm Synth_WAVE_SQUARE.xpm cr22-action-artsbuilderexecute.png Synth_SEQUENCE_FREQ.png Synth_PLAY.xpm Synth_RC.xpm Synth_DEBUG.xpm cr16-app-artsbuilder.png Synth_SEQUENCE.xpm Synth_AMAN_PLAY.xpm Synth_PLAY_AKAIS.xpm crsc-app-artsbuilder.svgz Synth_MIDI_DEBUG.xpm Synth_EMPTY.xpm Makefile.in Synth_MIDI_ROUTER.xpm Synth_WAVE_TRI.xpm Synth_AUTOPANNER.xpm Synth_MULTI_ADD.xpm Synth_WAVE_SAW.xpm Synth_BUS_DOWNLINK.xpm Synth_ADD.xpm crsc-app-artscontrol.svgz Synth_PLAY_AKAI.xpm Makefile.am Synth_WAVE_SIN.xpm Synth_PSCALE.xpm | ||
| 2304 | +KDE_DIST=Synth_MUL.xpm Synth_SHELVE_CUTOFF.xpm Synth_ATAN_SATURATE.xpm cr16-app-artscontrol.png cr16-action-artsbuilderexecute.png Synth_PLAY_WAV.xpm Synth_MOOG_VCF.xpm Synth_XFADE.xpm Synth_BUS_UPLINK.xpm Synth_ENVELOPE_ADSR.xpm Synth_FILEPLAY.xpm Synth_DIV.xpm Synth_WAVE_SQUARE.xpm cr22-action-artsbuilderexecute.png Synth_SEQUENCE_FREQ.png Synth_PLAY.xpm Synth_DEBUG.xpm cr16-app-artsbuilder.png Synth_RC.xpm Synth_SEQUENCE.xpm Synth_AMAN_PLAY.xpm Synth_PLAY_AKAIS.xpm Synth_MIDI_DEBUG.xpm crsc-app-artsbuilder.svgz Synth_EMPTY.xpm Makefile.in Synth_MIDI_ROUTER.xpm Synth_WAVE_TRI.xpm Synth_AUTOPANNER.xpm Synth_MULTI_ADD.xpm Synth_WAVE_SAW.xpm Synth_BUS_DOWNLINK.xpm Synth_ADD.xpm crsc-app-artscontrol.svgz Synth_PLAY_AKAI.xpm Makefile.am Synth_WAVE_SIN.xpm Synth_PSCALE.xpm | ||
| 2305 | |||
| 2306 | #>+ 2 | ||
| 2307 | docs-am: | ||
| 2308 | chrsmrtn-guest | 1391 | @@ -694,18 +697,18 @@ |
| 2309 | chrsmrtn-guest | 1175 | install-kde-icons: |
| 2310 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps | ||
| 2311 | $(INSTALL_DATA) $(srcdir)/crsc-app-artsbuilder.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/artsbuilder.svgz | ||
| 2312 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps | ||
| 2313 | - $(INSTALL_DATA) $(srcdir)/cr16-app-artsbuilder.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/artsbuilder.png | ||
| 2314 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions | ||
| 2315 | $(INSTALL_DATA) $(srcdir)/cr16-action-artsbuilderexecute.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsbuilderexecute.png | ||
| 2316 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions | ||
| 2317 | $(INSTALL_DATA) $(srcdir)/cr22-action-artsbuilderexecute.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsbuilderexecute.png | ||
| 2318 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps | ||
| 2319 | + $(INSTALL_DATA) $(srcdir)/cr16-app-artsbuilder.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/artsbuilder.png | ||
| 2320 | |||
| 2321 | uninstall-kde-icons: | ||
| 2322 | -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/artsbuilder.svgz | ||
| 2323 | - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/artsbuilder.png | ||
| 2324 | -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsbuilderexecute.png | ||
| 2325 | -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsbuilderexecute.png | ||
| 2326 | + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/artsbuilder.png | ||
| 2327 | |||
| 2328 | #>+ 15 | ||
| 2329 | force-reedit: | ||
| 2330 | luk | 1616 | --- arts/examples/Makefile.in |
| 2331 | +++ arts/examples/Makefile.in | ||
| 2332 | @@ -1,4 +1,4 @@ | ||
| 2333 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2334 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2335 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2336 | # @configure_input@ | ||
| 2337 | |||
| 2338 | chrsmrtn-guest | 1391 | @@ -213,6 +213,9 @@ |
| 2339 | dato-guest | 596 | LN_S = @LN_S@ |
| 2340 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2341 | MADLIBS = @MADLIBS@ | ||
| 2342 | +MAINT = @MAINT@ | ||
| 2343 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2344 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2345 | MAKEINFO = @MAKEINFO@ | ||
| 2346 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2347 | MCOPIDL = @MCOPIDL@ | ||
| 2348 | chrsmrtn-guest | 1391 | @@ -531,7 +534,7 @@ |
| 2349 | dato-guest | 596 | all: docs-am all-am |
| 2350 | |||
| 2351 | .SUFFIXES: | ||
| 2352 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2353 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2354 | #>- @for dep in $?; do \ | ||
| 2355 | #>- case '$(am__configure_deps)' in \ | ||
| 2356 | #>- *$$dep*) \ | ||
| 2357 | chrsmrtn-guest | 1391 | @@ -569,9 +572,9 @@ |
| 2358 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2359 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2360 | |||
| 2361 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2362 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2363 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2364 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2365 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2366 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2367 | |||
| 2368 | mostlyclean-libtool: | ||
| 2369 | chrsmrtn-guest | 1391 | @@ -750,7 +753,7 @@ |
| 2370 | chrsmrtn-guest | 1175 | .NOEXPORT: |
| 2371 | |||
| 2372 | #>+ 2 | ||
| 2373 | -KDE_DIST=example_cflanger.arts example_moog.arts instrument_slide.arts example_pulse.arts example_fm.arts example_tremolo.arts instrument_simple_square.arts example_play_wave.arts instrument_tri.arts instrument_nokind.arts example_multi_add.arts example_equalizer.arts example_pitchshift.arts mixer_element_eq.arts example_record.arts example_bus.arts instrument_neworgan.arts example_tri.arts example_cdelay.arts instrument_simple_sin.arts example_stereobeep.arts example_autopanner.arts instrument_full_square.arts template_Mixer_Element.arts effect_flanger_alone.arts example_atan_saturate.arts example_pscale.arts instrument_organ2.arts instrument_deepdrum.arts example_brickwall.arts example_dtmf1.arts example_square.arts example_capture_wav.arts instrument_flexible_slide.arts instrument_slide1.arts instrument_moog_vcf_tune.arts instrument_fm_horn.arts template_Instrument.arts instrument_square.arts instrument_chirpdrum.arts instrument_arts_all.arts-map checknames.sh Makefile.in instrument_flexible_slide_GUI.arts example_data.arts instrument_simple_tri.arts example_delay.arts example_noise.arts example_softsaw.arts example_shelve_cutoff.arts mixer_element_simple.arts example_sequence.arts effect_delay.arts template_Instrument_GUI.arts mixer_element_eqfx.arts instrument_hihat.arts template_Empty_Structure.arts instrument_moog_vcf_tune_GUI.arts example_freeverb.arts example_sine.arts effect_delay_alone.arts example_xfade.arts example_adsr.arts Makefile.am example_rc.arts | ||
| 2374 | +KDE_DIST=instrument_deepdrum.arts example_moog.arts example_brickwall.arts example_cflanger.arts instrument_slide.arts example_pulse.arts example_dtmf1.arts example_square.arts example_capture_wav.arts example_fm.arts example_tremolo.arts instrument_simple_square.arts instrument_slide1.arts instrument_flexible_slide.arts example_play_wave.arts instrument_tri.arts instrument_nokind.arts example_multi_add.arts instrument_moog_vcf_tune.arts example_equalizer.arts instrument_fm_horn.arts template_Instrument.arts example_pitchshift.arts example_record.arts mixer_element_eq.arts example_bus.arts instrument_neworgan.arts example_tri.arts instrument_square.arts example_cdelay.arts instrument_arts_all.arts-map instrument_chirpdrum.arts checknames.sh example_stereobeep.arts instrument_simple_sin.arts example_autopanner.arts Makefile.in instrument_flexible_slide_GUI.arts example_data.arts instrument_simple_tri.arts example_delay.arts example_noise.arts instrument_full_square.arts template_Mixer_Element.arts example_shelve_cutoff.arts example_softsaw.arts mixer_element_simple.arts effect_flanger_alone.arts example_atan_saturate.arts example_sequence.arts effect_delay.arts template_Instrument_GUI.arts mixer_element_eqfx.arts instrument_hihat.arts template_Empty_Structure.arts effect_delay_alone.arts instrument_moog_vcf_tune_GUI.arts example_freeverb.arts example_pscale.arts example_sine.arts example_xfade.arts example_adsr.arts instrument_organ2.arts Makefile.am example_rc.arts | ||
| 2375 | |||
| 2376 | #>+ 2 | ||
| 2377 | docs-am: | ||
| 2378 | luk | 1616 | --- arts/gui/common/Makefile.in |
| 2379 | +++ arts/gui/common/Makefile.in | ||
| 2380 | @@ -1,4 +1,4 @@ | ||
| 2381 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2382 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2383 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2384 | # @configure_input@ | ||
| 2385 | |||
| 2386 | @@ -17,8 +17,6 @@ | ||
| 2387 | |||
| 2388 | |||
| 2389 | |||
| 2390 | -SOURCES = $(libartsgui_la_SOURCES) $(libartsgui_idl_la_SOURCES) | ||
| 2391 | - | ||
| 2392 | srcdir = @srcdir@ | ||
| 2393 | top_srcdir = @top_srcdir@ | ||
| 2394 | VPATH = @srcdir@ | ||
| 2395 | @@ -256,6 +254,9 @@ | ||
| 2396 | dato-guest | 596 | LN_S = @LN_S@ |
| 2397 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2398 | MADLIBS = @MADLIBS@ | ||
| 2399 | +MAINT = @MAINT@ | ||
| 2400 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2401 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2402 | MAKEINFO = @MAKEINFO@ | ||
| 2403 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2404 | MCOPIDL = @MCOPIDL@ | ||
| 2405 | luk | 1616 | @@ -532,7 +533,7 @@ |
| 2406 | dato-guest | 596 | |
| 2407 | .SUFFIXES: | ||
| 2408 | .SUFFIXES: .cc .lo .o .obj | ||
| 2409 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2410 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2411 | #>- @for dep in $?; do \ | ||
| 2412 | #>- case '$(am__configure_deps)' in \ | ||
| 2413 | #>- *$$dep*) \ | ||
| 2414 | luk | 1616 | @@ -570,9 +571,9 @@ |
| 2415 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2416 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2417 | |||
| 2418 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2419 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2420 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2421 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2422 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2423 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2424 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2425 | @$(NORMAL_INSTALL) | ||
| 2426 | luk | 1616 | --- arts/gui/kde/Makefile.in |
| 2427 | +++ arts/gui/kde/Makefile.in | ||
| 2428 | @@ -1,4 +1,4 @@ | ||
| 2429 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2430 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2431 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2432 | # @configure_input@ | ||
| 2433 | |||
| 2434 | @@ -16,8 +16,6 @@ | ||
| 2435 | @SET_MAKE@ | ||
| 2436 | |||
| 2437 | |||
| 2438 | -SOURCES = $(libartsgui_kde_la_SOURCES) $(artstestgui_SOURCES) $(dbtest_SOURCES) | ||
| 2439 | - | ||
| 2440 | srcdir = @srcdir@ | ||
| 2441 | top_srcdir = @top_srcdir@ | ||
| 2442 | VPATH = @srcdir@ | ||
| 2443 | @@ -294,6 +292,9 @@ | ||
| 2444 | dato-guest | 596 | LN_S = @LN_S@ |
| 2445 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2446 | MADLIBS = @MADLIBS@ | ||
| 2447 | +MAINT = @MAINT@ | ||
| 2448 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2449 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2450 | MAKEINFO = @MAKEINFO@ | ||
| 2451 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2452 | MCOPIDL = @MCOPIDL@ | ||
| 2453 | luk | 1616 | @@ -576,7 +577,7 @@ |
| 2454 | dato-guest | 596 | |
| 2455 | .SUFFIXES: | ||
| 2456 | .SUFFIXES: .cpp .lo .o .obj | ||
| 2457 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2458 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2459 | #>- @for dep in $?; do \ | ||
| 2460 | #>- case '$(am__configure_deps)' in \ | ||
| 2461 | #>- *$$dep*) \ | ||
| 2462 | luk | 1616 | @@ -614,9 +615,9 @@ |
| 2463 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2464 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2465 | |||
| 2466 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2467 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2468 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2469 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2470 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2471 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2472 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2473 | @$(NORMAL_INSTALL) | ||
| 2474 | luk | 1616 | @@ -1122,18 +1123,18 @@ |
| 2475 | chrsmrtn-guest | 1175 | mocs: kcombobox_impl.moc |
| 2476 | |||
| 2477 | #>+ 3 | ||
| 2478 | -klevelmeter_normalbars.moc: $(srcdir)/klevelmeter_normalbars.h | ||
| 2479 | - $(MOC) $(srcdir)/klevelmeter_normalbars.h -o klevelmeter_normalbars.moc | ||
| 2480 | +klineedit_impl.moc: $(srcdir)/klineedit_impl.h | ||
| 2481 | + $(MOC) $(srcdir)/klineedit_impl.h -o klineedit_impl.moc | ||
| 2482 | |||
| 2483 | #>+ 2 | ||
| 2484 | -mocs: klevelmeter_normalbars.moc | ||
| 2485 | +mocs: klineedit_impl.moc | ||
| 2486 | |||
| 2487 | #>+ 3 | ||
| 2488 | -klineedit_impl.moc: $(srcdir)/klineedit_impl.h | ||
| 2489 | - $(MOC) $(srcdir)/klineedit_impl.h -o klineedit_impl.moc | ||
| 2490 | +klevelmeter_normalbars.moc: $(srcdir)/klevelmeter_normalbars.h | ||
| 2491 | + $(MOC) $(srcdir)/klevelmeter_normalbars.h -o klevelmeter_normalbars.moc | ||
| 2492 | |||
| 2493 | #>+ 2 | ||
| 2494 | -mocs: klineedit_impl.moc | ||
| 2495 | +mocs: klevelmeter_normalbars.moc | ||
| 2496 | |||
| 2497 | #>+ 3 | ||
| 2498 | kbutton_impl.moc: $(srcdir)/kbutton_impl.h | ||
| 2499 | luk | 1616 | @@ -1157,18 +1158,18 @@ |
| 2500 | chrsmrtn-guest | 1175 | mocs: kpoti.moc |
| 2501 | |||
| 2502 | #>+ 3 | ||
| 2503 | -kfader_impl.moc: $(srcdir)/kfader_impl.h | ||
| 2504 | - $(MOC) $(srcdir)/kfader_impl.h -o kfader_impl.moc | ||
| 2505 | +klevelmeter_linebars.moc: $(srcdir)/klevelmeter_linebars.h | ||
| 2506 | + $(MOC) $(srcdir)/klevelmeter_linebars.h -o klevelmeter_linebars.moc | ||
| 2507 | |||
| 2508 | #>+ 2 | ||
| 2509 | -mocs: kfader_impl.moc | ||
| 2510 | +mocs: klevelmeter_linebars.moc | ||
| 2511 | |||
| 2512 | #>+ 3 | ||
| 2513 | -klevelmeter_linebars.moc: $(srcdir)/klevelmeter_linebars.h | ||
| 2514 | - $(MOC) $(srcdir)/klevelmeter_linebars.h -o klevelmeter_linebars.moc | ||
| 2515 | +kfader_impl.moc: $(srcdir)/kfader_impl.h | ||
| 2516 | + $(MOC) $(srcdir)/kfader_impl.h -o kfader_impl.moc | ||
| 2517 | |||
| 2518 | #>+ 2 | ||
| 2519 | -mocs: klevelmeter_linebars.moc | ||
| 2520 | +mocs: kfader_impl.moc | ||
| 2521 | |||
| 2522 | #>+ 3 | ||
| 2523 | kpoti_impl.moc: $(srcdir)/kpoti_impl.h | ||
| 2524 | luk | 1616 | @@ -1200,10 +1201,10 @@ |
| 2525 | chrsmrtn-guest | 1175 | |
| 2526 | #>+ 3 | ||
| 2527 | clean-metasources: | ||
| 2528 | - -rm -f klabel_impl.moc kvolumefader_impl.moc klayoutbox_impl.moc kpopupbox_private.moc kspinbox_impl.moc klevelmeter_private.moc klevelmeter_firebars.moc kfader.moc kwidget_impl.moc kgraph.moc kcombobox_impl.moc klevelmeter_normalbars.moc klineedit_impl.moc kbutton_impl.moc dbtest.moc kpoti.moc kfader_impl.moc klevelmeter_linebars.moc kpoti_impl.moc klevelmeter_small.moc ktickmarks_impl.moc klevelmeter_template.moc | ||
| 2529 | + -rm -f klabel_impl.moc kvolumefader_impl.moc klayoutbox_impl.moc kpopupbox_private.moc kspinbox_impl.moc klevelmeter_private.moc klevelmeter_firebars.moc kfader.moc kwidget_impl.moc kgraph.moc kcombobox_impl.moc klineedit_impl.moc klevelmeter_normalbars.moc kbutton_impl.moc dbtest.moc kpoti.moc klevelmeter_linebars.moc kfader_impl.moc kpoti_impl.moc klevelmeter_small.moc ktickmarks_impl.moc klevelmeter_template.moc | ||
| 2530 | |||
| 2531 | #>+ 2 | ||
| 2532 | -KDE_DIST=dbtest.h kbutton_impl.h klevelmeter_linebars.h klevelmeter_firebars.h khbox_impl.h klevelmeter_normalbars.h kvbox_impl.h kpopupbox_impl.h kfader_impl.h klevelmeter_small.h klevelmeter_private.h kvolumefader_impl.h kgraph.h klevelmeter_template.h dbvolcalc.h klabel_impl.h kpopupbox_private.h kgraphline_impl.h ktickmarks_impl.h Makefile.in kfader.h klevelmeter_impl.h kpoti_impl.h kpoti.h kspinbox_impl.h kcombobox_impl.h Makefile.am klineedit_impl.h kgraph_impl.h | ||
| 2533 | +KDE_DIST=klevelmeter_private.h dbtest.h kbutton_impl.h kvolumefader_impl.h klevelmeter_linebars.h klevelmeter_firebars.h kgraph.h khbox_impl.h klevelmeter_template.h dbvolcalc.h klabel_impl.h klevelmeter_normalbars.h kpopupbox_private.h kvbox_impl.h kgraphline_impl.h kpopupbox_impl.h ktickmarks_impl.h Makefile.in kfader_impl.h kfader.h klevelmeter_small.h klevelmeter_impl.h kpoti_impl.h kpoti.h kspinbox_impl.h kcombobox_impl.h Makefile.am klineedit_impl.h kgraph_impl.h | ||
| 2534 | |||
| 2535 | #>+ 3 | ||
| 2536 | clean-closures: | ||
| 2537 | luk | 1616 | @@ -1251,7 +1252,7 @@ |
| 2538 | chrsmrtn-guest | 1175 | |
| 2539 | |||
| 2540 | #>+ 11 | ||
| 2541 | -libartsgui_kde_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kwidget_impl.cpp $(srcdir)/kbutton_impl.cpp $(srcdir)/kpoti_impl.cpp $(srcdir)/kpoti.cpp $(srcdir)/kwidgetrepo.cpp $(srcdir)/kartswidget.cpp $(srcdir)/klineedit_impl.cpp $(srcdir)/khbox_impl.cpp $(srcdir)/kvbox_impl.cpp $(srcdir)/kspinbox_impl.cpp $(srcdir)/kcombobox_impl.cpp $(srcdir)/kfader.cpp $(srcdir)/kfader_impl.cpp $(srcdir)/kgraph_impl.cpp $(srcdir)/kgraph.cpp $(srcdir)/kgraphline_impl.cpp $(srcdir)/kframe_impl.cpp $(srcdir)/klayoutbox_impl.cpp $(srcdir)/kpopupbox_impl.cpp $(srcdir)/klevelmeter_impl.cpp $(srcdir)/klevelmeter_small.cpp $(srcdir)/klevelmeter_linebars.cpp $(srcdir)/klevelmeter_normalbars.cpp $(srcdir)/klevelmeter_firebars.cpp $(srcdir)/ktickmarks_impl.cpp $(srcdir)/kvolumefader_impl.cpp $(srcdir)/klabel_impl.cpp klayoutbox_impl.moc kvolumefader_impl.moc klabel_impl.moc kpopupbox_private.moc klevelmeter_private.moc kspinbox_impl.moc klevelmeter_firebars.moc kfader.moc kwidget_impl.moc kgraph.moc kcombobox_impl.moc klineedit_impl.moc klevelmeter_normalbars.moc kbutton_impl.moc kpoti.moc kfader_impl.moc klevelmeter_linebars.moc kpoti_impl.moc klevelmeter_small.moc ktickmarks_impl.moc klevelmeter_template.moc | ||
| 2542 | +libartsgui_kde_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kwidget_impl.cpp $(srcdir)/kbutton_impl.cpp $(srcdir)/kpoti_impl.cpp $(srcdir)/kpoti.cpp $(srcdir)/kwidgetrepo.cpp $(srcdir)/kartswidget.cpp $(srcdir)/klineedit_impl.cpp $(srcdir)/khbox_impl.cpp $(srcdir)/kvbox_impl.cpp $(srcdir)/kspinbox_impl.cpp $(srcdir)/kcombobox_impl.cpp $(srcdir)/kfader.cpp $(srcdir)/kfader_impl.cpp $(srcdir)/kgraph_impl.cpp $(srcdir)/kgraph.cpp $(srcdir)/kgraphline_impl.cpp $(srcdir)/kframe_impl.cpp $(srcdir)/klayoutbox_impl.cpp $(srcdir)/kpopupbox_impl.cpp $(srcdir)/klevelmeter_impl.cpp $(srcdir)/klevelmeter_small.cpp $(srcdir)/klevelmeter_linebars.cpp $(srcdir)/klevelmeter_normalbars.cpp $(srcdir)/klevelmeter_firebars.cpp $(srcdir)/ktickmarks_impl.cpp $(srcdir)/kvolumefader_impl.cpp $(srcdir)/klabel_impl.cpp klayoutbox_impl.moc kvolumefader_impl.moc klabel_impl.moc kpopupbox_private.moc klevelmeter_private.moc kspinbox_impl.moc klevelmeter_firebars.moc kfader.moc kwidget_impl.moc kgraph.moc kcombobox_impl.moc klevelmeter_normalbars.moc klineedit_impl.moc kbutton_impl.moc kpoti.moc klevelmeter_linebars.moc kfader_impl.moc kpoti_impl.moc klevelmeter_small.moc ktickmarks_impl.moc klevelmeter_template.moc | ||
| 2543 | @echo 'creating libartsgui_kde_la.all_cpp.cpp ...'; \ | ||
| 2544 | rm -f libartsgui_kde_la.all_cpp.files libartsgui_kde_la.all_cpp.final; \ | ||
| 2545 | echo "#define KDE_USE_FINAL 1" >> libartsgui_kde_la.all_cpp.final; \ | ||
| 2546 | luk | 1616 | --- arts/gui/kde/mcopclass/Makefile.in |
| 2547 | +++ arts/gui/kde/mcopclass/Makefile.in | ||
| 2548 | @@ -1,4 +1,4 @@ | ||
| 2549 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2550 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2551 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2552 | # @configure_input@ | ||
| 2553 | |||
| 2554 | chrsmrtn-guest | 1391 | @@ -211,6 +211,9 @@ |
| 2555 | dato-guest | 596 | LN_S = @LN_S@ |
| 2556 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2557 | MADLIBS = @MADLIBS@ | ||
| 2558 | +MAINT = @MAINT@ | ||
| 2559 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2560 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2561 | MAKEINFO = @MAKEINFO@ | ||
| 2562 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2563 | MCOPIDL = @MCOPIDL@ | ||
| 2564 | chrsmrtn-guest | 1391 | @@ -465,7 +468,7 @@ |
| 2565 | dato-guest | 596 | all: docs-am all-am |
| 2566 | |||
| 2567 | .SUFFIXES: | ||
| 2568 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2569 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2570 | #>- @for dep in $?; do \ | ||
| 2571 | #>- case '$(am__configure_deps)' in \ | ||
| 2572 | #>- *$$dep*) \ | ||
| 2573 | chrsmrtn-guest | 1391 | @@ -503,9 +506,9 @@ |
| 2574 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2575 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2576 | |||
| 2577 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2578 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2579 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2580 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2581 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2582 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2583 | |||
| 2584 | mostlyclean-libtool: | ||
| 2585 | chrsmrtn-guest | 1391 | @@ -665,7 +668,7 @@ |
| 2586 | chrsmrtn-guest | 1175 | .NOEXPORT: |
| 2587 | |||
| 2588 | #>+ 2 | ||
| 2589 | -KDE_DIST=LevelMeter.mcopclass Button.mcopclass PopupBox.mcopclass HBox.mcopclass LineEdit.mcopclass Fader.mcopclass Widget.mcopclass VBox.mcopclass GraphLine.mcopclass Makefile.in Poti.mcopclass Graph.mcopclass Label.mcopclass LayoutBox.mcopclass Makefile.am SpinBox.mcopclass | ||
| 2590 | +KDE_DIST=LevelMeter.mcopclass Button.mcopclass Widget.mcopclass PopupBox.mcopclass HBox.mcopclass VBox.mcopclass GraphLine.mcopclass Makefile.in Poti.mcopclass LineEdit.mcopclass Graph.mcopclass Label.mcopclass LayoutBox.mcopclass Makefile.am SpinBox.mcopclass Fader.mcopclass | ||
| 2591 | |||
| 2592 | #>+ 2 | ||
| 2593 | docs-am: | ||
| 2594 | luk | 1616 | --- arts/gui/Makefile.in |
| 2595 | +++ arts/gui/Makefile.in | ||
| 2596 | @@ -1,4 +1,4 @@ | ||
| 2597 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2598 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2599 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2600 | # @configure_input@ | ||
| 2601 | |||
| 2602 | chrsmrtn-guest | 1391 | @@ -216,6 +216,9 @@ |
| 2603 | chrsmrtn-guest | 1060 | LN_S = @LN_S@ |
| 2604 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2605 | MADLIBS = @MADLIBS@ | ||
| 2606 | +MAINT = @MAINT@ | ||
| 2607 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2608 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2609 | MAKEINFO = @MAKEINFO@ | ||
| 2610 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2611 | MCOPIDL = @MCOPIDL@ | ||
| 2612 | chrsmrtn-guest | 1391 | @@ -467,7 +470,7 @@ |
| 2613 | chrsmrtn-guest | 1060 | all: docs-am all-recursive |
| 2614 | |||
| 2615 | .SUFFIXES: | ||
| 2616 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2617 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2618 | #>- @for dep in $?; do \ | ||
| 2619 | #>- case '$(am__configure_deps)' in \ | ||
| 2620 | #>- *$$dep*) \ | ||
| 2621 | chrsmrtn-guest | 1391 | @@ -505,9 +508,9 @@ |
| 2622 | chrsmrtn-guest | 1060 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2623 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2624 | |||
| 2625 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2626 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2627 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2628 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2629 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2630 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2631 | |||
| 2632 | mostlyclean-libtool: | ||
| 2633 | luk | 1616 | --- arts/Makefile.in |
| 2634 | +++ arts/Makefile.in | ||
| 2635 | @@ -1,4 +1,4 @@ | ||
| 2636 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2637 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2638 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2639 | # @configure_input@ | ||
| 2640 | |||
| 2641 | chrsmrtn-guest | 1391 | @@ -216,6 +216,9 @@ |
| 2642 | chrsmrtn-guest | 1060 | LN_S = @LN_S@ |
| 2643 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2644 | MADLIBS = @MADLIBS@ | ||
| 2645 | +MAINT = @MAINT@ | ||
| 2646 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2647 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2648 | MAKEINFO = @MAKEINFO@ | ||
| 2649 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2650 | MCOPIDL = @MCOPIDL@ | ||
| 2651 | chrsmrtn-guest | 1391 | @@ -467,7 +470,7 @@ |
| 2652 | chrsmrtn-guest | 1060 | all: docs-am all-recursive |
| 2653 | |||
| 2654 | .SUFFIXES: | ||
| 2655 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2656 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2657 | #>- @for dep in $?; do \ | ||
| 2658 | #>- case '$(am__configure_deps)' in \ | ||
| 2659 | #>- *$$dep*) \ | ||
| 2660 | chrsmrtn-guest | 1391 | @@ -505,9 +508,9 @@ |
| 2661 | chrsmrtn-guest | 1060 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2662 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2663 | |||
| 2664 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2665 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2666 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2667 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2668 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2669 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2670 | |||
| 2671 | mostlyclean-libtool: | ||
| 2672 | luk | 1616 | --- arts/midi/Makefile.in |
| 2673 | +++ arts/midi/Makefile.in | ||
| 2674 | @@ -1,4 +1,4 @@ | ||
| 2675 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2676 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2677 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2678 | # @configure_input@ | ||
| 2679 | |||
| 2680 | @@ -20,8 +20,6 @@ | ||
| 2681 | |||
| 2682 | |||
| 2683 | |||
| 2684 | -SOURCES = $(libartsmidi_la_SOURCES) $(libartsmidi_idl_la_SOURCES) $(midisend_SOURCES) $(midisynctest_SOURCES) | ||
| 2685 | - | ||
| 2686 | srcdir = @srcdir@ | ||
| 2687 | top_srcdir = @top_srcdir@ | ||
| 2688 | VPATH = @srcdir@ | ||
| 2689 | @@ -312,6 +310,9 @@ | ||
| 2690 | dato-guest | 596 | LN_S = @LN_S@ |
| 2691 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2692 | MADLIBS = @MADLIBS@ | ||
| 2693 | +MAINT = @MAINT@ | ||
| 2694 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2695 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2696 | MAKEINFO = @MAKEINFO@ | ||
| 2697 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2698 | MCOPIDL = @MCOPIDL@ | ||
| 2699 | luk | 1616 | @@ -603,7 +604,7 @@ |
| 2700 | dato-guest | 596 | |
| 2701 | .SUFFIXES: | ||
| 2702 | .SUFFIXES: .c .cc .lo .o .obj | ||
| 2703 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2704 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2705 | #>- @for dep in $?; do \ | ||
| 2706 | #>- case '$(am__configure_deps)' in \ | ||
| 2707 | #>- *$$dep*) \ | ||
| 2708 | luk | 1616 | @@ -641,9 +642,9 @@ |
| 2709 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2710 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2711 | |||
| 2712 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2713 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2714 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2715 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2716 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2717 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2718 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2719 | @$(NORMAL_INSTALL) | ||
| 2720 | luk | 1616 | @@ -1151,7 +1152,7 @@ |
| 2721 | chrsmrtn-guest | 1175 | |
| 2722 | |||
| 2723 | #>+ 2 | ||
| 2724 | -KDE_DIST=alsamidiport_impl.h midimanager_impl.h miditimercommon.h midimsg.h audiotimer.h midisyncgroup_impl.h midimanagerport_impl.h midisend.h README.midi audiosync_impl.h Makefile.in midiclient_impl.h timestampmath.h Makefile.am | ||
| 2725 | +KDE_DIST=midimanagerport_impl.h midisend.h alsamidiport_impl.h README.midi midimanager_impl.h miditimercommon.h midimsg.h audiosync_impl.h midiclient_impl.h Makefile.in timestampmath.h audiotimer.h midisyncgroup_impl.h Makefile.am | ||
| 2726 | |||
| 2727 | #>+ 3 | ||
| 2728 | clean-closures: | ||
| 2729 | luk | 1616 | --- arts/midi/mcopclass/Makefile.in |
| 2730 | +++ arts/midi/mcopclass/Makefile.in | ||
| 2731 | @@ -1,4 +1,4 @@ | ||
| 2732 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2733 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2734 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2735 | # @configure_input@ | ||
| 2736 | |||
| 2737 | chrsmrtn-guest | 1391 | @@ -211,6 +211,9 @@ |
| 2738 | dato-guest | 596 | LN_S = @LN_S@ |
| 2739 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2740 | MADLIBS = @MADLIBS@ | ||
| 2741 | +MAINT = @MAINT@ | ||
| 2742 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2743 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2744 | MAKEINFO = @MAKEINFO@ | ||
| 2745 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2746 | MCOPIDL = @MCOPIDL@ | ||
| 2747 | chrsmrtn-guest | 1391 | @@ -461,7 +464,7 @@ |
| 2748 | dato-guest | 596 | all: docs-am all-am |
| 2749 | |||
| 2750 | .SUFFIXES: | ||
| 2751 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2752 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2753 | #>- @for dep in $?; do \ | ||
| 2754 | #>- case '$(am__configure_deps)' in \ | ||
| 2755 | #>- *$$dep*) \ | ||
| 2756 | chrsmrtn-guest | 1391 | @@ -499,9 +502,9 @@ |
| 2757 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2758 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2759 | |||
| 2760 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2761 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2762 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2763 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2764 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2765 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2766 | |||
| 2767 | mostlyclean-libtool: | ||
| 2768 | luk | 1616 | --- arts/modules/common/Makefile.in |
| 2769 | +++ arts/modules/common/Makefile.in | ||
| 2770 | @@ -1,4 +1,4 @@ | ||
| 2771 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2772 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2773 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2774 | # @configure_input@ | ||
| 2775 | |||
| 2776 | @@ -17,8 +17,6 @@ | ||
| 2777 | |||
| 2778 | |||
| 2779 | |||
| 2780 | -SOURCES = $(libartsmodulescommon_la_SOURCES) | ||
| 2781 | - | ||
| 2782 | srcdir = @srcdir@ | ||
| 2783 | top_srcdir = @top_srcdir@ | ||
| 2784 | VPATH = @srcdir@ | ||
| 2785 | @@ -269,6 +267,9 @@ | ||
| 2786 | dato-guest | 596 | LN_S = @LN_S@ |
| 2787 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2788 | MADLIBS = @MADLIBS@ | ||
| 2789 | +MAINT = @MAINT@ | ||
| 2790 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2791 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2792 | MAKEINFO = @MAKEINFO@ | ||
| 2793 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2794 | MCOPIDL = @MCOPIDL@ | ||
| 2795 | luk | 1616 | @@ -563,7 +564,7 @@ |
| 2796 | dato-guest | 596 | |
| 2797 | .SUFFIXES: | ||
| 2798 | .SUFFIXES: .cc .lo .o .obj | ||
| 2799 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2800 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2801 | #>- @for dep in $?; do \ | ||
| 2802 | #>- case '$(am__configure_deps)' in \ | ||
| 2803 | #>- *$$dep*) \ | ||
| 2804 | luk | 1616 | @@ -601,9 +602,9 @@ |
| 2805 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2806 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2807 | |||
| 2808 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2809 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2810 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2811 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2812 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2813 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2814 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2815 | @$(NORMAL_INSTALL) | ||
| 2816 | luk | 1616 | --- arts/modules/effects/freeverb/Makefile.in |
| 2817 | +++ arts/modules/effects/freeverb/Makefile.in | ||
| 2818 | @@ -1,4 +1,4 @@ | ||
| 2819 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2820 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2821 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2822 | # @configure_input@ | ||
| 2823 | |||
| 2824 | @@ -15,8 +15,6 @@ | ||
| 2825 | |||
| 2826 | @SET_MAKE@ | ||
| 2827 | |||
| 2828 | -SOURCES = $(libfreeverb_la_SOURCES) | ||
| 2829 | - | ||
| 2830 | srcdir = @srcdir@ | ||
| 2831 | top_srcdir = @top_srcdir@ | ||
| 2832 | VPATH = @srcdir@ | ||
| 2833 | @@ -236,6 +234,9 @@ | ||
| 2834 | dato-guest | 596 | LN_S = @LN_S@ |
| 2835 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2836 | MADLIBS = @MADLIBS@ | ||
| 2837 | +MAINT = @MAINT@ | ||
| 2838 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2839 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2840 | MAKEINFO = @MAKEINFO@ | ||
| 2841 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2842 | MCOPIDL = @MCOPIDL@ | ||
| 2843 | luk | 1616 | @@ -487,7 +488,7 @@ |
| 2844 | dato-guest | 596 | |
| 2845 | .SUFFIXES: | ||
| 2846 | chrsmrtn-guest | 1060 | .SUFFIXES: .cpp .lo .o .obj |
| 2847 | dato-guest | 596 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 2848 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2849 | #>- @for dep in $?; do \ | ||
| 2850 | #>- case '$(am__configure_deps)' in \ | ||
| 2851 | #>- *$$dep*) \ | ||
| 2852 | luk | 1616 | @@ -525,9 +526,9 @@ |
| 2853 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2854 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2855 | |||
| 2856 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2857 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2858 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2859 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2860 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2861 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2862 | chrsmrtn-guest | 1060 | |
| 2863 | clean-noinstLTLIBRARIES: | ||
| 2864 | luk | 1616 | @@ -758,7 +759,7 @@ |
| 2865 | chrsmrtn-guest | 1175 | .NOEXPORT: |
| 2866 | |||
| 2867 | #>+ 2 | ||
| 2868 | -KDE_DIST=tuning.h readme.txt denormals.h comb.hpp revmodel.hpp Makefile.in allpass.hpp Makefile.am | ||
| 2869 | +KDE_DIST=tuning.h readme.txt revmodel.hpp Makefile.in denormals.h allpass.hpp Makefile.am comb.hpp | ||
| 2870 | |||
| 2871 | #>+ 2 | ||
| 2872 | docs-am: | ||
| 2873 | luk | 1616 | --- arts/modules/effects/Makefile.in |
| 2874 | +++ arts/modules/effects/Makefile.in | ||
| 2875 | @@ -1,4 +1,4 @@ | ||
| 2876 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2877 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2878 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2879 | # @configure_input@ | ||
| 2880 | |||
| 2881 | @@ -17,8 +17,6 @@ | ||
| 2882 | |||
| 2883 | |||
| 2884 | |||
| 2885 | -SOURCES = $(libartsmoduleseffects_la_SOURCES) | ||
| 2886 | - | ||
| 2887 | srcdir = @srcdir@ | ||
| 2888 | top_srcdir = @top_srcdir@ | ||
| 2889 | VPATH = @srcdir@ | ||
| 2890 | @@ -292,6 +290,9 @@ | ||
| 2891 | dato-guest | 596 | LN_S = @LN_S@ |
| 2892 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2893 | MADLIBS = @MADLIBS@ | ||
| 2894 | +MAINT = @MAINT@ | ||
| 2895 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2896 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2897 | MAKEINFO = @MAKEINFO@ | ||
| 2898 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2899 | MCOPIDL = @MCOPIDL@ | ||
| 2900 | luk | 1616 | @@ -601,7 +602,7 @@ |
| 2901 | dato-guest | 596 | |
| 2902 | .SUFFIXES: | ||
| 2903 | .SUFFIXES: .cc .cpp .lo .o .obj | ||
| 2904 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2905 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2906 | #>- @for dep in $?; do \ | ||
| 2907 | #>- case '$(am__configure_deps)' in \ | ||
| 2908 | #>- *$$dep*) \ | ||
| 2909 | luk | 1616 | @@ -639,9 +640,9 @@ |
| 2910 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2911 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2912 | |||
| 2913 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2914 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2915 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2916 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2917 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2918 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2919 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 2920 | @$(NORMAL_INSTALL) | ||
| 2921 | luk | 1616 | --- arts/modules/Makefile.in |
| 2922 | +++ arts/modules/Makefile.in | ||
| 2923 | @@ -1,4 +1,4 @@ | ||
| 2924 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2925 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2926 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2927 | # @configure_input@ | ||
| 2928 | |||
| 2929 | @@ -19,8 +19,6 @@ | ||
| 2930 | |||
| 2931 | |||
| 2932 | |||
| 2933 | -SOURCES = $(libartsmodules_la_SOURCES) | ||
| 2934 | - | ||
| 2935 | srcdir = @srcdir@ | ||
| 2936 | top_srcdir = @top_srcdir@ | ||
| 2937 | VPATH = @srcdir@ | ||
| 2938 | @@ -274,6 +272,9 @@ | ||
| 2939 | dato-guest | 596 | LN_S = @LN_S@ |
| 2940 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2941 | MADLIBS = @MADLIBS@ | ||
| 2942 | +MAINT = @MAINT@ | ||
| 2943 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 2944 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 2945 | MAKEINFO = @MAKEINFO@ | ||
| 2946 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 2947 | MCOPIDL = @MCOPIDL@ | ||
| 2948 | luk | 1616 | @@ -573,7 +574,7 @@ |
| 2949 | dato-guest | 596 | |
| 2950 | .SUFFIXES: | ||
| 2951 | chrsmrtn-guest | 1060 | .SUFFIXES: .cc .lo .o .obj |
| 2952 | dato-guest | 596 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 2953 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 2954 | #>- @for dep in $?; do \ | ||
| 2955 | #>- case '$(am__configure_deps)' in \ | ||
| 2956 | #>- *$$dep*) \ | ||
| 2957 | luk | 1616 | @@ -611,9 +612,9 @@ |
| 2958 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 2959 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2960 | |||
| 2961 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 2962 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 2963 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2964 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 2965 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 2966 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 2967 | chrsmrtn-guest | 1060 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 2968 | @$(NORMAL_INSTALL) | ||
| 2969 | luk | 1616 | @@ -1023,7 +1024,7 @@ |
| 2970 | chrsmrtn-guest | 1175 | |
| 2971 | |||
| 2972 | #>+ 2 | ||
| 2973 | -KDE_DIST=README.subdirs README.modules Makefile.in README.environments Makefile.am | ||
| 2974 | +KDE_DIST=README.modules README.subdirs Makefile.in README.environments Makefile.am | ||
| 2975 | |||
| 2976 | #>+ 3 | ||
| 2977 | clean-closures: | ||
| 2978 | luk | 1616 | --- arts/modules/mixers/Makefile.in |
| 2979 | +++ arts/modules/mixers/Makefile.in | ||
| 2980 | @@ -1,4 +1,4 @@ | ||
| 2981 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 2982 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 2983 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 2984 | # @configure_input@ | ||
| 2985 | |||
| 2986 | @@ -17,8 +17,6 @@ | ||
| 2987 | |||
| 2988 | |||
| 2989 | |||
| 2990 | -SOURCES = $(libartsmodulesmixers_la_SOURCES) | ||
| 2991 | - | ||
| 2992 | srcdir = @srcdir@ | ||
| 2993 | top_srcdir = @top_srcdir@ | ||
| 2994 | VPATH = @srcdir@ | ||
| 2995 | @@ -267,6 +265,9 @@ | ||
| 2996 | dato-guest | 596 | LN_S = @LN_S@ |
| 2997 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 2998 | MADLIBS = @MADLIBS@ | ||
| 2999 | +MAINT = @MAINT@ | ||
| 3000 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 3001 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 3002 | MAKEINFO = @MAKEINFO@ | ||
| 3003 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 3004 | MCOPIDL = @MCOPIDL@ | ||
| 3005 | luk | 1616 | @@ -567,7 +568,7 @@ |
| 3006 | dato-guest | 596 | |
| 3007 | .SUFFIXES: | ||
| 3008 | .SUFFIXES: .cc .lo .o .obj | ||
| 3009 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3010 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3011 | #>- @for dep in $?; do \ | ||
| 3012 | #>- case '$(am__configure_deps)' in \ | ||
| 3013 | #>- *$$dep*) \ | ||
| 3014 | luk | 1616 | @@ -605,9 +606,9 @@ |
| 3015 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 3016 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3017 | |||
| 3018 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 3019 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 3020 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3021 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 3022 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 3023 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3024 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 3025 | @$(NORMAL_INSTALL) | ||
| 3026 | luk | 1616 | --- arts/modules/synth/Makefile.in |
| 3027 | +++ arts/modules/synth/Makefile.in | ||
| 3028 | @@ -1,4 +1,4 @@ | ||
| 3029 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 3030 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 3031 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 3032 | # @configure_input@ | ||
| 3033 | |||
| 3034 | @@ -17,8 +17,6 @@ | ||
| 3035 | |||
| 3036 | |||
| 3037 | |||
| 3038 | -SOURCES = $(libartsmodulessynth_la_SOURCES) | ||
| 3039 | - | ||
| 3040 | srcdir = @srcdir@ | ||
| 3041 | top_srcdir = @top_srcdir@ | ||
| 3042 | VPATH = @srcdir@ | ||
| 3043 | @@ -297,6 +295,9 @@ | ||
| 3044 | dato-guest | 596 | LN_S = @LN_S@ |
| 3045 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 3046 | MADLIBS = @MADLIBS@ | ||
| 3047 | +MAINT = @MAINT@ | ||
| 3048 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 3049 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 3050 | MAKEINFO = @MAKEINFO@ | ||
| 3051 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 3052 | MCOPIDL = @MCOPIDL@ | ||
| 3053 | luk | 1616 | @@ -602,7 +603,7 @@ |
| 3054 | dato-guest | 596 | |
| 3055 | .SUFFIXES: | ||
| 3056 | .SUFFIXES: .c .cc .lo .o .obj | ||
| 3057 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3058 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3059 | #>- @for dep in $?; do \ | ||
| 3060 | #>- case '$(am__configure_deps)' in \ | ||
| 3061 | #>- *$$dep*) \ | ||
| 3062 | luk | 1616 | @@ -640,9 +641,9 @@ |
| 3063 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 3064 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3065 | |||
| 3066 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 3067 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 3068 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3069 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 3070 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 3071 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3072 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 3073 | @$(NORMAL_INSTALL) | ||
| 3074 | luk | 1616 | --- arts/runtime/Makefile.in |
| 3075 | +++ arts/runtime/Makefile.in | ||
| 3076 | @@ -1,4 +1,4 @@ | ||
| 3077 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 3078 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 3079 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 3080 | # @configure_input@ | ||
| 3081 | |||
| 3082 | @@ -21,8 +21,6 @@ | ||
| 3083 | |||
| 3084 | |||
| 3085 | |||
| 3086 | -SOURCES = $(libartsbuilder_la_SOURCES) | ||
| 3087 | - | ||
| 3088 | srcdir = @srcdir@ | ||
| 3089 | top_srcdir = @top_srcdir@ | ||
| 3090 | VPATH = @srcdir@ | ||
| 3091 | @@ -264,6 +262,9 @@ | ||
| 3092 | dato-guest | 596 | LN_S = @LN_S@ |
| 3093 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 3094 | MADLIBS = @MADLIBS@ | ||
| 3095 | +MAINT = @MAINT@ | ||
| 3096 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 3097 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 3098 | MAKEINFO = @MAKEINFO@ | ||
| 3099 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 3100 | MCOPIDL = @MCOPIDL@ | ||
| 3101 | luk | 1616 | @@ -541,7 +542,7 @@ |
| 3102 | dato-guest | 596 | |
| 3103 | .SUFFIXES: | ||
| 3104 | .SUFFIXES: .cc .lo .o .obj | ||
| 3105 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3106 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3107 | #>- @for dep in $?; do \ | ||
| 3108 | #>- case '$(am__configure_deps)' in \ | ||
| 3109 | #>- *$$dep*) \ | ||
| 3110 | luk | 1616 | @@ -579,9 +580,9 @@ |
| 3111 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 3112 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3113 | |||
| 3114 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 3115 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 3116 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3117 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 3118 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 3119 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3120 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 3121 | @$(NORMAL_INSTALL) | ||
| 3122 | luk | 1616 | @@ -914,7 +915,7 @@ |
| 3123 | chrsmrtn-guest | 1175 | |
| 3124 | |||
| 3125 | #>+ 2 | ||
| 3126 | -KDE_DIST=StructureDesc.mcopclass StructureBuilder.mcopclass ArtsBuilderLoader.mcopclass sequenceutils.h compatibility.h LocalFactory.mcopclass moduleinfo.h Makefile.in Makefile.am | ||
| 3127 | +KDE_DIST=LocalFactory.mcopclass moduleinfo.h Makefile.in StructureDesc.mcopclass StructureBuilder.mcopclass ArtsBuilderLoader.mcopclass sequenceutils.h compatibility.h Makefile.am | ||
| 3128 | |||
| 3129 | #>+ 3 | ||
| 3130 | clean-closures: | ||
| 3131 | luk | 1616 | --- arts/tools/Makefile.in |
| 3132 | +++ arts/tools/Makefile.in | ||
| 3133 | @@ -1,4 +1,4 @@ | ||
| 3134 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 3135 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 3136 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 3137 | # @configure_input@ | ||
| 3138 | |||
| 3139 | @@ -17,8 +17,6 @@ | ||
| 3140 | |||
| 3141 | |||
| 3142 | |||
| 3143 | -SOURCES = $(libartscontrolapplet_la_SOURCES) $(libartscontrolsupport_la_SOURCES) $(artscontrol_SOURCES) | ||
| 3144 | - | ||
| 3145 | srcdir = @srcdir@ | ||
| 3146 | top_srcdir = @top_srcdir@ | ||
| 3147 | VPATH = @srcdir@ | ||
| 3148 | @@ -300,6 +298,9 @@ | ||
| 3149 | dato-guest | 596 | LN_S = @LN_S@ |
| 3150 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 3151 | MADLIBS = @MADLIBS@ | ||
| 3152 | +MAINT = @MAINT@ | ||
| 3153 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 3154 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 3155 | MAKEINFO = @MAKEINFO@ | ||
| 3156 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 3157 | MCOPIDL = @MCOPIDL@ | ||
| 3158 | luk | 1616 | @@ -621,7 +622,7 @@ |
| 3159 | dato-guest | 596 | |
| 3160 | .SUFFIXES: | ||
| 3161 | .SUFFIXES: .cpp .lo .o .obj | ||
| 3162 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3163 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3164 | #>- @for dep in $?; do \ | ||
| 3165 | #>- case '$(am__configure_deps)' in \ | ||
| 3166 | #>- *$$dep*) \ | ||
| 3167 | luk | 1616 | @@ -659,9 +660,9 @@ |
| 3168 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 3169 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3170 | |||
| 3171 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 3172 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 3173 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3174 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 3175 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 3176 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3177 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 3178 | @$(NORMAL_INSTALL) | ||
| 3179 | luk | 1616 | @@ -1173,18 +1174,18 @@ |
| 3180 | chrsmrtn-guest | 1175 | mocs: audiomanager.moc |
| 3181 | |||
| 3182 | #>+ 3 | ||
| 3183 | -artscontrolapplet.moc: $(srcdir)/artscontrolapplet.h | ||
| 3184 | - $(MOC) $(srcdir)/artscontrolapplet.h -o artscontrolapplet.moc | ||
| 3185 | +midimanagerview.moc: $(srcdir)/midimanagerview.h | ||
| 3186 | + $(MOC) $(srcdir)/midimanagerview.h -o midimanagerview.moc | ||
| 3187 | |||
| 3188 | #>+ 2 | ||
| 3189 | -mocs: artscontrolapplet.moc | ||
| 3190 | +mocs: midimanagerview.moc | ||
| 3191 | |||
| 3192 | #>+ 3 | ||
| 3193 | -midimanagerview.moc: $(srcdir)/midimanagerview.h | ||
| 3194 | - $(MOC) $(srcdir)/midimanagerview.h -o midimanagerview.moc | ||
| 3195 | +artscontrolapplet.moc: $(srcdir)/artscontrolapplet.h | ||
| 3196 | + $(MOC) $(srcdir)/artscontrolapplet.h -o artscontrolapplet.moc | ||
| 3197 | |||
| 3198 | #>+ 2 | ||
| 3199 | -mocs: midimanagerview.moc | ||
| 3200 | +mocs: artscontrolapplet.moc | ||
| 3201 | |||
| 3202 | #>+ 3 | ||
| 3203 | choosebusdlg.moc: $(srcdir)/choosebusdlg.h | ||
| 3204 | luk | 1616 | @@ -1253,10 +1254,10 @@ |
| 3205 | chrsmrtn-guest | 1175 | |
| 3206 | #>+ 3 | ||
| 3207 | clean-metasources: | ||
| 3208 | - -rm -f mediatypesview.moc statusview.moc templateview.moc artsactions.moc audiomanager.moc artscontrolapplet.moc midimanagerview.moc choosebusdlg.moc main.moc midiinstdlg.moc midiportdlg.moc environmentview.moc levelmeters.moc fftscopeview.moc artscontrolapplet_private.moc | ||
| 3209 | + -rm -f mediatypesview.moc statusview.moc templateview.moc artsactions.moc audiomanager.moc midimanagerview.moc artscontrolapplet.moc choosebusdlg.moc main.moc midiinstdlg.moc midiportdlg.moc environmentview.moc levelmeters.moc fftscopeview.moc artscontrolapplet_private.moc | ||
| 3210 | |||
| 3211 | #>+ 2 | ||
| 3212 | -KDE_DIST=artscontrolapplet_private.h midiportdlg.h artsactions.h artscontrol.desktop audiomanager.h levelmeters.h midiinstdlg.h main.h midimanagerdlg.ui artscontrolapplet.desktop midimanagerwidget.ui statusview.h artscontrolapplet.h environmentview.h templateview.h mediatypesview.h Makefile.in fftscopeview.h midimanagerview.h artsmidimanagerview.rc artscontrol.rc Makefile.am choosebusdlg.h | ||
| 3213 | +KDE_DIST=artscontrolapplet_private.h midiportdlg.h artscontrolapplet.h environmentview.h templateview.h artsactions.h artscontrol.desktop audiomanager.h levelmeters.h midiinstdlg.h main.h midimanagerdlg.ui mediatypesview.h Makefile.in fftscopeview.h midimanagerview.h artsmidimanagerview.rc artscontrol.rc midimanagerwidget.ui artscontrolapplet.desktop statusview.h Makefile.am choosebusdlg.h | ||
| 3214 | |||
| 3215 | #>+ 5 | ||
| 3216 | clean-ui: | ||
| 3217 | luk | 1616 | --- arts/tools/pics/Makefile.in |
| 3218 | +++ arts/tools/pics/Makefile.in | ||
| 3219 | @@ -1,4 +1,4 @@ | ||
| 3220 | -# Makefile.in generated by automake 1.9.5 from Makefile.am. | ||
| 3221 | +# Makefile.in generated by automake 1.9.6 from Makefile.am. | ||
| 3222 | # KDE tags expanded automatically by am_edit - $Revision: 406248 $ | ||
| 3223 | # @configure_input@ | ||
| 3224 | |||
| 3225 | chrsmrtn-guest | 1391 | @@ -201,6 +201,9 @@ |
| 3226 | dato-guest | 596 | LN_S = @LN_S@ |
| 3227 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 3228 | MADLIBS = @MADLIBS@ | ||
| 3229 | +MAINT = @MAINT@ | ||
| 3230 | +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
| 3231 | +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
| 3232 | MAKEINFO = @MAKEINFO@ | ||
| 3233 | MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ | ||
| 3234 | MCOPIDL = @MCOPIDL@ | ||
| 3235 | chrsmrtn-guest | 1391 | @@ -450,7 +453,7 @@ |
| 3236 | dato-guest | 596 | all: docs-am all-am |
| 3237 | |||
| 3238 | .SUFFIXES: | ||
| 3239 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3240 | +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 3241 | #>- @for dep in $?; do \ | ||
| 3242 | #>- case '$(am__configure_deps)' in \ | ||
| 3243 | #>- *$$dep*) \ | ||
| 3244 | chrsmrtn-guest | 1391 | @@ -488,9 +491,9 @@ |
| 3245 | dato-guest | 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 3246 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3247 | |||
| 3248 | -$(top_srcdir)/configure: $(am__configure_deps) | ||
| 3249 | +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 3250 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3251 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
| 3252 | +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 3253 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 3254 | |||
| 3255 | mostlyclean-libtool: | ||
| 3256 | chrsmrtn-guest | 1391 | @@ -633,7 +636,7 @@ |
| 3257 | chrsmrtn-guest | 1175 | .NOEXPORT: |
| 3258 | |||
| 3259 | #>+ 2 | ||
| 3260 | -KDE_DIST=crsc-action-artsmidimanager.svg cr64-action-artsaudiomanager.png cr22-action-artsfftscope.png cr22-action-artsenvironment.png cr32-action-artsfftscope.png cr22-action-artsmediatypes.png cr22-app-artscontrol.png cr48-action-artsmediatypes.png cr64-action-artsmediatypes.png cr64-action-artsfftscope.png cr48-action-artsfftscope.png cr128-action-artsenvironment.png cr32-action-artsmidimanager.png cr32-action-artsenvironment.png cr16-action-artsaudiomanager.png cr32-action-artsaudiomanager.png crsc-action-artsaudiomanager.svg cr64-action-artsenvironment.png cr48-action-artsaudiomanager.png cr16-action-artsmidimanager.png cr16-app-artscontrol.png cr16-action-artsenvironment.png crsc-action-artsfftscope.svg cr48-action-artsenvironment.png cr128-action-artsfftscope.png cr32-action-artsmediatypes.png cr64-action-artsmidimanager.png cr48-app-artscontrol.png cr32-app-artscontrol.png cr16-action-artsfftscope.png cr22-action-artsmidimanager.png crsc-action-artsmediatypes.svg cr128-action-artsaudiomanager.png Makefile.in cr48-action-artsmidimanager.png cr128-app-artscontrol.png crsc-app-artscontrol.svg cr16-action-artsmediatypes.png cr64-app-artscontrol.png cr128-action-artsmidimanager.png cr22-action-artsaudiomanager.png crsc-action-artsenvironment.svg Makefile.am cr128-action-artsmediatypes.png | ||
| 3261 | +KDE_DIST=crsc-action-artsmidimanager.svg cr48-action-artsaudiomanager.png cr16-action-artsmidimanager.png cr64-action-artsaudiomanager.png cr16-app-artscontrol.png cr16-action-artsenvironment.png cr22-action-artsfftscope.png crsc-action-artsfftscope.svg cr22-action-artsenvironment.png cr32-action-artsfftscope.png cr48-action-artsenvironment.png cr22-action-artsmediatypes.png cr128-action-artsfftscope.png cr22-app-artscontrol.png cr32-action-artsmediatypes.png cr64-action-artsmidimanager.png cr48-action-artsmediatypes.png cr48-app-artscontrol.png cr64-action-artsmediatypes.png cr32-app-artscontrol.png cr64-action-artsfftscope.png cr48-action-artsfftscope.png cr16-action-artsfftscope.png cr22-action-artsmidimanager.png cr128-action-artsenvironment.png cr32-action-artsmidimanager.png crsc-action-artsmediatypes.svg cr128-action-artsaudiomanager.png Makefile.in cr48-action-artsmidimanager.png cr128-app-artscontrol.png crsc-app-artscontrol.svg cr16-action-artsmediatypes.png cr32-action-artsenvironment.png cr64-app-artscontrol.png cr128-action-artsmidimanager.png cr32-action-artsaudiomanager.png cr16-action-artsaudiomanager.png crsc-action-artsaudiomanager.svg cr22-action-artsaudiomanager.png cr64-action-artsenvironment.png crsc-action-artsenvironment.svg Makefile.am cr128-action-artsmediatypes.png | ||
| 3262 | |||
| 3263 | #>+ 2 | ||
| 3264 | docs-am: | ||
| 3265 | chrsmrtn-guest | 1391 | @@ -641,105 +644,105 @@ |
| 3266 | chrsmrtn-guest | 1175 | #>+ 102 |
| 3267 | install-kde-icons: | ||
| 3268 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions | ||
| 3269 | - $(INSTALL_DATA) $(srcdir)/cr22-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsfftscope.png | ||
| 3270 | + $(INSTALL_DATA) $(srcdir)/cr22-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsaudiomanager.png | ||
| 3271 | + $(INSTALL_DATA) $(srcdir)/cr22-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsmidimanager.png | ||
| 3272 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions | ||
| 3273 | + $(INSTALL_DATA) $(srcdir)/crsc-action-artsmidimanager.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsmidimanager.svg | ||
| 3274 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions | ||
| 3275 | + $(INSTALL_DATA) $(srcdir)/cr64-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsmidimanager.png | ||
| 3276 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps | ||
| 3277 | $(INSTALL_DATA) $(srcdir)/cr22-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/artscontrol.png | ||
| 3278 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps | ||
| 3279 | - $(INSTALL_DATA) $(srcdir)/cr64-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/artscontrol.png | ||
| 3280 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions | ||
| 3281 | - $(INSTALL_DATA) $(srcdir)/cr128-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsaudiomanager.png | ||
| 3282 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps | ||
| 3283 | - $(INSTALL_DATA) $(srcdir)/cr48-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/artscontrol.png | ||
| 3284 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions | ||
| 3285 | - $(INSTALL_DATA) $(srcdir)/crsc-action-artsaudiomanager.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsaudiomanager.svg | ||
| 3286 | - $(INSTALL_DATA) $(srcdir)/cr128-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsenvironment.png | ||
| 3287 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions | ||
| 3288 | - $(INSTALL_DATA) $(srcdir)/cr32-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsaudiomanager.png | ||
| 3289 | + $(INSTALL_DATA) $(srcdir)/cr32-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsmediatypes.png | ||
| 3290 | + $(INSTALL_DATA) $(srcdir)/crsc-action-artsaudiomanager.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsaudiomanager.svg | ||
| 3291 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions | ||
| 3292 | + $(INSTALL_DATA) $(srcdir)/cr48-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsmidimanager.png | ||
| 3293 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions | ||
| 3294 | $(INSTALL_DATA) $(srcdir)/cr16-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsaudiomanager.png | ||
| 3295 | - $(INSTALL_DATA) $(srcdir)/cr22-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsmediatypes.png | ||
| 3296 | - $(INSTALL_DATA) $(srcdir)/cr128-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsmidimanager.png | ||
| 3297 | - $(INSTALL_DATA) $(srcdir)/cr22-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsenvironment.png | ||
| 3298 | - $(INSTALL_DATA) $(srcdir)/cr32-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsenvironment.png | ||
| 3299 | - $(INSTALL_DATA) $(srcdir)/cr16-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsenvironment.png | ||
| 3300 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions | ||
| 3301 | - $(INSTALL_DATA) $(srcdir)/cr64-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsenvironment.png | ||
| 3302 | - $(INSTALL_DATA) $(srcdir)/cr64-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsmediatypes.png | ||
| 3303 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps | ||
| 3304 | - $(INSTALL_DATA) $(srcdir)/cr128-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/artscontrol.png | ||
| 3305 | - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions | ||
| 3306 | - $(INSTALL_DATA) $(srcdir)/cr48-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsmediatypes.png | ||
| 3307 | - $(INSTALL_DATA) $(srcdir)/cr48-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsenvironment.png | ||
| 3308 | - $(INSTALL_DATA) $(srcdir)/cr22-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsmidimanager.png | ||
| 3309 | - $(INSTALL_DATA) $(srcdir)/cr32-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsmidimanager.png | ||
| 3310 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions | ||
| 3311 | + $(INSTALL_DATA) $(srcdir)/cr128-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsfftscope.png | ||
| 3312 | + $(INSTALL_DATA) $(srcdir)/cr64-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsaudiomanager.png | ||
| 3313 | + $(INSTALL_DATA) $(srcdir)/cr128-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsmediatypes.png | ||
| 3314 | + $(INSTALL_DATA) $(srcdir)/cr22-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsfftscope.png | ||
| 3315 | + $(INSTALL_DATA) $(srcdir)/cr128-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsaudiomanager.png | ||
| 3316 | $(INSTALL_DATA) $(srcdir)/cr64-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsfftscope.png | ||
| 3317 | - $(INSTALL_DATA) $(srcdir)/cr16-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsmidimanager.png | ||
| 3318 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps | ||
| 3319 | $(INSTALL_DATA) $(srcdir)/crsc-app-artscontrol.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/artscontrol.svg | ||
| 3320 | - $(INSTALL_DATA) $(srcdir)/cr48-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsfftscope.png | ||
| 3321 | - $(INSTALL_DATA) $(srcdir)/cr64-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsmidimanager.png | ||
| 3322 | + $(INSTALL_DATA) $(srcdir)/cr16-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsfftscope.png | ||
| 3323 | + $(INSTALL_DATA) $(srcdir)/cr16-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsmediatypes.png | ||
| 3324 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps | ||
| 3325 | + $(INSTALL_DATA) $(srcdir)/cr128-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/artscontrol.png | ||
| 3326 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps | ||
| 3327 | $(INSTALL_DATA) $(srcdir)/cr32-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/artscontrol.png | ||
| 3328 | - $(INSTALL_DATA) $(srcdir)/cr48-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsmidimanager.png | ||
| 3329 | + $(INSTALL_DATA) $(srcdir)/cr22-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsmediatypes.png | ||
| 3330 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps | ||
| 3331 | + $(INSTALL_DATA) $(srcdir)/cr64-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/artscontrol.png | ||
| 3332 | + $(INSTALL_DATA) $(srcdir)/cr128-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsenvironment.png | ||
| 3333 | + $(INSTALL_DATA) $(srcdir)/cr32-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsenvironment.png | ||
| 3334 | + $(INSTALL_DATA) $(srcdir)/cr48-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsaudiomanager.png | ||
| 3335 | + $(INSTALL_DATA) $(srcdir)/cr16-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsenvironment.png | ||
| 3336 | + $(INSTALL_DATA) $(srcdir)/cr64-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsmediatypes.png | ||
| 3337 | $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps | ||
| 3338 | $(INSTALL_DATA) $(srcdir)/cr16-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/artscontrol.png | ||
| 3339 | - $(INSTALL_DATA) $(srcdir)/cr128-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsmediatypes.png | ||
| 3340 | - $(INSTALL_DATA) $(srcdir)/cr22-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsaudiomanager.png | ||
| 3341 | - $(INSTALL_DATA) $(srcdir)/cr128-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsfftscope.png | ||
| 3342 | + $(INSTALL_DATA) $(srcdir)/cr128-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsmidimanager.png | ||
| 3343 | + $(INSTALL_DATA) $(srcdir)/cr32-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsfftscope.png | ||
| 3344 | + $(INSTALL_DATA) $(srcdir)/cr32-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsaudiomanager.png | ||
| 3345 | + $(INSTALL_DATA) $(srcdir)/cr32-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsmidimanager.png | ||
| 3346 | + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps | ||
| 3347 | + $(INSTALL_DATA) $(srcdir)/cr48-app-artscontrol.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/artscontrol.png | ||
| 3348 | + $(INSTALL_DATA) $(srcdir)/cr16-action-artsmidimanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsmidimanager.png | ||
| 3349 | + $(INSTALL_DATA) $(srcdir)/crsc-action-artsfftscope.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsfftscope.svg | ||
| 3350 | + $(INSTALL_DATA) $(srcdir)/cr22-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsenvironment.png | ||
| 3351 | $(INSTALL_DATA) $(srcdir)/crsc-action-artsenvironment.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsenvironment.svg | ||
| 3352 | + $(INSTALL_DATA) $(srcdir)/cr64-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsenvironment.png | ||
| 3353 | $(INSTALL_DATA) $(srcdir)/crsc-action-artsmediatypes.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsmediatypes.svg | ||
| 3354 | - $(INSTALL_DATA) $(srcdir)/cr64-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsaudiomanager.png | ||
| 3355 | - $(INSTALL_DATA) $(srcdir)/cr48-action-artsaudiomanager.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsaudiomanager.png | ||
| 3356 | - $(INSTALL_DATA) $(srcdir)/cr32-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsmediatypes.png | ||
| 3357 | - $(INSTALL_DATA) $(srcdir)/crsc-action-artsfftscope.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsfftscope.svg | ||
| 3358 | - $(INSTALL_DATA) $(srcdir)/cr16-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsmediatypes.png | ||
| 3359 | - $(INSTALL_DATA) $(srcdir)/cr32-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/artsfftscope.png | ||
| 3360 | - $(INSTALL_DATA) $(srcdir)/crsc-action-artsmidimanager.svg $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsmidimanager.svg | ||
| 3361 | - $(INSTALL_DATA) $(srcdir)/cr16-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/artsfftscope.png | ||
| 3362 | + $(INSTALL_DATA) $(srcdir)/cr48-action-artsmediatypes.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsmediatypes.png | ||
| 3363 | + $(INSTALL_DATA) $(srcdir)/cr48-action-artsenvironment.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsenvironment.png | ||
| 3364 | + $(INSTALL_DATA) $(srcdir)/cr48-action-artsfftscope.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/artsfftscope.png | ||
| 3365 | |||
| 3366 | uninstall-kde-icons: | ||
| 3367 | - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsfftscope.png | ||
| 3368 | + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsaudiomanager.png | ||
| 3369 | + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/artsmidimanager.png | ||
| 3370 | + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/artsmidimanager.svg | ||
| 3371 | + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/artsmidimanager.png | ||
| 3372 | -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/artscontrol.png | ||
| 3373 | - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/artscontrol.png | ||
| 3374 | - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/artsaudiomanager.png | ||
| 3375 | - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/artscontrol.png | ||
| 3376 |