moved tools, modules and products directories to livesupport/src
This commit is contained in:
parent
c166ab80bb
commit
d56ed4aec0
1543 changed files with 447 additions and 436 deletions
|
@ -43,10 +43,11 @@ basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
toolsdir=$basedir/tools
|
toolsdir=$srcdir/tools
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
@ -135,9 +136,10 @@ tarball=$directory/livesupport-$version.tar.bz2
|
||||||
tarball_libs=$directory/livesupport-libraries-$version.tar.bz2
|
tarball_libs=$directory/livesupport-libraries-$version.tar.bz2
|
||||||
|
|
||||||
ls_tmpdir=$tmpdir/livesupport-$version
|
ls_tmpdir=$tmpdir/livesupport-$version
|
||||||
tools_tmpdir=$ls_tmpdir/tools
|
src_tmpdir=$ls_tmpdir/src
|
||||||
modules_tmpdir=$ls_tmpdir/modules
|
tools_tmpdir=$src_tmpdir/tools
|
||||||
products_tmpdir=$ls_tmpdir/products
|
modules_tmpdir=$src_tmpdir/modules
|
||||||
|
products_tmpdir=$src_tmpdir/products
|
||||||
doc_tmpdir=$ls_tmpdir/doc
|
doc_tmpdir=$ls_tmpdir/doc
|
||||||
etc_tmpdir=$ls_tmpdir/etc
|
etc_tmpdir=$ls_tmpdir/etc
|
||||||
tmp_tmpdir=$ls_tmpdir/tmp
|
tmp_tmpdir=$ls_tmpdir/tmp
|
||||||
|
@ -205,6 +207,7 @@ echo "Creating $tarball...";
|
||||||
mkdir -p $ls_tmpdir
|
mkdir -p $ls_tmpdir
|
||||||
mkdir -p $ls_tmpdir/usr
|
mkdir -p $ls_tmpdir/usr
|
||||||
mkdir -p $tmp_tmpdir
|
mkdir -p $tmp_tmpdir
|
||||||
|
mkdir -p $src_tmpdir
|
||||||
mkdir -p $modules_tmpdir
|
mkdir -p $modules_tmpdir
|
||||||
mkdir -p $products_tmpdir
|
mkdir -p $products_tmpdir
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,10 @@ reldir=`dirname $0`/..
|
||||||
basedir=`cd $reldir; pwd;`
|
basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
|
|
@ -42,10 +42,11 @@ basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
toolsdir=$basedir/tools
|
toolsdir=$srcdir/tools
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
|
|
@ -40,10 +40,11 @@ basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
toolsdir=$basedir/tools
|
toolsdir=$srcdir/tools
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
@ -105,6 +106,7 @@ make all
|
||||||
|
|
||||||
$bindir/user_setup.sh || exit 1
|
$bindir/user_setup.sh || exit 1
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# We're done
|
# We're done
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
|
@ -37,10 +37,11 @@ basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
toolsdir=$basedir/tools
|
toolsdir=$srcdir/tools
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
|
|
@ -42,10 +42,11 @@ basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
toolsdir=$basedir/tools
|
toolsdir=$srcdir/tools
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
|
|
@ -42,10 +42,11 @@ basedir=`cd $reldir; pwd;`
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
|
srcdir=$basedir/src
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
toolsdir=$basedir/tools
|
toolsdir=$srcdir/tools
|
||||||
modules_dir=$basedir/modules
|
modules_dir=$srcdir/modules
|
||||||
products_dir=$basedir/products
|
products_dir=$srcdir/products
|
||||||
|
|
||||||
usrdir=`cd $basedir/usr; pwd;`
|
usrdir=`cd $basedir/usr; pwd;`
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@ DOC_DIR = ${BASE_DIR}/doc
|
||||||
DOXYGEN_DIR = ${DOC_DIR}/doxygen
|
DOXYGEN_DIR = ${DOC_DIR}/doxygen
|
||||||
COVERAGE_DIR = ${DOC_DIR}/coverage
|
COVERAGE_DIR = ${DOC_DIR}/coverage
|
||||||
ETC_DIR = ${BASE_DIR}/etc
|
ETC_DIR = ${BASE_DIR}/etc
|
||||||
|
SRC_DIR = ${BASE_DIR}/src
|
||||||
TMP_DIR = ${BASE_DIR}/tmp
|
TMP_DIR = ${BASE_DIR}/tmp
|
||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
|
@ -95,7 +96,7 @@ TESTRESULTS_FILE = ${DOC_DIR}/testResults.html
|
||||||
|
|
||||||
FLAWFINDER_FILE = ${DOC_DIR}/flawfinderReport.html
|
FLAWFINDER_FILE = ${DOC_DIR}/flawfinderReport.html
|
||||||
|
|
||||||
TOOLS_DIR = ${BASE_DIR}/tools
|
TOOLS_DIR = ${SRC_DIR}/tools
|
||||||
|
|
||||||
BOOST_DIR = ${TOOLS_DIR}/boost
|
BOOST_DIR = ${TOOLS_DIR}/boost
|
||||||
BOOST_VERSION = boost-1.31
|
BOOST_VERSION = boost-1.31
|
||||||
|
@ -123,7 +124,7 @@ TAGLIB_DIR = ${TOOLS_DIR}/taglib
|
||||||
TAGLIB_VERSION = taglib-1.3.1
|
TAGLIB_VERSION = taglib-1.3.1
|
||||||
PEAR_DIR = ${TOOLS_DIR}/pear
|
PEAR_DIR = ${TOOLS_DIR}/pear
|
||||||
|
|
||||||
MODULES_DIR = ${BASE_DIR}/modules
|
MODULES_DIR = ${SRC_DIR}/modules
|
||||||
CORE_DIR = ${MODULES_DIR}/core
|
CORE_DIR = ${MODULES_DIR}/core
|
||||||
AUTHENTICATION_DIR = ${MODULES_DIR}/authentication
|
AUTHENTICATION_DIR = ${MODULES_DIR}/authentication
|
||||||
DB_DIR = ${MODULES_DIR}/db
|
DB_DIR = ${MODULES_DIR}/db
|
||||||
|
@ -140,8 +141,8 @@ HTML_UI_DIR = ${MODULES_DIR}/htmlUI
|
||||||
STORAGE_ADMIN_DIR = ${MODULES_DIR}/storageAdmin
|
STORAGE_ADMIN_DIR = ${MODULES_DIR}/storageAdmin
|
||||||
STORAGE_SERVER_DIR = ${MODULES_DIR}/storageServer
|
STORAGE_SERVER_DIR = ${MODULES_DIR}/storageServer
|
||||||
|
|
||||||
PRODUCTS_DIR = ${BASE_DIR}/products
|
PRODUCTS_DIR = ${SRC_DIR}/products
|
||||||
SCHEDULER_DIR = ${PRODUCTS_DIR}/scheduler
|
SCHEDULER_DIR = ${PRODUCTS_DIR}/scheduler
|
||||||
GLIVESUPPORT_DIR = ${PRODUCTS_DIR}/gLiveSupport
|
GLIVESUPPORT_DIR = ${PRODUCTS_DIR}/gLiveSupport
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ AC_PREREQ(2.59)
|
||||||
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
|
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(../products/scheduler/src/main.cxx)
|
AC_CONFIG_SRCDIR(../src/products/scheduler/src/main.cxx)
|
||||||
|
|
||||||
AC_PROG_CC()
|
AC_PROG_CC()
|
||||||
AC_PROG_CXX()
|
AC_PROG_CXX()
|
||||||
|
@ -417,72 +417,72 @@ fi
|
||||||
|
|
||||||
|
|
||||||
dnl set up the alib module
|
dnl set up the alib module
|
||||||
AC_CONFIG_COMMANDS([../modules/alib/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/alib/tmp/configure],
|
||||||
[../modules/alib/bin/autogen.sh])
|
[../src/modules/alib/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the archive server module
|
dnl set up the archive server module
|
||||||
AC_CONFIG_COMMANDS([../modules/archiveServer/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/archiveServer/tmp/configure],
|
||||||
[../modules/archiveServer/bin/autogen.sh])
|
[../src/modules/archiveServer/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the getid3 module
|
dnl set up the getid3 module
|
||||||
AC_CONFIG_COMMANDS([../modules/getid3/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/getid3/tmp/configure],
|
||||||
[../modules/getid3/bin/autogen.sh])
|
[../src/modules/getid3/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the htmlUI module
|
dnl set up the htmlUI module
|
||||||
AC_CONFIG_COMMANDS([../modules/htmlUI/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/htmlUI/tmp/configure],
|
||||||
[../modules/htmlUI/bin/autogen.sh])
|
[../src/modules/htmlUI/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the storage admin module
|
dnl set up the storage admin module
|
||||||
AC_CONFIG_COMMANDS([../modules/storageAdmin/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/storageAdmin/tmp/configure],
|
||||||
[../modules/storageAdmin/bin/autogen.sh])
|
[../src/modules/storageAdmin/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the storage server module
|
dnl set up the storage server module
|
||||||
AC_CONFIG_COMMANDS([../modules/storageServer/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/storageServer/tmp/configure],
|
||||||
[../modules/storageServer/bin/autogen.sh])
|
[../src/modules/storageServer/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the core module
|
dnl set up the core module
|
||||||
AC_CONFIG_COMMANDS([../modules/core/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/core/tmp/configure],
|
||||||
[../modules/core/bin/autogen.sh])
|
[../src/modules/core/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the authentication module
|
dnl set up the authentication module
|
||||||
AC_CONFIG_COMMANDS([../modules/authentication/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/authentication/tmp/configure],
|
||||||
[../modules/authentication/bin/autogen.sh])
|
[../src/modules/authentication/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the db module
|
dnl set up the db module
|
||||||
AC_CONFIG_COMMANDS([../modules/db/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/db/tmp/configure],
|
||||||
[../modules/db/bin/autogen.sh])
|
[../src/modules/db/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the storage module
|
dnl set up the storage module
|
||||||
AC_CONFIG_COMMANDS([../modules/storage/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/storage/tmp/configure],
|
||||||
[../modules/storage/bin/autogen.sh])
|
[../src/modules/storage/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the gstreamer elements module
|
dnl set up the gstreamer elements module
|
||||||
AC_CONFIG_COMMANDS([../modules/gstreamerElements/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/gstreamerElements/tmp/configure],
|
||||||
[../modules/gstreamerElements/bin/autogen.sh])
|
[../src/modules/gstreamerElements/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the playlist executor module
|
dnl set up the playlist executor module
|
||||||
AC_CONFIG_COMMANDS([../modules/playlistExecutor/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/playlistExecutor/tmp/configure],
|
||||||
[../modules/playlistExecutor/bin/autogen.sh])
|
[../src/modules/playlistExecutor/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the event scheduler module
|
dnl set up the event scheduler module
|
||||||
AC_CONFIG_COMMANDS([../modules/eventScheduler/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/eventScheduler/tmp/configure],
|
||||||
[../modules/eventScheduler/bin/autogen.sh])
|
[../src/modules/eventScheduler/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the scheduler client module
|
dnl set up the scheduler client module
|
||||||
AC_CONFIG_COMMANDS([../modules/schedulerClient/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/schedulerClient/tmp/configure],
|
||||||
[../modules/schedulerClient/bin/autogen.sh])
|
[../src/modules/schedulerClient/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the widgets module
|
dnl set up the widgets module
|
||||||
AC_CONFIG_COMMANDS([../modules/widgets/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/modules/widgets/tmp/configure],
|
||||||
[../modules/widgets/bin/autogen.sh])
|
[../src/modules/widgets/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the scheduler product
|
dnl set up the scheduler product
|
||||||
AC_CONFIG_COMMANDS([../products/scheduler/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/products/scheduler/tmp/configure],
|
||||||
[../products/scheduler/bin/autogen.sh])
|
[../src/products/scheduler/bin/autogen.sh])
|
||||||
|
|
||||||
dnl set up the gLiveSupport product
|
dnl set up the gLiveSupport product
|
||||||
AC_CONFIG_COMMANDS([../products/gLiveSupport/tmp/configure],
|
AC_CONFIG_COMMANDS([../src/products/gLiveSupport/tmp/configure],
|
||||||
[../products/gLiveSupport/bin/autogen.sh])
|
[../src/products/gLiveSupport/bin/autogen.sh])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,95 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2004 Media Development Loan Fund
|
|
||||||
#
|
|
||||||
# This file is part of the LiveSupport project.
|
|
||||||
# http://livesupport.campware.org/
|
|
||||||
# To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
#
|
|
||||||
# LiveSupport is free software; you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# LiveSupport is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with LiveSupport; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Author : $Author$
|
|
||||||
# Version : $Revision$
|
|
||||||
# Location : $URL$
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Run this to set up the build system: configure, makefiles, etc.
|
|
||||||
# (based on the version in enlightenment's cvs)
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
package="Alib"
|
|
||||||
|
|
||||||
# assume we're in $basedir/bin
|
|
||||||
reldir=`dirname $0`/..
|
|
||||||
basedir=`cd $reldir; pwd;`
|
|
||||||
test -z "$basedir" && basedir=.
|
|
||||||
usrdir=`cd $basedir/../../usr; pwd;`
|
|
||||||
|
|
||||||
bindir=$basedir/bin
|
|
||||||
etcdir=$basedir/etc
|
|
||||||
tmpdir=$basedir/tmp
|
|
||||||
|
|
||||||
cd "$tmpdir"
|
|
||||||
DIE=0
|
|
||||||
|
|
||||||
(autoheader --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "You must have autoconf installed to compile $package."
|
|
||||||
echo "Download the appropriate package for your distribution,"
|
|
||||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
|
|
||||||
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "You must have autoconf installed to compile $package."
|
|
||||||
echo "Download the appropriate package for your distribution,"
|
|
||||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
|
|
||||||
if test "$DIE" -eq 1; then
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test -z "$*"; then
|
|
||||||
echo "I am going to run ./configure with no arguments - if you wish "
|
|
||||||
echo "to pass any to it, please specify them on the $0 command line."
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Generating configuration files for $package, please wait...."
|
|
||||||
|
|
||||||
configure_ac=${etcdir}/configure.ac
|
|
||||||
configure=${tmpdir}/configure
|
|
||||||
aclocal_m4=${tmpdir}/aclocal.m4
|
|
||||||
|
|
||||||
# copy over configure.ac and acinlclude.m4 from etc to tmp,
|
|
||||||
# as aclocal >= 1.8 is sooo unbelivably stupid that it will simply try to
|
|
||||||
# look for configure.ac in the current directory, and include acinclude.m4
|
|
||||||
# in aclocal.m4 it without a directory path in front
|
|
||||||
#ACLOCAL_FLAGS="-I ${tmpdir} --acdir=${tmpdir} --output=${aclocal_m4}"
|
|
||||||
#echo " aclocal $ACLOCAL_FLAGS"
|
|
||||||
#cp -f ${configure_ac} ${tmpdir}
|
|
||||||
#cp -f ${etcdir}/acinclude.m4 ${tmpdir}
|
|
||||||
#aclocal $ACLOCAL_FLAGS
|
|
||||||
|
|
||||||
#echo " autoheader ${configure_ac}"
|
|
||||||
#autoheader ${configure_ac}
|
|
||||||
|
|
||||||
echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}"
|
|
||||||
autoconf -I ${tmpdir} -o ${configure} ${configure_ac}
|
|
||||||
|
|
|
@ -1,95 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2004 Media Development Loan Fund
|
|
||||||
#
|
|
||||||
# This file is part of the LiveSupport project.
|
|
||||||
# http://livesupport.campware.org/
|
|
||||||
# To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
#
|
|
||||||
# LiveSupport is free software; you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# LiveSupport is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with LiveSupport; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Author : $Author$
|
|
||||||
# Version : $Revision$
|
|
||||||
# Location : $URL$
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Run this to set up the build system: configure, makefiles, etc.
|
|
||||||
# (based on the version in enlightenment's cvs)
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
package="StorageAdmin"
|
|
||||||
|
|
||||||
# assume we're in $basedir/bin
|
|
||||||
reldir=`dirname $0`/..
|
|
||||||
basedir=`cd $reldir; pwd;`
|
|
||||||
test -z "$basedir" && basedir=.
|
|
||||||
usrdir=`cd $basedir/../../usr; pwd;`
|
|
||||||
|
|
||||||
bindir=$basedir/bin
|
|
||||||
etcdir=$basedir/etc
|
|
||||||
tmpdir=$basedir/tmp
|
|
||||||
|
|
||||||
cd "$tmpdir"
|
|
||||||
DIE=0
|
|
||||||
|
|
||||||
(autoheader --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "You must have autoconf installed to compile $package."
|
|
||||||
echo "Download the appropriate package for your distribution,"
|
|
||||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
|
|
||||||
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "You must have autoconf installed to compile $package."
|
|
||||||
echo "Download the appropriate package for your distribution,"
|
|
||||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
|
|
||||||
if test "$DIE" -eq 1; then
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test -z "$*"; then
|
|
||||||
echo "I am going to run ./configure with no arguments - if you wish "
|
|
||||||
echo "to pass any to it, please specify them on the $0 command line."
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Generating configuration files for $package, please wait...."
|
|
||||||
|
|
||||||
configure_ac=${etcdir}/configure.ac
|
|
||||||
configure=${tmpdir}/configure
|
|
||||||
aclocal_m4=${tmpdir}/aclocal.m4
|
|
||||||
|
|
||||||
# copy over configure.ac and acinlclude.m4 from etc to tmp,
|
|
||||||
# as aclocal >= 1.8 is sooo unbelivably stupid that it will simply try to
|
|
||||||
# look for configure.ac in the current directory, and include acinclude.m4
|
|
||||||
# in aclocal.m4 it without a directory path in front
|
|
||||||
#ACLOCAL_FLAGS="-I ${tmpdir} --acdir=${tmpdir} --output=${aclocal_m4}"
|
|
||||||
#echo " aclocal $ACLOCAL_FLAGS"
|
|
||||||
#cp -f ${configure_ac} ${tmpdir}
|
|
||||||
#cp -f ${etcdir}/acinclude.m4 ${tmpdir}
|
|
||||||
#aclocal $ACLOCAL_FLAGS
|
|
||||||
|
|
||||||
#echo " autoheader ${configure_ac}"
|
|
||||||
#autoheader ${configure_ac}
|
|
||||||
|
|
||||||
echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}"
|
|
||||||
autoconf -I ${tmpdir} -o ${configure} ${configure_ac}
|
|
||||||
|
|
|
@ -1,95 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2004 Media Development Loan Fund
|
|
||||||
#
|
|
||||||
# This file is part of the LiveSupport project.
|
|
||||||
# http://livesupport.campware.org/
|
|
||||||
# To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
#
|
|
||||||
# LiveSupport is free software; you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# LiveSupport is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with LiveSupport; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Author : $Author$
|
|
||||||
# Version : $Revision$
|
|
||||||
# Location : $URL$
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Run this to set up the build system: configure, makefiles, etc.
|
|
||||||
# (based on the version in enlightenment's cvs)
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
package="StorageServer"
|
|
||||||
|
|
||||||
# assume we're in $basedir/bin
|
|
||||||
reldir=`dirname $0`/..
|
|
||||||
basedir=`cd $reldir; pwd;`
|
|
||||||
test -z "$basedir" && basedir=.
|
|
||||||
usrdir=`cd $basedir/../../usr; pwd;`
|
|
||||||
|
|
||||||
bindir=$basedir/bin
|
|
||||||
etcdir=$basedir/etc
|
|
||||||
tmpdir=$basedir/tmp
|
|
||||||
|
|
||||||
cd "$tmpdir"
|
|
||||||
DIE=0
|
|
||||||
|
|
||||||
(autoheader --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "You must have autoconf installed to compile $package."
|
|
||||||
echo "Download the appropriate package for your distribution,"
|
|
||||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
|
|
||||||
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "You must have autoconf installed to compile $package."
|
|
||||||
echo "Download the appropriate package for your distribution,"
|
|
||||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
|
|
||||||
if test "$DIE" -eq 1; then
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test -z "$*"; then
|
|
||||||
echo "I am going to run ./configure with no arguments - if you wish "
|
|
||||||
echo "to pass any to it, please specify them on the $0 command line."
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Generating configuration files for $package, please wait...."
|
|
||||||
|
|
||||||
configure_ac=${etcdir}/configure.ac
|
|
||||||
configure=${tmpdir}/configure
|
|
||||||
aclocal_m4=${tmpdir}/aclocal.m4
|
|
||||||
|
|
||||||
# copy over configure.ac and acinlclude.m4 from etc to tmp,
|
|
||||||
# as aclocal >= 1.8 is sooo unbelivably stupid that it will simply try to
|
|
||||||
# look for configure.ac in the current directory, and include acinclude.m4
|
|
||||||
# in aclocal.m4 it without a directory path in front
|
|
||||||
#ACLOCAL_FLAGS="-I ${tmpdir} --acdir=${tmpdir} --output=${aclocal_m4}"
|
|
||||||
#echo " aclocal $ACLOCAL_FLAGS"
|
|
||||||
#cp -f ${configure_ac} ${tmpdir}
|
|
||||||
#cp -f ${etcdir}/acinclude.m4 ${tmpdir}
|
|
||||||
#aclocal $ACLOCAL_FLAGS
|
|
||||||
|
|
||||||
#echo " autoheader ${configure_ac}"
|
|
||||||
#autoheader ${configure_ac}
|
|
||||||
|
|
||||||
echo " autoconf -I ${tmpdir} -o ${configure} ${configure_ac}"
|
|
||||||
autoconf -I ${tmpdir} -o ${configure} ${configure_ac}
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
# (based on the version in enlightenment's cvs)
|
# (based on the version in enlightenment's cvs)
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
package="gtk+"
|
package="Alib"
|
||||||
|
|
||||||
# assume we're in $basedir/bin
|
# assume we're in $basedir/bin
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
/* $Id: default.css,v 1.1 2004/07/23 00:22:13 tomas Exp $ */
|
/* $Id$ */
|
||||||
body { font-family:'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; background-color:#fff; }
|
body { font-family:'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; background-color:#fff; }
|
||||||
h1 { border:0px solid black; margin-bottom:2px; font-size:x-large; }
|
h1 { border:0px solid black; margin-bottom:2px; font-size:x-large; }
|
||||||
h2 { border:0px solid black; margin-bottom:2px; margin-top:2px; font-size:large; }
|
h2 { border:0px solid black; margin-bottom:2px; margin-top:2px; font-size:large; }
|
|
@ -1,7 +1,7 @@
|
||||||
<?php // -*-c++-*-
|
<?php // -*-c++-*-
|
||||||
// by Edd Dumbill (C) 1999-2002
|
// by Edd Dumbill (C) 1999-2002
|
||||||
// <edd@usefulinc.com>
|
// <edd@usefulinc.com>
|
||||||
// $Id: xmlrpc.inc,v 1.1 2004/07/23 00:22:13 tomas Exp $
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
// Copyright (c) 1999,2000,2002 Edd Dumbill.
|
// Copyright (c) 1999,2000,2002 Edd Dumbill.
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
// by Edd Dumbill (C) 1999-2002
|
// by Edd Dumbill (C) 1999-2002
|
||||||
// <edd@usefulinc.com>
|
// <edd@usefulinc.com>
|
||||||
// $Id: xmlrpcs.inc,v 1.1 2004/07/23 00:22:13 tomas Exp $
|
// $Id$
|
||||||
|
|
||||||
// Copyright (c) 1999,2000,2002 Edd Dumbill.
|
// Copyright (c) 1999,2000,2002 Edd Dumbill.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
|
@ -31,7 +31,7 @@
|
||||||
# (based on the version in enlightenment's cvs)
|
# (based on the version in enlightenment's cvs)
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
package="gstreamer"
|
package="ArchiveServer"
|
||||||
|
|
||||||
# assume we're in $basedir/bin
|
# assume we're in $basedir/bin
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
|
@ -36,7 +36,7 @@ package="Authentication"
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
||||||
basedir=`cd $reldir; pwd;`
|
basedir=`cd $reldir; pwd;`
|
||||||
test -z "$basedir" && basedir=.
|
test -z "$basedir" && basedir=.
|
||||||
usrdir=`cd $basedir/../../usr; pwd;`
|
usrdir=`cd $basedir/../../../usr; pwd;`
|
||||||
|
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
|
@ -36,7 +36,7 @@ bindir=$basedir/bin
|
||||||
docdir=$basedir/doc
|
docdir=$basedir/doc
|
||||||
tmpdir=$basedir/tmp
|
tmpdir=$basedir/tmp
|
||||||
|
|
||||||
usrdir=`cd $basedir/../../usr; pwd;`
|
usrdir=`cd $basedir/../../../usr; pwd;`
|
||||||
|
|
||||||
coverage_report_dir=$docdir/coverage
|
coverage_report_dir=$docdir/coverage
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue