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
:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. :: ============================================================================= SET PYTHON_DIRECTORY=Python36 CALL tensorflow\tools\ci_build\release\common_win.bat call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --extra_test_flags "--test_env=TF2_BEHAVIOR=1"
karllessard/tensorflow
tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly.bat
bat
apache-2.0
891
@if (@x)==(@y) @end /***** jscript comment ****** @echo off cscript //E:JScript //nologo "%~f0" "%~nx0" %* exit /b 0 @if (@x)==(@y) @end ****** end comment *********/ var wshShell = WScript.CreateObject("WScript.Shell"); var args=WScript.Arguments; var title=args.Item(0); var timeout=-1; var pressed_message="button pressed"; var timeout_message="timedout"; var message=""; function printHelp() { WScript.Echo(title + "[-title Title] [-timeout m] [-tom \"Time-out message\"] [-pbm \"Pressed button message\"] [-message \"pop-up message\"]"); } if (WScript.Arguments.Length==1){ runPopup(); WScript.Quit(0); } if (args.Item(1).toLowerCase() == "-help" || args.Item(1).toLowerCase() == "-h" ) { printHelp(); WScript.Quit(0); } if (WScript.Arguments.Length % 2 == 0 ) { WScript.Echo("Illegal arguments "); printHelp(); WScript.Quit(1); } for (var arg = 1 ; arg<args.Length;arg=arg+2) { if (args.Item(arg).toLowerCase() == "-title") { title = args.Item(arg+1); } if (args.Item(arg).toLowerCase() == "-timeout") { timeout = parseInt(args.Item(arg+1)); if (isNaN(timeout)) { timeout=-1; } } if (args.Item(arg).toLowerCase() == "-tom") { timeout_message = args.Item(arg+1); } if (args.Item(arg).toLowerCase() == "-pbm") { pressed_message = args.Item(arg+1); } if (args.Item(arg).toLowerCase() == "-message") { message = args.Item(arg+1); } } function runPopup(){ var btn = wshShell.Popup(message, timeout, title, 0x0 + 0x10); switch(btn) { // button pressed. case 1: WScript.Echo(pressed_message); break; // Timed out. case -1: WScript.Echo(timeout_message); break; } } runPopup();
TheBigBear/batch.scripts
hybrids/jscript/jspopup.bat
bat
mit
1,687
setMode -bs setCable -port auto Identify assignFile -p 1 -file "xilinx-spa3-dsp1800a.mcs" setAttribute -position 1 -attr packageName -value "(null)" Program -p 1 -v -defaultVersion 0 quit
elkhadiy/xph-leons
grlib-gpl-1.4.1-b4156/boards/xilinx-spa3-dsp1800a/prom.cmd
bat
gpl-2.0
190
@echo off cd %~dp0 SETLOCAL SET NUGET_VERSION=latest SET CACHED_NUGET=%LocalAppData%\NuGet\nuget.%NUGET_VERSION%.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://dist.nuget.org/win-x86-commandline/%NUGET_VERSION%/nuget.exe' -OutFile '%CACHED_NUGET%'" :copynuget IF EXIST .nuget\nuget.exe goto restore md .nuget copy %CACHED_NUGET% .nuget\nuget.exe > nul :restore IF EXIST packages\redis-64 goto run .nuget\NuGet.exe install redis-64 -ExcludeVersion -o packages -nocache :run
mjharwood/CacheManager
tools/redis/install.cmd
bat
apache-2.0
713
xcopy Library %LIBRARY_PREFIX% /e if errorlevel 1 exit 1
praxes/hedm-conda-recipes
zlib/bld.bat
bat
mit
57
@ECHO OFF start "" "multipong.exe" -c localhost -p 9999
Destr0yer44/multipong
multipong/bin/Release/client.bat
bat
mit
55
del error*
novikovag/WebGear
tests/scanner/tag/errdel.bat
bat
gpl-3.0
10
copy ..\..\..\style\base.css . saxon dyn.evaluate.xml ../../../style/function.xsl wzzip -P -o dyn.evaluate.zip @dyn.evaluate.package.txt wzzip -P -o dyn.evaluate.use-cases.zip @dyn.evaluate.use-cases.txt cd .. cd .. saxon dyn.xml ../style/module.xsl wzzip -P -o dyn.zip @dyn.package.txt cd .. saxon modules.xml style/package.xsl wzzip -P -o all-exslt.zip @package.txt saxon modules.xml style/xml-package.xsl wzzip -P -o exslt.zip @xml-package.txt cd dyn cd functions cd evaluate
exslt/exslt.github.io
dyn/functions/evaluate/update.bat
bat
mit
479
@echo off :: Dependences: http://www.7-zip.org set EXT_FILENAME=uSequential.btapp erase %EXT_FILENAME% 7za.exe a -r -tzip %EXT_FILENAME% ..\src\* -mx9
Ruzzz/uSequential
build/build.bat
bat
mit
152
@echo off setlocal call tools\options.bat IF NOT "%1"=="" ( IF "%1"=="download" ( call tools\download.bat ) IF "%1"=="setup" ( call tools\setup_qt.bat ) IF "%1"=="build" ( call tools\build_qt.bat ) IF "%1"=="openssl" ( call tools\build_openssl.bat ) IF "%1"=="extra" ( set EXTNAME=%2 call tools\build_qt_extras.bat ) ) ELSE ( echo **Available commands** echo download: Download and extracts required sources echo openssl : Build OpenSSL echo setup : Setup Qt echo build : build Qt echo extra [name]: Download and build qt extension [name] ) endlocal
fpoussin/Qt5-MSVC-Static
qt.bat
bat
mit
701
setlocal cd tikz pdflatex cl1 pdflatex cl2 pdflatex cl3 pdflatex cl4 pdflatex tor1 cd .. cd src pdflatex main bibtex main pdflatex main pdflatex main mkdir -p ../tmp cp *.aux ../tmp cp *.log ../tmp cp *.toc ../tmp cp *.bbl ../tmp cp *.blg ../tmp cp *.out ../tmp rm *.aux rm *.log rm *.toc rm *.bbl rm *.blg rm *.out mkdir -p ../bin move main.pdf ../bin/GRT.pdf endlocal
ART2015/BA_Math
build.bat
bat
mit
381
@SETLOCAL @SET THIS_DIR= %~dp0 @SET CONSUL=\downloads\HashiCorp\consul.exe @%CONSUL% %* @ENDLOCAL
zyborg/Zyborg.Vault
test/local/consul.cmd
bat
mit
98
@SETLOCAL ENABLEDELAYEDEXPANSION @ECHO OFF REM Get path for the script Set ScriptInvocation=%0 Set ScriptName=%~n0 Set ScriptFullPath=%~f0 Set ScriptPath=%~p0 cd/d %ScriptPath% REM Locate SAS using REM ftype SAS.Application set sascmdstem="C:\Program Files\SASHome\SASFoundation\9.4\sas.exe" -config "C:\Program Files\SASHome\SASFoundation\9.4\SASV9.CFG" REM This could do it automagically - except for the space in Program Files make it more tricky, well it can be done: REM for /f "delims==- tokens=1,2,3" %f in ('ftype SAS.Application') do set sascmdstem="%g" -%h REM For batch execution of programs see Example 7: Creating a Batch File That Runs Programs Consecutively REM http://support.sas.com/documentation/cdl/en/hostwin/67962/HTML/default/viewer.htm#p16esisc4nrd5sn1ps5l6u8f79k6.htm REM For use status code see Return Codes and Completion Status REM http://support.sas.com/documentation/cdl/en/hostwin/67962/HTML/default/viewer.htm#n0d8f2zgsbjtqwn1f384lia2nlbm.htm set sascmd=%sascmdstem% -nosplash -nologo -icon -sysin REM Locate Rscript using REM dir /s/b %ProgramFiles%\Rscript.exe set Rcmdstem="C:\Program Files\R\R-3.2.5\bin\Rscript.exe" set Rcmd=%Rcmdstem% --verbose : goto :alldone :build-gen-res pushd ..\gen-res-sas set targetfilecsv1=..\res-csv\tab1x02_1.csv if exist %targetfilecsv1% del %targetfilecsv1% set targetfilecsv2=..\res-csv\tab1x02_1-Components.csv if exist %targetfilecsv2% del %targetfilecsv2% %sascmd% tab1x02_1.sas if %ERRORLEVEL% gtr 1 goto :stop popd :build-res-ttl pushd ..\use-rrdfqbcrnd0 set targetfilettl=..\res-ttl\CDISC-pilot-tab1x02_1.ttl if exist %targetfilettl% del %targetfilettl% %Rcmd% -e "library(knitr); knit('tab1x02_1-ttl.Rmd')" popd :build-show-res pushd ..\show-res-sas set prgsasgenhtml=get-tab1x02_1-with-proc-groovy.sas set targetfilehtml=..\show-res-sas\tab1x02_1.html if exist %targetfilehtml% del %targetfilehtml% if not exist %prgsasgenhtml% goto :prgsasgenhtmlfilenotfound %sascmd% %prgsasgenhtml% if %ERRORLEVEL% gtr 1 goto :stop popd goto :alldone :prgsasgenhtmlfilenotfound echo File %prgsasgenhtml% not found echo Script can not continue goto :eof :stop echo Got errorlevel %errorlevel% popd goto :eof :alldone dir %targetfilecsv1% %targetfilecsv2% %targetfilettl% %targetfilehtml%
MarcJAndersen/poc-analysis-results-metadata
build-scripts/build-tab1x02_1.cmd
bat
mit
2,264
# Should be run each time you wish to update your subtrees. git subtree pull --prefix=local_subtree_modules/test_private_hapi_plugin test_private_hapi_plugin master --squash git subtree pull --prefix=local_subtree_modules/test_private_library test_private_library master --squash
joshball/npm_link_local_subtrees_in_heroku
git_fetch_update_subtrees.cmd
bat
mit
301
java -jar fender.jar "..\\..\\target\\%1" sc
hetmeter/awmm
fender-sb-bdd/lib/targetCheck.bat
bat
mit
44
mkdir temp cd temp wget --no-check-certificate "http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.4.tar.gz" "C:\Program Files\7-Zip\7z.exe" e *.tar.gz "C:\Program Files\7-Zip\7z.exe" e *.tar -y cd .. python temp\virtualenv.py py_env rm -rf temp
larsborn/hetzner-zonefiles
install_venv.bat
bat
mit
263
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source 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\psyrun.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\psyrun.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
jgosmann/psyrun
doc/make.bat
bat
mit
7,253
@echo off rem Public domain rem http://unlicense.org/ rem Created by Grigore Stefan <[email protected]> call .\build\build.config.cmd if exist release\%PROJECT%-%VERSION%.7z del /Q /F release\%PROJECT%-%VERSION%.7z move output %PROJECT%-%VERSION% 7zr a -mx9 -mmt4 -r -sse -w. -y -t7z release/%PROJECT%-%VERSION%.7z %PROJECT%-%VERSION% move %PROJECT%-%VERSION% output
g-stefan/xyo-cloud
build/build.archive.cmd
bat
mit
383
REM https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil#BKMK_importPFX certutil -f -p [password] -dump "cert.p12" REM get just expiration: https://github.com/jgstew/tools/blob/master/CMD/cert_file_expiration.bat certutil -f -p [password] -importpfx "cert.p12"
jgstew/tools
CMD/import_cert_local.bat
bat
mit
302
@echo off set modn=%1 amak -ind %1.ctl -nox -iprint 100 -mcmc 5000000 -mcsave 1000 grep q_srv amak.std >>amak.rep grep totbiom amak.std >>amak.rep grep recruits amak.std >>amak.rep grep Sp_Biom amak.std >>amak.rep copy for_r.rep arc\%modn%_R.rep copy mod.ctl arc\%modn%.ctl copy proj.dat arc\%modn%.prj copy amak.bar arc\%modn%.bar copy amak.rep arc\%modn%.rep copy amak.std arc\%modn%.std :: copy extra_sd.rep arc\mod%1_extra_sd.rep call cleanad
NMFS-toolbox/AMAK
scripts/runmcmc.bat
bat
mit
456
cmd_fs/ramfs/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/ramfs/built-in.o fs/ramfs/ramfs.o
RittikBhowmik/Project-Crater-Kernel-GT-i9152
fs/ramfs/.built-in.o.cmd
bat
gpl-2.0
156
cmd_security/keys/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o security/keys/built-in.o security/keys/gc.o security/keys/key.o security/keys/keyring.o security/keys/keyctl.o security/keys/permission.o security/keys/process_keys.o security/keys/request_key.o security/keys/request_key_auth.o security/keys/user_defined.o security/keys/proc.o security/keys/sysctl.o
RittikBhowmik/Project-Crater-Kernel-GT-i9152
security/keys/.built-in.o.cmd
bat
gpl-2.0
425
cmd_sound/drivers/snd-dummy.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/drivers/snd-dummy.o sound/drivers/dummy.o
yohanes/Acer-BeTouch-E130-Linux-Kernel
sound/drivers/.snd-dummy.o.cmd
bat
gpl-2.0
141
cmd_lib/lzo/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o lib/lzo/built-in.o lib/lzo/lzo_compress.o lib/lzo/lzo_decompress.o
chrnueve/udooImaxdi
kernel_oficial_source/lib/lzo/.built-in.o.cmd
bat
gpl-2.0
162
set OPENCV_ROOT=D:\programming\OpenCV cmd
Sys-Lab/api_panel
cmdryn.bat
bat
gpl-2.0
41
cmd_drivers/net/wireless/bcm4329/bcm4329.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL --strip-debug -r -o drivers/net/wireless/bcm4329/bcm4329.o drivers/net/wireless/bcm4329/dhd_linux.o drivers/net/wireless/bcm4329/linux_osl.o drivers/net/wireless/bcm4329/bcmutils.o drivers/net/wireless/bcm4329/dhd_common.o drivers/net/wireless/bcm4329/dhd_custom_gpio.o drivers/net/wireless/bcm4329/wl_iw.o drivers/net/wireless/bcm4329/siutils.o drivers/net/wireless/bcm4329/sbutils.o drivers/net/wireless/bcm4329/aiutils.o drivers/net/wireless/bcm4329/hndpmu.o drivers/net/wireless/bcm4329/bcmwifi.o drivers/net/wireless/bcm4329/dhd_sdio.o drivers/net/wireless/bcm4329/dhd_linux_sched.o drivers/net/wireless/bcm4329/dhd_cdc.o drivers/net/wireless/bcm4329/bcmsdh_sdmmc.o drivers/net/wireless/bcm4329/bcmsdh.o drivers/net/wireless/bcm4329/bcmsdh_linux.o drivers/net/wireless/bcm4329/bcmsdh_sdmmc_linux.o
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
drivers/net/wireless/bcm4329/.bcm4329.o.cmd
bat
gpl-2.0
910
@ECHO OFF @ECHO. @ECHO Ayada-Template version 1.0.0 @ECHO (c) 2005-2008 xuesong.net @ECHO. @ECHO For details, See the Ayada-Template web site: https://www.github.com/xuesong123 @ECHO. cd /d "%~dp0" @SET APP_HOME=%~dp0 @SET APP_NAME=%~nx0 @SET LIB_HOME=. @SET APP_JARS=%LIB_HOME%\build\classes @SET JRE_JARS=%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\jre\lib\rt.jar FOR /R %LIB_HOME%\lib %%n in (*.jar) do call :SET_APP_JARS %%n GOTO :Main :SET_APP_JARS set APP_JARS=%APP_JARS%;%~1 GOTO :EOF :Main @ECHO APP_HOME: %APP_HOME% @ECHO USER_LIB: %LIB_HOME%\lib @ECHO JRE_JARS: %JRE_JARS% @ECHO APP_JARS: %APP_JARS% @ECHO. @REM jar cvfe 1.jar demo.server.http.file.Main * rd /s /q build\classes\_tpl %JAVA_HOME%\bin\java.exe -cp .;%JRE_JARS%;%APP_JARS% com.skin.ayada.Main "%1" "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9" :end
xuesong123/jsp-jstl-engine
template.bat
bat
gpl-2.0
844
cmd_drivers/media/tuners/mxl5007t.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/tuners/mxl5007t.ko drivers/media/tuners/mxl5007t.o drivers/media/tuners/mxl5007t.mod.o
avareldalton85/rpi2-linux-rt
drivers/media/tuners/.mxl5007t.ko.cmd
bat
gpl-2.0
287
@echo off pushd cd vs set SDL1AdditionalOptions=/DSDL_JOYSTICK_XINPUT msbuild dosbox-x.sln /p:Configuration=Release /p:Platform=Win32 msbuild dosbox-x.sln /p:Configuration=Release /p:Platform=x64 set SDL1AdditionalOptions= popd
joncampbell123/dosbox-x
build_sdl1_xinput_flavor.bat
bat
gpl-2.0
227
cmd_drivers/bluetooth/hci_h4.o := arm-eabi-gcc -Wp,-MD,drivers/bluetooth/.hci_h4.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/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 -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(hci_h4)" -D"KBUILD_MODNAME=KBUILD_STR(hci_uart)" -D"DEBUG_HASH=24" -D"DEBUG_HASH2=45" -c -o drivers/bluetooth/hci_h4.o drivers/bluetooth/hci_h4.c deps_drivers/bluetooth/hci_h4.o := \ drivers/bluetooth/hci_h4.c \ 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/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.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/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/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.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) \ /data/repos/kernels/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /data/repos/kernels/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /data/repos/kernels/arch/arm/include/asm/posix_types.h \ /data/repos/kernels/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /data/repos/kernels/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /data/repos/kernels/arch/arm/include/asm/hwcap.h \ /data/repos/kernels/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /data/repos/kernels/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 \ /data/repos/kernels/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/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 \ /data/repos/kernels/arch/arm/include/asm/irqflags.h \ /data/repos/kernels/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ include/asm-generic/cmpxchg-local.h \ include/linux/stat.h \ /data/repos/kernels/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/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /data/repos/kernels/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 \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /data/repos/kernels/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/repos/kernels/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/repos/kernels/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/relative/pointers.h) \ /data/repos/kernels/arch/arm/include/asm/div64.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) \ $(wildcard include/config/debug/lock/alloc.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) \ /data/repos/kernels/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/repos/kernels/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/repos/kernels/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/emulate/domain/manager/v7.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /data/repos/kernels/arch/arm/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/rcu.h) \ include/linux/rwlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /data/repos/kernels/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.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/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.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/flatmem.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/wait.h \ /data/repos/kernels/arch/arm/include/asm/current.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 \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /data/repos/kernels/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 \ /data/repos/kernels/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/memory/hotplug/sparse.h) \ /data/repos/kernels/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) \ /data/repos/kernels/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/arch/msm/cortex/a5.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ $(wildcard include/config/arch/msm/scorpionmp.h) \ $(wildcard include/config/arch/msm7x27.h) \ /data/repos/kernels/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /data/repos/kernels/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /data/repos/kernels/arch/arm/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.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) \ /data/repos/kernels/arch/arm/include/asm/smp.h \ arch/arm/mach-msm/include/mach/smp.h \ /data/repos/kernels/arch/arm/include/asm/hardware/gic.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 \ /data/repos/kernels/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) \ /data/repos/kernels/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) \ 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 \ /data/repos/kernels/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /data/repos/kernels/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/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 \ /data/repos/kernels/arch/arm/include/asm/elf.h \ /data/repos/kernels/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.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/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /data/repos/kernels/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/fcntl.h \ /data/repos/kernels/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/interrupt.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/generic/irq/probe.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.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/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/epoll.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/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/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ include/linux/rbtree.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/mmu/notifier.h) \ include/linux/auxvec.h \ /data/repos/kernels/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /data/repos/kernels/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /data/repos/kernels/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /data/repos/kernels/arch/arm/include/asm/ipcbuf.h \ /data/repos/kernels/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /data/repos/kernels/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /data/repos/kernels/arch/arm/include/asm/sigcontext.h \ /data/repos/kernels/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.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/linux/rculist.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 \ /data/repos/kernels/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) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.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 \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /data/repos/kernels/arch/arm/include/asm/hardirq.h \ /data/repos/kernels/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8x60.h) \ $(wildcard include/config/arch/msm8960.h) \ arch/arm/mach-msm/include/mach/irqs-8x60.h \ include/linux/irq_cpustat.h \ include/linux/ptrace.h \ include/linux/poll.h \ /data/repos/kernels/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.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 \ /data/repos/kernels/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.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/err.h \ /data/repos/kernels/arch/arm/include/asm/uaccess.h \ /data/repos/kernels/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.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) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/linux/tty.h \ include/linux/major.h \ include/linux/termios.h \ /data/repos/kernels/arch/arm/include/asm/termios.h \ /data/repos/kernels/arch/arm/include/asm/termbits.h \ /data/repos/kernels/arch/arm/include/asm/ioctls.h \ include/linux/tty_driver.h \ $(wildcard include/config/console/poll.h) \ include/linux/cdev.h \ include/linux/tty_ldisc.h \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/xfrm.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/kmemcheck.h \ include/linux/net.h \ include/linux/socket.h \ /data/repos/kernels/arch/arm/include/asm/socket.h \ /data/repos/kernels/arch/arm/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/random.h \ include/linux/ratelimit.h \ include/linux/textsearch.h \ include/net/checksum.h \ /data/repos/kernels/arch/arm/include/asm/checksum.h \ include/linux/in6.h \ include/linux/dmaengine.h \ $(wildcard include/config/async/tx/disable/channel/switch.h) \ $(wildcard include/config/dma/engine.h) \ $(wildcard include/config/async/tx/dma.h) \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ /data/repos/kernels/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.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) \ $(wildcard include/config/need/dma/map/state.h) \ include/linux/dma-attrs.h \ include/linux/bug.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /data/repos/kernels/arch/arm/include/asm/scatterlist.h \ include/asm-generic/scatterlist.h \ $(wildcard include/config/need/sg/dma/length.h) \ include/linux/mm.h \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/range.h \ /data/repos/kernels/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /data/repos/kernels/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) \ /data/repos/kernels/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/vmsplit/2g.h) \ /data/repos/kernels/arch/arm/include/asm/pgtable-hwdef.h \ /data/repos/kernels/arch/arm/include/asm/tlbflush.h \ $(wildcard include/config/cpu/tlb/v3.h) \ $(wildcard include/config/cpu/tlb/v4wt.h) \ $(wildcard include/config/cpu/tlb/fa.h) \ $(wildcard include/config/cpu/tlb/v4wbi.h) \ $(wildcard include/config/cpu/tlb/feroceon.h) \ $(wildcard include/config/cpu/tlb/v4wb.h) \ $(wildcard include/config/cpu/tlb/v6.h) \ $(wildcard include/config/cpu/tlb/v7.h) \ $(wildcard include/config/arm/errata/720789.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/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /data/repos/kernels/arch/arm/include/asm/io.h \ $(wildcard include/config/sec/debug/regrw/log.h) \ arch/arm/mach-msm/include/mach/sec_debug.h \ $(wildcard include/config/sec/debug.h) \ $(wildcard include/config/sec/debug/sched/log.h) \ $(wildcard include/config/sec/debug/irq/exit/log.h) \ $(wildcard include/config/sec/debug/semaphore/log.h) \ $(wildcard include/config/sec/debug/dcvs/log.h) \ $(wildcard include/config/sec/debug/fuelgauge/log.h) \ $(wildcard include/config/sec/debug/mdp/log.h) \ $(wildcard include/config/sec/debug/sdio/log.h) \ arch/arm/mach-msm/include/mach/io.h \ /data/repos/kernels/arch/arm/include/asm/dma-mapping.h \ include/asm-generic/dma-coherent.h \ $(wildcard include/config/have/generic/dma/coherent.h) \ include/net/bluetooth/bluetooth.h \ include/net/sock.h \ $(wildcard include/config/net/ns.h) \ $(wildcard include/config/rps.h) \ include/linux/list_nulls.h \ include/linux/netdevice.h \ $(wildcard include/config/dcb.h) \ $(wildcard include/config/wlan.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/net/poll/controller.h) \ $(wildcard include/config/fcoe.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/net/dsa/tag/dsa.h) \ $(wildcard include/config/net/dsa/tag/trailer.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/if_link.h \ include/linux/netlink.h \ include/linux/pm_qos_params.h \ include/linux/miscdevice.h \ include/linux/delay.h \ /data/repos/kernels/arch/arm/include/asm/delay.h \ include/linux/ethtool.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/wext/core.h) \ $(wildcard include/config/net.h) \ include/net/netns/core.h \ include/net/netns/mib.h \ $(wildcard include/config/xfrm/statistics.h) \ include/net/snmp.h \ include/linux/snmp.h \ include/linux/u64_stats_sync.h \ include/net/netns/unix.h \ include/net/netns/packet.h \ include/net/netns/ipv4.h \ $(wildcard include/config/ip/multiple/tables.h) \ $(wildcard include/config/ip/mroute.h) \ $(wildcard include/config/ip/mroute/multiple/tables.h) \ include/net/inet_frag.h \ include/net/netns/ipv6.h \ $(wildcard include/config/ipv6/multiple/tables.h) \ $(wildcard include/config/ipv6/mroute.h) \ $(wildcard include/config/ipv6/mroute/multiple/tables.h) \ include/net/dst_ops.h \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ $(wildcard include/config/bridge/nf/ebtables.h) \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/linux/in.h \ include/net/flow.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/magic.h \ include/net/netns/conntrack.h \ include/net/netns/xfrm.h \ include/linux/xfrm.h \ include/linux/seq_file_net.h \ include/linux/seq_file.h \ include/net/dsa.h \ include/linux/security.h \ $(wildcard include/config/security/path.h) \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ $(wildcard include/config/securityfs.h) \ include/linux/binfmts.h \ include/linux/shm.h \ /data/repos/kernels/arch/arm/include/asm/shmparam.h \ /data/repos/kernels/arch/arm/include/asm/shmbuf.h \ include/linux/msg.h \ /data/repos/kernels/arch/arm/include/asm/msgbuf.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.h) \ include/linux/rtnetlink.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/neighbour.h \ include/net/rtnetlink.h \ include/net/netlink.h \ include/net/bluetooth/hci_core.h \ include/net/bluetooth/hci.h \ drivers/bluetooth/hci_uart.h \ $(wildcard include/config/bt/hciuart/h4.h) \ $(wildcard include/config/bt/hciuart/bcsp.h) \ $(wildcard include/config/bt/hciuart/ll.h) \ $(wildcard include/config/bt/hciuart/ibs.h) \ drivers/bluetooth/hci_h4.o: $(deps_drivers/bluetooth/hci_h4.o) $(deps_drivers/bluetooth/hci_h4.o):
bigbiff/i717-GB-Kernel
drivers/bluetooth/.hci_h4.o.cmd
bat
gpl-2.0
33,238
taskkill /im python.exe /f
satansdeer/questroom-head
stop_quest.bat
bat
gpl-2.0
27
cmd.exe /c D:\sync.com\Sync\LYM-sources\OSC_InOutRecord-VC17\Release\Leap_OSC\Leap_OSC.exe 127.0.0.1 9000 192.168.43.108 10000
yukao/Porphyrograph
LYM-projects/batFiles/Leap_OSC.bat
bat
gpl-3.0
128
IF NOT EXIST "Vespucci\release\libgcc_s_seh-1.dll" copy /y "..\Vespucci_dependencies\DLL\libgcc_s_seh-1.dll" "Vespucci\release" IF NOT EXIST "Vespucci\release\libgfortran-3.dll" copy /y "..\Vespucci_dependencies\DLL\libgfortran-3.dll" "Vespucci\release" IF NOT EXIST "Vespucci\release\libopenblas.dll" copy /y "..\Vespucci_dependencies\DLL\libopenblas.dll" "Vespucci\release" IF NOT EXIST "Vespucci\release\libquadmath-0.dll" copy /y "..\Vespucci_dependencies\DLL\libquadmath-0.dll" "Vespucci\release" IF NOT EXIST "Vespucci\release\lapack_x64.dll" copy /y "..\Vespucci_dependencies\DLL\lapack_x64.dll" "Vespucci\release" copy /y "VespucciLibrary\release\libvespucci.dll" "Vespucci\release" copy /y "VespucciLibrary\release\libvespucci.pdb"
VespucciProject/Vespucci
copywinlibs.bat
bat
gpl-3.0
740
@echo off break ON cls rem fichiers BAT et programme créés par Sébastien CANET echo 'AI2 starter...' cd /d %~dp0 set ai2upath=%CD% set AEJSDK=.\AppEngine start /min .\Emulator\connector\aiWinStarter.exe
technologiescollege/AI2U_client
AI2U/aiStarter.cmd
bat
gpl-3.0
202
@echo off cd %HOME%\bin ls %*
pip/Octology
dox/Jobz/7Studios/CygPip/bin/bat.bat
bat
gpl-3.0
33
@echo off title GameHouse activeMARK Instant Image Grabber esc0rtd3w 2016 set root=%~dp0 cls echo Enter Game Name With Dashes and press ENTER: echo. echo. set /p gameNameDashes= :: Get background wget "http://cdn.ghstatic.com/images/gh/prod/games/%gameNameDashes%/images/%gameNameDashes%_large.jpg" -O "%root%background.jpg" :: Get preview wget "http://cdn.ghstatic.com/images/gh/prod/games/%gameNameDashes%/images/%gameNameDashes%_small.jpg" -O "%root%preview.jpg" :end
esc0rtd3w/realarcade-wrapper-killer
src/loaders/loaderAMI/loader/scripts/get_artwork.cmd
bat
gpl-3.0
509
REM @echo off set CLASSPATH=bin\;lib\javolution.jar;lib\Opus5.jar;lib\junit-4.4.jar;lib\Jama-1.0.2.jar;lib\xmlRPC\commons-logging-1.1.jar;lib\xmlRPC\ws-commons-util-1.0.2.jar;lib\xmlRPC\xmlrpc-client-3.1.jar;lib\xmlRPC\xmlrpc-common-3.1.jar;lib\xmlRPC\xmlrpc-server-3.1.jar;lib\jlink\JLink.jar;lib\commons\commons-math-2.2.jar java -ms1254m -mx1254m -Ddata.dir=data/ -classpath "%CLASSPATH%" server.AlgorithmsServer
puzis/kpp
run.cmd
bat
gpl-3.0
427
@echo off rem remember the directory path to this bat file set dirPath=%~dp0 rem need to reverse windows names to posix names by changing \ to / set dirPath=%dirPath:\=/% rem remove blank at end of string set dirPath=%dirPath:~0,-1% rem - Customize for your installation, for instance you might want to add default parameters like the following: rem java -jar "%dirPath%"/lib/jira-cli-7.0.0.jar --server https://my.examplegear.com --user automation --password automation %* java -jar "%dirPath%"/lib/jira-cli-7.0.0.jar %* rem Exit with the correct error level. EXIT /B %ERRORLEVEL%
calcium-machine/catapult-release-management
catapult/installers/atlassian-cli-7.0.0/jira.bat
bat
mpl-2.0
604
:: IDM Registry Cleaner :: Completely cleans registry of all IDM fake serial leftovers @ECHO OFF @TITLE IDM Registry Cleaner @COLOR 0E @ECHO :: IDM Registry Cleaner @ECHO :: Compeletely cleans registry of all IDM fake serial leftovers @ECHO. TASKKILL /F /IM IDMan.exe @ECHO. @echo HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt @regini permdel.txt @echo HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt @regini permdel.txt @echo HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt @regini permdel.txt @echo HKEY_CURRENT_USER\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt @regini permdel.txt @echo HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt @regini permdel.txt @echo HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt @regini permdel.txt @echo HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt @regini permdel.txt @echo HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt @regini permdel.txt @del permdel.txt @ECHO. REG DELETE HKCU\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f REG DELETE HKCU\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f REG DELETE HKCU\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f REG DELETE HKCU\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f REG DELETE HKLM\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f REG DELETE HKLM\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f REG DELETE HKLM\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f REG DELETE HKLM\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f @ECHO. REG DELETE HKCU\Software\DownloadManager /v CheckUpdtVM /f REG DELETE HKCU\Software\DownloadManager /v scansk /f REG DELETE HKCU\Software\DownloadManager /v tvfrdt /f @ECHO. REG DELETE HKCU\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7} /f REG DELETE HKCU\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192} /f REG DELETE HKCU\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671} /f REG DELETE HKLM\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7} /f REG DELETE HKLM\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192} /f REG DELETE HKLM\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671} /f @ECHO. REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Internet Download Manager" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Internet Download Manager" /f @ECHO. REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v FName /f REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v LName /f REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v Email /f REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v Serial /f REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v FName /f REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v LName /f REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v Email /f REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v Serial /f @ECHO. @ECHO :: IDM registry cleaning is complete. @ECHO :: Next step, block all IDM IPs via a firewall. @ECHO :: After, run IDM and register with a fake serial. @ECHO. @PAUSE
CHEF-KOCH/regtweaks
OS independent/External Software/Internet Download Manager/IDMCleaner.bat
bat
mpl-2.0
3,813
@echo off if defined %GOPATH ( set GOPATH=%CD%;%GOPATH% ) else ( set GOPATH=%CD% ) go install -ldflags "-s" -v github.com/visualfc/gotools go install -ldflags "-s" -v github.com/nsf/gocode
scorredoira/liteide
liteidex/make_tools.cmd
bat
lgpl-2.1
203
@echo off setlocal enabledelayedexpansion setlocal enableextensions set ES_MAIN_CLASS=org.elasticsearch.index.translog.TranslogToolCli call "%~dp0elasticsearch-cli.bat" ^ %%* ^ || exit /b 1 endlocal endlocal
Godin/sonar
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-translog.bat
bat
lgpl-3.0
227
mkdir build-x64-windows-static cd build-x64-windows-static cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_GENERATOR_PLATFORM=x64 -DUSE_STATIC_RTL=ON cmake --build . --config Release cd Release tell_me.exe cd .. cd .. pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/tiny_process_library_example/build-x64-windows-static.bat
bat
lgpl-3.0
306
@echo off where python >nul 2>&1 && ( .\env\Scripts\activate python manage.py runserver ) || ( echo [ERROR] python3 is not installed )
pavanw3b/sh00t
run.bat
bat
apache-2.0
144
tools\nant\bin\nant -f:component.build -l:BuildOutput.txt %1
perryofpeek/MetricServer
build.bat
bat
apache-2.0
60
docker container stop iaf-test-as-websphere-with-oracle docker container rm iaf-test-as-websphere-with-oracle docker run --publish 80:9080 --publish 9443:9443 --publish 9043:9043 --mount type=bind,source="%~dp0/../../../../../../test/src/test/testtool",target=/opt/frank/testtool-ext -e jdbc.dbms.default=oracle --name iaf-test-as-websphere-with-oracle iaf-test-as-websphere
ibissource/iaf
docker/appserver/WebSphere/src/scripts/start-with-oracle.bat
bat
apache-2.0
374
javac BinarySearch.java
RedGreenCode/Algorithms
BinarySearch/goc.cmd
bat
apache-2.0
24
copy ..\\..\\bin\\MainCaller.exe ..\\..\\bin\\train_net.exe SET GLOG_logtostderr=1 "../../bin/train_net.exe" lenet_solver.prototxt
fierval/caffe-win-vs12
examples/mnist/train_lenet.bat
bat
bsd-2-clause
131
::############################################################################## :: :: Copyright 2014, ACSE & CADIEEL :: ACSE : http://www.sase.com.ar/asociacion-civil-sistemas-embebidos/ciaa/ :: CADIEEL: http://www.cadieel.org.ar :: :: This file is part of CIAA Firmware. :: :: Redistribution and use in source and binary forms, with or without :: modification, are permitted provided that the following conditions are met: :: :: 1. Redistributions of source code must retain the above copyright notice, :: this list of conditions and the following disclaimer. :: :: 2. Redistributions in binary form must reproduce the above copyright notice, :: this list of conditions and the following disclaimer in the documentation :: and/or other materials provided with the distribution. :: :: 3. Neither the name of the copyright holder nor the names of its :: contributors may be used to endorse or promote products derived from this :: software without specific prior written permission. :: :: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" :: AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE :: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE :: ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE :: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR :: CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF :: SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS :: INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN :: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) :: ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE :: POSSIBILITY OF SUCH DAMAGE. :: ::############################################################################## @echo off CD %~dp0 set WGETURL=http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe if not exist %CD%\bin\wget.exe ( echo "Obtaning wget" powershell -command "& { (New-Object Net.WebClient).DownloadFile('%WGETURL%', 'wget.exe') }" ) set PATH=.;.\bin\;%PATH% if not exist tar.exe ( echo "Obtaning tar.exe ..." wget http://www2.cs.uidaho.edu/~jeffery/win32/tar.exe ) if not exist gunzip.exe ( echo "Obtaning gunzip.exe ..." wget http://www2.cs.uidaho.edu/~jeffery/win32/gunzip.exe ) if not exist unzip.exe ( echo "Obtaning unzip.exe ..." wget http://stahlworks.com/dev/unzip.exe ) if not exist 7za.exe ( echo "Obtaning 7za920.zip ..." wget http://ufpr.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip echo "extracting 7za.exe ..." unzip 7za920.zip 7za.exe )
ciaa/Software-IDE
win32/get-tools.bat
bat
bsd-3-clause
2,729
@erase lang.inc @echo lang fix ru >lang.inc @fasm bcdclk.asm bcdclk @erase lang.inc @pause
devlato/kolibrios-llvm
programs/demos/bcdclk/trunk/build_ru.bat
bat
mit
90
REM need xml subfolder chcp 65001 wscript runmacro_lb.vbs 000大智度論簡介-D06-pb-kai-kw.docx wscript runmacro_lb.vbs 001大智度論卷001-D08A-pb-kai-kw.docx wscript runmacro_lb.vbs 002大智度論卷002-D08A-pb-kai-kw.docx wscript runmacro_lb.vbs 003大智度論卷003-D08-pb-kai-kw.docx wscript runmacro_lb.vbs 004大智度論卷004-D07-pb-kai-kw.docx wscript runmacro_lb.vbs 005大智度論卷005-D08-pb-kai-kw.docx wscript runmacro_lb.vbs 006大智度論卷006-D07-pb-kai-kw.docx wscript runmacro_lb.vbs 007大智度論卷007-D09-pb-kai-kw.docx wscript runmacro_lb.vbs 008大智度論卷008-D07-pb-kai-kw.docx wscript runmacro_lb.vbs 009大智度論卷009-D07-pb-kai-kw.docx wscript runmacro_lb.vbs 010大智度論卷010-D08-pb-kai-kw.docx wscript runmacro_lb.vbs 011大智度論卷011-D08-pb-kai-kw.docx wscript runmacro_lb.vbs 012大智度論卷012-D07-pb-kai-kw.docx wscript runmacro_lb.vbs 013大智度論卷013-MP-02-pb-kai-kw.docx wscript runmacro_lb.vbs 014大智度論卷014-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 015大智度論卷015-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 016大智度論卷016-MP-02-pb-kai-kw.docx wscript runmacro_lb.vbs 017大智度論卷017-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 018大智度論卷018-MP-02-pb-kai-kw.docx wscript runmacro_lb.vbs 019大智度論卷019-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 020大智度論卷020-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 021大智度論卷021-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 022大智度論卷022-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 023大智度論卷023-MP-02-pb-kai-kw.docx wscript runmacro_lb.vbs 024大智度論卷024-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 025大智度論卷025-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 026大智度論卷026-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 027大智度論卷027-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 028大智度論卷028-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 029大智度論卷029-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 030大智度論卷030-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 031大智度論卷031-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 032大智度論卷032-MP-08-pb-kai-kw.docx wscript runmacro_lb.vbs 033大智度論卷033-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 034大智度論卷034-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 035大智度論卷035-MP-07-pb-kai-kw.docx wscript runmacro_lb.vbs 036大智度論卷036-MP-08-pb-kai-kw.docx wscript runmacro_lb.vbs 037大智度論卷037-MP-07-pb-kai-kw.docx wscript runmacro_lb.vbs 038大智度論卷038-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 039大智度論卷039-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 040大智度論卷040-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 041大智度論卷041-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 042大智度論卷042-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 043大智度論卷043-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 044大智度論卷044-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 045大智度論卷045-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 046大智度論卷046-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 047大智度論卷047-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 048大智度論卷048-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 049大智度論卷049-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 050大智度論卷050-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 051大智度論卷051-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 052大智度論卷052-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 053大智度論卷053-MP-07-pb-kai-kw.docx wscript runmacro_lb.vbs 054大智度論卷054-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 055大智度論卷055-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 056大智度論卷056-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 057大智度論卷057-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 058大智度論卷058-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 059大智度論卷059-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 060大智度論卷060-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 061大智度論卷061-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 062大智度論卷062-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 063大智度論卷063-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 064大智度論卷064-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 065大智度論卷065-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 066大智度論卷066-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 067大智度論卷067-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 068大智度論卷068-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 069大智度論卷069-MP-02-pb-kai-kw.docx wscript runmacro_lb.vbs 070大智度論卷070-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 071大智度論卷071-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 072大智度論卷072-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 073大智度論卷073-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 074大智度論卷074-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 075大智度論卷075-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 076大智度論卷076-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 077大智度論卷077-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 078大智度論卷078-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 079大智度論卷079-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 080大智度論卷080-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 081大智度論卷081-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 082大智度論卷082-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 083大智度論卷083-MP-02-pb-kai-kw.docx wscript runmacro_lb.vbs 084大智度論卷084-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 085大智度論卷085-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 086大智度論卷086-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 087大智度論卷087-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 088大智度論卷088-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 089大智度論卷089-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 090大智度論卷090-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 091大智度論卷091-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 092大智度論卷092-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 093大智度論卷093-MP-04-pb-kai-kw.docx wscript runmacro_lb.vbs 094大智度論卷094-MP-03-pb-kai-kw.docx wscript runmacro_lb.vbs 095大智度論卷095-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 096大智度論卷096-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 097大智度論卷097-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 098大智度論卷098-MP-05-pb-kai-kw.docx wscript runmacro_lb.vbs 099大智度論卷099-MP-06-pb-kai-kw.docx wscript runmacro_lb.vbs 100大智度論卷100-MP-03-pb-kai-kw.docx
yinshun/mpps_lecture
msword_pb_kai_kepan/runall_lb.cmd
bat
mpl-2.0
6,881
call ant deploy -e pause
suegy/JGAP
maven deploy online.bat
bat
lgpl-3.0
24
 :if exist "%windir%\SysWOW64" ( C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil VoicePlayService.exe ) else ( C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil VoicePlayService.exe ) C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil VoicePlayService.exe pause
FinchYang/study
CDMservers/VoicePlayService/cdmvoiceinstall.bat
bat
apache-2.0
292
if "%PYTEST_COVERAGE%" == "1" ( set "_PYTEST_TOX_COVERAGE_RUN=coverage run -m" set "_PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess" echo Coverage vars configured, PYTEST_COVERAGE=%PYTEST_COVERAGE% ) else ( echo Skipping coverage vars setup, PYTEST_COVERAGE=%PYTEST_COVERAGE% )
kawamon/hue
desktop/core/ext-py/pytest-4.6.11/scripts/setup-coverage-vars.bat
bat
apache-2.0
287
cd PokeD.Server.NetCore dotnet publish -c Release -r win-x86 dotnet publish -c Release -r win-x64 dotnet publish -c Release -r linux-x64 dotnet publish -c Release -r linux-arm dotnet publish -c Release -r osx-x64
PokeD/PokeD.Server.Windows
Build_SelfContained.bat
bat
mit
212
@echo off rem lavagna launcher rem rem rem As a default, it will launch the application in dev mode for testing purpose. You will need to customize this script. rem rem Database choice: rem ---------------- rem - HSQLDB (for in memory test or for low volumes using his file store) rem You must set: rem rem -Ddatasource.dialect=HSQLDB rem rem - MySQL rem You must set: rem rem -Ddatasource.dialect=MYSQL rem rem - PostgreSQL rem You must set: rem rem -Ddatasource.dialect=PGSQL rem rem Database configuration: rem ----------------------- rem You will need to set the following 3 variables: rem rem -Ddatasource.url= rem Check the driver documentation, most likely the connection string will have the following form: rem - HSQDLB: -Ddatasource.url=jdbc:hsqldb:mem:lavagna rem - MYSQL: -Ddatasource.url=jdbc:mysql://localhost:3306/lavagna rem - PGSQL: -Ddatasource.url=jdbc:postgresql://localhost:5432/lavagna rem rem Self explanatory: rem -Ddatasource.username=sa rem -Ddatasource.password= rem rem Select the profile: rem ------------------- rem -Dspring.profiles.active=prod rem or rem -Dspring.profiles.active=dev rem rem You will likely want to use prod (as in production) mode. java ^ -Ddatasource.dialect=HSQLDB ^ -Ddatasource.url=jdbc:hsqldb:mem:lavagna ^ -Ddatasource.username=sa ^ -Ddatasource.password= ^ -Dspring.profiles.active=dev ^ -jar %~dp0/../lavagna/lavagna-jetty-console.war --headless
jvmonjo/lavagna
src/assembly/lavagna.bat
bat
gpl-3.0
1,490
@ECHO off ECHO. ECHO Test: Performance/load testing. ECHO Run through cvpldbg SET iter=0 :loop ECHO Iteration #%iter% "../../bin/wkhtmltoimage" http://google.com/ tmp/google%iter%.png SET /A iter+=1 GOTO :loop
danmaz74/wkhtmltopdf-svg
scripts/test/test-performance.bat
bat
lgpl-3.0
209
rem Run Arelle GUI @set PYTHONDIR=c:\python32 @set PYTHONPATH=.. "%PYTHONDIR%\python" -m arelle.CntlrWinMain
sternshus/Arelle
scripts/runGUI.bat
bat
apache-2.0
111
@echo on rmdir /S /Q .\Install for /d %%x in (objfre_*) do rmdir /S /Q %%x for /d %%x in (objchk_*) do rmdir /S /Q %%x rmdir /S /Q .\sdv rmdir /S /Q .\sdv.temp del /F *.log *.wrn *.err *.sdf del viostor.dvl.xml del viostor.dvl-compat.xml del sdv-map.h
virtio-win/kvm-guest-drivers-windows
viostor/clean.bat
bat
bsd-3-clause
256
@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. epub3 to make an epub3 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 echo. dummy to check syntax errors of document sources 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% 1>NUL 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\cloud-fuse.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\cloud-fuse.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" == "epub3" ( %SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3 if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. 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 ) if "%1" == "dummy" ( %SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy if errorlevel 1 exit /b 1 echo. echo.Build finished. Dummy builder generates no files. goto end ) :end
mhann/cloud-fuse
docs/make.bat
bat
isc
7,740
@echo off color 80 title Mingw Msys Setup set instdir=%CD% if not exist "_install" ( echo. echo.install dir not found echo. goto :EOF ) set download_dir=_install\download set tools_dir=_install\tools ::--------------------------------------------------mingw-get set mingw-get_url=http://sourceforge.net/projects/mingw/files/Installer/mingw-get/mingw-get-0.6.2-beta-20131004-1/mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip/download set mingw-get_file=mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip if not exist "%download_dir%\%mingw-get_file%" ( echo.--------------------download mingw-get %tools_dir%\curl.exe -L %mingw-get_url% -o %download_dir%\%mingw-get_file% ) if not exist "%instdir%\bin\mingw-get.exe" ( echo.--------------------extract mingw-get %tools_dir%\7za.exe -y x %download_dir%\%mingw-get_file% -o%instdir% ) ::--------------------------------------------------msys if not exist "%instdir%\msys\1.0\msys.bat" ( %instdir%\bin\mingw-get.exe install msys-base msys-coreutils msys-wget msys-zip msys-unzip ) ::--------------------------------------------------Create all directory (? will export ffmpeg to here) if not exist %instdir%\export32 ( echo.--------------------create directory for export32 mkdir %instdir%\export32 ) if not exist %instdir%\export64 ( echo.--------------------create directory for export64 mkdir %instdir%\export64 ) if not exist %instdir%\opt\bin ( echo.--------------------create directory opt mkdir %instdir%\opt mkdir %instdir%\opt\bin mkdir %instdir%\opt\include mkdir %instdir%\opt\lib mkdir %instdir%\opt\lib\pkgconfig mkdir %instdir%\opt\share ) if not exist %instdir%\build32 ( echo.--------------------create directory build32 mkdir %instdir%\build32 ) if not exist %instdir%\mingw32 ( echo.--------------------create directory mingw32 mkdir %instdir%\mingw32 ) if not exist %instdir%\global32\bin ( echo.--------------------create directory global32 mkdir %instdir%\global32 mkdir %instdir%\global32\bin mkdir %instdir%\global32\etc mkdir %instdir%\global32\include mkdir %instdir%\global32\lib mkdir %instdir%\global32\lib\pkgconfig mkdir %instdir%\global32\share ) if not exist %instdir%\local32\bin ( echo.--------------------create directory local32 mkdir %instdir%\local32 mkdir %instdir%\local32\bin mkdir %instdir%\local32\etc mkdir %instdir%\local32\include mkdir %instdir%\local32\lib mkdir %instdir%\local32\lib\pkgconfig mkdir %instdir%\local32\share ) if not exist %instdir%\build64 ( echo.--------------------create directory build64 mkdir %instdir%\build64 ) if not exist %instdir%\mingw64 ( echo.--------------------create directory mingw64 mkdir %instdir%\mingw64 ) if not exist %instdir%\global64\bin ( echo.--------------------create directory global64 mkdir %instdir%\global64 mkdir %instdir%\global64\bin mkdir %instdir%\global64\etc mkdir %instdir%\global64\include mkdir %instdir%\global64\lib mkdir %instdir%\global64\lib\pkgconfig mkdir %instdir%\global64\share ) if not exist %instdir%\local64\bin ( echo.--------------------create directory local64 mkdir %instdir%\local64 mkdir %instdir%\local64\bin mkdir %instdir%\local64\etc mkdir %instdir%\local64\include mkdir %instdir%\local64\lib mkdir %instdir%\local64\lib\pkgconfig mkdir %instdir%\local64\share ) ::--------------------------------------------------7za if not exist "%instdir%\opt\bin\7za.exe" ( copy %tools_dir%\7za.exe "%instdir%\opt\bin\ ) ::--------------------------------------------------mingw-dtk set mingw-dtk_url=http://blog.pixelcrusher.de/downloads/media-autobuild_suite/mingw-dtk_jb.zip set mingw-dtk_file=mingw-dtk_jb.zip if not exist "%download_dir%\%mingw-dtk_file%" ( echo.--------------------download mingw-dtk %tools_dir%\curl.exe -L %mingw-dtk_url% -o %download_dir%\%mingw-dtk_file% ) if not exist "%instdir%\bin\msgmerge.exe" ( %tools_dir%\7za.exe -y x %download_dir%\%mingw-dtk_file% -o%instdir%\var\lib\mingw-get\data %instdir%\bin\mingw-get install mingw-developer-toolkit pkginfo %instdir%\bin\mingw-get upgrade msys-core-bin=1.0.17-1 ) ::--------------------------------------------------msys-auto-tools set auto_ins=0 if exist "%instdir%\msys\1.0\share\aclocal\pkg.m4" ( set auto_ins=1 ) ::::autoconf if not exist "%download_dir%\autoconf-2.68-1-msys-1.0.17-bin.tar" ( echo.--------------------download msys-autoconf %tools_dir%\curl.exe -o %download_dir%\autoconf-2.68-1-msys-1.0.17-bin.tar.lzma -L http://sourceforge.net/projects/mingw/files/MSYS/msysdev/autoconf/autoconf-2.68-1/autoconf-2.68-1-msys-1.0.17-bin.tar.lzma/download %instdir%\msys\1.0\bin\lzma -d %download_dir%\autoconf-2.68-1-msys-1.0.17-bin.tar.lzma ) if %auto_ins%==0 ( echo.--------------------install msys-autoconf %instdir%\msys\1.0\bin\tar -C msys/1.0 -xf %download_dir%\autoconf-2.68-1-msys-1.0.17-bin.tar ) ::::automake if not exist "%download_dir%\automake-1.11.1-1-msys-1.0.13-bin.tar" ( echo.--------------------download msys-automake %tools_dir%\curl.exe -o %download_dir%\automake-1.11.1-1-msys-1.0.13-bin.tar.lzma -L http://sourceforge.net/projects/mingw/files/MSYS/msysdev/automake/automake-1.11.1-1/automake-1.11.1-1-msys-1.0.13-bin.tar.lzma/download %instdir%\msys\1.0\bin\lzma -d %download_dir%\automake-1.11.1-1-msys-1.0.13-bin.tar.lzma ) if %auto_ins%==0 ( echo.--------------------install msys-automake %instdir%\msys\1.0\bin\tar -C msys/1.0 -xf %download_dir%\automake-1.11.1-1-msys-1.0.13-bin.tar ) ::::libtool if not exist "%download_dir%\libtool-2.4-1-msys-1.0.15-bin.tar" ( echo.--------------------download msys-libtool %tools_dir%\curl.exe -o %download_dir%\libtool-2.4-1-msys-1.0.15-bin.tar.lzma -L http://sourceforge.net/projects/mingw/files/MSYS/msysdev/libtool/libtool-2.4-1/libtool-2.4-1-msys-1.0.15-bin.tar.lzma/download %instdir%\msys\1.0\bin\lzma -d %download_dir%\libtool-2.4-1-msys-1.0.15-bin.tar.lzma ) if %auto_ins%==0 ( echo.--------------------install msys-libtool %instdir%\msys\1.0\bin\tar -C msys/1.0 -xf %download_dir%\libtool-2.4-1-msys-1.0.15-bin.tar ) ::::libcrypt if not exist "%download_dir%\libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar" ( echo.--------------------download msys-libcrypt %tools_dir%\curl.exe -o %download_dir%\libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma -L http://prdownloads.sourceforge.net/mingw/libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma %instdir%\msys\1.0\bin\lzma -d %download_dir%\libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma ) if %auto_ins%==0 ( echo.--------------------install msys-libcrypt %instdir%\msys\1.0\bin\tar -C msys/1.0 -xf %download_dir%\libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar ) ::::perl if not exist "%download_dir%\perl-5.8.8-1-msys-1.0.17-bin.tar" ( echo.--------------------download msys-perl %tools_dir%\curl.exe -o %download_dir%\perl-5.8.8-1-msys-1.0.17-bin.tar.lzma -L http://sourceforge.net/projects/mingw/files/MSYS/Extension/perl/perl-5.8.8-1/perl-5.8.8-1-msys-1.0.17-bin.tar.lzma/download %instdir%\msys\1.0\bin\lzma -d %download_dir%\perl-5.8.8-1-msys-1.0.17-bin.tar.lzma ) if %auto_ins%==0 ( echo.--------------------install msys-perl %instdir%\msys\1.0\bin\tar -C msys/1.0 -xf %download_dir%\perl-5.8.8-1-msys-1.0.17-bin.tar ) ::::m4 if not exist "%download_dir%\m4-1.4.14-1-msys-1.0.13-bin.tar" ( echo.--------------------download msys-m4 %tools_dir%\curl.exe -o %download_dir%\m4-1.4.14-1-msys-1.0.13-bin.tar.lzma -L http://sourceforge.net/projects/mingw/files/MSYS/Extension/m4/m4-1.4.14-1/m4-1.4.14-1-msys-1.0.13-bin.tar.lzma/download %instdir%\msys\1.0\bin\lzma -d %download_dir%\m4-1.4.14-1-msys-1.0.13-bin.tar.lzma ) if %auto_ins%==0 ( echo.--------------------install msys-m4 %instdir%\msys\1.0\bin\tar -C msys/1.0 -xf %download_dir%\m4-1.4.14-1-msys-1.0.13-bin.tar ) ::::glib if not exist "%download_dir%\glib_2.28.8-1_win32.zip" ( echo.--------------------download msys-glib %tools_dir%\curl.exe -o %download_dir%\glib_2.28.8-1_win32.zip -L http://ftp.acc.umu.se/pub/GNOME/binaries/win32/glib/2.28/glib_2.28.8-1_win32.zip ) if %auto_ins%==0 ( echo.--------------------install msys-glib %instdir%\msys\1.0\bin\unzip -n -d %instdir%\msys\1.0 %download_dir%\glib_2.28.8-1_win32.zip ) ::::pkg-config if not exist "%download_dir%\pkg-config_0.23-3_win32.zip" ( echo.--------------------download msys-pkg-config %tools_dir%\curl.exe -o %download_dir%\pkg-config_0.23-3_win32.zip -L ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config_0.23-3_win32.zip ) if %auto_ins%==0 ( echo.--------------------install msys-pkg-config %instdir%\msys\1.0\bin\unzip -n -d %instdir%\msys\1.0 %download_dir%\pkg-config_0.23-3_win32.zip ) ::::gettext-runtime if not exist "%download_dir%\gettext-runtime_0.18.1.1-2_win32.zip" ( echo.--------------------download msys-gettext-runtime %tools_dir%\curl.exe -o %download_dir%\gettext-runtime_0.18.1.1-2_win32.zip -L http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime_0.18.1.1-2_win32.zip ) if %auto_ins%==0 ( echo.--------------------install msys-gettext-runtime %instdir%\msys\1.0\bin\unzip -n -d %instdir%\msys\1.0 %download_dir%\gettext-runtime_0.18.1.1-2_win32.zip ) ::::pkg-config-dev if not exist "%download_dir%\pkg-config-dev_0.23-3_win32.zip" ( echo.--------------------download msys-pkg-config-dev %tools_dir%\curl.exe -o %download_dir%\pkg-config-dev_0.23-3_win32.zip -L ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config-dev_0.23-3_win32.zip ) if %auto_ins%==0 ( echo.--------------------install msys-pkg-config-dev %instdir%\msys\1.0\bin\unzip -n -d %instdir%\msys\1.0 %download_dir%\pkg-config-dev_0.23-3_win32.zip ) ::--------------------------------------------------mingw32 if not exist "%download_dir%\i686-4.8.2-release-win32-sjlj-rt_v3-rev2.7z" ( echo.--------------------download mingw32 %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\i686-4.8.2-release-win32-sjlj-rt_v3-rev2.7z -c --no-check-certificate "http://downloads.sourceforge.net/project/mingw-w64/Toolchains targetting Win32/Personal Builds/mingw-builds/4.8.2/threads-win32/sjlj/i686-4.8.2-release-win32-sjlj-rt_v3-rev2.7z" ) if not exist "%instdir%\mingw32\bin\cc.exe" ( echo.--------------------install mingw32 %tools_dir%\7za.exe -y x %download_dir%\i686-4.8.2-release-win32-sjlj-rt_v3-rev2.7z -o%instdir% copy /Y %instdir%\mingw32\bin\gcc.exe %instdir%\mingw32\bin\cc.exe FOR /R "%instdir%\mingw32" %%C IN (*.dll.a) DO ( %instdir%\msys\1.0\bin\mv %%C %%C.dyn ) if not exist "%instdir%\mingw32\bin\cc.exe" ( echo. echo.download from compiler mingw32 fail... echo.try again or fix download echo. goto :EOF ) ) ::--------------------------------------------------mingw64 if not exist "%download_dir%\x86_64-4.8.2-release-win32-sjlj-rt_v3-rev2.7z" ( echo.--------------------download mingw64 %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\x86_64-4.8.2-release-win32-sjlj-rt_v3-rev2.7z -c --no-check-certificate "http://downloads.sourceforge.net/project/mingw-w64/Toolchains targetting Win64/Personal Builds/mingw-builds/4.8.2/threads-win32/sjlj/x86_64-4.8.2-release-win32-sjlj-rt_v3-rev2.7z" ) if not exist "%instdir%\mingw64\bin\cc.exe" ( echo.--------------------install mingw64 %tools_dir%\7za.exe -y x %download_dir%\x86_64-4.8.2-release-win32-sjlj-rt_v3-rev2.7z -o%instdir% copy /Y %instdir%\mingw64\bin\gcc.exe %instdir%\mingw64\bin\cc.exe FOR /R "%instdir%\mingw64" %%C IN (*.dll.a) DO ( %instdir%\msys\1.0\bin\mv %%C %%C.dyn ) if not exist "%instdir%\mingw64\bin\cc.exe" ( echo. echo.download from compiler mingw64 fail... echo.try again or fix download echo. goto :EOF ) ) ::--------------------------------------------------tools ::::git if not exist "%download_dir%\PortableGit-1.8.3-preview20130601.7z" ( echo.--------------------download git %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\PortableGit-1.8.3-preview20130601.7z -c "http://msysgit.googlecode.com/files/PortableGit-1.8.3-preview20130601.7z" ) if not exist "%instdir%\opt\bin\git.exe" ( echo.--------------------install git %tools_dir%\7za.exe -y x %download_dir%\PortableGit-1.8.3-preview20130601.7z -o%instdir%\opt del "%instdir%\opt\git-bash.bat" del "%instdir%\opt\git-cmd.bat" del "%instdir%\opt\ReleaseNotes.rtf" del "%instdir%\opt\Git Bash.vbs" del "%instdir%\opt\README.portable" ) ::::svn if not exist "%download_dir%\svn-win32-1.8.3.zip" ( echo.--------------------download svn %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\svn-win32-1.8.3.zip -c "http://downloads.sourceforge.net/project/win32svn/1.8.3/apache22/svn-win32-1.8.3.zip" ) if not exist "%instdir%\opt\bin\svn.exe" ( echo.--------------------install svn %instdir%\msys\1.0\bin\unzip -n -d %instdir%\opt %download_dir%\svn-win32-1.8.3.zip cd %instdir%\opt %instdir%\msys\1.0\bin\cp -va svn-win32-1.8.3/* . %instdir%\msys\1.0\bin\rm -r svn-win32-1.8.3 %instdir%\msys\1.0\bin\mv README.txt doc\svn-win32-1.8.3 cd .. ) ::::cmake if not exist "%download_dir%\cmake-2.8.11.1-win32-x86.zip" ( echo.--------------------download cmake %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\cmake-2.8.11.1-win32-x86.zip -c "http://www.cmake.org/files/v2.8/cmake-2.8.11.1-win32-x86.zip" ) if not exist "%instdir%\opt\bin\cmake.exe" ( echo.--------------------install cmake %instdir%\msys\1.0\bin\unzip -n -d %instdir%\opt %download_dir%\cmake-2.8.11.1-win32-x86.zip cd %instdir%\opt %instdir%\msys\1.0\bin\cp -va cmake-2.8.11.1-win32-x86/* . %instdir%\msys\1.0\bin\rm -r cmake-2.8.11.1-win32-x86 cd .. ) ::::hg if not exist "%download_dir%\tortoisehg-2.4.1-hg-2.2.2-x86.msi" ( echo.--------------------download hg %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\tortoisehg-2.4.1-hg-2.2.2-x86.msi --no-check-certificate -c "https://bitbucket.org/tortoisehg/thg/downloads/tortoisehg-2.4.1-hg-2.2.2-x86.msi" ) if not exist "%instdir%\opt\TortoiseHg\hg.exe" ( echo.--------------------install hg msiexec /a %download_dir%\tortoisehg-2.4.1-hg-2.2.2-x86.msi /qb TARGETDIR=%instdir%\opt\hg-temp cd %instdir%\opt %instdir%\msys\1.0\bin\cp -va %instdir%\opt\hg-temp\PFiles\TortoiseHg %instdir%\opt %instdir%\msys\1.0\bin\rm -r -f %instdir%\opt\hg-temp cd .. ) ::::doxygen32 if not exist "%download_dir%\doxygen-1.8.5.windows.bin.zip" ( echo.--------------------download doxygen32 %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\doxygen-1.8.5.windows.bin.zip "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.5.windows.bin.zip" ) if not exist "%instdir%\mingw32\bin\doxygen.exe" ( echo.--------------------install doxygen32 %instdir%\msys\1.0\bin\unzip -n -d %instdir%\mingw32\bin %download_dir%\doxygen-1.8.5.windows.bin.zip ) ::::doxygen64 if not exist "%download_dir%\doxygen-1.8.5.windows.x64.bin.zip" ( echo.--------------------download doxygen64 %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\doxygen-1.8.5.windows.x64.bin.zip "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.5.windows.x64.bin.zip" ) if not exist "%instdir%\mingw64\bin\doxygen.exe" ( echo.--------------------install doxygen64 %instdir%\msys\1.0\bin\unzip -n -d %instdir%\mingw64\bin %download_dir%\doxygen-1.8.5.windows.x64.bin.zip ) ::::yasm32 if not exist "%download_dir%\yasm-1.2.0-win32.exe" ( echo.--------------------download yasm32 %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\yasm-1.2.0-win32.exe "http://www.tortall.net/projects/yasm/releases/yasm-1.2.0-win32.exe" ) if not exist "%instdir%\mingw32\bin\yasm.exe" ( echo.--------------------install yasm32 copy %download_dir%\yasm-1.2.0-win32.exe %instdir%\mingw32\bin\yasm.exe ) ::::yasm64 if not exist "%download_dir%\yasm-1.2.0-win64.exe" ( echo.--------------------download yasm64 %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\yasm-1.2.0-win64.exe "http://www.tortall.net/projects/yasm/releases/yasm-1.2.0-win32.exe" ) if not exist "%instdir%\mingw64\bin\yasm.exe" ( echo.--------------------install yasm64 copy %download_dir%\yasm-1.2.0-win64.exe %instdir%\mingw64\bin\yasm.exe ) ::::minity if not exist "%download_dir%\mintty-1.1.3-msys.zip" ( echo.--------------------download minity %instdir%\msys\1.0\bin\wget.exe -O %download_dir%\mintty-1.1.3-msys.zip http://blog.pixelcrusher.de/downloads/media-autobuild_suite/mintty-1.1.3-msys.zip ) if not exist "%instdir%\msys\1.0\bin\mintty.exe" ( echo.--------------------install minity %instdir%\msys\1.0\bin\unzip -n -d %instdir%\msys\1.0\bin %download_dir%\mintty-1.1.3-msys.zip ) ::--------------------------------------------------configs ::::profile32 if not exist %instdir%\global32\etc\profile.local ( echo.--------------------install profile32 echo.#>>%instdir%\global32\etc\profile.local echo.# /global32/etc/profile.local>>%instdir%\global32\etc\profile.local echo.#>>%instdir%\global32\etc\profile.local echo.>>%instdir%\global32\etc\profile.local echo.alias dir='ls -la --color=auto'>>%instdir%\global32\etc\profile.local echo.alias ls='ls --color=auto'>>%instdir%\global32\etc\profile.local echo.>>%instdir%\global32\etc\profile.local echo.PKG_CONFIG="/global32/bin/pkg-config.sh">>%instdir%\global32\etc\profile.local echo.PKG_CONFIG_PATH="/local32/lib/pkgconfig">>%instdir%\global32\etc\profile.local echo.CPPFLAGS="-I/global32/include -I/local32/include">>%instdir%\global32\etc\profile.local echo.CFLAGS="-I/global32/include -I/local32/include -mms-bitfields -mthreads -mtune=pentium3">>%instdir%\global32\etc\profile.local echo.CXXFLAGS="-I/global32/include -I/local32/include -mms-bitfields -mthreads -mtune=pentium3">>%instdir%\global32\etc\profile.local echo.LDFLAGS="-L/global32/lib -L/local32/lib -mthreads">>%instdir%\global32\etc\profile.local echo.export PKG_CONFIG PKG_CONFIG_PATH CPPFLAGS CFLAGS CXXFLAGS LDFLAGS>>%instdir%\global32\etc\profile.local echo.>>%instdir%\global32\etc\profile.local echo.PATH=".:/global32/bin:/local32/bin:/mingw32/bin:/mingw/bin:/bin:/opt/bin:/opt/TortoiseHg">>%instdir%\global32\etc\profile.local echo.PS1='\[\033[32m\]\u@\h \[\033[33m\w\033[0m\]$ '>>%instdir%\global32\etc\profile.local echo.export PATH PS1>>%instdir%\global32\etc\profile.local echo.>>%instdir%\global32\etc\profile.local echo.# package build directory>>%instdir%\global32\etc\profile.local echo.BUILDDIR=/build32>>%instdir%\global32\etc\profile.local echo.# package installation prefix>>%instdir%\global32\etc\profile.local echo.GLOBALDIR=/global32>>%instdir%\global32\etc\profile.local echo.LOCALDIR=/local32>>%instdir%\global32\etc\profile.local echo.EXPORTDIR=/export32>>%instdir%\global32\etc\profile.local echo.export BUILDDIR GLOBALDIR LOCALDIR>>%instdir%\global32\etc\profile.local ) ::::profile64 if not exist %instdir%\global64\etc\profile.local ( echo.--------------------install profile64 echo.#>>%instdir%\global64\etc\profile.local echo.# /global64/etc/profile.local>>%instdir%\global64\etc\profile.local echo.#>>%instdir%\global64\etc\profile.local echo.>>%instdir%\global64\etc\profile.local echo.alias dir='ls -la --color=auto'>>%instdir%\global64\etc\profile.local echo.alias ls='ls --color=auto'>>%instdir%\global64\etc\profile.local echo.>>%instdir%\global64\etc\profile.local echo.PKG_CONFIG="/global64/bin/pkg-config.sh">>%instdir%\global64\etc\profile.local echo.PKG_CONFIG_PATH="/local64/lib/pkgconfig">>%instdir%\global64\etc\profile.local echo.CPPFLAGS="-I/global64/include -I/local64/include">>%instdir%\global64\etc\profile.local echo.CFLAGS="-I/global64/include -I/local64/include -mms-bitfields -mthreads">>%instdir%\global64\etc\profile.local echo.CXXFLAGS="-I/global64/include -I/local64/include -mms-bitfields -mthreads">>%instdir%\global64\etc\profile.local echo.LDFLAGS="-L/global64/lib -L/local64/lib">>%instdir%\global64\etc\profile.local echo.export PKG_CONFIG PKG_CONFIG_PATH CPPFLAGS CFLAGS CXXFLAGS LDFLAGS>>%instdir%\global64\etc\profile.local echo.>>%instdir%\global64\etc\profile.local echo.PATH=".:/global64/bin:/local64/bin:/mingw64/bin:/mingw/bin:/bin:/opt/bin:/opt/TortoiseHg">>%instdir%\global64\etc\profile.local echo.PS1='\[\033[32m\]\u@\h \[\033[33m\w\033[0m\]$ '>>%instdir%\global64\etc\profile.local echo.export PATH PS1>>%instdir%\global64\etc\profile.local echo.>>%instdir%\global64\etc\profile.local echo.# package build directory>>%instdir%\global64\etc\profile.local echo.BUILDDIR=/build64>>%instdir%\global64\etc\profile.local echo.# package installation prefix>>%instdir%\global64\etc\profile.local echo.GLOBALDIR=/global64>>%instdir%\global64\etc\profile.local echo.LOCALDIR=/local64>>%instdir%\global64\etc\profile.local echo.EXPORTDIR=/export64>>%instdir%\global64\etc\profile.local echo.export BUILDDIR GLOBALDIR LOCALDIR>>%instdir%\global64\etc\profile.local ) ::::fstab if not exist %instdir%\msys\1.0\etc\fstab.cfg ( echo.--------------------install fstab echo %instdir% /mingw>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\opt /opt>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\global32 /global32>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\local32 /local32>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\build32 /build32>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\mingw32 /mingw32>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\global64 /global64>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\local64 /local64>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\build64 /build64>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\export64 /export64>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\export32 /export32>>%instdir%\msys\1.0\etc\fstab.cfg echo %instdir%\mingw64 /mingw64>>%instdir%\msys\1.0\etc\fstab.cfg copy /Y %instdir%\msys\1.0\etc\fstab.cfg %instdir%\msys\1.0\etc\fstab ) ::::profile if not exist %instdir%\msys\1.0\etc\profile_cfg.sh ( echo.--------------------install profile echo.grep -q -e '/global32/etc/profile.local' /etc/profile ^|^| sed -i '/cd "$HOME"/ a\if [[ $SYSBITS -eq 32 ]]; then \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo. if [ -f /global32/etc/profile.local ]; then \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo. source /global32/etc/profile.local \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo. fi \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo.else \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo. if [ -f /global64/etc/profile.local ]; then \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo. source /global64/etc/profile.local \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo. fi \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo.fi \>>%instdir%\msys\1.0\etc\profile_cfg.sh echo.' /etc/profile>>%instdir%\msys\1.0\etc\profile_cfg.sh %instdir%\msys\1.0\bin\sh -l /etc/profile_cfg.sh ) ::::mintty seetings, color, transparency, etc. for /f %%i in ('dir %instdir%\msys\1.0\home /B') do ( set userFolder=%%i if not exist %instdir%\msys\1.0\home\%userFolder%\.minttyrc ( echo.--------------------install mintty settings in /home/%userFolder% echo.BoldAsFont=no>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BackgroundColour=57,57,57>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.ForegroundColour=221,221,221>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Transparency=medium>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.FontHeight=^9>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.FontSmoothing=full>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.AllowBlinking=yes>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Font=DejaVu Sans Mono>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Columns=90>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Rows=30>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Locale=de_DE>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Charset=ISO-8859-1>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Term=xterm-256color>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.CursorType=block>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Black=38,39,41>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Red=249,38,113>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Green=166,226,46>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Yellow=253,151,31>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Blue=102,217,239>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Magenta=158,111,254>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.Cyan=94,113,117>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.White=248,248,242>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldBlack=85,68,68>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldRed=249,38,113>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldGreen=166,226,46>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldYellow=253,151,31>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldBlue=102,217,239>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldMagenta=158,111,254>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldCyan=163,186,191>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc echo.BoldWhite=248,248,242>>%instdir%\msys\1.0\home\%userFolder%\.minttyrc ) ) ::::mintty32 if not exist %instdir%\mintty32.bat ( echo set SYSBITS=32>%instdir%\mintty32.bat echo start %instdir%\msys\1.0\bin\mintty /bin/bash -l >>%instdir%\mintty32.bat ) ::::mintty64 if not exist %instdir%\mintty64.bat ( echo set SYSBITS=64>%instdir%\mintty64.bat echo start %instdir%\msys\1.0\bin\mintty /bin/bash -l >>%instdir%\mintty64.bat ) echo. echo All done , Window close in 5s echo. ping 127.0.0.0 -n 5 >nul echo. goto :EOF
thinkanyforever/mingw-ffmpeg
install_msys_mingw.bat
bat
mit
26,457
java -Xmx800M -Dlog4j.configuration=log4j.properties -cp "lib/*" tbx2rdf.Main tbx2rdf.properties
cimiano/tbx2rdf
tbx2rdfConversion.bat
bat
mit
98
@echo off rem *************************************************************************** rem * _ _ ____ _ rem * Project ___| | | | _ \| | rem * / __| | | | |_) | | rem * | (__| |_| | _ <| |___ rem * \___|\___/|_| \_\_____| rem * rem * Copyright (C) 1998 - 2015, Daniel Stenberg, <[email protected]>, et al. rem * rem * This software is licensed as described in the file COPYING, which rem * you should have received as part of this distribution. The terms rem * are also available at http://curl.haxx.se/docs/copyright.html. rem * rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell rem * copies of the Software, and permit persons to whom the Software is rem * furnished to do so, under the terms of the COPYING file. rem * rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY rem * KIND, either express or implied. rem * rem *************************************************************************** rem NOTES rem rem This batch file must be used to set up a git tree to build on systems where rem there is no autotools support (i.e. DOS and Windows). rem rem This file is not included or required for curl's release archives or daily rem snapshot archives. :begin rem Set our variables if "%OS%" == "Windows_NT" setlocal set MODE=GENERATE rem Switch to this batch file's directory cd /d "%~0\.." 1>NUL 2>&1 rem Check we are running from a curl git repository if not exist GIT-INFO goto norepo rem Detect programs. HAVE_<PROGNAME> rem When not found the variable is set undefined. The undefined pattern rem allows for statements like "if not defined HAVE_PERL (command)" groff --version <NUL 1>NUL 2>&1 if errorlevel 1 (set HAVE_GROFF=) else (set HAVE_GROFF=Y) nroff --version <NUL 1>NUL 2>&1 if errorlevel 1 (set HAVE_NROFF=) else (set HAVE_NROFF=Y) perl --version <NUL 1>NUL 2>&1 if errorlevel 1 (set HAVE_PERL=) else (set HAVE_PERL=Y) gzip --version <NUL 1>NUL 2>&1 if errorlevel 1 (set HAVE_GZIP=) else (set HAVE_GZIP=Y) :parseArgs if "%~1" == "" goto start if /i "%~1" == "-clean" ( set MODE=CLEAN ) else if /i "%~1" == "-?" ( goto syntax ) else if /i "%~1" == "-h" ( goto syntax ) else if /i "%~1" == "-help" ( goto syntax ) else ( goto unknown ) shift & goto parseArgs :start if "%MODE%" == "GENERATE" ( echo. echo Generating prerequisite files call :generate if errorlevel 4 goto nogencurlbuild if errorlevel 3 goto nogenhugehelp if errorlevel 2 goto nogenmakefile if errorlevel 1 goto warning ) else ( echo. echo Removing prerequisite files call :clean if errorlevel 3 goto nocleancurlbuild if errorlevel 2 goto nocleanhugehelp if errorlevel 1 goto nocleanmakefile ) goto success rem Main generate function. rem rem Returns: rem rem 0 - success rem 1 - success with simplified tool_hugehelp.c rem 2 - failed to generate Makefile rem 3 - failed to generate tool_hugehelp.c rem 4 - failed to generate curlbuild.h rem :generate if "%OS%" == "Windows_NT" setlocal set BASIC_HUGEHELP=0 rem Create Makefile echo * %CD%\Makefile if exist Makefile.dist ( copy /Y Makefile.dist Makefile 1>NUL 2>&1 if errorlevel 1 ( if "%OS%" == "Windows_NT" endlocal exit /B 2 ) ) rem Create tool_hugehelp.c echo * %CD%\src\tool_hugehelp.c call :genHugeHelp if errorlevel 2 ( if "%OS%" == "Windows_NT" endlocal exit /B 3 ) if errorlevel 1 ( set BASIC_HUGEHELP=1 ) cmd /c exit 0 rem Create curlbuild.h echo * %CD%\include\curl\curlbuild.h if exist include\curl\curlbuild.h.dist ( copy /Y include\curl\curlbuild.h.dist include\curl\curlbuild.h 1>NUL 2>&1 if errorlevel 1 ( if "%OS%" == "Windows_NT" endlocal exit /B 4 ) ) rem Setup c-ares git tree if exist ares\buildconf.bat ( echo. echo Configuring c-ares build environment cd ares call buildconf.bat cd .. ) if "%BASIC_HUGEHELP%" == "1" ( if "%OS%" == "Windows_NT" endlocal exit /B 1 ) if "%OS%" == "Windows_NT" endlocal exit /B 0 rem Main clean function. rem rem Returns: rem rem 0 - success rem 1 - failed to clean Makefile rem 2 - failed to clean tool_hugehelp.c rem 3 - failed to clean curlbuild.h rem :clean rem Remove Makefile echo * %CD%\Makefile if exist Makefile ( del Makefile 2>NUL if exist Makefile ( exit /B 1 ) ) rem Remove tool_hugehelp.c echo * %CD%\src\tool_hugehelp.c if exist src\tool_hugehelp.c ( del src\tool_hugehelp.c 2>NUL if exist src\tool_hugehelp.c ( exit /B 2 ) ) rem Remove curlbuild.h echo * %CD%\include\curl\curlbuild.h if exist include\curl\curlbuild.h ( del include\curl\curlbuild.h 2>NUL if exist include\curl\curlbuild.h ( exit /B 3 /) ) exit /B rem Function to generate src\tool_hugehelp.c rem rem Returns: rem rem 0 - full tool_hugehelp.c generated rem 1 - simplified tool_hugehelp.c rem 2 - failure rem :genHugeHelp if "%OS%" == "Windows_NT" setlocal set LC_ALL=C set ROFFCMD= set BASIC=1 if defined HAVE_PERL ( if defined HAVE_GROFF ( set ROFFCMD=groff -mtty-char -Tascii -P-c -man ) else if defined HAVE_NROFF ( set ROFFCMD=nroff -c -Tascii -man ) ) if defined ROFFCMD ( echo #include "tool_setup.h"> src\tool_hugehelp.c echo #include "tool_hugehelp.h">> src\tool_hugehelp.c if defined HAVE_GZIP ( echo #ifndef HAVE_LIBZ>> src\tool_hugehelp.c ) %ROFFCMD% docs\curl.1 2>NUL | perl src\mkhelp.pl docs\MANUAL >> src\tool_hugehelp.c if defined HAVE_GZIP ( echo #else>> src\tool_hugehelp.c %ROFFCMD% docs\curl.1 2>NUL | perl src\mkhelp.pl -c docs\MANUAL >> src\tool_hugehelp.c echo #endif /^* HAVE_LIBZ ^*/>> src\tool_hugehelp.c ) set BASIC=0 ) else ( if exist src\tool_hugehelp.c.cvs ( copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL 2>&1 ) else ( echo #include "tool_setup.h"> src\tool_hugehelp.c echo #include "tool_hugehelp.hd">> src\tool_hugehelp.c echo.>> src\tool_hugehelp.c echo void hugehelp(void^)>> src\tool_hugehelp.c echo {>> src\tool_hugehelp.c echo #ifdef USE_MANUAL>> src\tool_hugehelp.c echo fputs("Built-in manual not included\n", stdout^);>> src\tool_hugehelp.c echo #endif>> src\tool_hugehelp.c echo }>> src\tool_hugehelp.c ) ) findstr "/C:void hugehelp(void)" src\tool_hugehelp.c 1>NUL 2>&1 if errorlevel 1 ( if "%OS%" == "Windows_NT" endlocal exit /B 2 ) if "%BASIC%" == "1" ( if "%OS%" == "Windows_NT" endlocal exit /B 1 ) if "%OS%" == "Windows_NT" endlocal exit /B 0 rem Function to clean-up local variables under DOS, Windows 3.x and rem Windows 9x as setlocal isn't available until Windows NT rem :dosCleanup set MODE= set HAVE_GROFF= set HAVE_NROFF= set HAVE_PERL= set HAVE_GZIP= set BASIC_HUGEHELP= set LC_ALL set ROFFCMD= set BASIC= exit /B :syntax rem Display the help echo. echo Usage: buildconf [-clean] echo. echo -clean - Removes the files goto error :unknown echo. echo Error: Unknown argument '%1' goto error :norepo echo. echo Error: This batch file should only be used with a curl git repository goto error :nogenmakefile echo. echo Error: Unable to generate Makefile goto error :nogenhugehelp echo. echo Error: Unable to generate src\tool_hugehelp.c goto error :nogencurlbuild echo. echo Error: Unable to generate include\curl\curlbuild.h goto error :nocleanmakefile echo. echo Error: Unable to clean Makefile goto error :nocleanhugehelp echo. echo Error: Unable to clean src\tool_hugehelp.c goto error :nocleancurlbuild echo. echo Error: Unable to clean include\curl\curlbuild.h goto error :warning echo. echo Warning: The curl manual could not be integrated in the source. This means when echo you build curl the manual will not be available (curl --man^). Integration of echo the manual is not required and a summary of the options will still be available echo (curl --help^). To integrate the manual your PATH is required to have echo groff/nroff, perl and optionally gzip for compression. echo. goto success :error if "%OS%" == "Windows_NT" ( endlocal ) else ( call :dosCleanup ) exit /B 1 :success if "%OS%" == "Windows_NT" ( endlocal ) else ( call :dosCleanup ) exit /B 0
vbloodv/blood
extern/curl.orig/buildconf.bat
bat
mit
8,629
@echo off Setlocal enabledelayedexpansion Set >set For /F "tokens=1* delims==" %%i in (set) do set %% %i = Del set robot %* --nostatusrc --noncritical NON_CRITICAL --noncritical KNOWN_FAILURE -P "%~dp0../etc" -V "%~dp0../var/Variables.py" -d "%~dp0../dist" "%~dp0../src/Mako.robot"
bellockk/scons_mako
test/acceptance/bin/run.bat
bat
mit
282
@echo off powershell -command "& { . %~dp0\Restart-ComputerWithBitlocker.ps1; Restart-ComputerWithBitlocker }"
DavidObando/windows-small-cli-utils
RestartComputerWithBitlocker.cmd
bat
mit
110
@echo off pushd premake premake5 --file=Qwiki_setup.lua popd
suzumesan/qwi-ki
qwiki_generate.bat
bat
mit
60
cmd_.tmp_vmlinux1 := /home/robin/toolchain/bin/arm-none-eabi-ld -EL -p --no-undefined -X --build-id -o .tmp_vmlinux1 -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o arch/arm/common/built-in.o arch/arm/mach-msm/built-in.o arch/arm/vfp/built-in.o arch/arm/perfmon/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o block/built-in.o arch/arm/lib/lib.a lib/lib.a arch/arm/lib/built-in.o lib/built-in.o drivers/built-in.o sound/built-in.o firmware/built-in.o net/built-in.o --end-group
spacecaker/CM7_Space_Kernel_Cooper
..tmp_vmlinux1.cmd
bat
gpl-2.0
694
cmd_kernel/irq/resend.o := ppc_4xx-gcc -m32 -Wp,-MD,kernel/irq/.resend.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(resend)" -D"KBUILD_MODNAME=KBUILD_STR(resend)" -c -o kernel/irq/.tmp_resend.o kernel/irq/resend.c deps_kernel/irq/resend.o := \ kernel/irq/resend.c \ $(wildcard include/config/hardirqs/sw/resend.h) \ include/linux/irq.h \ $(wildcard include/config/s390.h) \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/intr/remap.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/generic/pending/irq.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/sparse/irq.h) \ $(wildcard include/config/numa/irq/desc.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/generic/hardirqs/no//do/irq.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/cpumasks/offstack.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ $(wildcard include/config/debug/preempt.h) \ include/linux/errno.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \ $(wildcard include/config/phys/64bit.h) \ include/asm-generic/int-ll64.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.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 \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.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 \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/processor.h \ $(wildcard include/config/vsx.h) \ $(wildcard include/config/ppc32.h) \ $(wildcard include/config/ppc/prep.h) \ $(wildcard include/config/task/size.h) \ $(wildcard include/config/kernel/start.h) \ $(wildcard include/config/ppc64.h) \ $(wildcard include/config/4xx.h) \ $(wildcard include/config/booke.h) \ $(wildcard include/config/altivec.h) \ $(wildcard include/config/spe.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg.h \ $(wildcard include/config/40x.h) \ $(wildcard include/config/fsl/emb/perfmon.h) \ $(wildcard include/config/8xx.h) \ $(wildcard include/config/ppc/book3s/64.h) \ $(wildcard include/config/ppc/book3s/32.h) \ $(wildcard include/config/ppc/book3e/64.h) \ $(wildcard include/config/e200.h) \ $(wildcard include/config/ppc/cell.h) \ include/linux/stringify.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \ $(wildcard include/config/mpc10x/bridge.h) \ $(wildcard include/config/ppc/83xx.h) \ $(wildcard include/config/8260.h) \ $(wildcard include/config/ppc/mpc52xx.h) \ $(wildcard include/config/bdi/switch.h) \ $(wildcard include/config/power3.h) \ $(wildcard include/config/power4.h) \ $(wildcard include/config/44x.h) \ $(wildcard include/config/e500.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-compat.h \ $(wildcard include/config/power4/only.h) \ $(wildcard include/config/ibm405/err77.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \ $(wildcard include/config/403gcx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ptrace.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \ $(wildcard include/config/ppc/e500mc.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/system.h \ $(wildcard include/config/debugger.h) \ $(wildcard include/config/kexec.h) \ $(wildcard include/config/6xx.h) \ $(wildcard include/config/booke/wdt.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \ include/linux/linkage.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/linkage.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitops.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/synch.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/typecheck.h \ include/linux/dynamic_debug.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/byteorder.h \ include/linux/byteorder/big_endian.h \ include/linux/swab.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swab.h \ include/linux/byteorder/generic.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irqflags.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hw_irq.h \ $(wildcard include/config/ppc/book3e.h) \ $(wildcard include/config/perf/events.h) \ include/asm-generic/cmpxchg-local.h \ include/linux/cpumask.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/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/string.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/thread_info.h \ $(wildcard include/config/ppc/256k/pages.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page.h \ $(wildcard include/config/ppc/64k/pages.h) \ $(wildcard include/config/ppc/16k/pages.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/relocatable.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/ppc/std/mmu/64.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/ppc/smlpar.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kdump.h \ $(wildcard include/config/crash/dump.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page_32.h \ $(wildcard include/config/physical/align.h) \ $(wildcard include/config/not/coherent/cache.h) \ $(wildcard include/config/pte/64bit.h) \ include/asm-generic/getorder.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/atomic.h \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.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/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.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) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/current.h \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/linux/seqlock.h \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/topology.h \ $(wildcard include/config/pci.h) \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq.h \ $(wildcard include/config/nr/irqs.h) \ $(wildcard include/config/irqstacks.h) \ include/linux/radix-tree.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq_regs.h \ include/asm-generic/irq_regs.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/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) \ include/linux/slab_def.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.h) \ include/linux/kmalloc_sizes.h \ include/linux/pfn.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/stat.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/elf.h \ $(wildcard include/config/spu/base.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/mmu.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/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.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/cc/stackprotector.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/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/timex.h \ include/linux/param.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/timex.h \ include/linux/jiffies.h \ include/linux/rbtree.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/mmu/notifier.h) \ include/linux/auxvec.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu.h \ $(wildcard include/config/ppc/std/mmu/32.h) \ $(wildcard include/config/ppc/book3e/mmu.h) \ $(wildcard include/config/ppc/8xx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu-44x.h \ $(wildcard include/config/ppc/early/debug/44x.h) \ $(wildcard include/config/ppc/early/debug/44x/physlow.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ipcbuf.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sembuf.h \ include/linux/signal.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/siginfo.h \ include/asm-generic/siginfo.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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/seccomp.h \ include/linux/unistd.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/unistd.h \ include/linux/rculist.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 \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/resource.h \ include/asm-generic/resource.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/debugobjects.h \ $(wildcard include/config/debug/objects/free.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/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/local.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/module.h \ $(wildcard include/config/dynamic/ftrace.h) \ include/trace/events/module.h \ include/linux/random.h \ include/linux/ioctl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/interrupt.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/hardirq.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hardirq.h \ include/asm-generic/hardirq.h \ include/linux/irq_cpustat.h \ kernel/irq/internals.h \ include/linux/kallsyms.h \ kernel/irq/resend.o: $(deps_kernel/irq/resend.o) $(deps_kernel/irq/resend.o):
mattkelly/linux-2.6-xlnx
kernel/irq/.resend.o.cmd
bat
gpl-2.0
21,364
cmd_drivers/media/v4l2-core/videobuf-core.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/v4l2-core/videobuf-core.ko drivers/media/v4l2-core/videobuf-core.o drivers/media/v4l2-core/videobuf-core.mod.o
avareldalton85/rpi2-linux-rt
drivers/media/v4l2-core/.videobuf-core.ko.cmd
bat
gpl-2.0
319
cmd_sound/soc/msm/qdsp6v2/snd-soc-qdsp6v2.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o sound/soc/msm/qdsp6v2/snd-soc-qdsp6v2.o sound/soc/msm/qdsp6v2/msm-dai-q6-v2.o sound/soc/msm/qdsp6v2/msm-pcm-q6-v2.o sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.o sound/soc/msm/qdsp6v2/msm-compress-q6-v2.o sound/soc/msm/qdsp6v2/msm-compr-q6-v2.o sound/soc/msm/qdsp6v2/msm-multi-ch-pcm-q6-v2.o sound/soc/msm/qdsp6v2/msm-pcm-lpa-v2.o sound/soc/msm/qdsp6v2/msm-pcm-afe-v2.o sound/soc/msm/qdsp6v2/msm-pcm-voip-v2.o sound/soc/msm/qdsp6v2/msm-pcm-voice-v2.o sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.o sound/soc/msm/qdsp6v2/msm-lsm-client.o sound/soc/msm/qdsp6v2/msm-audio-effects-q6-v2.o sound/soc/msm/qdsp6v2/msm-pcm-loopback-v2.o
IndieBeto/StockLP
sound/soc/msm/qdsp6v2/.snd-soc-qdsp6v2.o.cmd
bat
gpl-2.0
720
C:\Programmi\Plink.exe [email protected] -pw fegato349217 /home/pi/scripts/startroc.sh @echo off pause
ilplasticomodulare/RocPiLCD
StartRocrail.bat
bat
gpl-2.0
102
cmd_sound/soc/pxa/built-in.o := rm -f sound/soc/pxa/built-in.o; ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/soc/pxa/built-in.o
Zaphod-Beeblebrox/kernel_rockchip_rk3188
sound/soc/pxa/.built-in.o.cmd
bat
gpl-2.0
155
cmd_drivers/media/platform/msm/vidc/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/media/platform/msm/vidc/built-in.o drivers/media/platform/msm/vidc/msm_v4l2_vidc.o drivers/media/platform/msm/vidc/msm_vidc_common.o drivers/media/platform/msm/vidc/msm_vidc.o drivers/media/platform/msm/vidc/msm_vdec.o drivers/media/platform/msm/vidc/msm_venc.o drivers/media/platform/msm/vidc/msm_smem.o drivers/media/platform/msm/vidc/msm_vidc_debug.o drivers/media/platform/msm/vidc/msm_vidc_res_parse.o drivers/media/platform/msm/vidc/venus_hfi.o drivers/media/platform/msm/vidc/hfi_response_handler.o drivers/media/platform/msm/vidc/hfi_packetization.o drivers/media/platform/msm/vidc/vidc_hfi.o drivers/media/platform/msm/vidc/q6_hfi.o drivers/media/platform/msm/vidc/venus_boot.o drivers/media/platform/msm/vidc/msm_vidc_dcvs.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/media/platform/msm/vidc/.built-in.o.cmd
bat
gpl-2.0
940
make >info.txt 2>err.txt
blueslime/RaspServer
a.bat
bat
gpl-2.0
26
@echo off cd %~dp0 for /r %%f in (*.cpp *.h) do ( (Echo "%%f" | FIND /I "\build-" 1>NUL) || (Echo "%%f" | FIND /I "\resource.h" 1>NUL) || (Echo "%%f" | FIND /I "\libHybridConv-0.1.1\" 1>NUL) || (Echo "%%f" | FIND /I "\helpers\aeffectx.h" 1>NUL) || (Echo "%%f" | FIND /I "\helpers\UncaughtExceptions.h" 1>NUL) || (Echo "%%f" | FIND /I "\VoicemeeterClient\VoicemeeterRemote.h" 1>NUL) || ( uncrustify -c uncrustify.cfg -l CPP --replace --no-backup "%%f" ) ) pause
mirror/equalizerapo
reformat.bat
bat
gpl-2.0
479
cmd_drivers/char/misc.o := arm-eabi-gcc -Wp,-MD,drivers/char/.misc.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/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-dwarf2-cfi-asm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(misc)" -D"KBUILD_MODNAME=KBUILD_STR(misc)" -c -o drivers/char/misc.o drivers/char/misc.c deps_drivers/char/misc.o := \ drivers/char/misc.c \ $(wildcard include/config/proc/fs.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/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/posix_types.h \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ arch/arm/mach-tegra/include/mach/barriers.h \ include/asm-generic/cmpxchg-local.h \ include/linux/stat.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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/relative/pointers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.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) \ $(wildcard include/config/debug/lock/alloc.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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/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/rcu.h) \ include/linux/rwlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.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/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.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/flatmem.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/wait.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.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 \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ include/linux/const.h \ arch/arm/mach-tegra/include/mach/memory.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.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/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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/smp.h \ arch/arm/mach-tegra/include/mach/smp.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardware/gic.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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/timex.h \ arch/arm/mach-tegra/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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/elf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kobject_ns.h \ include/linux/kref.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/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/fs.h \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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/prio_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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/miscdevice.h \ include/linux/major.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.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/slab_def.h \ include/trace/events/kmem.h \ include/trace/events/gfpflags.h \ include/linux/kmalloc_sizes.h \ include/linux/magic.h \ include/linux/seq_file.h \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/tty.h \ $(wildcard include/config/audit.h) \ include/linux/termios.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/termios.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/termbits.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ioctls.h \ include/linux/tty_driver.h \ $(wildcard include/config/console/poll.h) \ include/linux/cdev.h \ include/linux/tty_ldisc.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/lockup/detector.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/inotify/user.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/security/sealimemodule.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/rbtree.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/mmu/notifier.h) \ include/linux/auxvec.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ipcbuf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sigcontext.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \ $(wildcard include/config/sysctl.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 \ drivers/char/misc.o: $(deps_drivers/char/misc.o) $(deps_drivers/char/misc.o):
timmytim/honeybutter_kernel
drivers/char/.misc.o.cmd
bat
gpl-2.0
26,107
echo "checking java ..." java -version echo "JAVA_HOME=$JAVA_HOME" echo "JAVA_HOME env variable maybe needed ..." gradlew clean traceroute
LaurentKrishnathas/utils
bats/traceroute.bat
bat
gpl-3.0
144
@echo off set _ROOT=%CD% if not exist build\64 mkdir build\64 pushd build\64 cmake -G "Visual Studio 15 2017 Win64" %_ROOT% ^ "-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=%_ROOT%/bin/64" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY:PATH=%_ROOT%/lib/64" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=%_ROOT%/bin/64" popd if not exist build\32 mkdir build\32 pushd build\32 cmake -G "Visual Studio 15 2017" %_ROOT% ^ "-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=%_ROOT%/bin/32" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY:PATH=%_ROOT%/lib/32" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=%_ROOT%/bin/32" popd
Falgern/ACTWebSocketOverlay
configure.bat
bat
gpl-3.0
578
@echo off setlocal enableextensions enabledelayedexpansion ::=============================================================================+ :: + :: This command file starts the IB Gateway, which provides a low-resource + :: capability for running TWS API programs without the complex TWS user + :: interface. + :: + :: If you run it without any arguments it will display a new window showing + :: useful information and then start the Gateway. If you supply /INLINE as + :: the first argument, the information will be displayed in the current + :: command prompt window. (If you are using Task Scheduler to run this, you + :: MUST supply the /INLINE argument to ensure correct operation.) + :: + :: The following lines, beginning with 'set', are the only ones you may + :: need to change, and you probably only need to change the first one. + :: + :: The notes below give further information on why you might need to + :: change them. + :: + ::=============================================================================+ set TWS_MAJOR_VRSN=963 set IBC_INI=%HOMEDRIVE%%HOMEPATH%\Documents\IBController\IBController.ini set TRADING_MODE= set IBC_PATH=%SYSTEMDRIVE%\IBController set TWS_PATH=%SYSTEMDRIVE%\Jts set LOG_PATH=%IBC_PATH%\Logs set TWSUSERID= set TWSPASSWORD= set FIXUSERID= set FIXPASSWORD= set JAVA_PATH= set HIDE= :: PLEASE DON'T CHANGE ANYTHING BELOW THIS LINE !! ::============================================================================== :: Notes: :: :: TWS_MAJOR_VRSN :: :: Specifies the major version number of Gateway to be run. If you are :: unsure of which version number to use, run the Gateway manually from the :: icon on the desktop, then click Help > About IB Gateway. In the :: displayed information you'll see a line similar to this: :: :: Build 954.2a, Oct 30, 2015 4:07:54 PM :: :: Here the major version number is 954. Do not include the rest of the :: version number in this setting. :: IBC_INI :: :: This is the location and filename of the IBController configuration file. :: This file should be in a folder in your personal filestore, so that :: other users of your computer can't access it. This folder and its :: contents should also be encrypted so that even users with administrator :: privileges can't see the contents. Note that you can use the HOMEDRIVE and :: HOMEPATH environment variables to address the root of your personal :: filestore they are set automatically by Windows). :: TRADING_MODE :: :: TWS 955 introduced a new Trading Mode combo box on its login dialog. :: This indicates whether the live account or the paper trading account :: corresponding to the supplied credentials is to be used. The values :: allowed here are 'live' and 'paper' (not case-sensitive). For earlier :: versions of TWS, setting this has no effect. If no value is specified :: here, the value is taken from the TradingMode setting in the :: configuration file. If no value is specified there either, the value :: 'live' is assumed. :: IBC_PATH :: :: The folder containing the IBController files. :: TWS_PATH :: :: The folder where TWS is installed. The TWS installer always installs to :: C:\Jts. Note that even if you have installed from a Gateway download :: rather than a TWS download, you should still use this default setting. :: It is possibe to move the TWS installation to a different folder, but :: there are virtually no good reasons for doing so. :: LOG_PATH :: :: Specifies the folder where diagnostic information is to be logged while :: this command file is running. This information is very valuable when :: troubleshooting problems, so it is advisable to always have this set to :: a valid location, especially when setting up IBController. You must :: have write access to the specified folder. :: :: Once everything runs properly, you can prevent further logging by :: removing the value as show below (but this is not recommended): :: :: set LOG_PATH= :: TWSUSERID :: TWSPASSWORD :: :: If your TWS user id and password are not included in your IBController :: configuration file, you can set them here (do not encrypt the password). :: However you are strongly advised not to set them here because this file :: is not normally in a protected location. :: FIXUSERID :: FIXPASSWORD :: :: If you are running the FIX Gateway (for which you must set FIX=yes in :: your IBController configuration file), and the FIX user id and password :: are not included in the configuration file, you can set them here (do :: not encrypt the password). However you are strongly advised not to set :: them here because this file is not normally in a protected location. :: JAVA_PATH :: :: IB's installer for TWS/Gateway includes a hidden version of Java which :: IB have used to develop and test that particular version. This means that :: it is not necessary to separately install Java. If there is a separate :: Java installation, that does not matter: it won't be used by IBController :: or TWS/Gateway unless you set the path to it here. You should not do this :: without a very good reason. :: HIDE :: :: If set to YES or TRUE, the diagnostic window that contains information :: about the running TWS, and where to find the log file, will be minimized :: to the taskbar. If not set, or set to any other value, the window will be :: displayed. Values are not case-sensitive so for example yEs and yes will :: be interpeted as YES. (Note that when the /INLINE argument is supplied, :: this setting has no effect.) :: End of Notes: ::============================================================================== set APP=GATEWAY set TITLE=IBController (%APP% %TWS_MAJOR_VRSN%) if /I "%HIDE%" == "YES" ( set MIN=/Min ) else if /I "%HIDE%" == "TRUE" ( set MIN=/Min ) else ( set MIN= ) if /I "%~1" == "/INLINE" ( set INLINE=1 "%IBC_PATH%\Scripts\DisplayBannerAndLaunch.bat" ) else ( set INLINE=0 start "%TITLE%" %MIN% "%IBC_PATH%\Scripts\DisplayBannerAndLaunch.bat" ) exit /B
rlktradewright/ib-controller
resources/IBControllerGatewayStart.bat
bat
gpl-3.0
6,993
start "title" "c:\Program Files (x86)\PuTTY\putty.exe" "-load" e6s14_tmux rem cmd /E:ON /Q /C "c:\Program Files\PuTTY\putty.exe" -X [email protected] -pw hpinvent
mikersgit/nixScripts
bat/e6s14_tmux.bat
bat
gpl-3.0
166
SET machine=VIC20 SET speed=3 SET ruta_ucf=..\source\vic20 SET ruta_bat=..\..\ call %ruta_bat%genxst.bat rem call %ruta_bat%generar.bat v2_v3 ZZ3 call %ruta_bat%generar.bat v4 ZX1 rem call %ruta_bat%generar.bat Ap ZZA
antoniovillena/zxuno
cores/VIC20/ise/make.bat
bat
gpl-3.0
218
cd %CD% set PATH=%PATH%;c:\go\bin;C:\Program Files\Git\bin set GOPATH=%CD% set GOARCH=386 cmd
cjlibra/zdcmain
exe.bat
bat
gpl-3.0
94
cls ruby -w -d swift_convert.rb "D:\Mijn Documenten\Develop\Swift\Data\DFEZ.SWIFT"
ocd-jacobs/swift
bin/test-debug.bat
bat
gpl-3.0
83
@echo off tasklist /FI "IMAGENAME eq CardListener.exe" 2>NUL | find /I /N "CardListener.exe">NUL echo %ERRORLEVEL%
matteonespoli/PCGest
isRunning.bat
bat
agpl-3.0
116
@ECHO OFF @ECHO Awesome Game v3 @ECHO Params: %* @ECHO Running from: %cd% ECHO. @ECHO Check for updates? PAUSE Updater.exe
JavierCanon/dispatcher-software-updater
Projects/MySoftware/v3/main.bat
bat
agpl-3.0
122
python Assimilator.py
AdrienVR/ALT
launch.bat
bat
lgpl-3.0
21
@echo off REM Build a 32 bit executable using MinGW32 g++ 4k.cpp -O2 -s ^ -Wall -Wextra -Wpedantic -ansi -Wmissing-declarations ^ -nostdlib -e __Z10EntryPointv ^ -fno-exceptions -fomit-frame-pointer ^ -mwindows ^ -lgdi32 -lkernel32 -luser32 -lwinmm ^ -o 4k
DForshner/UnEpic4KDemo
Source/mingw32-build.bat
bat
unlicense
427
@echo off REM TODO: install both x64 and x86 libs IF "%1"=="" GOTO EXIT_ERR echo copying files... SET COGFWDIR=%1\external SET COGFWINCLUDEDIR=%COGFWDIR%\include SET COGFWARCH=x64 mkdir %COGFWDIR%\include > NUL 2> NUL mkdir %COGFWDIR%\lib > NUL 2> NUL mkdir %COGFWDIR%\bin > NUL 2> NUL mkdir %COGFWINCLUDEDIR%\cogbase > NUL 2> NUL mkdir %COGFWINCLUDEDIR%\cogm > NUL 2> NUL mkdir %COGFWINCLUDEDIR%\cogmem > NUL 2> NUL mkdir %COGFWINCLUDEDIR%\cogcoll > NUL 2> NUL copy src\cogbase\*.h %COGFWINCLUDEDIR%\cogbase > NUL 2> NUL copy src\cogm\*.h %COGFWINCLUDEDIR%\cogm > NUL 2> NUL copy src\cogmem\*.h %COGFWINCLUDEDIR%\cogmem > NUL 2> NUL copy src\cogcoll\*.h %COGFWINCLUDEDIR%\cogcoll > NUL 2> NUL copy build\%COGFWARCH%\*.lib %COGFWDIR%\lib > NUL 2> NUL GOTO EXIT_SUCCESS :EXIT_ERR echo install failed! GOTO DONE :EXIT_SUCCESS echo install successful! :END
krakencalamari/cogfw
install.bat
bat
unlicense
867
@echo off :: SPECIFY server as servername for SQL version 1C or full path to folder, where configs layout for Filesystem version 1c set server=d:\1c\bases :: SPECIFY basetype = {F - filesystem or S - sqlserver} set basetype=F set logfolder=[specify\log\folder] set backupfolder=[specify\backups\folder] set cloudfolder=[specify/cloud/folder] set updtsdir=[specify\updates\folder] :: IN UPDATE list use ONLY version exmpl 3_0_49_21 set updtfile=%~dp0updates.list set basesfile=%~dp0bases.list set uploadlistfile=%~dp0upload.list set onecexe=[specify\path\to\1cv8.exe] set java=java.exe set zu=%~dp0ZullusaUploader.jar set needbackup=1 set needUploadToCloud=0 set olderdays=100 set smtp=[smtp.server] set port=[smtp_port] set mail_to=[mail@to] set mail_from=[mail@from] set logMail=%logfolder%sendmail.log set smtp_user=[smtp-user] set smtp_pass=[smtp-pass] set now=%DATE: =0% %TIME: =0% for /f "tokens=1-7 delims=/-:., " %%a in ( "%now%" ) do @set now=%%c%%b%%a_%%d%%e set log1cfile=%logfolder%1cAll-%now%.log set logfile=%logfolder%all%now%.log :: SPECIFY All available bases, for first name use one character ">" echo base1;>%basesfile% echo base2;>>%basesfile%
zullusa/1cupd
setEnvironment.bat
bat
apache-2.0
1,218
del ..\contribution.xml /q type ..\..\org.scn.community.shared\templates.main\contribution.xml.head.txt ^ ..\templates\contribution.xml.head.txt ^ ..\..\org.scn.community.shared\templates.main\eula.xml.txt ^ ..\..\org.scn.community.shared\templates.main\license.xml.txt ^ ..\templates\contribution.xml.groups.txt ^ ..\..\org.scn.community.shared\templates.main\contribution.xml.close.txt > ^ ..\contribution.xml del ..\contribution.ztl /q type ..\..\org.scn.community.shared\templates.main\contribution.ztl.head.txt ^ ..\templates\contribution.ztl.head.txt ^ ..\..\org.scn.community.shared\templates.main\license.js.txt ^ ..\res\ConstAlign\contribution.ztl ^ ..\res\ConstBarColor\contribution.ztl ^ ..\res\ComponentsArrays\contribution.ztl ^ ..\res\ConstBrowser\contribution.ztl ^ ..\res\ConstButtonStyle\contribution.ztl ^ ..\res\ConstButtonType\contribution.ztl ^ ..\res\ConstChartColorPalete\contribution.ztl ^ ..\res\ConstChartSimpleType\contribution.ztl ^ ..\res\ConstContentNotation\contribution.ztl ^ ..\res\ConstDateViewType\contribution.ztl ^ ..\res\ConstDimensionSet\contribution.ztl ^ ..\res\ConstDecimalPlaces\contribution.ztl ^ ..\res\ConstFormatStyle\contribution.ztl ^ ..\res\ConstFormattingOperator\contribution.ztl ^ ..\res\ConstHorizontalAlign\contribution.ztl ^ ..\res\ConstImageSize\contribution.ztl ^ ..\res\ConstMemberDisplay\contribution.ztl ^ ..\res\ConstMemberSelection\contribution.ztl ^ ..\res\ConstNavigationType\contribution.ztl ^ ..\res\ConstOrientation\contribution.ztl ^ ..\res\ConstOrientationType\contribution.ztl ^ ..\res\ConstPlacementType\contribution.ztl ^ ..\res\ConstSelectionState\contribution.ztl ^ ..\res\ConstSelectionType\contribution.ztl ^ ..\res\ConstSecondValueContent\contribution.ztl ^ ..\res\ConstSortDirection\contribution.ztl ^ ..\res\ConstSelectionType\contribution.ztl ^ ..\res\ConstSortType\contribution.ztl ^ ..\res\DimensionMember\contribution.ztl ^ ..\res\Key\contribution.ztl ^ ..\res\KeyLabel\contribution.ztl ^ ..\res\KeyText\contribution.ztl ^ ..\res\KeyLabelValue\contribution.ztl ^ ..\res\KeyLabelValueProperty\contribution.ztl ^ ..\res\NameValue\contribution.ztl ^ ..\res\ValidationState\contribution.ztl ^ ..\res\ValueText\contribution.ztl ^ ..\ui5spec\const\contribution.ztl ^ ..\def_shared\contribution.ztl ^ ..\ui5spec\extensions\contribution.ztl ^ ..\..\org.scn.community.shared\templates.main\contribution.ztl.close.txt > ^ ..\contribution.ztl del ..\META-INF\MANIFEST.MF /q type ..\..\org.scn.community.shared\templates.main\MANIFEST.MF ^ ..\templates\MANIFEST.MF > ^ ..\META-INF\MANIFEST.MF
Mafi78/sdkpackage
src/org.scn.community.shared/script/build.cmd
bat
apache-2.0
2,570
@echo off setlocal EnableDelayedExpansion call common.bat SET OLDDIR=%CD% cd %AF_DIR%\%BUILD_DIR% SET PATH=%PATH%;%PATH_EXT%; set ARGC=1 for %%x in (%*) do SET /A ARGC+=1 if %ARGC% EQU 1 goto error if "%1"=="" goto error if "%AF_CUDA_DEFAULT_DEVICE%"=="" SET AF_CUDA_DEFAULT_DEVICE=-1 if "%AF_OPENCL_DEFAULT_DEVICE%"=="" SET AF_OPENCL_DEFAULT_DEVICE=-1 if %ARGC% EQU 2 goto default if %ARGC% GEQ 4 ( if "%2"=="CUDA" ( SET AF_CUDA_DEFAULT_DEVICE=%3 ) if "%2"=="OPENCL" ( SET AF_OPENCL_DEFAULT_DEVICE=%3 ) ) if %ARGC% GEQ 6 ( echo 2 REM IF BOTH ARE CUDA or BOTH ARE OPENCL if %2==%4 goto error if "%4"=="CUDA" ( SET AF_CUDA_DEFAULT_DEVICE=%5 ) if "%4"=="OPENCL" ( SET AF_OPENCL_DEFAULT_DEVICE=%5 ) ) :default if %AF_CUDA_DEFAULT_DEVICE% LSS 0 ( SET AF_CUDA_DEFAULT_DEVICE=0 ) if %AF_OPENCL_DEFAULT_DEVICE% LSS 0 ( SET AF_OPENCL_DEFAULT_DEVICE=0 ) set CTEST_OUTPUT_ON_FAILURE=ON %CTEST% -C %BUILD_TYPE% -R %1 cd %OLDDIR% goto end :error echo "Usage: .\run_test.bat <expr> CUDA=<id> OPENCL=<id>" echo "Use . or _ as expr to run all tests" echo "CUDA and OpenCL Device ID is optional" :end
shehzan10/arrayfire-windows-scripts
run_test.bat
bat
bsd-3-clause
1,179
@echo off setlocal call UpdateUnityProject.bat copy ..\MITLicense.txt ..\XInputUnity\Assets\XInputDotNet\ set /P _version=Enter version || set _version=NONE if "%_version%"=="NONE" goto :error set _version=XInputDotNet-%_version%.unityPackage set _projectPath=%~dp0..\XInputUnity "C:\Program Files (x86)\Unity\Editor\Unity.exe" -batchmode -projectPath "%_projectPath%" -exportPackage "Assets\Plugins" "Assets\XInputDotNet" "..\Build\%_version%" -quit goto :eof :error echo Version required goto :eof
zodsoft/XInputDotNet
Build/UnityPackageCurrentBranch.bat
bat
mit
507
bcdedit /delete {AA48ABEF-FF35-4f09-874F-4CFF92467DC4}
devlato/kolibrios-llvm
programs/hd_load/mtldr/vista_remove.bat
bat
mit
54
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASEMAIL.S03_EmailFlag.MSASEMAIL_S03_TC19_IncludedTwoReminderSetElement /testcontainer:..\..\MS-ASEMAIL\TestSuite\bin\Debug\MS-ASEMAIL_TestSuite.dll /runconfig:..\..\MS-ASEMAIL\MS-ASEMAIL.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASEMAIL/RunMSASEMAIL_S03_TC19_IncludedTwoReminderSetElement.cmd
bat
mit
307
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ADMINS.S01_CreateAndDeleteSite.MSADMINS_S01_TC01_CreateSiteDeleteSiteSuccessfully_FormatWithPortNumber /testcontainer:..\..\MS-ADMINS\TestSuite\bin\Debug\MS-ADMINS_TestSuite.dll /runconfig:..\..\MS-ADMINS\MS-ADMINS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-ADMINS/RunMSADMINS_S01_TC01_CreateSiteDeleteSiteSuccessfully_FormatWithPortNumber.cmd
bat
mit
335
del /s *.~* del /s *.dcu del /s *.ppu del /s *.lps del /s *.bak del /s *.identcache del /s *.otares del /s *.local del /s *.cfg del /s *.ddp del /s *.a del /s *.compiled del /s *.o del /s *.or
devapromix/forgotten-saga
clean.bat
bat
mit
207
cmd_drivers/net/wimax/wimaxdbg/built-in.o := rm -f drivers/net/wimax/wimaxdbg/built-in.o; arm-eabi-ar rcs drivers/net/wimax/wimaxdbg/built-in.o
TroNit/BlackDome_New_supersonic
drivers/net/wimax/wimaxdbg/.built-in.o.cmd
bat
gpl-2.0
145
:: ETL voor TOP500NL GML met gebruik Stetl. :: :: Dit is een front-end/wrapper batch-script om uiteindelijk Stetl met een configuratie :: (etl-top500nl-v1.2.1.cfg) en parameters (options\myoptions.args) aan te roepen. Dit script is :: gebaseerd op het shell-script ../../../brk/etl-brk.sh. :: :: Author: Frank Steggink @echo off setlocal pushd %~dp0 :: Gebruik Stetl meegeleverd met NLExtract (kan in theorie ook Stetl via pip install stetl zijn) if "%STETL_HOME%"=="" ( set STETL_HOME=../../../externals/stetl ) :: Nodig voor imports if "%PYTHONPATH%"=="" ( set PYTHONPATH=%STETL_HOME% ) else ( set PYTHONPATH=%STETL_HOME%;%PYTHONPATH% ) :: Default argumenten/opties set options_file=options\default.args :: Overrule eventueel het default optiebestand door het gebruik van een host-gebaseerd optiebestand :: options\<hostnaam>.args. if exist options\%COMPUTERNAME%.args set options_file=options\%COMPUTERNAME%.args :: Evt via commandline overrulen: etl-top500nl.cmd <mijn optiebestand> if not "%~1"=="" set options_file=%1 :: Uiteindelijke commando. Kan ook gewoon "stetl -c conf\etl-top500nl-v1.2.1.cfg -a ..." worden indien Stetl installed python %STETL_HOME%\stetl\main.py -c conf\etl-top500nl-v1.2.1.cfg -a %options_file% popd endlocal
opengeogroep/NLExtract
brt/top500nl/etl/etl.cmd
bat
gpl-3.0
1,262
@echo off if not exist obj%CCCBIN% ( mkdir obj%CCCBIN% ) pkg-config --cflags gtk+-2.0 >obj%CCCBIN%/gtk-cflags echo -DGDK_DISABLE_DEPRECATED >>obj%CCCBIN%/gtk-cflags ::echo -DGTK_DISABLE_DEPRECATED >>obj%CCCBIN%/gtk-cflags echo -DGTK_DISABLE_SINGLE_INCLUDES >>obj%CCCBIN%/gtk-cflags echo -DGSEAL_ENABLE >>obj%CCCBIN%/gtk-cflags echo -DCOMPILE_TERMINAL >>obj%CCCBIN%/gtk-cflags echo -Wno-deprecated-declarations >>obj%CCCBIN%/gtk-cflags pkg-config --libs gtk+-2.0 >obj%CCCBIN%/gtk-libs call bapp_w320.bat @parfile.bld
mrev11/ccc3
terminal/gtk/m.bat
bat
lgpl-2.1
620
copy /qe %AA_SYSTEM_PROJECTS_DIR%\sharedscripts10\source\python\sharedscripts10\_execute_impl.py execute.py copy /qe %AA_SYSTEM_PROJECTS_DIR%\etk\sharedscripts10\source\python\sharedscripts10\_tests\pytest_execute.py _tests copy /qes %AA_SYSTEM_PROJECTS_DIR%\sharedscripts10\source\python\sharedscripts10\_tests\pytest_execute _tests\pytest_execute call aa.bat .fix_format _tests\pytest_execute.py --refactor=%AA_SYSTEM_PROJECTS_DIR%\ben10\terraforming.ini call aa.bat .fix_format execute.py --refactor=%AA_SYSTEM_PROJECTS_DIR%\ben10\terraforming.ini
ESSS/ben10
source/python/ben10/update_from_etk.bat
bat
lgpl-2.1
560
@echo off set TOPDIR=%~dp0/../.. set VERSION=4.2.5 set PMDJAR=%TOPDIR%/java14/lib/pmd14-%VERSION%.jar set JARPATH=%TOPDIR%/lib/asm-3.1.jar;%TOPDIR%/lib/jaxen-1.1.1.jar set RWPATH=%TOPDIR%/java14/lib/retroweaver-rt-2.0.5.jar;%TOPDIR%/java14/lib/backport-util-concurrent.jar set JARPATH=%JARPATH%;%RWPATH% set OPTS=-Xmx512m set MAIN_CLASS=net.sourceforge.pmd.cpd.GUI java %OPTS% -cp "%PMDJAR%;%JARPATH%" %MAIN_CLASS% %*
deleidos/digitaledge-platform
commons/buildtools/pmd/java14/bin/cpdgui.bat
bat
apache-2.0
420