code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
avrdude -c usbasp -p atmega8 -U flash:w:usbasp.atmega8.2011-05-28_PDI.hex | andrasfuchs/BioBalanceDetector | Tools/avrdude/programtheprogrammer_pdi.bat | bat | gpl-3.0 | 73 |
browserify --bare -r ksana-database -r ksana-search -r ksana-jsonrom -r ksana-analyzer -r reflux -u react-native> ksana-bundle.js | ksanaforge/pnc2015 | build-ksana.cmd | bat | gpl-3.0 | 129 |
@echo off
where /q python
IF ERRORLEVEL 1 (
REM Assume default 10.4 location
set py="c:\python27\ArcGIS10.4\python"
) ELSE (
set py="python"
)
where /q nosetests
IF ERRORLEVEL 1 (
set nose="c:\python27\ArcGIS10.4\Scripts\nosetests"
) ELSE (
set nose="nosetests"
)
echo Building Add-in
"%py%" ./makeaddin.py
echo Running Tests
%nose% -v
| EsriOceans/btm | test.bat | bat | mpl-2.0 | 372 |
@echo off
IF NOT DEFINED GOPATH (
SET GOPATH=%USERPROFILE%\Go
)
REM ***********
REM * 32Bit *
REM ***********
call %GOPATH%\src\github.com\ghts\ghts\batch_scripts\32.bat
REM cls
cd %GOPATH%\src\github.com\ghts\ghts\xing\base
copy type_c.orig type_1.go >NUL
"%GOROOT%\bin\go.exe" tool cgo -godefs type_1.go > type_2.go
sed -e 's/uint8/byte/g' type_2.go > type_3.go
sed -e 's/int8/byte/g' type_3.go > type_c.go
del type_1.go
del type_2.go
del type_3.go | ghts/ghts | xing/base/type_sync.bat | bat | lgpl-2.1 | 463 |
rem ---------------------------------------------------------------------------
rem Append to OPENCMS_CP
rem ---------------------------------------------------------------------------
rem Process the first argument
if ""%1"" == """" goto end
set OPENCMS_CP=%OPENCMS_CP%;%1
shift
rem Process the remaining arguments
:setArgs
if ""%1"" == """" goto doneSetArgs
set OPENCMS_CP=%OPENCMS_CP% %1
shift
goto setArgs
:doneSetArgs
:end
| comundus/opencms-basic | webapp/src/main/webapp/WEB-INF/cpappend.bat | bat | lgpl-2.1 | 430 |
call basePath.bat
@echo off
set pydatas=%ktpydatas%/d_entities.py
set excel1=%ktexcels%/xlsxs/entities.xlsx
echo on
python ../xlsx2py/xlsx2py.py %pydatas% %excel1%
if not defined ktall (ping -n 30 127.1>nul)
| Orav/kbengine | kbe/tools/xlsx2py/rpgdemo/entities.bat | bat | lgpl-3.0 | 217 |
@echo OFF
@rem Copyright (c) 2016 nexB Inc. http://www.nexb.com/ - All rights reserved.
@rem ################################
@rem # change these variables to customize this script locally
@rem ################################
@rem # you can define one or more thirdparty dirs, each prefixed with TPP_DIR
set TPP_DIR_BASE=thirdparty/base
set TPP_DIR_DEV=thirdparty/dev
set TPP_DIR_PROD=thirdparty/prod
set DEFAULT_PYTHON=python
@rem # default configurations
set CONF_DEFAULT="etc/conf/dev"
@rem #################################
set DJ_ROOT_DIR=%~dp0
set CFG_CMD_LINE_ARGS=
@rem Collect/Slurp all command line arguments in a variable
:collectarg
if ""%1""=="""" (
goto continue
)
call set CFG_CMD_LINE_ARGS=%CFG_CMD_LINE_ARGS% %1
shift
goto collectarg
:continue
@rem default to dev configuration when no args are passed
if "%CFG_CMD_LINE_ARGS%"==" " (
set CFG_CMD_LINE_ARGS="%CONF_DEFAULT%"
goto configure
)
if "%CFG_CMD_LINE_ARGS%"==" --init" (
set CFG_CMD_LINE_ARGS="%CONF_INIT%"
goto configure
)
if "%PYTHON_EXE%"==" " (
set PYTHON_EXE="%DEFAULT_PYTHON%"
goto configure
)
:configure
call "%PYTHON_EXE%" etc/configure.py %CFG_CMD_LINE_ARGS%
goto EOS
:EOS | all3fox/license-expression | configure.bat | bat | apache-2.0 | 1,204 |
.\build\Ditto.Benchmarking.Tests.exe > .\build\benchmark_results.txt --runtwice
pause
| mnichols/ditto | Benchmark.bat | bat | bsd-3-clause | 86 |
@echo off
setlocal
set msbuildemitsolution=1
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.proj /m:1 /v:m /flp:verbosity=diagnostic /p:IsDesktopBuild=true;SolutionRoot=..\solutions;OutDir=%temp%\TfsWorkbench.output\;FinalOutput=..\installers
pause | omnibs/tfsworkbench-fork | build/build.cmd | bat | bsd-3-clause | 263 |
@doxygen doxygen
@pause | madeso/pwn-engine | doc.bat | bat | bsd-3-clause | 24 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\pwny.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pwny.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| edibledinos/pwnypack | docs/make.bat | bat | mit | 6,977 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S06_SyncICSContentsRTF_TestSuite.MSOXCFXICS_S06_SyncICSContentsRTF_TestSuite /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S06_SyncICSContentsRTF_TestSuite.cmd | bat | mit | 326 |
@echo off
echo "Konvertiere Jahr 2009..."
java -Dpretty.json=true -cp target\converter-1.0-jar-with-dependencies.jar de.ifcore.hdv.converter.CountyConverter "data\finanzrechnungsstatistik-einnahmen-2009.csv" "data\finanzrechnungsstatistik-ausgaben-2009.csv" "data\Zensus Einwohnerzahlen.xls" "data\Gemeinde Einwohnerzahlen Flaechen 31-03-2013.xls" "..\viewer\src\data\2009\landkreise"
echo "Konvertiere Jahr 2010..."
java -Dpretty.json=true -cp target\converter-1.0-jar-with-dependencies.jar de.ifcore.hdv.converter.CountyConverter "data\finanzrechnungsstatistik-einnahmen-2010.csv" "data\finanzrechnungsstatistik-ausgaben-2010.csv" "data\Zensus Einwohnerzahlen.xls" "data\Gemeinde Einwohnerzahlen Flaechen 31-03-2013.xls" "..\viewer\src\data\2010\landkreise"
echo "Konvertiere Jahr 2011..."
java -Dpretty.json=true -cp target\converter-1.0-jar-with-dependencies.jar de.ifcore.hdv.converter.CountyConverter "data\finanzrechnungsstatistik-einnahmen-2011.csv" "data\finanzrechnungsstatistik-ausgaben-2011.csv" "data\Zensus Einwohnerzahlen.xls" "data\Gemeinde Einwohnerzahlen Flaechen 31-03-2013.xls" "..\viewer\src\data\2011\landkreise"
| felixebert/haushaltsdatenvergleich | converter/konvertiere_finanzdaten_landkreise.cmd | bat | mit | 1,135 |
@ECHO OFF
makesis -d%1 "..\src\loaders\loaders_symbian\symbianecomloader\sis\bellagioopenmaxsymbianloader.pkg" "%1\bellagioopenmaxsymbianloader.sis"
signsis -s "%1\bellagioopenmaxsymbianloader.sis" "%1\bellagioopenmaxsymbianloader.sis" %2 %3 %4
makesis -d%1 "..\src\components\components_symbian\outputstream\sis\bellagioopenmaxoutputstream.pkg" "%1\bellagioopenmaxoutputstream.sis"
signsis -s "%1\bellagioopenmaxoutputstream.sis" "%1\bellagioopenmaxoutputstream.sis" %2 %3 %4
makesis -d%1 "..\src\components\components_symbian\volume\sis\bellagioopenmaxvolume.pkg" "%1\bellagioopenmaxvolume.sis"
signsis -s "%1\bellagioopenmaxvolume.sis" "%1\bellagioopenmaxvolume.sis" %2 %3 %4
makesis -d%1 "..\src\components\components_symbian\audiomixer\sis\bellagioopenmaxaudiomixer.pkg" "%1\bellagioopenmaxaudiomixer.sis"
signsis -s "%1\bellagioopenmaxaudiomixer.sis" "%1\bellagioopenmaxaudiomixer.sis" %2 %3 %4
makesis -d%1 "..\test\components\components_symbian\symbianoutputstream\sis\OmxSymbianOutputStreamTest.pkg" "%1\OmxSymbianOutputStreamTest.sis"
signsis -s "%1\OmxSymbianOutputStreamTest.sis" "%1\OmxSymbianOutputStreamTest.sis" %2 %3 %4
makesis -d%1 "..\test\components\components_symbian\symbianaudiomixer\sis\OmxAudioMixerTest.pkg" "%1\OmxAudioMixerTest.sis"
signsis -s "%1\OmxAudioMixerTest.sis" "%1\OmxAudioMixerTest.sis" %2 %3 %4
makesis -d%1 "..\test\components\components_symbian\symbiancompnameenum\sis\OmxCompNameEnumTest.pkg" "%1\OmxCompNameEnumTest.sis"
signsis -s "%1\OmxCompNameEnumTest.sis" "%1\OmxCompNameEnumTest.sis" %2 %3 %4
makesis -d%1 "libomxil.pkg"
signsis -s "libomxil.sis" "libomxil.sis" %2 %3 %4
DEL "%1\bellagioopenmaxsymbianloader.sis"
DEL "%1\bellagioopenmaxvolume.sis"
DEL "%1\bellagioopenmaxaudiomixer.sis"
DEL "%1\bellagioopenmaxoutputstream.sis"
DEL "%1\OmxSymbianOutputStreamTest.sis"
DEL "%1\OmxAudioMixerTest.sis"
DEL "%1\OmxCompNameEnumTest.sis"
| felipec/libomxil-bellagio | sis/createandsign.bat | bat | lgpl-2.1 | 1,894 |
@echo off
REM ================================================================
REM Licensed to the Apache Software Foundation (ASF) under one
REM or more contributor license agreements. See the NOTICE file
REM distributed with this work for additional information
REM regarding copyright ownership. The ASF licenses this file
REM to you under the Apache License, Version 2.0 (the
REM "License"); you may not use this file except in compliance
REM with the License. You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law or agreed to in writing,
REM software distributed under the License is distributed on an
REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
REM KIND, either express or implied. See the License for the
REM specific language governing permissions and limitations
REM under the License.
REM ================================================================
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
CALL ..\svn-config.cmd
IF ERRORLEVEL 1 EXIT /B 1
PUSHD ..\deps
nant gen-dev -D:wc=..\build -D:impBase=../deps/build/win32 %NANTARGS%
IF ERRORLEVEL 1 EXIT /B 1
POPD
msbuild subversion_vcnet.sln /p:Configuration=Debug /p:Platform=win32 /t:__ALL_TESTS__
IF ERRORLEVEL 1 EXIT /B 1
| wbond/subversion | tools/buildbot/slaves/win32-SharpSvn/svntest-build.cmd | bat | apache-2.0 | 1,329 |
@echo off
:: Helper script to build BDB products for binary release
:: Assumes current directory is <product>/dist
:: Current version of Visual Studio for binaries is 2005.
:: This is enforced but if testing is desired for other releases
:: it's possible to cut/paste.
::
:: Try to find different versions of Visual Studio
call :TryBat "%VS80COMNTOOLS%\vsvars32.bat" && goto VS80
call :TryBat "%VS90COMNTOOLS%\vsvars32.bat" && goto VS90
:: no luck
goto batnotfound
:VS80
echo Using Visual Studio format 8.0 (Visual Studio 2005)
@echo "" > winbld.out
@echo devenv /build Release ..\build_windows\Berkeley_DB.sln
@devenv /build Release ..\build_windows\Berkeley_DB.sln >> winbld.out
@echo devenv /build Release ..\build_windows\Berkeley_DB.sln /project db_java.vcproj
@devenv /build Release ..\build_windows\Berkeley_DB.sln /project db_java.vcproj
@echo devenv /build Release ..\build_windows\BDB_dotNet.sln
@devenv /build Release ..\build_windows\BDB_dotNet.sln >> winbld.out
@echo devenv /build Release ..\build_windows\db_sql_jdbc.vcproj
@devenv /build Release ..\build_windows\db_sql_jdbc.vcproj >> winbld.out
@echo devenv /build Release ..\build_windows\db_sql_odbc.vcproj
@devenv /build Release ..\build_windows\db_sql_odbc.vcproj >> winbld.out
goto :eof
:VS90
@echo Windows binaries must be built using Visual Studio 2005
@echo If you want to test VS2008, uncomment the goto line below.
@echo Note these build lines will not work with the express editions
@echo of VS which do not appear to include "devenv."
@echo Express editions can be built with lines like:
@echo "VCExpress Berkeley_DB.sln /build" or
@echo "VCSExpress BDB_dotNet.sln /build"
goto :batnotfound
@echo Using Visual Studio format 9.0 (Visual Studio 2008)
@echo "" > winbld.out
@echo devenv /build Release ..\build_windows\Berkeley_DB.sln
@devenv /build Release ..\build_windows\Berkeley_DB.sln >> winbld.out
@echo devenv /build Release ..\build_windows\Berkeley_DB.sln /project db_java.vcproj
@devenv /build Release ..\build_windows\Berkeley_DB.sln /project db_java.vcproj
@echo devenv /build Release ..\build_windows\BDB_dotNet.sln
@devenv /build Release ..\build_windows\BDB_dotNet.sln >> winbld.out
@echo devenv /build Release ..\build_windows\db_sql_jdbc.vcproj
@devenv /build Release ..\build_windows\db_sql_jdbc.vcproj >> winbld.out
@echo devenv /build Release ..\build_windows\db_sql_odbc.vcproj
@devenv /build Release ..\build_windows\db_sql_odbc.vcproj >> winbld.out
goto :eof
:batnotfound
echo *********** ERROR: Visual Studio Config batch file not found *************
exit 3
goto end
:: TryBat(BATPATH)
:: If the BATPATH exists, use it and return 0,
:: otherwise, return 1.
:TryBat
:: Filename = "%1"
if not exist %1 exit /b 1
call %1
exit /b 0
goto :eof
:end
| racker/omnibus | source/db-5.0.26.NC/dist/winmsi/build.bat | bat | apache-2.0 | 2,758 |
./grbl_sim.exe -t 1 0.01 <HelloWorld.nc >HelloWorld.dat 2> HelloWorldSteps.dat
| grbl/grbl-sim | sim.bat | bat | gpl-3.0 | 79 |
#!/bin/csh
###
# Script: fullCompact
# This script performs the full compaction and relocates the
# segments to the various space '.dsegs' directories.
# It assumes OSDPathName indicates root of network directory.
###
echo "... version history prior to compact"
$VisionBin/ndftool -v
echo ""
echo "... running full compaction"
$DBbatchvision -a -U3 << @@@EOD
Utility fullCompact ;
?g
@@@EOD
#-- If Error, Report and Abort
if ($status != 0 ) then
echo ">>> Full Compaction Failed <<<"
exit 1
endif
#--------------------
# move segments
#--------------------
#-- Make 'ls' safe
unalias ls
#--- Define the network root ...
set networkRoot = $OSDPathName
cd $networkRoot
#--- ... and perform the cleanup
foreach dir (`ls`)
echo Considering: $dir
if ( -f $dir/MSS ) then
cd $dir
set mss = `cat MSS`
echo Processing: $dir, MSS: $mss
### Make a script to move the deleted segments, ...
if ( -f .mvscript ) then
"rm" -f .mvscript
endif
echo mv MSS .dsegs > .mvscript
ls | $VisionBin/makemvscript $mss >> .mvscript
chmod u+x .mvscript
### ... prepare the target directory for the move, ...
if ( ! -d .dsegs ) then
mkdir .dsegs
endif
if ( -f .dsegs/MSS ) then
"rm" -f .dsegs/MSS
endif
### ... and execute the script.
./.mvscript
cd $networkRoot
endif
end
| VisionAerie/vision | application/localvision/adminScripts/bootCompact.cmd | bat | bsd-3-clause | 1,341 |
for /f "skip=1" %%x in ('wmic os get localdatetime') do if not defined MyDate set MyDate=%%x
set today=%MyDate:~0,4%-%MyDate:~4,2%-%MyDate:~6,2%
plink chris@scriptureforge.org -m backupMongoOnServer.sh
pscp chris@scriptureforge.org:mongodb_backup_%today%.tgz c:\src
plink chris@scriptureforge.org -m deleteTarFileOnServer.sh
plink root@scriptureforge.local -m restoreMongoOnLocal.sh
plink root@scriptureforge.local "php /var/www/host/sil/languageforge/scripts/tools/ChangeSiteNameToLocal.php"
| sillsdev/web-scriptureforge | scripts/server/mongodb/copyServerToLocalChris.bat | bat | mit | 494 |
@echo off
REM Setup for compiling with GNU C compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build
set LIB=%SCITECH_LIB%\LIB\debug\win32\gcc2
echo Checked debug build enabled.
goto setvars
:setvars
set INCLUDE=include;%SCITECH%\include;%PRIVATE%\include
set MAKESTARTUP=%SCITECH%\makedefs\gcc_win32.mk
set MAKE_MODE=
set USE_WIN16=
set USE_WIN32=1
set WIN32_GUI=
set USE_SNAP=
set GCC_LIBBASE=gcc2
PATH %SCITECH_BIN%;%GCC2_PATH%\NATIVE\BIN;%DEFPATH%
echo GCC 2.9.x 32-bit Win32 console compilation environment set up
| daydaygit/flrelse | uboot1.1.6/board/MAI/bios_emulator/scitech/bin/gcc2-c32.bat | bat | gpl-3.0 | 615 |
cmd_scripts/kconfig/mconf := gcc -o scripts/kconfig/mconf scripts/kconfig/mconf.o scripts/kconfig/zconf.tab.o scripts/kconfig/lxdialog/checklist.o scripts/kconfig/lxdialog/util.o scripts/kconfig/lxdialog/inputbox.o scripts/kconfig/lxdialog/textbox.o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/menubox.o -lncurses
| evan6200/cirrfy_pos | scripts/kconfig/.mconf.cmd | bat | gpl-2.0 | 330 |
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
mmc dev 0
fatload mmc 0 $kernel_addr_r zImage
fatload mmc 0 $fdt_addr_r sun5i-a13-olinuxino.dtb
bootz $kernel_addr_r - $fdt_addr_r
| masahir0y/buildroot-yamada | board/olimex/a13_olinuxino/boot.cmd | bat | gpl-2.0 | 211 |
/****************************************************************************
* Copyright (c) 1998,2006 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
* "Software"), to deal in the Software without restriction, including *
* without limitation the rights to use, copy, modify, merge, publish, *
* distribute, distribute with modifications, sublicense, and/or sell *
* copies of the Software, and to permit persons to whom the Software is *
* furnished to do so, subject to the following conditions: *
* *
* The above copyright notice and this permission notice shall be included *
* in all copies or substantial portions of the Software. *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
* *
* Except as contained in this notice, the name(s) of the above copyright *
* holders shall not be used in advertising or otherwise to promote the *
* sale, use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************/
/*
* $Id: makedef.cmd,v 1.5 2006/04/22 23:14:50 tom Exp $
*
* Author: Juan Jose Garcia Ripoll <worm@arrakis.es>.
* Webpage: http://www.arrakis.es/~worm/
*
* makedef.cmd - update a DLL export list using a newly created library file
* in a.out format, plus an old .DEF file.
*
* standard output gets a sorted list with all entrypoints with entrycodes.
* This list, plus a few .def sentences (LIBRARY, DESCRIPTION and EXPORT)
* is used to build a new .def file.
*
* `_nc_*' symbols are ignored.
*
* returns 1 when the old def_file is corrupted -- that is, export items are
* not properly formatted.
*
* returns 0 if everything went OK.
*/
parse arg lib_file def_file
lib_file = translate(lib_file,'\','/')
def_file = translate(def_file,'\','/')
call CleanQueue
/*
* `codes' is the stem that links a code to every symbol
* `names' is the stem where symbols are stored sequentially
* `last' is the index of the last symbol defined
*/
last = 0
used. = 0
codes. = 0
names. = ''
tmp_name = 'foo.tmp'
/*
* This sed expression cleans empty lines, comments and special .DEF
* commands, such as LIBRARY..., EXPORTS..., etc
*/
tidy_up = '"/^[A-Z]/d;s/[ ][ ]*/ /g;s/;.*$//g;s/^[ ]*//g;/^[ ]*$/d"'
/*
* First we find all public symbols (functions and variables). Next we
* concatenate this list with the old one, sorting it and wiping out
* all unused data (comments, DLL directives, blanks, etc). All this
* information is pushed into a REXX private list with the RXQUEUE
* utility program.
*/
'@echo off'
'emxexp -u' lib_file '>' tmp_name
'cat' tmp_name def_file '| sed' tidy_up '| sort > foo2.tmp'
'type foo2.tmp | rxqueue'
'del' tmp_name '1>NUL'
/*
* This loop runs over the queue items
*/
do while queued() > 0
/*
* We retrieve the symbol name (NEW_NAME) and its number (NEW_NUMBER)
* When the line comes from `emximp's output, there's no number, so
* we assign it the special value 0.
*/
parse pull new_symbol '@'new_code rest
if Left(new_symbol,1) = '"' then
parse var new_symbol '"' new_name '"' rest
else
do
echo 'Symbol 'new_symbol' was not quoted'
new_name = new_symbol
end
if new_code = '' then
new_code = 0
/*
* Here, one would place all smart checks that would kill unused symbols.
* However, export tables are not that big, so why bothering?
if Left(new_name,4) = '_nc_' then
iterate
*/
/*
* The algorithm:
* IF (this is the 2nd time the symbol appears) THEN
* (this symbol comes from a .DEF file)
* it has a valid code that we store
* we mark that code as used
* ELIF (it has no number) THEN
* (it's a new symbol)
* we increase the counter of defined symbols
* we assign it the special number 0
* (later on it'll be assigned an unused export code)
* ELSE
* this symbol was in the old DLL and it's no longer
* here, so we skip it.
*/
select
when new_name = '' then
'echo Warning: empty symbol found 1>&2'
when names.last = new_name then
do
codes.last = new_code
used.new_code = 1
end
when new_code = 0 then
do
last = last + 1
names.last = new_name
codes.last = 0
end
otherwise
'echo Warning: symbol "'new_name'" has disappeared 1>&2'
end /* select */
end /* do while queued() */
/*
* Finally we scan the stem, writing out all symbols with export codes.
* Those that did not have a valid one (just 0) are assigned a new one.
*/
new_code = 1
inx = 1
do while inx <= last
if codes.inx = 0 then
do
do while used.new_code \= 0
new_code = new_code + 1
end
codes.inx = new_code
used.new_code = 1
end
say ' "'names.inx'" @'codes.inx' NONAME'
inx = inx + 1
end
'del foo2.tmp 1>NUL'
exit 0
/*
* Cleans the REXX queue by pulling and forgetting every line.
* This is needed, at least, when `makedef.cmd' starts, because an aborted
* REXX program might have left some rubbish in.
*/
CleanQueue: procedure
do while queued() > 0
parse pull foo
end
return
| pmq20/ruby-compiler | vendor/ncurses/misc/makedef.cmd | bat | mit | 6,441 |
cd\
cd d:\htc-prototype\wip\hi-res-earphone
grunt | chester0516/htc-prototype-bak | wip/hi-res-earphone/watch.bat | bat | mit | 49 |
for /R %CD% %%s in (*.ts) do (
tsc --target "ES5" %%s
)
| imlihao/AKTM-LOOK | myjs/ts/bianyi.bat | bat | mit | 59 |
@if not defined _echo @echo off
setlocal
:: Default to highest Visual Studio version available
::
:: For VS2015 (and prior), only a single instance is allowed to be installed on a box
:: and VS140COMNTOOLS is set as a global environment variable by the installer. This
:: allows users to locate where the instance of VS2015 is installed.
::
:: For VS2017, multiple instances can be installed on the same box SxS and VS150COMNTOOLS
:: is no longer set as a global environment variable and is instead only set if the user
:: has launched the VS2017 Developer Command Prompt.
::
:: Following this logic, we will default to the VS2017 toolset if VS150COMNTOOLS tools is
:: set, as this indicates the user is running from the VS2017 Developer Command Prompt and
:: is already configured to use that toolset. Otherwise, we will fallback to using the VS2015
:: toolset if it is installed. Finally, we will fail the script if no supported VS instance
:: can be found.
if defined VisualStudioVersion goto :Run
set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
if exist %_VSWHERE% (
for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -prerelease -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Tools
)
if not exist "%_VSCOMNTOOLS%" set _VSCOMNTOOLS=%VS140COMNTOOLS%
if not exist "%_VSCOMNTOOLS%" (
echo Error: Visual Studio 2015 or 2017 required.
echo Please see https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md for build instructions.
exit /b 1
)
call "%_VSCOMNTOOLS%\VsDevCmd.bat"
:Run
:: Clear the 'Platform' env variable for this session, as it's a per-project setting within the build, and
:: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue: #69).
set Platform=
:: Disable telemetry, first time experience, and global sdk look for the CLI
set DOTNET_CLI_TELEMETRY_OPTOUT=1
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
set DOTNET_MULTILEVEL_LOOKUP=0
:: Restore the Tools directory
call %~dp0init-tools.cmd
if NOT [%ERRORLEVEL%]==[0] exit /b 1
set _toolRuntime=%~dp0Tools
set _dotnet=%_toolRuntime%\dotnetcli\dotnet.exe
set _json=%~dp0config.json
:: run.exe depends on running in the root directory, notably because the config.json specifies
:: a relative path to the binclash logger
pushd %~dp0
call %_dotnet% %_toolRuntime%\run.exe "%_json%" %*
popd
exit /b %ERRORLEVEL% | weshaggard/standard | run.cmd | bat | mit | 2,405 |
@echo off
SetLocal EnableDelayedExpansion
set d6r1=^| o o ^|
set d6r2=^| o o ^|
set d6r3=^| o o ^|
set d5r1=^| o o ^|
set d5r2=^| o ^|
set d5r3=^| o o ^|
set d4r1=^| o o ^|
set d4r2=^| ^|
set d4r3=^| o o ^|
set d3r1=^| o ^|
set d3r2=^| o ^|
set d3r3=^| o ^|
set d2r1=^| o ^|
set d2r2=^| ^|
set d2r3=^| o ^|
set d1r1=^| ^|
set d1r2=^| o ^|
set d1r3=^| ^|
echo !%1! !%2! !%3! !%4! !%5! | 0x776b7364/batch-utils | PATR/DICEv2.bat | bat | mit | 449 |
@echo off
taskkill /FI "WINDOWTITLE eq Monkshu *" /F
echo Done. | TekMonks/monkshu | stop.bat | bat | mit | 65 |
cmd_drivers/gpu/drm/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/gpu/drm/built-in.o drivers/gpu/drm/i2c/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/gpu/drm/.built-in.o.cmd | bat | gpl-2.0 | 239 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\aa.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\aa.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| jcrmatos/tai | doc/make.bat | bat | gpl-2.0 | 6,973 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto endofperl
:WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S %0 %*
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S %0 %*
) ELSE (
perl -x -S %0 %*
)
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!/usr/bin/perl
#line 29
#
# Create a character mapping for GB2312 encoding.
# usage: mkCSGB2312.pl
#
# Requires the map file GB2312.TXT (mapping actually GB2312-80) in the
# current directory, produces the map file CSGB2312.TXT
#
# Copyright (C) 2000 Martin Schwartz. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
# Contact: Martin Schwartz <martin@nacho.de>
#
my $info = <<END;
#
# GB2312 to Unicode table; a mixed one byte, two byte mapping.
#
# NOTE: This file is generated automatically from GB2312.TXT by mkCSGB2312
# It is constructed from the mappings of:
#
# - ISO8859-1 characters 0x0000 .. 0x00FF
#
# - GB2312-80 characters in EUC form.
#
# Actually GB2312 should not incorporate the whole ISO8859-1 set, but only the
# Unicode characters 0x0020 to 0x007f. World's usage is different...
# As an effect of this a round trip conversion GB2312 -> UTF16 -> GB2312 will
# produce differences if the original GB2312 encoding contains one or more
# of these ISO-8859-1 one byte characters:
#
# 0xA4, 0xA7, 0xA8, 0xB0, 0xB1, 0xD7, 0xE0, 0xE1, 0xE8, 0xE9,
# 0xEA, 0xEC, 0xED, 0xF2, 0xF3, 0xF7, 0xF9, 0xFA, 0xFC
#
# Anyway these differences shouldn't cause rendering problems, since the
# translation back to GB2312 for these characters will utilize an original
# character of set GB2312-80.
#
# martin [2000-Jun-19]
#
END
use strict;
main: {
print "Creating GB2312 encoding, based on GB2312-80 encoding.\n";
_open ( );
_createInfo ( );
_createMapping ( );
_close ( );
print "Done. Saved as CSGB2312.TXT\n";
}
sub _open {
open ( GB2312, "GB2312.TXT" )
or die "Can't open input file GB2312.TXT! ($!)"
;
open ( CSGB2312, ">CSGB2312.TXT" )
or die "Can't open output file CSGB2312.TXT! ($!)"
;
}
sub _createInfo {
print CSGB2312 $info;
}
sub _createMapping {
print CSGB2312 "\n# ISO-8859-1 characters (0x0000-0x00ff):\n\n";
for ( 0x00 .. 0xff ) {
printf CSGB2312 "0x%02x\t0x%04x\n", $_, $_;
}
# print CSGB2312 "\n\n# Unambiguous ISO-8859-1 characters:\n\n";
# for (
# 0x80..0xa3, 0xa5..0xa6, 0xa9..0xaf, 0xb2..0xd6,
# 0xd8..0xdf, 0xe2..0xe7, 0xeb, 0xee..0xf1, 0xf4..0xf6,
# 0xf8, 0xfb, 0xfd, 0xfe, 0xff
# ) {
# printf CSGB2312 "0x%02x\t0x%04x\n", $_, $_;
# }
print CSGB2312 "\n\n# GB2312-80 characters:\n\n";
while ( <GB2312> ) {
next unless /^0x/i;
my ($gb, $uni) = /(0x....)\s+(0x....)/;
if ( $gb && $uni ) {
my $euc = hex ($gb) | 0x8080;
printf CSGB2312 "0x%04x\t$uni\n", $euc;
}
}
print CSGB2312 "\n# End of file\n";
}
sub _close {
close CSGB2312
or die "Can't close input file GB2312.TXT! ($!)"
;
close GB2312
or die "Can't close output file CSGB2312.TXT! ($!)"
;
}
__END__
:endofperl
| mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/mkCSGB2312.bat | bat | gpl-2.0 | 3,804 |
cmd_sound/pci/mixart/built-in.o := rm -f sound/pci/mixart/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/pci/mixart/built-in.o
| freebsdmax/gsmart1315_kernel | sound/pci/mixart/.built-in.o.cmd | bat | gpl-2.0 | 204 |
cmd_drivers/usb/storage/usb-storage.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/usb/storage/usb-storage.o drivers/usb/storage/scsiglue.o drivers/usb/storage/protocol.o drivers/usb/storage/transport.o drivers/usb/storage/usb.o drivers/usb/storage/initializers.o drivers/usb/storage/sierra_ms.o drivers/usb/storage/option_ms.o drivers/usb/storage/usual-tables.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/usb/storage/.usb-storage.o.cmd | bat | gpl-2.0 | 430 |
cmd_arch/arm/lib/io-writesw-armv4.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/rittik/android/kernel/crater/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-capri/include -Iarch/arm/plat-kona/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -mfpu=vfp3 -mfloat-abi=softfp -gdwarf-2 -c -o arch/arm/lib/io-writesw-armv4.o arch/arm/lib/io-writesw-armv4.S
source_arch/arm/lib/io-writesw-armv4.o := arch/arm/lib/io-writesw-armv4.S
deps_arch/arm/lib/io-writesw-armv4.o := \
/home/rittik/android/kernel/crater/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/rittik/android/kernel/crater/arch/arm/include/asm/linkage.h \
/home/rittik/android/kernel/crater/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/rittik/android/kernel/crater/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/rittik/android/kernel/crater/arch/arm/include/asm/hwcap.h \
/home/rittik/android/kernel/crater/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/io-writesw-armv4.o: $(deps_arch/arm/lib/io-writesw-armv4.o)
$(deps_arch/arm/lib/io-writesw-armv4.o):
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 2,162 |
cmd_net/core/built-in.o := ld -m elf_i386 -r -o net/core/built-in.o net/core/sock.o net/core/request_sock.o net/core/skbuff.o net/core/iovec.o net/core/datagram.o net/core/stream.o net/core/scm.o net/core/gen_stats.o net/core/gen_estimator.o net/core/net_namespace.o net/core/sysctl_net_core.o net/core/dev.o net/core/ethtool.o net/core/dev_mcast.o net/core/dst.o net/core/netevent.o net/core/neighbour.o net/core/rtnetlink.o net/core/utils.o net/core/link_watch.o net/core/filter.o net/core/net-sysfs.o net/core/netpoll.o
| namgk/kernel-tut | net/core/.built-in.o.cmd | bat | gpl-2.0 | 527 |
>>> celegans_phenotypes = ['Emb', 'Him', 'Unc', 'Lon', 'Dpy', 'Sma']
>>> celegans_copy = celegans_phenotypes[:]
>>> celegans_phenotypes[5] = 'Lvl'
>>> celegans_phenotypes
['Emb', 'Him', 'Unc', 'Lon', 'Dpy', 'Lvl']
>>> celegans_copy
['Emb', 'Him', 'Unc', 'Lon', 'Dpy', 'Sma']
| simontakite/sysadmin | pythonscripts/practicalprogramming/lists/celegans3.cmd | bat | gpl-2.0 | 275 |
cmd_drivers/gpu/ion/msm/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/gpu/ion/msm/built-in.o drivers/gpu/ion/msm/msm_ion.o drivers/gpu/ion/msm/ion_cp_common.o drivers/gpu/ion/msm/ion_iommu_map.o
| IndieBeto/StockLP | drivers/gpu/ion/msm/.built-in.o.cmd | bat | gpl-2.0 | 223 |
cd "C:\Users\jonathan\fritzing2\part-gen-scripts\cheetah scripts"
C:\Python26\python.exe partomatic.py -c .\configs\dip_cfg.cfg -t .\templates\dip.cfg -o .\deleteme\config
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_300mil_fzp.cfg -t .\templates\dip.fzp -o .\deleteme\fzp
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_schem_svg.cfg -t .\templates\dip_schem.svg -o .\deleteme\schem
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_300mil_bread_svg.cfg -t .\templates\dip_bread.svg -o .\deleteme\bread
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_300mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_400mil_bread_svg.cfg -t .\templates\dip_bread.svg -o .\deleteme\bread
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_400mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_600mil_bread_svg.cfg -t .\templates\dip_bread.svg -o .\deleteme\bread
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_600mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_900mil_bread_svg.cfg -t .\templates\dip_bread.svg -o .\deleteme\bread
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_900mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_100mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_200mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_500mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_700mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
C:\Python26\python.exe partomatic.py -c .\deleteme\config\dip_800mil_pcb_svg.cfg -t .\templates\dip_pcb.svg -o .\deleteme\pcb
| rmelo19/rmelo19-arduino | fritzing/fritzing.0.9.2b.64.pc/parts/part-gen-scripts/obsolete/cheetah scripts/dip.bat | bat | gpl-3.0 | 2,080 |
.\bin\Debug\Huffman.exe "sample.bmp" "sample.bmp.hff"
.\bin\Debug\Huffman.exe "sample.bmp.hff" -d "decompressed sample.bmp"
.\bin\Debug\Huffman.exe "sample.txt" "sample.txt.hff"
.\bin\Debug\Huffman.exe "sample.txt.hff" -d "decompressed sample.txt"
pause | BrOrlandi/Huffman-Compression | run.bat | bat | gpl-3.0 | 254 |
xasm /b400 king_balloon.z80
del king_pat
ren king_balloon.bin king_pat
| rururutan/hoot-patches | msx/namco/disk_ng1/src/king_and_balloon/comp.bat | bat | gpl-3.0 | 71 |
::change according to your installation
set projectPath=F:\Project\SNESTilesKitten\
set compilePath=F:\Project\compile\STK\
set deployPath=F:\Project\SNESTilesKitten\deploy\SNESTilesKitten\
set originalBinDir=%compilePath%
rmdir /Q /S %compilePath%
rmdir /Q /S %deployPath%
mkdir %deployPath%
:: Compile
::D:\Visual Studio\VC\vcvarsall.bat amd64
:: D:\Visual Studio\VC\Auxiliary\Build\vcvarsall.bat amd64
mkdir %compilePath%
cd %compilePath%
qmake %projectPath%\SNESTilesKitten.pro -spec win32-msvc "CONFIG+=release"
nmake
:: Copy file
mkdir %deployPath%\plugins\
xcopy /y %originalBinDir%\plugins\nintendocompression.dll %deployPath%\plugins\
xcopy /y %originalBinDir%\plugins\quintetcompression.dll %deployPath%\plugins\
xcopy /y %originalBinDir%\release\SNESTilesKitten.exe %deployPath%
xcopy /y %originalBinDir%\SNESTinyKitten\release\SNESTinyKitten.exe %deployPath%
mkdir %deployPath%\Presets
mkdir %deployPath%\TilesPatterns
xcopy /s %projectPath% %deployPath%\Presets\
xcopy /s %projectPath% %deployPath%\TilesPatterns\
windeployqt.exe --no-translations --no-system-d3d-compiler --no-opengl --no-svg --no-webkit --no-webkit2 --release %deployPath%\SNESTilesKitten.exe
:: Clean up Qt extra stuff
rmdir /Q /S %deployPath%\imageformats
del %deployPath%\opengl32sw.dll
del %deployPath%\libEGL.dll
del %deployPath%\libGLESV2.dll
| Skarsnik/SNESTilesKitten | deploy/deploystuff.bat | bat | gpl-3.0 | 1,341 |
@echo off
:: Script for building Boost C++ Libraries on Windows.
:: Writen by Paul Colby (http://colby.id.au), no rights reserved ;)
:: See http://colby.id.au/building-boost-on-windows
:: The following are all required; adjust to match your setup.
set BOOST_TOOLSET=msvc-11.0
set BOOST_VERSION=1_53_0
set ZIP7=%PROGRAMFILES%\7-zip\7z.exe
:: The following are all optional; comment out if not needed.
set BZIP_VERSION=1.0.6
set ZLIB_FILE_VERSION=127
set ZLIB_VERSION=1.2.7
:: Only define the Windows SDK version if standalone, ie for Express versions prior to 2012.
rem set WIN_SDK_VERSION=7.1
if "%WIN_SDK_VERSION%" NEQ "" set WIN_SDK=%PROGRAMFILES%\Microsoft SDKs\Windows\v%WIN_SDK_VERSION%
if "%WIN_SDK%" NEQ "" (
if exist "%WIN_SDK%\Bin\SetEnv.cmd" set SET_ENV=%WIN_SDK%\Bin\SetEnv.cmd
rem I like to copy %WIN_SDK%\Bin\SetEnv.cmd to %WIN_SDK%\Bin\SetEnvNc.cmd to
rem remove the two "COLOR 0x" calls and the CLS call - just for nicer output.
if exist "%WIN_SDK%\Bin\SetEnvNc.cmd" set SET_ENV=%WIN_SDK%\Bin\SetEnvNc.cmd
)
goto main
:: usage: call:extract input-file output-dir
:extract
@echo Extracting "%~1" to "%~2"
"%ZIP7%" x -o"%~2" "%~1" > nul
if errorlevel 1 (
echo Failed to extract "%~1"
pause
exit errorlevel
)
goto :EOF
:: usage: call:configureWinSDK x86|x64|ia64 debug|release [/vista^|/xp^|/2003^|/2008^|/win7]
:configureWinSDK
if "%WIN_SDK%" EQU "" goto :EOF
set TARGET_ARCH=/%1
set MODE=/%2
if "%3" EQU "" ( set TARGET_OS=/xp ) else set TARGET_OS=%3
call "%SET_ENV%" %MODE% %TARGET_ARCH% %TARGET_OS%
goto :EOF
:: usage: call:extractsource build_dir
:extractSource
set SOURCE_DIR=%~dp0source
set SOURCE_FILE=%SOURCE_DIR%\boost_%BOOST_VERSION%.zip
if exist "%SOURCE_DIR%\boost_%BOOST_VERSION%.7z" (
set SOURCE_FILE=%SOURCE_DIR%\boost_%BOOST_VERSION%.7z
)
if not exist "%~1" call:extract %SOURCE_FILE% %~1
goto :EOF
:: usage: call:bootstrap boost_dir
:bootstrap
@echo Bootstrapping %~1
pushd "%~1"
call bootstrap.bat
popd
set MPI_JAM=%~1\tools\build\v2\tools\mpi.jam
set MPI_TMP=%MPI_JAM%.tmp
if exist "%PROGRAMFILES%\Microsoft HPC Pack 2008 R2" (
powershell -Command "get-content %MPI_JAM% | ForEach-Object {$_ -replace \"Microsoft Compute Cluster Pack\",\"Microsoft HPC Pack 2008 R2\"} | set-content %MPI_TMP%" && move /y "%MPI_TMP%" "%MPI_JAM%"
if not exist "%PROGRAMFILES%\Microsoft HPC Pack 2008 R2\Include" (
if exist "%PROGRAMFILES%\Microsoft HPC Pack 2008 R2\Inc" (
powershell -Command "get-content %MPI_JAM% | ForEach-Object {$_ -replace '(cluster_pack_path.*Inc)lude', '$1'} | set-content %MPI_TMP%" && move /y "%MPI_TMP%" "%MPI_JAM%"
)
)
echo( >> "%~1\tools\build\v2\user-config.jam" && echo using mpi ; >> "%~1\tools\build\v2\user-config.jam"
)
goto :EOF
:: usage: call:buildBoost boost_dir install_dir x86|x64|ia64 debug|release
:buildBoost
if /I "%~3" EQU "ia64" ( set BOOST_ARCH=ia64 ) else set BOOST_ARCH=x86
if /I "%~3" EQU "x86" ( set BOOST_ADDR=32 ) else set BOOST_ADDR=64
if "%BZIP_VERSION%" NEQ "" set sBZIP2=-sBZIP2_SOURCE="%~dp0source\bzip2-%BZIP_VERSION%"
if "%ZLIB_FILE_VERSION%" NEQ "" set sZLIB=-sZLIB_SOURCE="%~dp0source\zlib-%ZLIB_VERSION%"
pushd "%~1"
b2.exe --build-type=complete -d0 -j %NUMBER_OF_PROCESSORS% --prefix="%~2" -q %sBZIP2% %sZLIB% architecture=%BOOST_ARCH% address-model=%BOOST_ADDR% toolset=%BOOST_TOOLSET% variant=%~4 install
popd
goto :EOF
:: usage: call:build x86|x64|ia64 debug|release
:build
@echo ==== Building %~1 %~2 ====
call:configureWinSDK %~1 %~2
set BUILD_DIR=%~dp0build\boost_%BOOST_VERSION%-%~1-%~2
if not exist "%BUILD_DIR%" call:extractSource %BUILD_DIR%
set BOOST_DIR=%BUILD_DIR%\boost_%BOOST_VERSION%
if not exist "%BOOST_DIR%\b2.exe" call:bootstrap %BOOST_DIR%
set INSTALL_DIR=%BUILD_DIR%\install
if not exist "%INSTALL_DIR%" call:buildBoost %BOOST_DIR% %INSTALL_DIR% %~1 %~2
goto :EOF
:main
if "%BZIP_VERSION%" NEQ "" (
if not exist "%~dp0source\bzip2-%BZIP_VERSION%.tar" call:extract %~dp0source\bzip2-%BZIP_VERSION%.tar.gz %~dp0source
if not exist "%~dp0source\bzip2-%BZIP_VERSION%" call:extract %~dp0source\bzip2-%BZIP_VERSION%.tar %~dp0source
)
if "%ZLIB_FILE_VERSION%" NEQ "" (
if not exist "%~dp0source\zlib-%ZLIB_VERSION%" call:extract %~dp0source\zlib%ZLIB_FILE_VERSION%.zip %~dp0source
)
if not exist "%~dp0build" md "%~dp0build"
call:build x64 debug
call:build x64 release
call:build x86 debug
call:build x86 release
pause | pcolby/boost-win | build.cmd | bat | unlicense | 4,474 |
@echo Home Info. Hub
@echo Tools for initialize the database.
@echo Copyright by Alva Chien, 2014 -2016
@echo off
REM db_init.bat - create and load the DB tables for HIH
REM Usage:
REM db_init.bat [options] db_name
REM options may be connection parameters if you need to specify them:
REM db_init.bat -p -u sampadm db_name
:: Loop through the variables in environment
::setlocal enabledelayedexpansion
::FOR /F "usebackq delims==" %%i IN (`set`) DO @echo %%i !%%i!
if not "%1" == "" goto LOAD
@echo Usage: db_init [options] db_name
goto DONE
:LOAD
:: mysql -e "source init_all_tables.sql" %*
:DONE
| alvachien/hih | Install/db_init_mssql.bat | bat | apache-2.0 | 608 |
# Usage: enter sh and then type in ".\\patchy.bat"
epatch e602081 "Kodak Elite 400 11/1997 202 113 09.07...27.07.1997"
epatch e602082 "Kodak Elite 100 06/1998 148 128 28.07...09.08.1997"
epatch e602083 "Kodak Elite 100 06/1998 148 128 09.08...24.08.1997"
epatch e602084 "Kodak Elite 100 06/1998 148 128 31.08...26.09.1997"
epatch e602085 "Kodak Elite 100 06/1998 148 128 03.10...19.10.1997"
epatch e602086 "Kodak Elite 400 11/1997 202 113 30.10...01.11.1997"
epatch e602087 "Kodak Elite 400 11/1997 202 113 01.11...04.01.1997"
epatch e602088 "Kodak Elite 400 11/1997 202 113 04.11...08.01.1997"
epatch e602089 "Kodak Elite 100 06/1998 148 128 08.11...09.11.1997"
epatch e602090 "Kodak Elite 100 10/98 09.11...12.11.1997"
epatch e602091 "Kodak Elite 100 10/98 12.11...14.11.1997"
epatch e602092 "Kodak Elite 100 06/1998 148 128 14.11...16.11.1997"
epatch e602093 "Kodak Elite 100 06/1998 148 128 16.11...17.11.1997"
epatch e602094 "Kodak Elite 100 10/98 17.11...18.11.1997"
epatch e602095 "Kodak Elite 100 10/98 18.11...20.11.1997"
epatch e602096 "Kodak Elite 100 10/98 20.11...21.11.1997"
epatch e602097 "Kodak Elite 100 10/98 21.11...25.11.1997"
epatch e602098 "Kodak Elite 400 10/98 26.11...06.12.1997"
| PawelNabe/EOS | Patchy.bat | bat | apache-2.0 | 1,221 |
REM Builds the project's nuget package.
@echo off
call build.cmd || exit /B 101
rmdir /S /Q Dist
mkdir Dist
echo Packaging...
pushd Toolhouse.Monitoring
nuget pack ^
-OutputDirectory ..\Dist ^
-Prop Configuration=Release ^
Toolhouse.Monitoring.csproj ^
|| (popd && exit /B 201)
popd
echo Done packaging
pushd Dist
set pkg=notfound
for %%f in (*.nupkg) do (
set pkg=%%f
) || (popd && exit /B 301)
if "%pkg%"=="notfound" (
echo Package file not found && popd && exit /B 401
)
echo Package built. To push to nuget, run the following:
echo nuget push Dist\%pkg% -Source https://www.nuget.org/api/v2/package
popd
| toolhouse/monitoring-dotnet | package.cmd | bat | apache-2.0 | 639 |
@echo off
rem Copyright 2018, alex at staticlibs.net
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
@echo on
rem shortcuts from script directory
set BAD_SLASH_SCRIPT_DIR=%~dp0
set SCRIPT_DIR=%BAD_SLASH_SCRIPT_DIR:\=/%
set WILTON_DIR=%SCRIPT_DIR%../..
rem env
call ..\tools\env.bat
set JAVA_HOME=%WILTON_WINDOWS_BUILD_TOOLS%/jdk32
rem build
mkdir build || exit /b 1
pushd build || exit /b 1
if "x" NEQ "x%APPVEYOR_REPO_TAG_NAME%" (
cmake .. -G "Visual Studio 12 2013" -T v120_xp -DWILTON_RELEASE=%APPVEYOR_REPO_TAG_NAME% || exit /b 1
) else (
cmake .. -G "Visual Studio 12 2013" -T v120_xp || exit /b 1
)
cmake --build . --config Release
if errorlevel 1 (
echo msbuild error, target: build
exit /b 1
)
cmake --build . --config Release --target installer > installer.log
if errorlevel 1 (
echo msbuild error, target: installer
exit /b 1
)
rem test
echo dist_unversioned
cmake --build . --config Release --target dist_unversioned > dist_unversioned.log
echo quickjs
wilton_dist\bin\wilton.exe ../js/wilton/test/index.js -m ../js || exit /b 1
wilton_dist\bin\wilton.exe ../js/test-runners/runSanityTests.js || exit /b 1
wilton_dist\bin\wilton.exe ../js/test-runners/runStdLibTests.js -m ../js > quickjs_stdlib.log
if errorlevel 1 (
echo error: quickjs_stdlib
exit /b 1
)
echo duktape
wilton_dist\bin\wilton.exe ../js/wilton/test/index.js -m ../js -j duktape || exit /b 1
wilton_dist\bin\wilton.exe ../js/test-runners/runSanityTests.js -j duktape || exit /b 1
echo jvm
pushd "../jni" || exit /b 1
cmd /c %WILTON_DIR%/tools/maven/bin/mvn --batch-mode clean test || exit /b 1
popd || exit /b 1
echo rhino
wilton_dist\bin\wilton.exe ../js/wilton/test/index.js -m ../js -j rhino || exit /b 1
wilton_dist\bin\wilton.exe ../js/test-runners/runSanityTests.js -j rhino || exit /b 1
echo WILTON_FINISH_SUCCESS
| wilton-iot/wilton | resources/ci/appveyor_x86.bat | bat | apache-2.0 | 2,359 |
set basePath=%~dp1
java -jar %basePath%/lightHttpServer.jar -baseDir %basePath%/../responseContents | ukiuni/lightHttpServerUnit | bin/lightHttpServer.bat | bat | apache-2.0 | 100 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASNOTE.S03_ItemOperationsCommand.MSASNOTE_S03_TC01_ItemOperations_GetZeroOrMoreNotes /testcontainer:..\..\MS-ASNOTE\TestSuite\bin\Debug\MS-ASNOTE_TestSuite.dll /runconfig:..\..\MS-ASNOTE\MS-ASNOTE.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASNOTE/RunMSASNOTE_S03_TC01_ItemOperations_GetZeroOrMoreNotes.cmd | bat | mit | 317 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S08_RopAttachment.MSOXCMSG_S08_TC08_FlagsOfAttachmentRelatedProperties /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S08_TC08_FlagsOfAttachmentRelatedProperties.cmd | bat | mit | 310 |
mkdir coverage\unit
OpenCover.Console.exe -target:"dotnet.exe" -targetargs:"test -f netcoreapp1.1 -c Release Tests/StarWars.Tests.Unit/StarWars.Tests.Unit.csproj" -hideskipped:File -output:coverage/unit/coverage.xml -oldStyle -filter:"+[StarWars*]* -[StarWars.Tests*]* -[StarWars.Api]*Program -[StarWars.Api]*Startup -[StarWars.Data]*EntityFramework.Workaround.Program -[StarWars.Data]*EntityFramework.Migrations* -[StarWars.Data]*EntityFramework.Seed*" -searchdirs:"Tests/StarWars.Tests.Unit/bin/Release/netcoreapp1.1" -register:user
ReportGenerator.exe -reports:coverage/unit/coverage.xml -targetdir:coverage/unit -verbosity:Error
start .\coverage\unit\index.htm
| guillermaster/BookadocGraphQL | unit-tests.bat | bat | mit | 665 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/built-in.o; arm-linux-gnueabihf-ar rcsD drivers/mtd/tests/built-in.o
| Dee-UK/D33_KK_Kernel | drivers/mtd/tests/.built-in.o.cmd | bat | gpl-2.0 | 130 |
@echo off
"C:\Program Files\ELAN\eUIDE\Bin\stabspe" "D:\RF×ÊÁÏ\198850\CÓïÑÔdemo code\C DEMO CODE\644_c.dbg" > "D:\RF×ÊÁÏ\198850\CÓïÑÔdemo code\C DEMO CODE\644_c.txt"
:end
| carlos-wong/l430_kernel | drivers/char/jzchar/c_demo/644_c.bat | bat | gpl-2.0 | 171 |
java -cp baraza.jar org.baraza.ide.BSetup .\projects\setup.xml
| enbiso/openbaraza | setup.bat | bat | gpl-3.0 | 63 |
@echo off
demo_server3.exe | tee log-s
| mrev11/ccc3 | tools/socket/ssl/sslsocket-demo/s3.bat | bat | lgpl-2.1 | 41 |
ck rm experiment:explore-ludcmp-dataset*
| supriyantomaftuh/ck-autotuning | demo/explore-dataset-ludcmp/_clean_autotune_entries.bat | bat | bsd-3-clause | 41 |
@echo off
set srcdir=..\..\..\Magick++\tests\
set bindir=..\..\bin\
set PATH=%bindir%;%PATH%
echo exceptions ...
%bindir%exceptions.exe
echo appendImages ...
%bindir%appendImages.exe
echo attributes ...
%bindir%attributes.exe
echo averageImages ...
%bindir%averageImages.exe
echo coaleseImages ...
%bindir%coalesceImages.exe
echo coderInfo ...
%bindir%coderInfo.exe
echo color ...
%bindir%color.exe
echo montageImages ...
%bindir%montageImages.exe
echo morphImages ...
%bindir%morphImages.exe
echo readWriteBlob ...
%bindir%readWriteBlob.exe
echo readWriteImages ...
%bindir%readWriteImages.exe
| AlexiaChen/ImageMagick_Cmake | VisualMagick/Magick++/tests/run_tests.bat | bat | apache-2.0 | 606 |
REM TODO: move this logic into release.hs
setlocal
path C:\Program Files\Git\usr\bin;%PATH%
set STACK_ROOT=C:\.stack
set TMP=C:\tmp
set TEMP=C:\tmp
set RELEASE_SCRIPT=%APPDATA%\local\bin\stack-release-script.exe
if exist %RELEASE_SCRIPT% del %RELEASE_SCRIPT%
cd etc\scripts
stack --install-ghc install
if errorlevel 1 exit /b
cd ..\..
%RELEASE_SCRIPT% --no-test-haddocks --arch=i386 --upload-label="Windows 32-bit" %1 %2 %3 %4 %5 %6 %7 %8 %9 release
if errorlevel 1 exit /b
%RELEASE_SCRIPT% --no-test-haddocks --arch=x86_64 --upload-label="Windows 64-bit" %1 %2 %3 %4 %5 %6 %7 %8 %9 release
if errorlevel 1 exit /b
| Heather/stack | etc/scripts/windows-releases.bat | bat | bsd-3-clause | 615 |
SETLOCAL
SET BASEDIR=%~dp0
SET SRCDIR=%BASEDIR%..\LibGit2Sharp\
SET CommitSha=%~1
IF "%CommitSha%" == "" (
ECHO "Please provide the Libgit2Sharp commit Sha this package is being built from."
EXIT /B 1
)
REM the nuspec file needs to be next to the csproj, so copy it there during the pack operation
COPY "%BASEDIR%LibGit2Sharp.nuspec" "%SRCDIR%"
PUSHD "%BASEDIR%"
DEL *.nupkg
CMD /c "..\build.libgit2sharp.cmd %CommitSha%"
IF %ERRORLEVEL% NEQ 0 GOTO EXIT
"..\Lib\NuGet\NuGet.exe" Pack -Symbols "%SRCDIR%LibGit2Sharp.csproj" -Prop Configuration=Release
:EXIT
DEL "%SRCDIR%LibGit2Sharp.nuspec"
ENDLOCAL
POPD
PAUSE
EXIT /B %ERRORLEVEL%
| nulltoken/libgit2sharp | nuget.package/build.nuget.package.cmd | bat | mit | 644 |
@echo off
if exist "ubertest.php" (
for /D %%i in (test_*) do (
if exist "%%i\test.xml" (
del /q "%%i\report.txt" 2>nul
rmdir /s /q "%%i\Conf" 2>nul
)
)
del /q "data\*.sp*" 2>nul
del /q "*.log" 2>nul
del /q "error*.txt" 2>nul
del /q "config*.conf" 2>nul
)
| rnaveiras/sphinx-bebanjo | test/clean.cmd | bat | gpl-2.0 | 291 |
@echo off
rem Disable wind
rem Run from res_mods\0.7.x
rem Îòêëþ÷èòü âåòåð
rem Çàïóñêàòü èç res_mods\0.7.x
if not exist system\data mkdir system\data
echo NumWindMatricesAndLeafAngles 0 0 > system\data\speedwind.ini
echo WindResponseAndLimit 0 0 >> system\data\speedwind.ini
echo MaxBendAngle 0 >> system\data\speedwind.ini
echo BranchExponent 0 >> system\data\speedwind.ini
echo LeafExponent 0 >> system\data\speedwind.ini
echo GustStrengthMinMax 0 0 >> system\data\speedwind.ini
echo GustDurationMinMax 0 0 >> system\data\speedwind.ini
echo GustFrequency 0 >> system\data\speedwind.ini
echo BranchOscillationX_LaLsHaHs 0 0 0 0 >> system\data\speedwind.ini
echo BranchOscillationY_LaLsHaHs 0 0 0 0 >> system\data\speedwind.ini
echo LeafRocking_LaLsHaHs 0 0 0 0 >> system\data\speedwind.ini
echo LeafRustling_LaLsHaHs 0 0 0 0 >> system\data\speedwind.ini
| mrthuanvn/wot-xvm | addons/no_wind.bat | bat | gpl-3.0 | 881 |
@REM AWS Elastic Beanstalk Command Line Client
@REM Copyright 2011 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@REM
@REM Licensed under the Apache License, Version 2.0 (the “License”). You
@REM may not use this file except in compliance with the License. A copy of
@REM the License is located at
@REM
@REM http://aws.amazon.com/apache2.0/
@REM
@REM or in the “license” file accompanying this file. This file is
@REM distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
@REM ANY KIND, either express or implied. See the License for the specific
@REM language governing permissions and limitations under the License.
@REM
@echo off
ruby %~dp0elastic-beanstalk-delete-application %* | jawsthegame/fofum | aws/api/bin/elastic-beanstalk-delete-application.cmd | bat | apache-2.0 | 737 |
@if not defined _echo @echo off
setlocal
set INIT_TOOLS_LOG=%~dp0init-tools.log
if [%TOOLRUNTIME_DIR%]==[] set TOOLRUNTIME_DIR=%~dp0Tools
set DOTNET_PATH=%TOOLRUNTIME_DIR%\dotnetcli\
if [%DOTNET_CMD%]==[] set DOTNET_CMD=%DOTNET_PATH%dotnet.exe
set BUILD_TOOLS_SEMAPHORE=%TOOLRUNTIME_DIR%\init-tools.completed
:: if force option is specified then clean the tool runtime and build tools package directory to force it to get recreated
if [%1]==[force] (
if exist "%TOOLRUNTIME_DIR%" rmdir /S /Q "%TOOLRUNTIME_DIR%"
)
:: If sempahore exists do nothing
if exist "%BUILD_TOOLS_SEMAPHORE%" (
echo Tools are already initialized.
goto :EOF
)
if exist "%TOOLRUNTIME_DIR%" rmdir /S /Q "%TOOLRUNTIME_DIR%"
echo Running %0 > "%INIT_TOOLS_LOG%"
set /p DOTNET_VERSION=< "%~dp0DotnetCLIVersion.txt"
if exist "%DOTNET_CMD%" goto :afterdotnetrestore
echo Installing dotnet cli...
if NOT exist "%DOTNET_PATH%" mkdir "%DOTNET_PATH%"
set DOTNET_ZIP_NAME=dotnet-sdk-%DOTNET_VERSION%-win-x64.zip
set DOTNET_REMOTE_PATH=https://dotnetcli.azureedge.net/dotnet/Sdk/%DOTNET_VERSION%/%DOTNET_ZIP_NAME%
set DOTNET_LOCAL_PATH=%DOTNET_PATH%%DOTNET_ZIP_NAME%
echo Installing '%DOTNET_REMOTE_PATH%' to '%DOTNET_LOCAL_PATH%' >> "%INIT_TOOLS_LOG%"
powershell -NoProfile -ExecutionPolicy unrestricted -Command "$retryCount = 0; $success = $false; do { try { (New-Object Net.WebClient).DownloadFile('%DOTNET_REMOTE_PATH%', '%DOTNET_LOCAL_PATH%'); $success = $true; } catch { if ($retryCount -ge 6) { throw; } else { $retryCount++; Start-Sleep -Seconds (5 * $retryCount); } } } while ($success -eq $false); Add-Type -Assembly 'System.IO.Compression.FileSystem' -ErrorVariable AddTypeErrors; if ($AddTypeErrors.Count -eq 0) { [System.IO.Compression.ZipFile]::ExtractToDirectory('%DOTNET_LOCAL_PATH%', '%DOTNET_PATH%') } else { (New-Object -com shell.application).namespace('%DOTNET_PATH%').CopyHere((new-object -com shell.application).namespace('%DOTNET_LOCAL_PATH%').Items(),16) }" >> "%INIT_TOOLS_LOG%"
if NOT exist "%DOTNET_LOCAL_PATH%" (
echo ERROR: Could not install dotnet cli correctly. See '%INIT_TOOLS_LOG%' for more details. 1>&2
exit /b 1
)
:afterdotnetrestore
:: Create sempahore file
echo Done initializing tools.
echo Init-Tools.cmd completed. > "%BUILD_TOOLS_SEMAPHORE%"
exit /b 0
| MikeHardman/orleans | init-tools.cmd | bat | mit | 2,276 |
REM Building dist package
python setup.py sdist bdist_wheel
REM Uploading to PyPI
twine check dist/*
twine upload dist/*
REM Removing dist/ directory
rd /s /q dist\
| hfaran/piazza-api | publish.bat | bat | mit | 165 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=mordecai
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| openeventdata/mordecai | docs/make.bat | bat | mit | 780 |
pushd %~dp0
7z u -tzip vyzor.mpackage^
*.lua -r^
vyzor.trigger^
license.txt
mkdir d:\dev\doc\github.com\oneymus\vyzor
ldoc ./ -p Vyzor -d d:\dev\doc\github.com\oneymus\vyzor
popd
| Oneymus/Vyzor | build.bat | bat | mit | 185 |
set MATLAB=C:\Program Files\MATLAB\R2017a
"C:\PROGRA~1\MATLAB\R2017a\bin\win64\gmake" -f Ver002.mk ISPROTECTINGMODEL=NOTPROTECTING GENERATE_ERT_S_FUNCTION=0 INCLUDE_MDL_TERMINATE_FCN=1 COMBINE_OUTPUT_UPDATE_FCNS=0 MAT_FILE=0 MULTI_INSTANCE_CODE=0 INTEGER_CODE=0 EXTMODE_STATIC_ALLOC=0 EXTMODE_STATIC_ALLOC_SIZE=1000000 TMW_EXTMODE_TESTING=0 OPTS="-DTGTCONN -DON_TARGET_WAIT_FOR_START=1 -DTID01EQ=1"
| skgadi/Programming | MATLAB/20171115-DCMotorControl/Ver002_sldrt_ert_win64/Ver002.bat | bat | mit | 400 |
@echo off
setlocal
call "%%~dp0__init__\__init__.bat" || exit /b
"%CALLF_EXE_PATH%" /elevate{ /no-window /create-outbound-server-pipe-from-stdin test0_{pid} /create-inbound-server-pipe-to-stdout test1_{pid} }{ /attach-parent-console /reopen-stdin-as-client-pipe test0_{ppid} /reopen-stdout-as-client-pipe test1_{ppid} } .
pause
| andry81/contools | Utilities/tests/manual/contools/callf/50-test--03-elevate--02-console_stdin--02-named_pipe_tofrom_child_stdin_to_stdout--01-idle_no_exit.bat | bat | mit | 341 |
python genproj.py vs2013 x64 "Visual Studio 12 Win64"
pause | christofferpettersson/Aftermath | Setup/genproj-vs2013-x64.bat | bat | mit | 59 |
SET MSBUILD="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
%MSBUILD% .\WootzJs.Compiler\WootzJs.Compiler.csproj
%MSBUILD% .\WootzJs.Runtime\WootzJs.Runtime.csproj
%MSBUILD% .\WootzJs.System\WootzJs.System.csproj
%MSBUILD% .\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj
%MSBUILD% .\WootzJs.Web\WootzJs.Web.csproj
%MSBUILD% .\WootzJs.Web\WootzJs.Testing.csproj
%MSBUILD% .\WootzJs.Web\WootzJs.Injection.csproj
%MSBUILD% .\WootzJs.Web\WootzJs.JQuery.csproj
%MSBUILD% .\WootzJs.Rx\WootzJs.Rx.csproj
%MSBUILD% .\WootzJs.Rx.Tests\WootzJs.Rx.Tests.csproj
%MSBUILD% .\WootzJs.Models\WootzJs.Models.csproj
%MSBUILD% .\WootzJs.Mvc\WootzJs.Mvc.csproj
%MSBUILD% .\WootzJs.Compiler.Tests\WootzJs.Compiler.Tests.csproj
rem %MSBUILD% .\WootzJs.sln
| kswoll/WootzJs | build.bat | bat | mit | 780 |
csws.exe /l %1 //x
| Diullei/Storm | Libs/cs-script/Lib/ShellExtensions/Template/CS-Script/10.Debug Script.c.cmd | bat | mit | 20 |
msbuild.exe IdealHash.vcxproj /t:Rebuild /p:Configuration=Release;platform=x64 | chaelim/HAMT | Test/Build.bat | bat | mit | 78 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\ezodf2.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\ezodf2.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| iwschris/ezodf2 | docs/make.bat | bat | mit | 4,261 |
test-runner.exe --tests test/
| LangUMS/langums | run-tests.bat | bat | mit | 30 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\tools\ruby23\bin\ruby.exe" "C:/Users/macse/newjims/vendor/bundle/ruby/2.3.0/bin/github-pages" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\tools\ruby23\bin\ruby.exe" "%~dpn0" %*
| ramseeker/newjims | vendor/bundle/ruby/2.3.0/bin/github-pages.bat | bat | mit | 232 |
/*-------------------------------------------------------------------*/
/* */
/* Compile options: */
/* */
/* CrtCmd Cmd( CHGNETUSR ) */
/* Pgm( CBX957 ) */
/* VldCkr( CBX957V ) */
/* SrcMbr( CBX957X ) */
/* HlpPnlGrp( CBX957H ) */
/* HlpId( *CMD ) */
/* */
/*-------------------------------------------------------------------*/
Cmd Prompt( 'Change NetServer User' )
Parm USRPRF *Sname 10 +
Min( 1 ) +
Expr( *YES ) +
Vary( *YES ) +
Prompt( 'User profile' )
Parm STATUS *Char 1 +
Dft( *SAME ) +
Rstd( *YES ) +
SpcVal(( *SAME 'S' ) ( *ENABLED 'E' )) +
Expr( *YES ) +
Prompt( 'New status' )
| ChrisHird/CF_API | cbx957/chgnetusr.cmd | bat | mit | 1,627 |
@echo off
echo == Building for VS2012 ==
echo.
set PREMAKECMD=premake5.exe
where %PREMAKECMD% > NUL 2>&1
if %ERRORLEVEL% NEQ 0 (
echo '%PREMAKECMD%' command does not found.
echo Make sure you have it in your PATH environment variable or in the current directory.
echo Download it from: https://premake.github.io/
goto end
)
premake5 vs2012
:end
xcopy ..\..\extern\nvtt\vs2012\Debug.Win32\nvtt.dll build\bin\x32\debug\ /Y
xcopy ..\..\extern\nvtt\vs2012\Debug.x64\nvtt.dll build\bin\x64\debug\ /Y
xcopy ..\..\extern\nvtt\vs2012\Release.Win32\nvtt.dll build\bin\x32\release\ /Y
xcopy ..\..\extern\nvtt\vs2012\Release.x64\nvtt.dll build\bin\x64\release\ /Y
echo. | gyakoo/simutils | utils/flt2dds/build_vs2012.bat | bat | mit | 671 |
inject.exe --name origin.exe --free --export Free --add-path --path-resolution --module cerberus.dll | capturePointer/hadesmem | scripts/x86/origin-free.bat | bat | mit | 100 |
"C:\Program Files\HTML Help Workshop\hhc.exe" examap.hhp
xcopy *.chm .. /Y
| master2cci37/Master.Cadet | src/cadet/Aide/compile_copie_aide_vers_projet.bat | bat | mit | 77 |
cmd_drivers/net/ethernet/broadcom/built-in.o := rm -f drivers/net/ethernet/broadcom/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/net/ethernet/broadcom/built-in.o
| Algesat/BladeApex2 | drivers/net/ethernet/broadcom/.built-in.o.cmd | bat | gpl-2.0 | 186 |
# This file should be used with EPICS base 3.15.4 and mrfioc2 2.7.13
# With current EEE 1.8.2, the proper command is
# $ iocsh cpci-evg-230_0.cmd
# or
# $ iocsh -3.15.4 cpci-evg-230_0.cmd
require mrfioc2,2.7.13
epicsEnvSet("SYS" "ICS-CPCIEVG-230")
epicsEnvSet("EVG" "EVG0")
epicsEnvSet("EVG_PCIBUS" "0x16")
epicsEnvSet("EVG_PCIDEVICE" "0x09")
epicsEnvSet("EVG_PCIFUNCTION" "0x0")
mrmEvgSetupPCI($(EVG), $(EVG_PCIBUS), $(EVG_PCIDEVICE), $(EVG_PCIFUNCTION))
dbLoadRecords("evg-cpci.db", "DEVICE=$(EVG), SYS=$(SYS)")
| icshwi/icsem_scripts | cpci-evg-230/cpci-evg-230b_0.cmd | bat | gpl-2.0 | 549 |
cmd_net/netlink/genetlink.o := gcc -Wp,-MD,net/netlink/.genetlink.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(genetlink)" -D"KBUILD_MODNAME=KBUILD_STR(genetlink)" -c -o net/netlink/genetlink.o net/netlink/genetlink.c
deps_net/netlink/genetlink.o := \
net/netlink/genetlink.c \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/markers.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc4.h \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/asm/posix_types.h \
$(wildcard include/config/x86/32.h) \
include/asm/posix_types_32.h \
include/asm/types.h \
$(wildcard include/config/x86/64.h) \
$(wildcard include/config/highmem64g.h) \
include/asm-generic/int-ll64.h \
include/asm/processor.h \
$(wildcard include/config/x86/vsmp.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/x86/ht.h) \
$(wildcard include/config/paravirt.h) \
$(wildcard include/config/x86/debugctlmsr.h) \
include/asm/processor-flags.h \
include/asm/vm86.h \
$(wildcard include/config/vm86.h) \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/segment.h \
include/asm/ds.h \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/asm/math_emu.h \
include/asm/sigcontext.h \
include/asm/current.h \
include/asm/current_32.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/cpufeature.h \
$(wildcard include/config/x86/invlpg.h) \
include/asm/required-features.h \
$(wildcard include/config/x86/minimum/cpu/family.h) \
$(wildcard include/config/math/emulation.h) \
$(wildcard include/config/x86/pae.h) \
$(wildcard include/config/x86/cmov.h) \
$(wildcard include/config/x86/use/3dnow.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
include/asm/bitops.h \
include/asm/alternative.h \
include/asm/asm.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
$(wildcard include/config/x86/bswap.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/asm/system.h \
$(wildcard include/config/ia32/emulation.h) \
$(wildcard include/config/x86/ppro/fence.h) \
$(wildcard include/config/x86/oostore.h) \
include/asm/cmpxchg.h \
include/asm/cmpxchg_32.h \
$(wildcard include/config/x86/cmpxchg.h) \
$(wildcard include/config/x86/cmpxchg64.h) \
include/asm/nops.h \
$(wildcard include/config/mk7.h) \
$(wildcard include/config/x86/p6/nop.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
$(wildcard include/config/x86/alignment/16.h) \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
$(wildcard include/config/debug/lock/alloc.h) \
include/asm/page.h \
include/linux/const.h \
include/asm/page_32.h \
$(wildcard include/config/highmem4g.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/x86/3dnow.h) \
include/linux/string.h \
include/asm/string.h \
include/asm/string_32.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/errno.h \
include/asm/desc_defs.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/have/cpumask/of/cpu/map.h) \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
include/linux/preempt.h \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/asm/thread_info.h \
include/asm/thread_info_32.h \
$(wildcard include/config/4kstacks.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/asm/spinlock.h \
include/asm/atomic.h \
include/asm/atomic_32.h \
$(wildcard include/config/m386.h) \
include/asm-generic/atomic.h \
include/asm/rwlock.h \
include/linux/spinlock_api_smp.h \
include/linux/math64.h \
include/asm/div64.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/elf-em.h \
include/asm/elf.h \
$(wildcard include/config/compat/vdso.h) \
include/asm/user.h \
include/asm/user_32.h \
include/asm/auxvec.h \
include/asm/vdso.h \
include/asm/desc.h \
include/asm/ldt.h \
include/asm/mmu.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/smp.h \
include/asm/smp.h \
$(wildcard include/config/x86/local/apic.h) \
$(wildcard include/config/x86/io/apic.h) \
$(wildcard include/config/x86/32/smp.h) \
$(wildcard include/config/x86/64/smp.h) \
include/asm/mpspec.h \
$(wildcard include/config/mca.h) \
$(wildcard include/config/eisa.h) \
$(wildcard include/config/acpi.h) \
include/asm/mpspec_def.h \
include/asm-x86/mach-default/mach_mpspec.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
include/linux/delay.h \
include/asm/delay.h \
include/asm/fixmap.h \
include/asm/fixmap_32.h \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/x86/visws/apic.h) \
$(wildcard include/config/x86/f00f/bug.h) \
$(wildcard include/config/x86/cyclone/timer.h) \
$(wildcard include/config/pci/mmconfig.h) \
$(wildcard include/config/provide/ohci1394/dma/init.h) \
include/asm/acpi.h \
$(wildcard include/config/acpi/numa.h) \
include/acpi/pdc_intel.h \
include/asm/numa.h \
include/asm/numa_32.h \
include/asm/apicdef.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/asm/io_apic.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/asm-x86/mach-default/mach_apicdef.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/wait.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/marker.h \
include/asm/local.h \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slabinfo.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/nodemask.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/asm/topology.h \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/x86/64/acpi/numa.h) \
include/asm-generic/topology.h \
include/asm/sparsemem.h \
include/linux/slab_def.h \
include/linux/kmalloc_sizes.h \
include/asm/module.h \
$(wildcard include/config/m486.h) \
$(wildcard include/config/m586.h) \
$(wildcard include/config/m586tsc.h) \
$(wildcard include/config/m586mmx.h) \
$(wildcard include/config/mcore2.h) \
$(wildcard include/config/m686.h) \
$(wildcard include/config/mpentiumii.h) \
$(wildcard include/config/mpentiumiii.h) \
$(wildcard include/config/mpentiumm.h) \
$(wildcard include/config/mpentium4.h) \
$(wildcard include/config/mk6.h) \
$(wildcard include/config/mk8.h) \
$(wildcard include/config/x86/elan.h) \
$(wildcard include/config/mcrusoe.h) \
$(wildcard include/config/mefficeon.h) \
$(wildcard include/config/mwinchipc6.h) \
$(wildcard include/config/mwinchip2.h) \
$(wildcard include/config/mwinchip3d.h) \
$(wildcard include/config/mcyrixiii.h) \
$(wildcard include/config/mviac3/2.h) \
$(wildcard include/config/mviac7.h) \
$(wildcard include/config/mgeodegx1.h) \
$(wildcard include/config/mgeode/lx.h) \
include/linux/socket.h \
$(wildcard include/config/proc/fs.h) \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/netdevices/multiqueue.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/net.h \
$(wildcard include/config/sysctl.h) \
include/linux/random.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/sysctl.h \
include/linux/textsearch.h \
include/linux/err.h \
include/net/checksum.h \
include/asm/uaccess.h \
include/asm/uaccess_32.h \
$(wildcard include/config/x86/intel/usercopy.h) \
$(wildcard include/config/x86/wp/works/ok.h) \
include/asm/checksum.h \
include/asm/checksum_32.h \
include/linux/in6.h \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
include/linux/rcuclassic.h \
include/linux/dmaengine.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/completion.h \
include/linux/semaphore.h \
include/asm/device.h \
$(wildcard include/config/dmar.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
include/asm/dma-mapping.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/asm/scatterlist.h \
include/linux/mm.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/rbtree.h \
include/linux/prio_tree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/auxvec.h \
include/asm/pgtable.h \
include/asm/pgtable_32.h \
$(wildcard include/config/highpte.h) \
include/asm/paravirt.h \
include/asm/pgtable-2level-defs.h \
include/asm/pgtable-2level.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/ia64/uncached/allocator.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/asm/io.h \
include/asm/io_32.h \
include/asm-generic/iomap.h \
include/linux/vmalloc.h \
include/asm/swiotlb.h \
$(wildcard include/config/swiotlb.h) \
include/linux/hrtimer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/high/res/timers.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
$(wildcard include/config/x86/rdc321x.h) \
include/asm/tsc.h \
$(wildcard include/config/x86/tsc.h) \
include/net/sock.h \
$(wildcard include/config/net/ns.h) \
include/linux/timer.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/netdevice.h \
$(wildcard include/config/wlan/80211.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/netpoll/trap.h) \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
include/linux/if_packet.h \
include/linux/workqueue.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/preempt/rcu.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/group/sched.h) \
include/linux/capability.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/asm/seccomp.h \
include/asm/seccomp_32.h \
include/linux/unistd.h \
include/asm/unistd.h \
include/asm/unistd_32.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/aio.h \
include/linux/aio_abi.h \
include/asm/hardirq.h \
include/asm/hardirq_32.h \
include/linux/irq.h \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
include/asm/irq_32.h \
include/asm-x86/mach-default/irq_vectors.h \
include/asm-x86/mach-default/irq_vectors_limits.h \
include/asm/irq_regs.h \
include/asm/irq_regs_32.h \
include/asm/hw_irq.h \
include/asm/hw_irq_32.h \
include/linux/profile.h \
$(wildcard include/config/profiling.h) \
include/asm/sections.h \
include/asm-generic/sections.h \
include/linux/irq_cpustat.h \
include/linux/security.h \
$(wildcard include/config/security/network.h) \
$(wildcard include/config/security/network/xfrm.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/namei.h \
include/linux/radix-tree.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
$(wildcard include/config/64bit.h) \
include/linux/binfmts.h \
include/linux/shm.h \
include/asm/shmparam.h \
include/asm/shmbuf.h \
include/linux/msg.h \
include/asm/msgbuf.h \
include/linux/key.h \
include/linux/xfrm.h \
include/net/flow.h \
include/linux/filter.h \
include/net/dst.h \
$(wildcard include/config/net/cls/route.h) \
$(wildcard include/config/xfrm.h) \
include/linux/rtnetlink.h \
include/linux/netlink.h \
include/linux/if_link.h \
include/linux/if_addr.h \
include/linux/neighbour.h \
include/net/neighbour.h \
include/net/rtnetlink.h \
include/net/netlink.h \
include/net/genetlink.h \
include/linux/genetlink.h \
net/netlink/genetlink.o: $(deps_net/netlink/genetlink.o)
$(deps_net/netlink/genetlink.o):
| namgk/kernel-tut | net/netlink/.genetlink.o.cmd | bat | gpl-2.0 | 23,631 |
@echo off
erase /S /Q *.pyc
erase /S /Q *.nvda-addon
erase /S /Q *.dblite
erase /S /Q *.ini
erase /S /Q *.mo
erase /S /Q *.html
rd /S /Q .\addon\doc\en
erase /Q .\addon\doc\*.css
| Oliver2213/NVDAYoutube-dl | __cleanLocalDirBeforeBuilding.bat | bat | gpl-2.0 | 179 |
cmd_kernel/irq/built-in.o := ld -m elf_x86_64 -r -o kernel/irq/built-in.o kernel/irq/handle.o kernel/irq/manage.o kernel/irq/spurious.o kernel/irq/resend.o kernel/irq/chip.o kernel/irq/devres.o kernel/irq/autoprobe.o kernel/irq/proc.o
| dnh34/proj1 | kernel/irq/.built-in.o.cmd | bat | gpl-2.0 | 237 |
@echo off
call set-env-windows.bat
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
call MergeTwoCsv2One\main.py %*
rem call C:\Python34\python.exe MergeTwoCsv2One\main.py %*
exit /b %errorlevel% | zappyk-github/zappyk-python | src/src_zappyk/mergeTwoCsv2One/MergeTwoCsv2One-main.bat | bat | gpl-2.0 | 235 |
cmd_drivers/usb/mon/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/usb/mon/built-in.o drivers/usb/mon/usbmon.o
| domintech/PandaBoard-LinuxKernel | drivers/usb/mon/.built-in.o.cmd | bat | gpl-2.0 | 225 |
cmd_drivers/mmc/core/host.o := arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/mmc/core/.host.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(host)" -D"KBUILD_MODNAME=KBUILD_STR(mmc_core)" -c -o drivers/mmc/core/.tmp_host.o drivers/mmc/core/host.c
deps_drivers/mmc/core/host.o := \
drivers/mmc/core/host.c \
$(wildcard include/config/pm.h) \
$(wildcard include/config/debug/fs.h) \
include/linux/device.h \
$(wildcard include/config/of.h) \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/devtmpfs.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/sysfs/deprecated.h) \
include/linux/ioport.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/posix_types.h \
include/linux/kobject.h \
$(wildcard include/config/hotplug.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/processor.h \
$(wildcard include/config/have/hw/breakpoint.h) \
$(wildcard include/config/mmu.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hw_breakpoint.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
$(wildcard include/config/smp.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hwcap.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/sysfs.h \
$(wildcard include/config/debug/lock/alloc.h) \
$(wildcard include/config/sysfs.h) \
include/linux/errno.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/prove/rcu.h) \
include/linux/kobject_ns.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
include/linux/typecheck.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/irqflags.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
$(wildcard include/config/zone/dma.h) \
include/linux/const.h \
arch/arm/mach-davinci/include/mach/memory.h \
$(wildcard include/config/arch/davinci/da8xx.h) \
$(wildcard include/config/arch/davinci/dmx.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/sparsemem.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
include/asm-generic/getorder.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/cmpxchg.h \
include/asm-generic/atomic64.h \
include/asm-generic/atomic-long.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/last/bit.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/printk.h \
include/linux/dynamic_debug.h \
include/linux/jump_label.h \
$(wildcard include/config/jump/label.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/div64.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/rwlock_types.h \
include/linux/spinlock_up.h \
include/linux/rwlock.h \
include/linux/spinlock_api_up.h \
include/linux/kref.h \
include/linux/wait.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/current.h \
include/linux/klist.h \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
include/linux/stat.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/seqlock.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/compaction.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/no/bootmem.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/have/memoryless/nodes.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/memory/hotremove.h) \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/sched/book.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
$(wildcard include/config/freezer.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/timex.h \
arch/arm/mach-davinci/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/elf.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/preempt/rcu.h) \
$(wildcard include/config/no/hz.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
$(wildcard include/config/tiny/preempt/rcu.h) \
$(wildcard include/config/debug/objects/rcu/head.h) \
$(wildcard include/config/preempt/rt.h) \
include/linux/completion.h \
include/linux/rcutree.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
$(wildcard include/config/pm/ops.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
include/linux/err.h \
include/linux/idr.h \
include/linux/pagemap.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
$(wildcard include/config/memory/failure.h) \
include/linux/rbtree.h \
include/linux/prio_tree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/mm/owner.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/range.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-davinci/include/mach/vmalloc.h \
arch/arm/mach-davinci/include/mach/hardware.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/pgtable-hwdef.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/fs.h \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/ima.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/blk_types.h \
$(wildcard include/config/blk/dev/integrity.h) \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/pid.h \
include/linux/capability.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/percpu_counter.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/highmem.h \
$(wildcard include/config/x86/32.h) \
$(wildcard include/config/debug/highmem.h) \
include/linux/uaccess.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/uaccess.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/hardirq.h \
$(wildcard include/config/bkl.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/irq/time/accounting.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hardirq.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/irq.h \
arch/arm/mach-davinci/include/mach/irqs.h \
include/linux/irq_cpustat.h \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/lockup/detector.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/fanotify.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ipcbuf.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sigcontext.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/proportions.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
include/linux/key.h \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cacheflush.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/smp/on/up.h) \
$(wildcard include/config/arm/errata/411920.h) \
$(wildcard include/config/cpu/cache/vipt.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/shmparam.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/kmap_types.h \
include/linux/hugetlb_inline.h \
include/linux/leds.h \
$(wildcard include/config/leds/triggers.h) \
$(wildcard include/config/leds/trigger/ide/disk.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/failslab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slab.h) \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/trace/events/kmem.h \
include/trace/events/gfpflags.h \
include/linux/suspend.h \
$(wildcard include/config/vt.h) \
$(wildcard include/config/vt/console.h) \
$(wildcard include/config/suspend.h) \
$(wildcard include/config/suspend/nvs.h) \
include/linux/swap.h \
$(wildcard include/config/cgroup/mem/res/ctlr/swap.h) \
include/linux/memcontrol.h \
$(wildcard include/config/cgroup/mem/cont.h) \
include/linux/cgroup.h \
include/linux/cgroupstats.h \
include/linux/taskstats.h \
include/linux/prio_heap.h \
include/linux/node.h \
$(wildcard include/config/memory/hotplug/sparse.h) \
$(wildcard include/config/hugetlbfs.h) \
include/linux/sysdev.h \
include/linux/mmc/host.h \
$(wildcard include/config/mmc/debug.h) \
$(wildcard include/config/regulator.h) \
include/linux/mmc/core.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/irqnr.h \
include/trace/events/irq.h \
include/linux/mmc/pm.h \
drivers/mmc/core/core.h \
include/linux/delay.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/delay.h \
drivers/mmc/core/host.h \
drivers/mmc/core/host.o: $(deps_drivers/mmc/core/host.o)
$(deps_drivers/mmc/core/host.o):
| srinugnt2000/linux-2.6.37 | drivers/mmc/core/.host.o.cmd | bat | gpl-2.0 | 26,707 |
cmd_sound/soc/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o sound/soc/built-in.o sound/soc/snd-soc-core.o sound/soc/codecs/built-in.o sound/soc/atmel/built-in.o sound/soc/au1x/built-in.o sound/soc/blackfin/built-in.o sound/soc/davinci/built-in.o sound/soc/ep93xx/built-in.o sound/soc/fsl/built-in.o sound/soc/imx/built-in.o sound/soc/jz4740/built-in.o sound/soc/mid-x86/built-in.o sound/soc/nuc900/built-in.o sound/soc/omap/built-in.o sound/soc/kirkwood/built-in.o sound/soc/pxa/built-in.o sound/soc/samsung/built-in.o sound/soc/s6000/built-in.o sound/soc/sh/built-in.o sound/soc/tegra/built-in.o sound/soc/txx9/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/soc/.built-in.o.cmd | bat | gpl-2.0 | 660 |
prog='dbroweval'
args="-f TEST/dbroweval_ex.code"
cmp='diff -cb '
| gitpan/Fsdb | TEST/dbroweval_ex_S.cmd | bat | gpl-2.0 | 66 |
cmd_sound/drivers/vx/built-in.o := rm -f sound/drivers/vx/built-in.o; arm-none-linux-gnueabi-ar rcs sound/drivers/vx/built-in.o
| srinugnt2000/linux-2.6.37 | sound/drivers/vx/.built-in.o.cmd | bat | gpl-2.0 | 129 |
cmd_drivers/media/pci/b2c2/built-in.o := rm -f drivers/media/pci/b2c2/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD drivers/media/pci/b2c2/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/media/pci/b2c2/.built-in.o.cmd | bat | gpl-2.0 | 243 |
@echo off
rem backups rotate batch script v0.7.0 (cccf947f785166b3fb58a999850a929f)
rem save last 90 days old backups, all 1 and 15 day of month backups
rem other will be deleted
SET BACKUPDST=F:\DIRBACKUP\
goto lb_start
:fn_purge
FOR %%a IN (%BACKUPDST%backup-*) DO (
FOR /F "delims=.- tokens=2,3,4" %%b IN ("%%~nxa") DO (
echo Looking file %%~nxa...
SET FILENAME=%%a
IF "%%d" == "08" (
SET /A FILEDAY=8
) ELSE IF "%%d" == "09" (
SET /A FILEDAY=9
) ELSE (
SET /A FILEDAY=%%d
)
IF "%%c" == "08" (
SET /A FILEMONTH=8
) ELSE IF "%%c" == "09" (
SET /A FILEMONTH=9
) ELSE (
SET /A FILEMONTH=%%c
)
IF "%%b" == "08" (
SET /A FILEYEAR=8
) ELSE IF "%%b" == "09" (
SET /A FILEYEAR=9
) ELSE (
SET /A FILEYEAR=%%b
)
IF "%%d" == "01" (
call :fn_never_expired
) ELSE IF "%%d" == "15" (
call :fn_never_expired
) ELSE (
call :fn_calc_expire_date
call :fn_check_and_delete
)
)
)
goto :EOF
:fn_calc_expire_date
SET /A FILEDAY=FILEDAY+90
call :fn_fix_date
goto :EOF
:fn_fix_date
SET /A LEAPYEAR=FILEYEAR%%4
SET /A LEAPYEAR1=FILEYEAR%%100
SET /A LEAPYEAR2=FILEYEAR%%400
SET /A DPM=30
IF %FILEMONTH% NEQ 2 (
FOR %%i IN (1,3,5,7,8,10,12) DO (
IF %FILEMONTH% NEQ %%i (
rem empty
) ELSE (
SET /A DPM=31
)
)
) ELSE (
rem echo "if(%LEAPYEAR% == 0 && (%LEAPYEAR1% != 0 || %LEAPYEAR2% == 0) LEAPYEAR"
IF %LEAPYEAR% NEQ 0 (
SET /A DPM=28
) ELSE IF %LEAPYEAR2% NEQ 0 (
IF %LEAPYEAR1% NEQ 0 (
SET /A DPM=29
) ELSE (
SET /A DPM=28
)
) ELSE (
SET /A DPM=29
)
)
IF %FILEDAY% GTR %DPM% (
SET /A FILEMONTH=FILEMONTH+1
SET /A FILEDAY=FILEDAY-DPM
) ELSE (
goto :EOF
)
IF %FILEMONTH% GTR 12 (
SET /A FILEYEAR=FILEYEAR+1
SET /A FILEMONTH=1
)
goto :fn_fix_date
goto :EOF
:fn_check_and_delete
SET /A CMPDATE=0
IF %FILEYEAR% GTR %TODAYYEAR% (
SET /A CMPDATE=1
) ELSE IF %FILEYEAR% LSS %TODAYYEAR% (
SET /A CMPDATE=-1
) ELSE IF %FILEMONTH% GTR %TODAYMONTH% (
SET /A CMPDATE=1
) ELSE IF %FILEMONTH% LSS %TODAYMONTH% (
SET /A CMPDATE=-1
) ELSE IF %FILEDAY% GTR %TODAYDAY% (
SET /A CMPDATE=1
) ELSE IF %FILEDAY% LSS %TODAYDAY% (
SET /A CMPDATE=-1
)
IF %CMPDATE% LEQ 0 (
echo File expired %FILENAME% [%FILEDAY%.%FILEMONTH%.%FILEYEAR%]
call :fn_purge_action
) ELSE (
echo File alive %FILENAME% [%FILEDAY%.%FILEMONTH%.%FILEYEAR%]
)
goto :EOF
:fn_never_expired
echo File forever %FILENAME% [%FILEDAY%.%FILEMONTH%.%FILEYEAR%]
rem echo Move to archive file %FILENAME% [%FILEDAY%.%FILEMONTH%.%FILEYEAR%]
rem move "%FILENAME%" R:\ARCHIVE\
goto :EOF
:fn_purge_action
del /q /f "%FILENAME%"
goto :EOF
rem FOR /F "tokens=*" %%i IN ('forfiles -pd:\test\ -d-7 -mbackup*') DO del /P d:\test\%%i
rem forfiles -pd:\test\ -mbackup* -d-7 -c"cmd /c del /q @PATH\@FILE"
:lb_start
SET CURDATE=%DATE%.%TIME%
FOR /F "delims=.: tokens=1,2,3,4,5" %%t IN ("%CURDATE%") DO (
IF "%%t" == "08" (
SET /A TODAYDAY=8
) ELSE IF "%%t" == "09" (
SET /A TODAYDAY=9
) ELSE (
SET /A TODAYDAY=%%t
)
IF "%%u" == "08" (
SET /A TODAYMONTH=8
) ELSE IF "%%u" == "09" (
SET /A TODAYMONTH=9
) ELSE (
SET /A TODAYMONTH=%%u
)
IF "%%v" == "08" (
SET /A TODAYYEAR=8
) ELSE IF "%%v" == "09" (
SET /A TODAYYEAR=9
) ELSE (
SET /A TODAYYEAR=%%v
)
IF %%w LSS 10 (
SET BACKUPNAME=backup-%%v-%%u-%%t-0%CURDATE:~12,1%%%x
) ELSE (
SET BACKUPNAME=backup-%%v-%%u-%%t-%CURDATE:~11,2%%%x
)
)
echo Today is %TODAYDAY%-%TODAYMONTH%-%TODAYYEAR%.
pushd .
rem backup operation start here or in other script
call :fn_purge
popd
:lb_exit
| pfzim/scripts | rotate.cmd | bat | gpl-3.0 | 3,607 |
set PATH=c:\QtSDK\mingw\bin;c:\yborm\bin;%PATH%
cmake -G "MinGW Makefiles" -D CMAKE_INSTALL_PREFIX:PATH=c:/yborm -D YBORM_ROOT:PATH=c:/yborm ../src/examples/auth
mingw32-make && mingw32-make install
| vnaydionov/schedule-mami | server/build-mingw.bat | bat | gpl-3.0 | 205 |
SET IOBLAKO_HOME=I:\work\ECalcAndChart
%IOBLAKO_HOME%\build\jre\bin\java -m org.ioblako.edit/org.ioblako.edit.EditCalculateAndChart
| mathhobbit/EditCalculateAndChart | build/bin/ecc.bat | bat | gpl-3.0 | 135 |
python -m pymavlink.tools.mavgen -o ./generated/include --lang=C ./message_definitions/v1.0/autoquad.xml
@pause | AutoQuad/mavlink | aqgen.bat | bat | lgpl-3.0 | 111 |
@ECHO OFF
setlocal ENABLEDELAYEDEXPANSION
:: Windows only supports vendoring
for /D %%i in (%EXAMPLES_DIR%\vendored\*) do (
echo Vendoring Sources for %%i
:: Make a temporary directory to save existing BUILD files into
echo Making temp dir
rmdir /Q /S %%i\.temp
mkdir %%i\.temp
:: Save BUILD files
echo Saving BUILD files
pushd %%i\cargo\vendor
for /D %%s in (*) do (
echo Saving %%s\BUILD.bazel to %%i\.temp\%%s\BUILD.bazel
mkdir "%%i\.temp\%%s"
copy /v /y /b "%%s\BUILD.bazel" "%%i\.temp\%%s\BUILD.bazel"
)
popd
:: Do vendoring
echo Vendoring
START /b /d %%i /wait %CARGO% vendor -q --versioned-dirs cargo\vendor
:: Restore BUILD files
echo Restoring BUILD files
pushd %%i\.temp
for /D %%r in (*) do (
echo Restoring %%r\BUILD.bazel to %%i\cargo\vendor\%%r\BUILD.bazel
copy /v /y /b "%%r\BUILD.bazel" "%%i\cargo\vendor\%%r\BUILD.bazel"
)
popd
:: Cleanup
rmdir /Q /S %%i\.temp
echo Done
)
| google/cargo-raze | tools/examples_repository_tools.bat | bat | apache-2.0 | 1,028 |
@echo off
setlocal
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and
REM limitations under the License.
REM
REM Copyright 2011 Selventa, Inc. All rights reserved.
call "%~dp0\setenv.cmd"
cd "%BELFRAMEWORK_HOME%\server\tomcat\bin"
call catalina.bat stop
echo Successfully submitted request to stop server.
goto END
:END
endlocal | OpenBEL/openbel-framework | org.openbel.framework.tools/scripts/stop-server.cmd | bat | apache-2.0 | 591 |
@REM ---------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Ply Start Up Batch script
@REM
@REM Required ENV vars:
@REM JAVA_HOME - location of a JDK home dir
@REM
@REM Optional ENV vars
@REM PLY_HOME - location of ply's installed home dir
@REM PLY_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
@REM PLY_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
@REM ----------------------------------------------------------------------------
@REM Begin all REM lines with '@' in case PLY_BATCH_ECHO is 'on'
@echo off
@REM enable echoing my setting PLY_BATCH_ECHO to 'on'
@if "%PLY_BATCH_ECHO%" == "on" echo %PLY_BATCH_ECHO%
@REM set %HOME% to equivalent of $HOME
if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
set ERROR_CODE=0
@REM set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" @setlocal
if "%OS%"=="WINNT" @setlocal
@REM ==== START VALIDATION ====
if not "%JAVA_HOME%" == "" goto OkJHome
echo.
echo ERROR: JAVA_HOME not found in your environment.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation
echo.
goto error
:OkJHome
if exist "%JAVA_HOME%\bin\java.exe" goto chkPHome
echo.
echo ERROR: JAVA_HOME is set to an invalid directory.
echo JAVA_HOME = "%JAVA_HOME%"
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation
echo.
goto error
:chkPHome
if not "%PLY_HOME%"=="" goto valPHome
if "%OS%"=="Windows_NT" SET "PLY_HOME=%~dp0.."
if "%OS%"=="WINNT" SET "PLY_HOME=%~dp0.."
if not "%PLY_HOME%"=="" goto valPHome
echo.
echo ERROR: PLY_HOME not found in your environment.
echo Please set the PLY_HOME variable in your environment to match the
echo location of the Ply installation
echo.
goto error
:valPHome
:stripPHome
if not "_%PLY_HOME:~-1%"=="_\" goto checkPBat
set "PLY_HOME=%PLY_HOME:~0,-1%"
goto stripPHome
:checkPBat
if exist "%PLY_HOME%\bin\ply.bat" goto init
echo.
echo ERROR: PLY_HOME is set to an invalid directory.
echo PLY_HOME = "%PLY_HOME%"
echo Please set the PLY_HOME variable in your environment to match the
echo location of the Ply installation
echo.
goto error
@REM ==== END VALIDATION ====
:init
@REM Decide how to startup depending on the version of windows
@REM -- Windows NT with Novell Login
if "%OS%"=="WINNT" goto WinNTNovell
@REM -- Win98ME
if NOT "%OS%"=="Windows_NT" goto Win9xArg
:WinNTNovell
@REM -- 4NT shell
if "%@eval[2+2]" == "4" goto 4NTArgs
@REM -- Regular WinNT shell
set PLY_CMD_LINE_ARGS=%*
goto endInit
@REM The 4NT Shell from jp software
:4NTArgs
set PLY_CMD_LINE_ARGS=%$
goto endInit
:Win9xArg
@REM Slurp the command line arguments. This loop allows for an unlimited number
@REM of agruments (up to the command line limit, anyway).
set PLY_CMD_LINE_ARGS=
:Win9xApp
if %1a==a goto endInit
set PLY_CMD_LINE_ARGS=%PLY_CMD_LINE_ARGS% %1
shift
goto Win9xApp
@REM Reaching here means variables are defined and arguments have been captured
:endInit
SET PLY_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
@REM Start PLY
:runPly
set /p PLY_VERSION=<%PLY_HOME%/version
set PLY_LAUNCHER=net.ocheyedan.ply.Ply
%PLY_JAVA_EXE% -client -Xms32M -Xmx32M -noverify -Xbootclasspath/a:%PLY_HOME%\lib\ply-1.0.jar;%PLY_HOME%\lib\ply-util-1.0.jar "-Dply.java=%JAVA_HOME%\bin\java.exe" "-Dply.home=%PLY_HOME%" "-Dply.version=%PLY_VERSION%" %PLY_LAUNCHER% %PLY_CMD_LINE_ARGS%
if ERRORLEVEL 1 goto error
goto end
:error
if "%OS%"=="Windows_NT" @endlocal
if "%OS%"=="WINNT" @endlocal
set ERROR_CODE=1
:end
@REM set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" goto endNT
if "%OS%"=="WINNT" goto endNT
@REM For old DOS remove the set variables from ENV - we assume they were not set
@REM before we started - at least we don't leave any baggage around
set PLY_JAVA_EXE=
set PLY_CMD_LINE_ARGS=
goto postExec
:endNT
@endlocal & set ERROR_CODE=%ERROR_CODE%
:postExec
@REM pause the batch file if PLY_BATCH_PAUSE is set to 'on'
if "%PLY_BATCH_PAUSE%" == "on" pause
if "%PLY_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
exit /B %ERROR_CODE% | blangel/ply | dist/ply/bin/ply.bat | bat | apache-2.0 | 5,156 |
@echo off
pushd autoload
python setup.py build -c mingw32
pushd build\lib*
xcopy fuzzycomt.pyd ..\..\
popd
popd | JazzCore/ctrlp-cmatcher | install_windows.bat | bat | bsd-2-clause | 111 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\esip.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\esip.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
start python fix_longtable.py %BUILDDIR%
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| wesm/statsmodels | scikits/statsmodels/docs/make.bat | bat | bsd-3-clause | 4,560 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\alba.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\alba.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| manax-dojo/alba | docs/make.bat | bat | bsd-3-clause | 5,092 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.