Commit cc691b81 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Updated XSLT filter (AstrOmatic theme).

parent 52be881e
...@@ -114,7 +114,6 @@ DATE2 = @DATE2@ ...@@ -114,7 +114,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -139,7 +138,6 @@ LN_S = @LN_S@ ...@@ -139,7 +138,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -207,7 +205,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -207,7 +205,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
...@@ -13,15 +13,15 @@ ...@@ -13,15 +13,15 @@
m4_ifndef([AC_AUTOCONF_VERSION], m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(AC_AUTOCONF_VERSION, [2.63],, m4_if(AC_AUTOCONF_VERSION, [2.61],,
[m4_warning([this file was generated for autoconf 2.63. [m4_warning([this file was generated for autoconf 2.61.
You have another version of autoconf. It may work, but is not guaranteed to. You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely. If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])]) To do so, use the procedure documented by the package, typically `autoreconf'.])])
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
# serial 52 AC_PROG_LIBTOOL # serial 51 AC_PROG_LIBTOOL
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
...@@ -109,6 +109,7 @@ AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl ...@@ -109,6 +109,7 @@ AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
AC_REQUIRE([AC_OBJEXT])dnl AC_REQUIRE([AC_OBJEXT])dnl
AC_REQUIRE([AC_EXEEXT])dnl AC_REQUIRE([AC_EXEEXT])dnl
dnl dnl
AC_LIBTOOL_SYS_MAX_CMD_LEN AC_LIBTOOL_SYS_MAX_CMD_LEN
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
AC_LIBTOOL_OBJDIR AC_LIBTOOL_OBJDIR
...@@ -210,8 +211,6 @@ file_magic*) ...@@ -210,8 +211,6 @@ file_magic*)
;; ;;
esac esac
_LT_REQUIRED_DARWIN_CHECKS
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
enable_win32_dll=yes, enable_win32_dll=no) enable_win32_dll=yes, enable_win32_dll=no)
...@@ -291,80 +290,9 @@ ac_outfile=conftest.$ac_objext ...@@ -291,80 +290,9 @@ ac_outfile=conftest.$ac_objext
echo "$lt_simple_link_test_code" >conftest.$ac_ext echo "$lt_simple_link_test_code" >conftest.$ac_ext
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
_lt_linker_boilerplate=`cat conftest.err` _lt_linker_boilerplate=`cat conftest.err`
$rm -r conftest* $rm conftest*
])# _LT_LINKER_BOILERPLATE ])# _LT_LINKER_BOILERPLATE
# _LT_REQUIRED_DARWIN_CHECKS
# --------------------------
# Check for some things on darwin
AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
case $host_os in
rhapsody* | darwin*)
AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
[lt_cv_apple_cc_single_mod=no
if test -z "${LT_MULTI_MODULE}"; then
# By default we will add the -single_module flag. You can override
# by either setting the environment variable LT_MULTI_MODULE
# non-empty at configure time, or by adding -multi_module to the
# link flags.
echo "int foo(void){return 1;}" > conftest.c
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-dynamiclib ${wl}-single_module conftest.c
if test -f libconftest.dylib; then
lt_cv_apple_cc_single_mod=yes
rm -rf libconftest.dylib*
fi
rm conftest.c
fi])
AC_CACHE_CHECK([for -exported_symbols_list linker flag],
[lt_cv_ld_exported_symbols_list],
[lt_cv_ld_exported_symbols_list=no
save_LDFLAGS=$LDFLAGS
echo "_main" > conftest.sym
LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
[lt_cv_ld_exported_symbols_list=yes],
[lt_cv_ld_exported_symbols_list=no])
LDFLAGS="$save_LDFLAGS"
])
case $host_os in
rhapsody* | darwin1.[[0123]])
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
darwin1.*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
darwin*)
# if running on 10.5 or later, the deployment target defaults
# to the OS version, if on x86, and 10.4, the deployment
# target defaults to 10.4. Don't you love it?
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
10.[[012]]*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
10.*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
esac
;;
esac
if test "$lt_cv_apple_cc_single_mod" = "yes"; then
_lt_dar_single_mod='$single_module'
fi
if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
_lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
else
_lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
fi
if test "$DSYMUTIL" != ":"; then
_lt_dsymutil="~$DSYMUTIL \$lib || :"
else
_lt_dsymutil=
fi
;;
esac
])
# _LT_AC_SYS_LIBPATH_AIX # _LT_AC_SYS_LIBPATH_AIX
# ---------------------- # ----------------------
...@@ -690,11 +618,7 @@ sparc*-*solaris*) ...@@ -690,11 +618,7 @@ sparc*-*solaris*)
*64-bit*) *64-bit*)
case $lt_cv_prog_gnu_ld in case $lt_cv_prog_gnu_ld in
yes*) LD="${LD-ld} -m elf64_sparc" ;; yes*) LD="${LD-ld} -m elf64_sparc" ;;
*) *) LD="${LD-ld} -64" ;;
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
LD="${LD-ld} -64"
fi
;;
esac esac
;; ;;
esac esac
...@@ -787,7 +711,7 @@ AC_CACHE_CHECK([$1], [$2], ...@@ -787,7 +711,7 @@ AC_CACHE_CHECK([$1], [$2],
$2=yes $2=yes
fi fi
fi fi
$rm -r conftest* $rm conftest*
LDFLAGS="$save_LDFLAGS" LDFLAGS="$save_LDFLAGS"
]) ])
...@@ -1058,7 +982,7 @@ else ...@@ -1058,7 +982,7 @@ else
AC_CHECK_FUNC([shl_load], AC_CHECK_FUNC([shl_load],
[lt_cv_dlopen="shl_load"], [lt_cv_dlopen="shl_load"],
[AC_CHECK_LIB([dld], [shl_load], [AC_CHECK_LIB([dld], [shl_load],
[lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
[AC_CHECK_FUNC([dlopen], [AC_CHECK_FUNC([dlopen],
[lt_cv_dlopen="dlopen"], [lt_cv_dlopen="dlopen"],
[AC_CHECK_LIB([dl], [dlopen], [AC_CHECK_LIB([dl], [dlopen],
...@@ -1066,7 +990,7 @@ else ...@@ -1066,7 +990,7 @@ else
[AC_CHECK_LIB([svld], [dlopen], [AC_CHECK_LIB([svld], [dlopen],
[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
[AC_CHECK_LIB([dld], [dld_link], [AC_CHECK_LIB([dld], [dld_link],
[lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
]) ])
]) ])
]) ])
...@@ -1383,7 +1307,7 @@ aix3*) ...@@ -1383,7 +1307,7 @@ aix3*)
soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
;; ;;
aix[[4-9]]*) aix4* | aix5*)
version_type=linux version_type=linux
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
...@@ -1906,13 +1830,6 @@ esac ...@@ -1906,13 +1830,6 @@ esac
AC_MSG_RESULT([$dynamic_linker]) AC_MSG_RESULT([$dynamic_linker])
test "$dynamic_linker" = no && can_build_shared=no test "$dynamic_linker" = no && can_build_shared=no
AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
variables_saved_for_relink="PATH $shlibpath_var $runpath_var" variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
if test "$GCC" = yes; then if test "$GCC" = yes; then
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
...@@ -2412,7 +2329,7 @@ lt_cv_deplibs_check_method='unknown' ...@@ -2412,7 +2329,7 @@ lt_cv_deplibs_check_method='unknown'
# whether `pass_all' will *always* work, you probably want this one. # whether `pass_all' will *always* work, you probably want this one.
case $host_os in case $host_os in
aix[[4-9]]*) aix4* | aix5*)
lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
;; ;;
...@@ -2848,7 +2765,7 @@ aix3*) ...@@ -2848,7 +2765,7 @@ aix3*)
fi fi
;; ;;
aix[[4-9]]*) aix4* | aix5*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
test "$enable_shared" = yes && enable_static=no test "$enable_shared" = yes && enable_static=no
fi fi
...@@ -2905,7 +2822,6 @@ _LT_AC_TAGVAR(postdep_objects, $1)= ...@@ -2905,7 +2822,6 @@ _LT_AC_TAGVAR(postdep_objects, $1)=
_LT_AC_TAGVAR(predeps, $1)= _LT_AC_TAGVAR(predeps, $1)=
_LT_AC_TAGVAR(postdeps, $1)= _LT_AC_TAGVAR(postdeps, $1)=
_LT_AC_TAGVAR(compiler_lib_search_path, $1)= _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
# Source file extension for C++ test sources. # Source file extension for C++ test sources.
ac_ext=cpp ac_ext=cpp
...@@ -3015,7 +2931,7 @@ case $host_os in ...@@ -3015,7 +2931,7 @@ case $host_os in
# FIXME: insert proper C++ library support # FIXME: insert proper C++ library support
_LT_AC_TAGVAR(ld_shlibs, $1)=no _LT_AC_TAGVAR(ld_shlibs, $1)=no
;; ;;
aix[[4-9]]*) aix4* | aix5*)
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
# On IA64, the linker does run time linking by default, so we don't # On IA64, the linker does run time linking by default, so we don't
# have to do anything special. # have to do anything special.
...@@ -3028,7 +2944,7 @@ case $host_os in ...@@ -3028,7 +2944,7 @@ case $host_os in
# Test if we are trying to use run time linking or normal # Test if we are trying to use run time linking or normal
# AIX style linking. If -brtl is somewhere in LDFLAGS, we # AIX style linking. If -brtl is somewhere in LDFLAGS, we
# need to do runtime linking. # need to do runtime linking.
case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
for ld_flag in $LDFLAGS; do for ld_flag in $LDFLAGS; do
case $ld_flag in case $ld_flag in
*-brtl*) *-brtl*)
...@@ -3174,23 +3090,51 @@ case $host_os in ...@@ -3174,23 +3090,51 @@ case $host_os in
fi fi
;; ;;
darwin* | rhapsody*) darwin* | rhapsody*)
case $host_os in
rhapsody* | darwin1.[[012]])
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
;;
*) # Darwin 1.3 on
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
else
case ${MACOSX_DEPLOYMENT_TARGET} in
10.[[012]])
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
;;
10.*)
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
;;
esac
fi
;;
esac
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
_LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_direct, $1)=no
_LT_AC_TAGVAR(hardcode_automatic, $1)=yes _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
_LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
if test "$GXX" = yes ; then if test "$GXX" = yes ; then
lt_int_apple_cc_single_mod=no
output_verbose_link_cmd='echo' output_verbose_link_cmd='echo'
_LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
_LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" lt_int_apple_cc_single_mod=yes
_LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
_LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
if test "$lt_cv_apple_cc_single_mod" != "yes"; then
_LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -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${_lt_dsymutil}"
_LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -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${_lt_dar_export_syms}${_lt_dsymutil}"
fi fi
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
else
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -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'
fi
_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
_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}'
else
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -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}'
fi
_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}'
else else
case $cc_basename in case $cc_basename in
xlc*) xlc*)
...@@ -3441,7 +3385,7 @@ case $host_os in ...@@ -3441,7 +3385,7 @@ case $host_os in
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
;; ;;
pgCC* | pgcpp*) pgCC*)
# Portland Group C++ compiler # Portland Group C++ compiler
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
...@@ -3876,8 +3820,7 @@ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld ...@@ -3876,8 +3820,7 @@ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
# compiler output when linking a shared library. # compiler output when linking a shared library.
# Parse the compiler output and extract the necessary # Parse the compiler output and extract the necessary
# objects, libraries and library flags. # objects, libraries and library flags.
AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
[AC_REQUIRE([LT_AC_PROG_SED])dnl
dnl we can't use the lt_simple_compile_test_code here, dnl we can't use the lt_simple_compile_test_code here,
dnl because it contains code intended for an executable, dnl because it contains code intended for an executable,
dnl not a library. It's possible we should let each dnl not a library. It's possible we should let each
...@@ -4002,11 +3945,6 @@ fi ...@@ -4002,11 +3945,6 @@ fi
$rm -f confest.$objext $rm -f confest.$objext
_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
fi
# PORTME: override above test on systems where it is broken # PORTME: override above test on systems where it is broken
ifelse([$1],[CXX], ifelse([$1],[CXX],
[case $host_os in [case $host_os in
...@@ -4063,6 +4001,7 @@ solaris*) ...@@ -4063,6 +4001,7 @@ solaris*)
;; ;;
esac esac
]) ])
case " $_LT_AC_TAGVAR(postdeps, $1) " in case " $_LT_AC_TAGVAR(postdeps, $1) " in
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
esac esac
...@@ -4147,7 +4086,7 @@ aix3*) ...@@ -4147,7 +4086,7 @@ aix3*)
postinstall_cmds='$RANLIB $lib' postinstall_cmds='$RANLIB $lib'
fi fi
;; ;;
aix[[4-9]]*) aix4* | aix5*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
test "$enable_shared" = yes && enable_static=no test "$enable_shared" = yes && enable_static=no
fi fi
...@@ -4324,7 +4263,6 @@ if test -f "$ltmain"; then ...@@ -4324,7 +4263,6 @@ if test -f "$ltmain"; then
_LT_AC_TAGVAR(predeps, $1) \ _LT_AC_TAGVAR(predeps, $1) \
_LT_AC_TAGVAR(postdeps, $1) \ _LT_AC_TAGVAR(postdeps, $1) \
_LT_AC_TAGVAR(compiler_lib_search_path, $1) \ _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
_LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
_LT_AC_TAGVAR(archive_cmds, $1) \ _LT_AC_TAGVAR(archive_cmds, $1) \
_LT_AC_TAGVAR(archive_expsym_cmds, $1) \ _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
_LT_AC_TAGVAR(postinstall_cmds, $1) \ _LT_AC_TAGVAR(postinstall_cmds, $1) \
...@@ -4387,7 +4325,7 @@ ifelse([$1], [], ...@@ -4387,7 +4325,7 @@ ifelse([$1], [],
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
# NOTE: Changes made to this file will be lost: look at ltmain.sh. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
# #
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
# #
# This file is part of GNU Libtool: # This file is part of GNU Libtool:
...@@ -4624,10 +4562,6 @@ predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) ...@@ -4624,10 +4562,6 @@ predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
# shared library. # shared library.
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
# The directories searched by this compiler when creating a shared
# library
compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
# The library search path used internally by the compiler when linking # The library search path used internally by the compiler when linking
# a shared library. # a shared library.
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
...@@ -4977,7 +4911,7 @@ EOF ...@@ -4977,7 +4911,7 @@ EOF
echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
cat conftest.$ac_ext >&5 cat conftest.$ac_ext >&5
fi fi
rm -rf conftest* conftst* rm -f conftest* conftst*
# Do not use the global_symbol_pipe unless it works. # Do not use the global_symbol_pipe unless it works.
if test "$pipe_works" = yes; then if test "$pipe_works" = yes; then
...@@ -5034,8 +4968,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -5034,8 +4968,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
# built for inclusion in a dll (and should export symbols for example). # built for inclusion in a dll (and should export symbols for example).
# Although the cygwin gcc ignores -fPIC, still need this for old-style # Although the cygwin gcc ignores -fPIC, still need this for old-style
# (--disable-auto-import) libraries # (--disable-auto-import) libraries
m4_if([$1], [GCJ], [], _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
;; ;;
darwin* | rhapsody*) darwin* | rhapsody*)
# PIC is the default on this platform # PIC is the default on this platform
...@@ -5072,7 +5005,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -5072,7 +5005,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
esac esac
else else
case $host_os in case $host_os in
aix[[4-9]]*) aix4* | aix5*)
# All AIX code is PIC. # All AIX code is PIC.
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
# AIX 5 now supports IA64 processor # AIX 5 now supports IA64 processor
...@@ -5168,7 +5101,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -5168,7 +5101,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
;; ;;
pgCC* | pgcpp*) pgCC*)
# Portland Group C++ compiler. # Portland Group C++ compiler.
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
...@@ -5319,8 +5252,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -5319,8 +5252,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
# built for inclusion in a dll (and should export symbols for example). # built for inclusion in a dll (and should export symbols for example).
# Although the cygwin gcc ignores -fPIC, still need this for old-style # Although the cygwin gcc ignores -fPIC, still need this for old-style
# (--disable-auto-import) libraries # (--disable-auto-import) libraries
m4_if([$1], [GCJ], [], _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
;; ;;
darwin* | rhapsody*) darwin* | rhapsody*)
...@@ -5390,8 +5322,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -5390,8 +5322,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
mingw* | cygwin* | pw32* | os2*) mingw* | cygwin* | pw32* | os2*)
# This hack is so that the source file can tell whether it is being # This hack is so that the source file can tell whether it is being
# built for inclusion in a dll (and should export symbols for example). # built for inclusion in a dll (and should export symbols for example).
m4_if([$1], [GCJ], [], _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
;; ;;
hpux9* | hpux10* | hpux11*) hpux9* | hpux10* | hpux11*)
...@@ -5528,7 +5459,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) ...@@ -5528,7 +5459,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
# #
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
_LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1), _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
[$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
[case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
"" | " "*) ;; "" | " "*) ;;
...@@ -5552,7 +5483,7 @@ esac ...@@ -5552,7 +5483,7 @@ esac
# #
wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
_LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1), _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
$lt_tmp_static_flag, $lt_tmp_static_flag,
[], [],
[_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
...@@ -5568,7 +5499,7 @@ AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ...@@ -5568,7 +5499,7 @@ AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
ifelse([$1],[CXX],[ ifelse([$1],[CXX],[
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
case $host_os in case $host_os in
aix[[4-9]]*) aix4* | aix5*)
# If we're using GNU nm, then we don't want the "-C" option. # If we're using GNU nm, then we don't want the "-C" option.
# -C means demangle to AIX nm, but means don't demangle with GNU nm # -C means demangle to AIX nm, but means don't demangle with GNU nm
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
...@@ -5587,7 +5518,6 @@ ifelse([$1],[CXX],[ ...@@ -5587,7 +5518,6 @@ ifelse([$1],[CXX],[
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
;; ;;
esac esac
_LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
],[ ],[
runpath_var= runpath_var=
_LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(allow_undefined_flag, $1)=
...@@ -5618,14 +5548,12 @@ ifelse([$1],[CXX],[ ...@@ -5618,14 +5548,12 @@ ifelse([$1],[CXX],[
# it will be wrapped by ` (' and `)$', so one must not match beginning or # it will be wrapped by ` (' and `)$', so one must not match beginning or
# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
# as well as any symbol that contains `d'. # as well as any symbol that contains `d'.
_LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
# platforms (ab)use it in PIC code, but their linkers get confused if # platforms (ab)use it in PIC code, but their linkers get confused if
# the symbol is explicitly referenced. Since portable code cannot # the symbol is explicitly referenced. Since portable code cannot
# rely on this symbol name, it's probably fine to never include it in # rely on this symbol name, it's probably fine to never include it in
# preloaded symbol tables. # preloaded symbol tables.
# Exclude shared library initialization/finalization symbols.
dnl Note also adjust exclude_expsyms for C++ above.
extract_expsyms_cmds= extract_expsyms_cmds=
# Just being paranoid about ensuring that cc_basename is set. # Just being paranoid about ensuring that cc_basename is set.
_LT_CC_BASENAME([$compiler]) _LT_CC_BASENAME([$compiler])
...@@ -5675,7 +5603,7 @@ dnl Note also adjust exclude_expsyms for C++ above. ...@@ -5675,7 +5603,7 @@ dnl Note also adjust exclude_expsyms for C++ above.
# See if GNU ld supports shared libraries. # See if GNU ld supports shared libraries.
case $host_os in case $host_os in
aix[[3-9]]*) aix3* | aix4* | aix5*)
# On AIX/PPC, the GNU linker is very broken # On AIX/PPC, the GNU linker is very broken
if test "$host_cpu" != ia64; then if test "$host_cpu" != ia64; then
_LT_AC_TAGVAR(ld_shlibs, $1)=no _LT_AC_TAGVAR(ld_shlibs, $1)=no
...@@ -5894,7 +5822,7 @@ _LT_EOF ...@@ -5894,7 +5822,7 @@ _LT_EOF
fi fi
;; ;;
aix[[4-9]]*) aix4* | aix5*)
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
# On IA64, the linker does run time linking by default, so we don't # On IA64, the linker does run time linking by default, so we don't
# have to do anything special. # have to do anything special.
...@@ -5914,7 +5842,7 @@ _LT_EOF ...@@ -5914,7 +5842,7 @@ _LT_EOF
# Test if we are trying to use run time linking or normal # Test if we are trying to use run time linking or normal
# AIX style linking. If -brtl is somewhere in LDFLAGS, we # AIX style linking. If -brtl is somewhere in LDFLAGS, we
# need to do runtime linking. # need to do runtime linking.
case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
for ld_flag in $LDFLAGS; do for ld_flag in $LDFLAGS; do
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
aix_use_runtimelinking=yes aix_use_runtimelinking=yes
...@@ -6074,10 +6002,11 @@ _LT_EOF ...@@ -6074,10 +6002,11 @@ _LT_EOF
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
if test "$GCC" = yes ; then if test "$GCC" = yes ; then
output_verbose_link_cmd='echo' output_verbose_link_cmd='echo'
_LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
_LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
_LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
_LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" _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}'
_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}'
else else
case $cc_basename in case $cc_basename in
xlc*) xlc*)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -78,7 +78,6 @@ DATE2 = @DATE2@ ...@@ -78,7 +78,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -103,7 +102,6 @@ LN_S = @LN_S@ ...@@ -103,7 +102,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -171,7 +169,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -171,7 +169,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
.TH SEXTRACTOR "1" "March 2009" "SWarp 2.8.5" "User Commands" .TH SEXTRACTOR "1" "April 2009" "SWarp 2.8.5" "User Commands"
.SH NAME .SH NAME
sex \- extract a source catalog from an astronomical FITS image sex \- extract a source catalog from an astronomical FITS image
.SH SYNOPSIS .SH SYNOPSIS
......
...@@ -121,7 +121,6 @@ DATE2 = @DATE2@ ...@@ -121,7 +121,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -146,7 +145,6 @@ LN_S = @LN_S@ ...@@ -146,7 +145,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -214,7 +212,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -214,7 +212,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* Contents: global definitions. * Contents: global definitions.
* *
* Last modify: 14/11/2008 * Last modify: 31/03/2009
* *
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/ */
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
/* Check if we are using a configure script here */ /* Check if we are using a configure script here */
#ifndef HAVE_CONFIG_H #ifndef HAVE_CONFIG_H
#define VERSION "2.x" #define VERSION "2.x"
#define DATE "2006-01-12" #define DATE "2009-03-31"
#define THREADS_NMAX 16 /* max. number of threads */ #define THREADS_NMAX 16 /* max. number of threads */
#endif #endif
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
//#endif //#endif
#define EXECUTABLE "sex" #define EXECUTABLE "sex"
#define COPYRIGHT "Emmanuel BERTIN <bertin@iap.fr>" #define COPYRIGHT "Emmanuel BERTIN <bertin@iap.fr>"
#define WEBSITE "http://terapix.iap.fr/soft/sextractor" #define WEBSITE "http://astromatic.iap.fr/software/sextractor"
#define INSTITUTE "TERAPIX team at IAP http://terapix.iap.fr" #define INSTITUTE "IAP http://www.iap.fr"
/*--------------------------- Internal constants ----------------------------*/ /*--------------------------- Internal constants ----------------------------*/
......
...@@ -97,7 +97,6 @@ DATE2 = @DATE2@ ...@@ -97,7 +97,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -122,7 +121,6 @@ LN_S = @LN_S@ ...@@ -122,7 +121,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -190,7 +188,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -190,7 +188,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
...@@ -94,7 +94,6 @@ DATE2 = @DATE2@ ...@@ -94,7 +94,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -119,7 +118,6 @@ LN_S = @LN_S@ ...@@ -119,7 +118,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -187,7 +185,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -187,7 +185,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
...@@ -95,7 +95,6 @@ DATE2 = @DATE2@ ...@@ -95,7 +95,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -120,7 +119,6 @@ LN_S = @LN_S@ ...@@ -120,7 +119,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -188,7 +186,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -188,7 +186,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
...@@ -72,7 +72,6 @@ DATE2 = @DATE2@ ...@@ -72,7 +72,6 @@ DATE2 = @DATE2@
DATE3 = @DATE3@ DATE3 = @DATE3@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@ ECHO = @ECHO@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
...@@ -97,7 +96,6 @@ LN_S = @LN_S@ ...@@ -97,7 +96,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@ PACKAGER = @PACKAGER@
...@@ -165,7 +163,6 @@ sharedstatedir = @sharedstatedir@ ...@@ -165,7 +163,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
......
...@@ -4,99 +4,126 @@ ...@@ -4,99 +4,126 @@
<!ENTITY deg "&#176;"> <!ENTITY deg "&#176;">
<!ENTITY amin "&#180;"> <!ENTITY amin "&#180;">
<!ENTITY asec "&#168;"> <!ENTITY asec "&#168;">
<!ENTITY darr "&#8595;">
]> ]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- ****************** Global XSL template for SExtractor ****************
(C) E.Bertin and C.Marmo 2005-2009
********************************************************************** -->
<!-- *********************** Global XSL template ************************** -->
<xsl:template match="/"> <xsl:template match="/">
<xsl:variable name="date" select="/VOTABLE/RESOURCE/RESOURCE[@name='MetaData']/PARAM[@name='Date']/@value"/> <xsl:variable name="date" select="/VOTABLE/RESOURCE/RESOURCE[@name='MetaData']/PARAM[@name='Date']/@value"/>
<xsl:variable name="time" select="/VOTABLE/RESOURCE/RESOURCE[@name='MetaData']/PARAM[@name='Time']/@value"/> <xsl:variable name="time" select="/VOTABLE/RESOURCE/RESOURCE[@name='MetaData']/PARAM[@name='Time']/@value"/>
<html> <HTML>
<HEAD>
<!-- HTML head -->
<head>
<!-- javascript -->
<!-- <script type="text/javascript" language="javascript"> --> <!-- <script type="text/javascript" language="javascript"> -->
<script src="http://astromatic.iap.fr/xsl/sorttable.js"/>
<script src="http://terapix.iap.fr/cplt/xsl/sorttable.js"/>
<style type="text/css"> <style type="text/css">
p.sansserif {font-family: sans-serif} p {
body {background-color: white} font-family: sans-serif;
}
p.italic {font-style: italic}
body {
margin: 10px;
background-color: #e0e0e0;
background-image: url("http://astromatic.iap.fr/xsl/body_bg.jpg");
background-repeat: repeat-x;
background-position: top;
min-width:662px;
}
mono {font-family: monospace} mono {font-family: monospace}
elen {font-family: monospace; font-size: 100%; font-weight: bold; color: green } elmin {color: green }
elep {font-family: monospace; font-size: 100%; font-weight: bold; color: red } elmax {color: red }
el {font-family: monospace; font-size: 100%; color: black} el {
a {text-decoration: none} font-family: monospace;
table.sortable a.sortheader font-size: 100%;
{
background-color:#FFEECC;
color: black; color: black;
}
elm {
font-family: monospace;
font-size: 67%;
white-space: nowrap;
}
elh {font-family: monospace;
font-size: 120%;
}
elhi {
font-family: monospace;
font-size: 100%;
white-space: nowrap;
font-weight: normal;
font-style: italic;
}
a {text-decoration: none; font-style: bold; color: #476674}
a:hover {text-decoration: underline;}
#header {
padding: 5px;
min-width: 662px;
background-image: url("http://astromatic.iap.fr/xsl/astromaticleft.png");
background-repeat: repeat-x;
background-position: left top;
text-align: left;
font-size: 1.2em;
margin: 0 0 30px 0;
color:#d3e7f0;
font-weight: bold;
}
th {
background-color:#d3e7f0;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid #476674;
border-bottom: 1px solid #476674;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;
line-height: 12px;
}
td {
background-color:#f2f4f4;
padding-left: 2px;
padding-right: 2px;
}
table.sortable {
border-top: 1px solid #476674;
border-left: 1px solid #476674;
border-right: 1px solid white;
border-bottom: 1px solid white;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
table.sortable a.sortheader {
background-color:#d3e7f0;
font-weight: bold; font-weight: bold;
font-size: 80%; font-size: 80%;
text-decoration: none; text-decoration: none;
display: button; display: button;
} }
table.sortable span.sortarrow
{ table.sortable span.sortarrow {
color: black; color: black;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: blink;
}
table.sortable a.sortheader.sub
{
vertical-align: sub;
} }
table.sortable a.sortheader.sub {vertical-align: sub}
</style> </style>
<title> <title>
Processing summary on <xsl:value-of select="$date"/> at <xsl:value-of select="$time"/> Processing summary on <xsl:value-of select="$date"/> at <xsl:value-of select="$time"/>
</title> </title>
</head> </HEAD>
<!-- HTML body -->
<BODY> <BODY>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%"> <div id="header">
<TR> <a href="/"><img style="vertical-align: middle; border:0px" src="http://astromatic.iap.fr/xsl/astromatic.png" title="Astromatic home" alt="Astromatic.net" /></a> Processing summary
<TD ALIGN="LEFT"> </div>
<TABLE BORDER="0"> <xsl:call-template name="VOTable"/>
<TR>
<TD ALIGN="CENTER">
<IMG SRC="http://terapix.iap.fr/cplt/xsl/terapixLogo.png" ALT="Terapix"/>
</TD>
<TD ALIGN="CENTER">
<IMG SRC="http://terapix.iap.fr/cplt/xsl/terapixTitle.png" ALT="Logo"/>
</TD>
<TD ALIGN="CENTER">
<FONT color="#669933">
<B> Processing summary</B>
</FONT>
</TD>
<TD ALIGN="CENTER">
<IMG SRC="http://terapix.iap.fr/cplt/xsl/terapixPicture.gif" ALT="Terapix banner"/>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TABLE BORDER="0" WIDTH="100%" BGCOLOR="#000000">
<TR>
<TH BGCOLOR="#000000" ALIGN="LEFT"><FONT SIZE="-1" COLOR="#FFFFFF"> Home > Tools > Data reduction</FONT></TH>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<xsl:call-template name="VOTable"/>
</BODY> </BODY>
</html> </HTML>
</xsl:template> </xsl:template>
<!-- **************** Generic XSL template for VOTables ****************** --> <!-- **************** Generic XSL template for VOTables ****************** -->
...@@ -191,9 +218,6 @@ ...@@ -191,9 +218,6 @@
An Error occured!!! </xsl:if> An Error occured!!! </xsl:if>
<xsl:value-of select="PARAM[@name='Error_Msg']/@value"/></b> <xsl:value-of select="PARAM[@name='Error_Msg']/@value"/></b>
</p> </p>
<p>
<sans-serif><i>click to expand or hide tables</i></sans-serif>
</p>
</xsl:template> </xsl:template>
<!-- ******************** XSL template for Source List ******************** --> <!-- ******************** XSL template for Source List ******************** -->
...@@ -201,19 +225,19 @@ ...@@ -201,19 +225,19 @@
<xsl:choose> <xsl:choose>
<xsl:when test="DATA/TABLEDATA"> <xsl:when test="DATA/TABLEDATA">
<p> <p>
<BUTTON type="button" style="background:#CCEECC; font-family: sans-serif; font-weight: bold;" onclick="showhideTable('sources')"> <BUTTON type="button" onclick="showhideTable('sources')" title="click to expand">
Source List Source List&nbsp;&darr;
</BUTTON> </BUTTON>
<TABLE id="sources" class="sortable" style="display: none"> <TABLE id="sources" class="sortable" style="display: none">
<TR> <TR>
<xsl:for-each select="FIELD"> <xsl:for-each select="FIELD">
<TH BGCOLOR="#FFEECC" align="center"><xsl:attribute name="title"><xsl:value-of select="DESCRIPTION"/></xsl:attribute> <TH align="center"><xsl:attribute name="title"><xsl:value-of select="DESCRIPTION"/></xsl:attribute>
<xsl:value-of select="@name"/> <elh><xsl:value-of select="@name"/></elh>
<xsl:text disable-output-escaping="yes">&#13;&#10; <BR />
<elhi>
<xsl:value-of select="@unit"/>
</xsl:text> <xsl:if test="@unit = ''">-</xsl:if>
<xsl:value-of select="@unit"/> </elhi>
</TH> </TH>
</xsl:for-each> </xsl:for-each>
</TR> </TR>
...@@ -221,7 +245,7 @@ ...@@ -221,7 +245,7 @@
<xsl:for-each select="TR"> <xsl:for-each select="TR">
<tr> <tr>
<xsl:for-each select="TD"> <xsl:for-each select="TD">
<td align="right" BGCOLOR="#EEEEEE"> <td align="right" >
<el><xsl:value-of select="self::TD"/></el> <el><xsl:value-of select="self::TD"/></el>
</td> </td>
</xsl:for-each> </xsl:for-each>
...@@ -233,20 +257,20 @@ ...@@ -233,20 +257,20 @@
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<p> <p>
<BUTTON type="button" style="background:#CCEECC; font-family: sans-serif; font-weight: bold;" onclick="showhideTable('catparam')"> <BUTTON type="button" onclick="showhideTable('catparam')" title="click to expand">
Parameter List Parameter List&nbsp;&darr;
</BUTTON> </BUTTON>
<TABLE id="catparam" class="sortable" style="display: none"> <TABLE id="catparam" class="sortable" style="display: none">
<TR> <TR>
<TH BGCOLOR="#FFEECC" align="center">Parameter Name</TH> <TH align="center">Parameter Name</TH>
<TH BGCOLOR="#FFEECC" align="center">Description</TH> <TH align="center">Description</TH>
</TR> </TR>
<xsl:for-each select="FIELD"> <xsl:for-each select="FIELD">
<tr> <tr>
<td align="left" BGCOLOR="#EEEEEE"> <td align="left" >
<el><xsl:value-of select="@name"/></el> <el><xsl:value-of select="@name"/></el>
</td> </td>
<td align="left" BGCOLOR="#EEEEEE"> <td align="left" >
<el><xsl:value-of select="DESCRIPTION"/></el> <el><xsl:value-of select="DESCRIPTION"/></el>
</td> </td>
</tr> </tr>
...@@ -273,65 +297,65 @@ ...@@ -273,65 +297,65 @@
<xsl:variable name="pixscale" select="count(FIELD[@name='Pixel_Scale']/preceding-sibling::FIELD)+1"/> <xsl:variable name="pixscale" select="count(FIELD[@name='Pixel_Scale']/preceding-sibling::FIELD)+1"/>
<xsl:variable name="epoch" select="count(FIELD[@name='Epoch']/preceding-sibling::FIELD)+1"/> <xsl:variable name="epoch" select="count(FIELD[@name='Epoch']/preceding-sibling::FIELD)+1"/>
<p> <p>
<BUTTON type="button" style="background:#CCEECC; font-family: sans-serif; font-weight: bold;" onclick="showhideTable('extdata')"> <BUTTON type="button" onclick="showhideTable('extdata')" title="click to expand">
Summary Table on Output Catalog Summary Table on Output Catalog&nbsp;&darr;
</BUTTON> </BUTTON>
<TABLE class="sortable" id="extdata" BORDER="2" style="display: none"> <TABLE class="sortable" id="extdata" style="display: none">
<TR> <TR>
<TH BGCOLOR="#FFEECC">Extension</TH> <TH >Extension</TH>
<TH BGCOLOR="#FFEECC">Date</TH> <TH >Date</TH>
<TH BGCOLOR="#FFEECC">Time</TH> <TH >Time</TH>
<TH BGCOLOR="#FFEECC">Duration</TH> <TH >Duration</TH>
<TH BGCOLOR="#FFEECC">Detected Source Number</TH> <TH >Detected Source Number</TH>
<TH BGCOLOR="#FFEECC">Sextracted Source Number</TH> <TH >Sextracted Source Number</TH>
<TH BGCOLOR="#FFEECC">Image ID</TH> <TH >Image ID</TH>
<TH BGCOLOR="#FFEECC">Mean Background</TH> <TH >Mean Background</TH>
<TH BGCOLOR="#FFEECC">Sigma Background</TH> <TH >Sigma Background</TH>
<TH BGCOLOR="#FFEECC">Detection Threshold</TH> <TH >Detection Threshold</TH>
<TH BGCOLOR="#FFEECC">Weight Scaling</TH> <TH >Weight Scaling</TH>
<TH BGCOLOR="#FFEECC">Pixel Scale</TH> <TH >Pixel Scale</TH>
<TH BGCOLOR="#FFEECC">Epoch</TH> <TH >Epoch</TH>
</TR> </TR>
<xsl:for-each select="DATA/TABLEDATA"> <xsl:for-each select="DATA/TABLEDATA">
<xsl:for-each select="TR"> <xsl:for-each select="TR">
<tr> <tr>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$extension]"/></el> <el><xsl:value-of select="TD[$extension]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$date]"/></el> <el><xsl:value-of select="TD[$date]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$time]"/></el> <el><xsl:value-of select="TD[$time]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$duration]"/></el> <el><xsl:value-of select="TD[$duration]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$ndet]"/></el> <el><xsl:value-of select="TD[$ndet]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$nsex]"/></el> <el><xsl:value-of select="TD[$nsex]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$imid]"/></el> <el><xsl:value-of select="TD[$imid]"/></el>
</td> </td>
<td align="right" BGCOLOR="#EEEEEE"> <td align="right" >
<el><xsl:value-of select="format-number(TD[$backmean],'#####0.00')"/></el> <el><xsl:value-of select="format-number(TD[$backmean],'#####0.00')"/></el>
</td> </td>
<td align="right" BGCOLOR="#EEEEEE"> <td align="right" >
<el><xsl:value-of select="format-number(TD[$backsig],'###0.000')"/></el> <el><xsl:value-of select="format-number(TD[$backsig],'###0.000')"/></el>
</td> </td>
<td align="right" BGCOLOR="#EEEEEE"> <td align="right" >
<el><xsl:value-of select="format-number(TD[$thresh],'#####0.00')"/></el> <el><xsl:value-of select="format-number(TD[$thresh],'#####0.00')"/></el>
</td> </td>
<td align="right" BGCOLOR="#EEEEEE"> <td align="right" >
<el><xsl:value-of select="format-number(TD[$wscale],'#####0.00')"/></el> <el><xsl:value-of select="format-number(TD[$wscale],'#####0.00')"/></el>
</td> </td>
<td align="right" BGCOLOR="#EEEEEE"> <td align="right" >
<el><xsl:value-of select="format-number(TD[$pixscale],'#0.000')"/></el> <el><xsl:value-of select="format-number(TD[$pixscale],'#0.000')"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$epoch]"/></el> <el><xsl:value-of select="TD[$epoch]"/></el>
</td> </td>
</tr> </tr>
...@@ -344,16 +368,18 @@ ...@@ -344,16 +368,18 @@
<!-- ******************** XSL template for Config File ******************** --> <!-- ******************** XSL template for Config File ******************** -->
<xsl:template name="Config"> <xsl:template name="Config">
<p> <p>
<BUTTON type="button" style="background:#CCEECC; font-family: sans-serif; font-weight: bold;" onclick="showhideTable('config')"> <BUTTON type="button" onclick="showhideTable('config')" title="click to expand">
Configuration File: <xsl:value-of select="PARAM[@name='Prefs_Name']/@value"/> Configuration File:
<B><xsl:value-of select="PARAM[@name='Prefs_Name']/@value"/></B>
&darr;
</BUTTON> </BUTTON>
<TABLE id="config" class="sortable" style="display: none"> <TABLE id="config" class="sortable" style="display: none">
<TR> <TR>
<TH BGCOLOR="#FFEECC">Config Parameter</TH> <TH >Config Parameter</TH>
<TH BGCOLOR="#FFEECC">Value</TH> <TH >Value</TH>
</TR> </TR>
<xsl:for-each select="PARAM[position()>2]"> <xsl:for-each select="PARAM[position()>2]">
<tr BGCOLOR="#EEEEEE"> <tr >
<td><el><xsl:value-of select="@name"/></el></td> <td><el><xsl:value-of select="@name"/></el></td>
<td><el><xsl:value-of select="@value"/></el></td> <td><el><xsl:value-of select="@value"/></el></td>
</tr> </tr>
...@@ -361,12 +387,14 @@ ...@@ -361,12 +387,14 @@
</TABLE> </TABLE>
</p> </p>
<p> <p>
<BUTTON type="button" style="background:#CCEECC; font-family: monospace; font-weight: bold: font-size: 80%;" onclick="showhideTable('commandline')"> <BUTTON type="button" onclick="showhideTable('commandline')" title="click to expand">
Command Line Command Line&nbsp;&darr;
</BUTTON> </BUTTON>
<TABLE id="commandline" style="display: none"> <TABLE id="commandline" style="display: none">
<TR> <TR>
<TD BGCOLOR="#FFEECC" style="font-size: 80%;"><el>Command Line: <xsl:value-of select="PARAM[@name='Command_Line']/@value"/></el></TD> <TD style="font-size: 80%;">
<el><xsl:value-of select="PARAM[@name='Command_Line']/@value"/></el>
</TD>
</TR> </TR>
</TABLE> </TABLE>
</p> </p>
...@@ -378,25 +406,25 @@ ...@@ -378,25 +406,25 @@
<xsl:variable name="time" select="count(FIELD[@name='Time']/preceding-sibling::FIELD)+1"/> <xsl:variable name="time" select="count(FIELD[@name='Time']/preceding-sibling::FIELD)+1"/>
<xsl:variable name="msg" select="count(FIELD[@name='Msg']/preceding-sibling::FIELD)+1"/> <xsl:variable name="msg" select="count(FIELD[@name='Msg']/preceding-sibling::FIELD)+1"/>
<p> <p>
<BUTTON type="button" style="background:#CCEECC; font-family: monospace; font-weight: bold: font-size: 80%;" onclick="showhideTable('warnings')"> <BUTTON type="button" onclick="showhideTable('warnings')" title="click to expand">
Warnings (limited to the last 100) Warnings (limited to the last 100)&nbsp;&darr;
</BUTTON> </BUTTON>
<TABLE id="warnings" style="display: none"> <TABLE id="warnings" class="sortable" style="display: none">
<TR style="font-size: 80%;"> <TR style="font-size: 80%;">
<TH BGCOLOR="#FFEECC">Date</TH> <TH >Date</TH>
<TH BGCOLOR="#FFEECC">Time</TH> <TH >Time</TH>
<TH BGCOLOR="#FFEECC">Message</TH> <TH >Message</TH>
</TR> </TR>
<xsl:for-each select="DATA/TABLEDATA"> <xsl:for-each select="DATA/TABLEDATA">
<xsl:for-each select="TR"> <xsl:for-each select="TR">
<tr> <tr>
<td BGCOLOR="#EEEEEE"> <td >
<el><xsl:value-of select="TD[$date]"/></el> <el><xsl:value-of select="TD[$date]"/></el>
</td> </td>
<td BGCOLOR="#EEEEEE"> <td >
<el><xsl:value-of select="TD[$time]"/></el> <el><xsl:value-of select="TD[$time]"/></el>
</td> </td>
<td align="center" BGCOLOR="#EEEEEE"> <td align="center" >
<el><xsl:value-of select="TD[$msg]"/></el> <el><xsl:value-of select="TD[$msg]"/></el>
</td> </td>
</tr> </tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment