code
stringlengths
1
1.96M
language
stringclasses
1 value
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. timestamp='2009-11-20' # This file is free software; you can redistribute it and/or modify it # und...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
# -*- mode: sh -*- ################################################ # Qwt Widget Library # Copyright (C) 1997 Josef Wilgen # Copyright (C) 2002 Uwe Rathmann # # This library is free software; you can redistribute it and/or # modify it under the terms of the Qwt License, Version 1.0 ##########################...
Shell
# -*- mode: sh -*- ################################################ # Qwt Widget Library # Copyright (C) 1997 Josef Wilgen # Copyright (C) 2002 Uwe Rathmann # # This library is free software; you can redistribute it and/or # modify it under the terms of the Qwt License, Version 1.0 ##########################...
Shell
#!/bin/sh export PLATFORM=dll cd nestopia make clean make -j2 cd ../gambatte make clean make -j2 cd ../vbam make clean make -j2 cd ../pcsxr make clean make -j2 cd ..
Shell
#!/bin/sh export PLATFORM=sdl cd system make clean make -j2 cd ../nestopia make clean make -j2 cd ../gambatte make clean make -j2 cd ../vbam make clean make -j2 cd ../pcsxr make clean make -j2 cd ../mednafen make clean make -j2 cd ..
Shell
#!/bin/bash # Enable exit on error and error on use of undefined variables set -e -u echo "32-bit tests" # General gcc -O3 libco/libco.c test_libco.c -mno-powerpc64 -maltivec ; ./a.out # Stress gcc -O3 libco/libco.c test_threads.c -mno-powerpc64 -DLIBCO_PPC_NOFP ; ./a.out gcc -O3 libco/libco.c test_threads.c -mno-p...
Shell
rm -r libco rm -r nall rm -r ruby cp -r ../../../libco ./libco cp -r ../../../nall ./nall cp -r ../../../ruby ./ruby rm -r libco/doc rm -r libco/test
Shell
#! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under t...
Shell
#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2009-04-28.21; # UTC # Original author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@g...
Shell
# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # w...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#!/bin/bash ../src/mednafen -dump_settings_def settings.def # TODO: Dump to settings.def.tmp, and move to settings.def if different for more useful "last modified" time. php gba.php > gba.html php gb.php > gb.html php lynx.php > lynx.html php md.php > md.html php nes.php > nes.html php ngp.php > ngp.html php pce.php...
Shell
#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2007 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is fre...
Shell
#! /bin/sh # Output a system dependent table of character encoding aliases. # # Copyright (C) 2000-2004, 2006 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Library General Public License as published # by the Free Software...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#!/bin/sh libtoolize --force --copy #gettextize --force --copy --intl autoheader aclocal -I m4 autoconf automake -a -c -f rm autom4te.cache/* rmdir autom4te.cache
Shell
#!/bin/sh export PLATFORM=l1ght cd system make clean make -j2 cd ../nestopia make clean make -j2 cd ../gambatte make clean make -j2 cd ../vbam make clean make -j2 cd ../pcsxr make clean make -j2 cd ../mednafen make clean make -j2 make signpkg cd .. mv mednafen/mednafen*.pkg .
Shell
mvn install:install-file -DpomFile=albus.pom -Dfile=albus.pom
Shell
mvn install:install-file -DpomFile=albus.pom -Dfile=albus.pom
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi ./kill_process.sh $ADB shell rm -r /data/data/com.google.android.apps.iosched/*
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am force-stop com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell "echo '$*' | sqlite3 -header -column /data/data/com.google.android.apps.iosched/databases/schedule.db"
Shell
#!/bin/sh # Sessions list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/sessions # Vendors list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/vendors # Session detail #adb shell am start -a...
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi MAC_UNAME="Darwin" if [[ "`uname`" == ${MAC_UNAME} ]]; then DATE_FORMAT="%Y-%m-%dT%H:%M:%S" else DATE_FORMAT="%Y-%m-%d %H:%M:%S" fi if [ -z "$1" ]; then NOW_DATE=$(date "+${DATE_FORMAT}") echo Please provide a mock time in the format \"${NOW_DATE}\" or \"d\" to del...
Shell
#!/bin/sh adb shell cat /data/data/com.google.android.apps.iosched/shared_prefs/com.google.android.apps.iosched_preferences.xml | xmllint --format -
Shell
#!/bin/sh # Remember VERBOSE only works on debug builds of the app adb shell setprop log.tag.iosched_SyncHelper VERBOSE adb shell setprop log.tag.iosched_SessionsHandler VERBOSE adb shell setprop log.tag.iosched_ImageCache VERBOSE adb shell setprop log.tag.iosched_ImageWorker VERBOSE adb shell setprop log.tag.iosched_I...
Shell
#!/bin/sh adb shell pm clear com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am start \ -a android.intent.action.MAIN \ -c android.intent.category.LAUNCHER \ -n com.google.android.apps.iosched/.ui.HomeActivity
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. # For licensing, see LICENSE.html or http://ckeditor.com/license # Use this file to quickly run the sample under Linux. adl application.xml ../../
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. # For licensing, see LICENSE.html or http://ckeditor.com/license # Use this file to quickly run the sample under Linux. adl application.xml ../../
Shell
#!/bin/bash /Applications/flexsdk/bin/mxmlc -debug=true -static-link-runtime-shared-libraries=true -optimize=true -o ../swf/soundmanager2_flash9_debug.swf -file-specs SoundManager2_AS3.as
Shell
#!/bin/bash /Applications/flexsdk/bin/mxmlc -debug=true -static-link-runtime-shared-libraries=true -optimize=true -o ../swf/soundmanager2_flash9_debug.swf -file-specs SoundManager2_AS3.as
Shell
#!/bin/bash /Applications/mtasc/mtasc -swf ../swf/soundmanager2_debug.swf -main -header 16:16:30 SoundManager2.as -version 8
Shell
#!/bin/bash /Applications/mtasc/mtasc -swf ../swf/soundmanager2_debug.swf -main -header 16:16:30 SoundManager2.as -version 8
Shell
#!/bin/sh if [ $# -le 1 ] then echo "Usage: `basename $0` phpfreechat_path checkmd5_output_filename" echo "exempel: `basename $0` ~/pfc/misc/phpfreechat ~/pfc/misc/phpfreechat/checkmd5.php" exit; fi PFC_PATH=$1 DST=$2 TMP=/tmp/checkmd5.php if ( test -f $DST ) then echo "$DST should not exist. ...
Shell
#!/bin/sh NAME=phpfreechat-`cat ../version.txt` PFCSETUPNAME=pfcsetup-`cat ../version.txt` echo "-- creating archive $NAME --" echo "-> copying files" rm -rf ./$NAME svn export .. ./$NAME rm -rf ./$NAME/contrib rm -rf ./$NAME/admin rm -rf ./$NAME/lib/pear/.registry #echo "-> downloading documentation" ...
Shell
#!/bin/sh NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz NAME_ZIP=phpfreechat-`cat ../version.txt`.zip NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php #scp ./$NAME_ZIP ./$NAME_TGZ micropolia@phpfreechat.net:/home/micropolia/svn/phpfreechat/prod/www/download/ lftp -c "mput -O ftp://upload.sourceforge.ne...
Shell
#!/bin/sh for img in `ls *.png` do imgbase=`echo $img | sed "s/\.png//g"` convert $img $imgbase.gif done
Shell
#!/bin/sh if [ $# -le 1 ] then echo "Usage: `basename $0` phpfreechat_path checkmd5_output_filename" echo "exempel: `basename $0` ~/pfc/misc/phpfreechat ~/pfc/misc/phpfreechat/checkmd5.php" exit; fi PFC_PATH=$1 DST=$2 TMP=/tmp/checkmd5.php if ( test -f $DST ) then echo "$DST should not exist. ...
Shell
#!/bin/sh NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz NAME_ZIP=phpfreechat-`cat ../version.txt`.zip NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php #scp ./$NAME_ZIP ./$NAME_TGZ micropolia@phpfreechat.net:/home/micropolia/svn/phpfreechat/prod/www/download/ lftp -c "mput -O ftp://upload.sourceforge.ne...
Shell
#!/bin/sh NAME=phpfreechat-`cat ../version.txt` PFCSETUPNAME=pfcsetup-`cat ../version.txt` echo "-- creating archive $NAME --" echo "-> copying files" rm -rf ./$NAME svn export .. ./$NAME rm -rf ./$NAME/contrib rm -rf ./$NAME/admin rm -rf ./$NAME/lib/pear/.registry #echo "-> downloading documentation" ...
Shell
#!/bin/sh for img in `ls *.png` do imgbase=`echo $img | sed "s/\.png//g"` convert $img $imgbase.gif done
Shell
pear -c ./pearrc $1 $2 $3 $4
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. # For licensing, see LICENSE.html or http://ckeditor.com/license # Use this file to quickly run the sample under Linux. adl application.xml ../../
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. # For licensing, see LICENSE.html or http://ckeditor.com/license # Use this file to quickly run the sample under Linux. adl application.xml ../../
Shell
#!/bin/bash -eua ABS_PATH=$(cd ${0%/*} && echo $PWD/${0##*/}) ROOT=$(dirname "$ABS_PATH") DOWNLOAD_DIR=$ROOT/download TARGET_DIR=$ROOT/software JAVA_HOME="/Library/Java/Home" CLEANUP="ALL" #ALL|SOFTWARE|NONE #hadoop config HADOOP_VERSION="hadoop-0.20.203.0" HADOOP_URL="http://ftp.wayne.edu/apache//hadoop/common/${HADO...
Shell
#!/bin/sh export CPPUTEST_HOME=`pwd`
Shell
#Generated file - makeAll.sh echo "Running makeAll for CppUTest v2.2e created on 2010-11-27-19-43" export CPPUTEST_HOME=$(pwd) echo "export CPPUTEST_HOME=$(pwd)/" make everythingInstall
Shell
#Generated file - cleanAll.sh echo "Running cleanAll for CppUTest v2.2e created on 2010-11-27-19-43" export CPPUTEST_HOME=$(pwd) echo "export CPPUTEST_HOME=$(pwd)/" make cleanEverythingInstall
Shell
#/bin/bash #put any pre-test execution commands here. echo Running all tests ./AllTests $1
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh FunctionNameC c NoMock $1 $2
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh ClassNameC c NoMock $1 $2
Shell
#/bin/bash -x CPP_U_TEST=$(pwd)/.. EXE_DIR=${EXE_DIR:-/usr/local/bin} test -f ${EXE_DIR} || mkdir -p ${EXE_DIR} NEW_SCRIPTS="NewCIoDriver NewClass NewInterface NewCModule NewCmiModule NewProject NewLibrary NewPackageDirs NewCInterface NewCFunction NewHelp" for file in $NEW_SCRIPTS ; do rm -f ${EXE_DIR}/${file} ...
Shell
#!/bin/bash TEMPLATE_DIR=${CPPUTEST_HOME}/scripts/templates source ${CPPUTEST_HOME}/scripts/GenerateSrcFiles.sh ClassName cpp NoMock $1 $2
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh ClassNameCIoDriver c NoMock $1 $2
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh ClassNameC c Fake $1 $2
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh ClassNameCMultipleInstance c NoMock $1 $2
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh ClassName cpp Mock $1 $2
Shell
#!/bin/bash -x #$1 is the template root file name #$2 is the kind of file to create (c or cpp) #$3 is Mock if a mock version should be created, Fake for a fake C version #$4 is the class/module name #$5 is the package name #Test for env var set. checkForCppUTestToolsEnvVariable() { if [ -z "$CPP_U_TEST" ] ; then ...
Shell
#/bin/sh -x #source in release generator script if [ ! -d "scripts" ]; then echo "You have to run this script from the CPPUTEST_HOME directory!"; exit fi GENERATED_FILES="" release_dir=Releases scripts_dir=scripts version=v2.2e zip_root=CppUTest-${version} zip_file=${zip_root}.zip exitIfFileExists() { if [ -e ...
Shell
#!/bin/bash TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates source ${CPP_U_TEST}/scripts/GenerateSrcFiles.sh ClassNameC c NoMock $1 $2
Shell
#!/bin/bash checkForCppUTestEnvVariable() { if [ -z "$CPP_U_TEST" ] ; then echo "CPP_U_TEST not set" exit 1 fi if [ ! -d "$CPP_U_TEST" ] ; then echo "CPP_U_TEST not set to a directory" exit 2 fi }
Shell
#!/bin/bash set -e ASTYLE_OPTIONS="--convert-tabs --indent=spaces=4 --indent-classes --indent-switches --indent-preprocessor --style=ansi" find $1 -name "*.h" -o -name "*.c" -o -name "*.cpp" | while read filename; do tmpfile=${filename}.astyle.cpp astyle ${ASTYLE_OPTIONS} <"${filename}" > "${tmpfile}" mv ...
Shell
#!/bin/bash -x TEMPLATE_DIR=${CPP_U_TEST}/scripts/templates LIBRARY=$1 if [ -e ${LIBRARY} ] ; then echo "The directory ${LIBRARY} already exists" exit 1; fi echo "Copy template project to ${LIBRARY}" cp -R ${TEMPLATE_DIR}/ProjectTemplate/Project ${LIBRARY} find ${LIBRARY} -name \.svn | xargs rm -rf echo "Update t...
Shell
#!/bin/bash NEW_SCRIPTS=" \ NewClass \ NewInterface \ NewCModule \ NewCmiModule \ NewCInterface \ NewCFunction" for file in $NEW_SCRIPTS ; do echo ${file} name package rm -f ${EXE_DIR}/${file} ln -s ${CPP_U_TEST}/scripts/${file}.sh ${EXE_DIR}/${file} chmod a+x ${EXE_DIR}/${file} d...
Shell
#!/bin/bash PROJECT_NAME=$1 CODE_LEGAL_PROJECT_NAME=$(echo $PROJECT_NAME | sed 's/-/_/g') TEMPLATE_DIR=${CPPUTEST_HOME}/scripts/templates ORIGINAL_DIR=$(pwd) if [ -e ${PROJECT_NAME} ] ; then echo "The directory ${PROJECT_NAME} already exists" exit 1; fi echo "Copy template project" cp -R ${TEMPLATE_DIR}/ProjectTem...
Shell
#!/bin/bash INPUT_FILE=$1 TEMP_FILE1=${INPUT_FILE}1.tmp TEMP_FILE2=${INPUT_FILE}2.tmp TEMP_FILE3=${INPUT_FILE}3.tmp ERROR_FILE=$2 OUTPUT_FILE=$3 HTML_OUTPUT_FILE=$3.html TEST_RESULTS=$4 flattenGcovOutput() { while read line1 do read line2 echo $line2 " " $line1 read junk read junk done < ${INPUT_FILE} } getR...
Shell
#!/bin/bash package=$1 for dir in src include tests ; do packageDir=${dir}/${package} if [ ! -d "$packageDir" ] ; then echo "creating $packageDir" mkdir $packageDir fi done
Shell
#/bin/bash #put any pre-test execution commands here. echo Running all tests ./AllTests $1
Shell
#!/bin/bash # # Copyright (c) 2011 The Native Client Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. readonly SCRIPT_DIR="$(dirname "$0")" readonly SCRIPT_DIR_ABS="$(cd "${SCRIPT_DIR}" ; pwd -P)" # NACL_TARGET_PLATFORM is really the ...
Shell
#!/bin/sh scons -c TOOLCHAIN=pepper_15 ARCHITECTURE=i686 #VARIANT=glibc VARIANT=newlib SYSTEM=linux_x86 if [ "$VARIANT" = "newlib" ] then SYSTEM=${SYSTEM}_${VARIANT} fi export NACL_SDK_USR_INCLUDE=${NACL_SDK_ROOT}/$TOOLCHAIN/toolchain/$SYSTEM/$ARCHITECTURE-nacl/usr/include export NACL_SDK_USR_LIB=${NACL_SDK_ROOT...
Shell
#!/bin/bash function dumplib() { LIB=$1 for arch in armeabi-v7a armeabi; do VER=$(dump_syms obj/local/$arch/$LIB |grep MODULE | cut -d " " -f 4) mkdir -p symbols/$LIB/$VER dump_syms obj/local/armeabi-v7a/$LIB > symbols/$LIB/$VER/$LIB.sym done } dumplib libopenvpn.so
Shell
#!/bin/bash #NDK_DEBUG=1 ndk-build -j8 # Quick and dirty from ndk-gdb . ${ANDROID_NDK_HOME}/build/tools/ndk-common.sh ANDROID_NDK_ROOT=${ANDROID_NDK_HOME} PROJECT=. APP_ABI=armeabi-v7a AWK_SCRIPTS=${ANDROID_NDK_ROOT}/build/awk PACKAGE_NAME=de.blinkt.openvpn DEBUG_PORT=5039 JDB_PORT=65534 ADB_CMD=adb AWK_CMD=awk ge...
Shell
#! /bin/sh if [ "$ICSCROWDAPIKEY" != "" ] then echo "Generating new translation archives" fetch -q -1 -o - http://api.crowdin.net/api/project/ics-openvpn/export?key=$ICSCROWDAPIKEY fi echo "Fetch translation archive" fetch -q http://crowdin.net/download/project/ics-openvpn.zip langtoinclude="ca cs de es et fr hu ...
Shell
#!/bin/bash # Exit on errors set -e # Generate git config if the openvpn directory is checked out from git if [ -d openvpn/.git ]; then GIT=git cd openvpn CONFIGURE_GIT_CHFILES=$($GIT diff-files --name-status -r --ignore-submodules --quiet -- || echo "+") CONFIGURE_GIT_UNCOMMITTED=$($GIT diff-index --cached...
Shell
export O3=$PWD/openvpn3 mkdir -p src/ovpn3/java/net/openvpn/ovpn3 swig -outdir src/ovpn3/java/net/openvpn/ovpn3/ -c++ -java -package net.openvpn.ovpn3 -I$O3/client -I$O3 $O3/javacli/ovpncli.i
Shell
#! /bin/bash # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU lzo 2.03) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # ...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # ...
Shell
#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2014 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is fre...
Shell
#! /bin/sh # libtool (GNU libtool) 2.4.2.418 # Provide generalized library-building support services. # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996-2013 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even fo...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#!/bin/sh # Get modification time of a file or directory and pretty-print it. scriptversion=2010-08-21.06; # UTC # Copyright (C) 1995-2014 Free Software Foundation, Inc. # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995 # # This program is free software; you can redistribute it and/or modify # it under ...
Shell
#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify # it und...
Shell
#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2009-04-28.21; # UTC # Original author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@g...
Shell
#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General ...
Shell
#!/bin/sh # py-compile - Compile a Python program scriptversion=2011-06-08.12; # UTC # Copyright (C) 2000-2014 Free Software Foundation, Inc. # This program 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; e...
Shell
#! /bin/sh # ylwrap - wrapper for lex/yacc invocations. scriptversion=2013-01-12.17; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public Lic...
Shell
#! /bin/sh set -e # # usage: util/overlap.sh [directory] # # This script runs the overlap example program on a complete directory tree. # # Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer # OVERLAP="overlap" test -x ./examples/overlap && OVERLAP="./examples/overlap" test -x ./overlap.exe && OVERLAP="./o...
Shell
#! /bin/sh set -e # # usage: util/check.sh [directory] # # This script runs lzotest with all algorithms on a complete directory tree. # It is not suitable for accurate timings. # # Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer # LZOTEST="lzotest" test -x ./lzotest/lzotest && LZOTEST="./lzotest/lzotest...
Shell
#! /bin/sh set -e # # usage: util/checkasm.sh [directory] # # This script runs lzotest with all assembler decompressors # on a complete directory tree. # It is not suitable for accurate timings. # # Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer # LZOTEST="lzotest" test -x ./lzotest/lzotest && LZOTEST=...
Shell
#! /bin/sh # vi:ts=4:et # Copyright (C) 1996-2014 Markus F.X.J. Oberhumer rm -f *.o liblzo2.a dict.out lzopack.out precomp.out precomp2.out simple.out lzotest.out testmini.out true
Shell
#! /bin/sh # vi:ts=4:et test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. LZO_CFG_FREESTANDING=1 . $top_srcdir/B/generic/build.sh
Shell
#! /bin/sh # vi:ts=4:et set -e echo "// Copyright (C) 1996-2014 Markus F.X.J. Oberhumer" echo "//" echo "// Generic Posix/Unix system" echo "// Generic C compiler" test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. test "X${AR}" = X && AR="ar" test "X${CC}" = X && CC="cc" test "X${CFLAGS+...
Shell
#! /bin/sh # vi:ts=4:et set -e echo "// Using GNU C compiler." echo "//" test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. UNAME_MACHINE=unknown CC="gcc -fPIC" CC="gcc -static" CC="gcc" CFLAGS="-Wall -O2 -fomit-frame-pointer" # delete the next line to disable assembler support UNAME_MACHINE...
Shell