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
@echo off rem rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. rem if not "%OS%"=="Windows_NT" goto wrongOS @setlocal set command=%0 set progname=%~n0 set ODE_HOME=%~dp0.. set ODE_BIN=%~dp0..\bin set ODE_LIB=%~dp0..\lib set ODE_ETC=%~dp0..\etc if "%JAVA_HOME%"=="" goto noJavaHome if not exist "%JAVA_HOME%"\bin\java.exe goto noJava set JAVACMD="%JAVA_HOME%\bin\java.exe" set LOCALCLASSPATH=%ODE_CLASSPATH%;"%ODE_LIB%" FOR %%c in ("%ODE_LIB%"\*.jar) DO (call :append_cp "%%c") %JAVACMD% %ODE_JAVAOPTS% -cp %LOCALCLASSPATH% org.apache.ode.tools.bpelc.cline.BpelC %* goto end :append_cp set LOCALCLASSPATH=%LOCALCLASSPATH%;%1 goto end ===================================================================== ERRORS ===================================================================== :wrongOS echo ERROR: ODE requires WindowsNT/XP. Aborting. goto end :noJavaHome echo ERROR: JAVA_HOME not set! Aborting. goto end :noJava echo ERROR: The Java VM (java.exe) was not found in %JAVA_HOME%\bin! Aborting goto end REM ================================================================ REM END REM ================================================================ :end @endlocal
Subasinghe/ode
distro/src/bin/bpelc.bat
bat
apache-2.0
2,033
coco Coco.ATG -namespace at.jku.ssw.Coco
charlesw1234/cocoxml
original/csharp/coco/coc.bat
bat
gpl-2.0
40
REM In order to run this Help 2 registration script you must have REM all COL_* files and the .hxs file in the same directory as REM this file. Additionally, InnoHxReg.exe must be in the same REM directory or in the system path. REM REM For more information on deploying Help 2 files, refer to the REM HelpStudio on-line help file under the 'Deploying the Help REM System' section. REM Remove the plug in to the Visual Studio.NET 2008 help system InnovaHxReg /U /P /productnamespace:MS.VSIPCC.v90 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT REM Remove the plug in to the Visual Studio.NET 2005 help system InnovaHxReg /U /P /productnamespace:MS.VSIPCC.v80 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT REM Un-Register the help file (title in Help 2.0 terminology) InnovaHxReg /U /T /namespace:Spring.NET /id:Spring.NET-1.3.0 /langid:1033 /helpfile:"Spring.NET.hxs" REM Un-Register the Namespace InnovaHxReg /U /N /Namespace:Spring.NET /Description:"Spring.Template.Velocity" /Collection:COL_Spring-1.3.0.hxc
spring-projects/spring-net
doc/docx/Spring-1.3/net-2.0/UnRegisterHelp2.bat
bat
apache-2.0
1,064
executable = /bin/echo arguments = OK universe = scheduler output = job_dagman_splice-N-subdir2/a/$(job).out error = job_dagman_splice-N-subdir2/a/$(job).err log = job_dagman_splice-N-subdir2/a/a_submit.log Notification = NEVER queue
htcondor/htcondor
src/condor_tests/job_dagman_splice-N-subdir2/a/a_submit.cmd
bat
apache-2.0
265
@echo off cs-make --directory=../ clean
AmesianX/OpenBLT
Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Prog/cmd/clean.bat
bat
gpl-3.0
40
cmake -DCMAKE_TOOLCHAIN_FILE="../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug . mingw32-make -j4 pause
linwenjian/Quadcopter_Will
Software/SDK1_1/lib/ksdk_ucosiii_lib/armgcc/KV31F51212/build_debug.bat
bat
mit
156
cd C:\user\Materias\SistemasDistribuidos\SD_201203_AgoDic\SimpleRMIAutonomo
uboat46/ITAM
SDC/2017_03_SCE/rmi/SimpleRMIAutonomo/batsDeInicio/cjk.bat
bat
mit
77
/*-------------------------------------------------------------------*/ /* */ /* Compile options: */ /* */ /* CrtCmd Cmd( ADDSVRSHR ) */ /* Pgm( CBX960 ) */ /* SrcMbr( CBX960X ) */ /* VldCkr( CBX960V ) */ /* HlpPnlGrp( CBX960H ) */ /* HlpId( *CMD ) */ /* */ /*-------------------------------------------------------------------*/ Cmd Prompt( 'Add Server Share' ) Parm SHARE *Char 12 + Min( 1 ) + Expr( *YES ) + Prompt( 'Share' ) Parm TYPE *Char 10 + Rstd( *YES ) + SpcVal(( *FILE ) ( *PRINT )) + Min( 1 ) + Prompt( 'Share type' ) Parm PATH *Pname 1024 + Expr( *YES ) + Vary( *YES *INT2 ) + Case( *MIXED ) + PmtCtl( P0001 ) + Prompt( 'Path' ) Parm TEXT *Char 50 + Dft( *BLANK ) + SpcVal(( *BLANK ' ' )) + Expr( *YES ) + Prompt( 'Text ''description''' ) PARM PERMISSION *Int4 + Rstd( *YES ) + Dft( *READONLY ) + SpcVal(( *READONLY 1 ) + ( *READWRITE 2 )) + PmtCtl( P0001 ) + Prompt( 'Share permissions' ) Parm MAXUSERS *Int4 + Dft( *NOMAX ) + Rel( *GT 0 ) + SpcVal(( *NOMAX -1 )) + PmtCtl( P0001 ) + Prompt( 'Maximum users' ) Parm CCSID *Int4 + Dft( *SVRCCSID ) + Range( 1 65535 ) + SpcVal(( *SVRCCSID 0 )) + PmtCtl( P0001 ) + Prompt( 'Text conversion CCSID' ) Parm CVTTXT *Char 1 + Rstd( *YES ) + Dft( *NO ) + SpcVal(( *NO '0' ) + ( *YES '1' ) + ( *MIXED '2' )) + Expr( *YES ) + PmtCtl( P0001 ) + Prompt( 'Text conversion' ) Parm FILEXT *Char 46 + Dft( *NONE ) + SngVal(( *NONE ' ' ) + ( *ALL '*' ) + ( *NOEXT '.' )) + Max( 128 ) + Vary( *YES *INT2 ) + PmtCtl( P0001 ) + Prompt( 'File extensions' ) Parm OUTQ Q0001 + Choice( *NONE ) + PmtCtl( P0002 ) + Prompt('Output queue') Parm SPLFTYPE *Int4 + Rstd( *YES ) + Dft( *AUTO ) + SpcVal(( *USERASCII 1 ) + ( *AFPDS 2 ) + ( *SCS 3 ) + ( *AUTO 4 )) + PmtCtl( P0002 ) + Prompt( 'Spooled file type' ) Parm PRTDRV *Char 50 + Dft( *BLANK ) + SpcVal(( *BLANK ' ' )) + PmtCtl( P0002 ) + Prompt( 'Print driver type' ) Parm PRTF Q0001 + Dft( *NONE ) + SngVal(( *NONE ' ' )) + PmtCtl( P0002 ) + Prompt( 'Printer file' ) Parm PUBLISH *Char 1 + Rstd( *YES ) + Dft( *NO ) + SpcVal(( *NO '0' ) + ( *YES '1' )) + PmtCtl( P0002 ) + Prompt( 'Publish print share' ) Q0001: Qual *Name 10 + Min( 1 ) + Expr( *YES ) Qual *Name 10 + Dft( *LIBL ) + SpcVal(( *LIBL ) ( *CURLIB )) + Expr( *YES ) + Prompt( 'Library' ) P0001: PmtCtl Ctl( TYPE ) Cond(( *EQ '*FILE' )) P0002: PmtCtl Ctl( TYPE ) Cond(( *EQ '*PRINT' )) Dep Ctl( &TYPE *EQ '*FILE' ) + Parm(( PATH )) + NbrTrue( *ALL ) + MsgId( CPFA094 ) Dep Ctl( PATH ) + Parm(( &TYPE *EQ '*FILE' )) + NbrTrue( *ALL ) Dep Ctl( &TYPE *EQ '*PRINT' ) + Parm(( OUTQ )) + NbrTrue( *ALL ) Dep Ctl( OUTQ ) + Parm(( &TYPE *EQ '*PRINT' )) + NbrTrue( *ALL ) Dep Ctl( &TYPE *EQ '*PRINT' ) + Parm(( OUTQ )) + NbrTrue( *ALL ) Dep Ctl( PRTF ) + Parm(( &TYPE *EQ '*PRINT' )) + NbrTrue( *ALL )
ChrisHird/CF_API
cbx960/addsvrshr.cmd
bat
mit
7,870
@ECHO off call npm run code call npm run style call cat build/*.js > public/app.js call cat build/app.css > public/app.css call jade src/app.jade -P xcopy /y /f src\app.html public\index.html echo [done]
AAorris/register
build.bat
bat
mit
204
@echo off SetLocal EnableDelayedExpansion if "%~1" == "" ( echo Usage : $0 Exe-Path-or-Dir-or-upper-Parent [Debug-Port: use 5567 if not set] echo Example : $0 d:\testMobius\testKeyValueStream\bin\Debug\CSharpWorker.exe 5567 echo Example : $0 d:\testMobius\testKeyValueStream -- will auto detect exe exit /b 5 ) set InputPath=%1 set IputExePath=%1 set DebugPort=%2 set ExePattern=%3 if [%DebugPort%] == [] set DebugPort=5567 echo %DebugPort%| findstr /I /R "[a-z]" && (echo DebugPort must be number but input is '%DebugPort%' & exit /b 1) set ShellDir=%~dp0 if %ShellDir:~-1%==\ set ShellDir=%ShellDir:~0,-1% set CommonToolDir=%ShellDir%\..\..\tools call %CommonToolDir%\set-common-dir-and-tools.bat call %CommonToolDir%\bat\check-exist-path.bat %IputExePath% || exit /b 1 rem echo %IputExePath% | findstr /I /R "\.exe *$" || set IsInputDirectory=0 dir /A:D /B %IputExePath% >nul 2>nul && set "IsInputDirectory=1" || set "IsInputDirectory=0" ::echo IsInputDirectory='%IsInputDirectory%' : %IputExePath% if "%IsInputDirectory%" == "1" for /F "tokens=*" %%a in ('dir /S /B %IputExePath%\CSharpWorker.exe') do set IputExePath=%%a for %%a in ("%IputExePath%") do set "IputExeDir=%%~dpa" if %IputExeDir:~-1%==\ set IputExeDir=%IputExeDir:~0,-1% for %%a in ("%IputExePath%") do set "IputExeName=%%~nxa" rem echo IputExeDir = '%IputExeDir%' , IputExeName = '%IputExeName%', IputExePath=%IputExeDir%\%IputExeName% set IputExePathReplace=%IputExePath:\=\\% set "todoDir=%IputExeDir%" if "%IsInputDirectory%" == "1" set "todoDir=%InputPath%" set replacePathArgs=-it "(\"CSharpWorkerPath\"\s+value=\").*(\")" -o "$1%IputExePathReplace%$2" -f "^App.config$|\.exe\.config$" -R -c lzmw -rp %todoDir% %replacePathArgs% echo. set replacePortArgs=-it "(\"CSharpBackendPortNumber\"\s+value=\").*(\")" -o "${1}%DebugPort%${2}" -f "^App.config$|\.exe\.config$" -R -c lzmw -rp %todoDir% %replacePortArgs% echo. for /F "tokens=*" %%f in ('lzmw -rp %todoDir% -f "^App.config$|\.exe\.config$" --nf "CSharpWorker.exe.config" -PAC -l') do ( rem if not CSharpBackendPortNumber node, insert appSettings - path - port nodes echo. lzmw -p %%f -it "CSharpBackendPortNumber|CSharpWorkerPath" if !ERRORLEVEL! EQU 0 lzmw -R -p %%f -it "(\s*</configuration>)" -o "\n<appSettings>\n\t<add key=\"CSharpWorkerPath\" value=\"%IputExePathReplace%\"/>\n\t<add key=\"CSharpBackendPortNumber\" value=\"%DebugPort%\"/>\n</appSettings>\n\n${1}" echo. rem check and turn on commented appSettings lzmw -p %%f -it "<appSettings>" -PAC >nul echo. set /a appSettingsCount=!ERRORLEVEL! if !appSettingsCount! EQU 1 ( lzmw -p %%f -it "<^!--\s*(<appSettings>)" -o "$1" -S -R echo. lzmw -p %%f -it "(</appSettings>)\s*-->" -o "$1" -S -R echo. call %ShellDir%\enable-debug-app-setting-in-dir.bat %%f -R ) ) echo.
qualiu/testMobius
scripts/tool/set-debug-mode-path-port.bat
bat
mit
2,911
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\sahem.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\sahem.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) :end
D3vSt0rm/sahem
docs/make.bat
bat
mit
5,094
del probe.jar jar cvfm probe.jar build\META-INF\MANIFEST.MF -C build . > buildlog.txt
iandrosov/wmshutdown
build_jar.cmd
bat
mit
86
@echo off call:fetch_grammar bash master call:fetch_grammar c master call:fetch_grammar cpp master call:fetch_grammar embedded-template master call:fetch_grammar go master call:fetch_grammar html master call:fetch_grammar java master call:fetch_grammar javascript partial-order-precedences call:fetch_grammar jsdoc master call:fetch_grammar json master call:fetch_grammar php master call:fetch_grammar python master call:fetch_grammar ruby master call:fetch_grammar rust master call:fetch_grammar typescript master exit /B 0 :fetch_grammar setlocal set grammar_dir=test\fixtures\grammars\%~1 set grammar_url=https://github.com/tree-sitter/tree-sitter-%~1 set grammar_branch=%~2 @if not exist %grammar_dir% ( git clone %grammar_url% %grammar_dir% --depth=1 ) pushd %grammar_dir% git fetch origin %2 --depth=1 git reset --hard FETCH_HEAD popd exit /B 0
tree-sitter/tree-sitter
script/fetch-fixtures.cmd
bat
mit
1,029
saxon exsl.object-type.xml ../../../style/function.xsl
exslt/exslt.github.io
exsl/functions/object-type/refresh.bat
bat
mit
55
@echo off set ARCH=64 call %~dp0\03-compile.cmd
mgreter/libsass-msi-installer
compile/03-compile-64.bat
bat
mit
48
call CheckoutBranch4KDDI.bat > log.txt
OptimusZhang/bakSelfSettings
30_KnowHow/Bat/testBAT.bat
bat
mit
38
cmd_sysklogd/lib.a := rm -f sysklogd/lib.a; ar rcs sysklogd/lib.a
valentinthirion/android-tracebox-busybox
sysklogd/.lib.a.cmd
bat
gpl-2.0
68
cmd_mm/fadvise.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,mm/.fadvise.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/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 -O2 -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 -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(fadvise)" -D"KBUILD_MODNAME=KBUILD_STR(fadvise)" -D"DEBUG_HASH=1" -D"DEBUG_HASH2=44" -c -o mm/fadvise.o mm/fadvise.c deps_mm/fadvise.o := \ mm/fadvise.c \ $(wildcard include/config/have/syscall/wrappers.h) \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.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) \ /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include/stdarg.h \ include/linux/linkage.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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/posix_types.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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/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/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/irqflags.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/hwcap.h \ /home/gabe/stock_note/sgh-i717-dagkernel/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/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/div64.h \ include/linux/file.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/preempt.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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/wait.h \ $(wildcard include/config/lockdep.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 \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/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 \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/spinlock_types.h \ include/linux/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/current.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.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/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.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/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/string.h \ include/linux/seqlock.h \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ include/linux/path.h \ include/linux/stat.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/kobject.h \ $(wildcard include/config/hotplug.h) \ include/linux/sysfs.h \ include/linux/errno.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/kref.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ include/linux/pid.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.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/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/rwsem.h \ include/linux/percpu_counter.h \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/smp.h \ arch/arm/mach-msm/include/mach/smp.h \ /home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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) \ 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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/mm.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.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/compaction.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/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/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.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/gabe/stock_note/sgh-i717-dagkernel/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) \ /home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.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/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) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/rbtree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/range.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/gabe/stock_note/sgh-i717-dagkernel/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) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/vmsplit/2g.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/pgtable-hwdef.h \ /home/gabe/stock_note/sgh-i717-dagkernel/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) \ $(wildcard include/config/arch/msm8x60.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/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/timex.h \ include/linux/param.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/jiffies.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ipcbuf.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/sigcontext.h \ /home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/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.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/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ include/linux/key.h \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.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) \ include/linux/pagemap.h \ include/linux/highmem.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/uaccess.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/uaccess.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ $(wildcard include/config/arm/errata/411920.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/shmparam.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/kmap_types.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/highmem.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) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/hardirq.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8960.h) \ arch/arm/mach-msm/include/mach/irqs-8x60.h \ include/linux/irq_cpustat.h \ include/linux/backing-dev.h \ $(wildcard include/config/debug/fs.h) \ include/linux/writeback.h \ include/linux/pagevec.h \ include/linux/fadvise.h \ include/linux/syscalls.h \ $(wildcard include/config/ftrace/syscalls.h) \ $(wildcard include/config/ppc64.h) \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/mips.h) \ include/linux/unistd.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/unistd.h \ $(wildcard include/config/oabi/compat.h) \ include/trace/syscall.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/linux/ftrace_event.h \ include/linux/ring_buffer.h \ $(wildcard include/config/ring/buffer/allow/swap.h) \ include/linux/kmemcheck.h \ include/linux/seq_file.h \ include/linux/trace_seq.h \ include/linux/perf_event.h \ $(wildcard include/config/have/hw/breakpoint.h) \ $(wildcard include/config/perf/use/vmalloc.h) \ $(wildcard include/config/event/tracing.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/perf_event.h \ include/linux/pid_namespace.h \ $(wildcard include/config/pid/ns.h) \ include/linux/nsproxy.h \ $(wildcard include/config/cgroup/ns.h) \ include/linux/ftrace.h \ $(wildcard include/config/function/tracer.h) \ $(wildcard include/config/stack/tracer.h) \ $(wildcard include/config/dynamic/ftrace.h) \ $(wildcard include/config/frame/pointer.h) \ include/linux/trace_clock.h \ include/linux/kallsyms.h \ $(wildcard include/config/kallsyms.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/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/elf.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/user.h \ include/linux/moduleparam.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ftrace.h \ include/linux/cpu.h \ $(wildcard include/config/arch/cpu/probe/release.h) \ $(wildcard include/config/pm/sleep/smp.h) \ include/linux/sysdev.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ include/linux/node.h \ $(wildcard include/config/hugetlbfs.h) \ /home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ mm/fadvise.o: $(deps_mm/fadvise.o) $(deps_mm/fadvise.o):
dagnarf/sgh-i717-dagkernel
mm/.fadvise.o.cmd
bat
gpl-2.0
29,276
cmd_build_x86_64_linux/lspx/lsp_util.o := gcc -Wp,-MD,build_x86_64_linux/lspx/lsp_util.o.d -D_X86_64 -fno-strict-aliasing -fno-common -ffreestanding -fomit-frame-pointer -march=k8 -mtune=nocona -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -DLINUX -pipe -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts -fno-strict-aliasing -fno-common -fomit-frame-pointer -Wall -I/home/david/ndas4linux/3.3.4/inc -I/home/david/ndas4linux/3.3.4/inc/lspx -D__LITTLE_ENDIAN_BYTEORDER -D__LITTLE_ENDIAN_BITFIELD -D__LITTLE_ENDIAN__ -DNDAS_VER_MAJOR="3" -DNDAS_VER_MINOR="3" -DNDAS_VER_BUILD="4" -O2 -DXPLAT_SIO -DXPLAT_NDASHIX -DXPLAT_PNP -DXPLAT_ASYNC_IO -DXPLAT_RESTORE -DRELEASE -DXPLAT_BPC -O2 -c -o build_x86_64_linux/lspx/lsp_util.o lspx/lsp_util.c deps_build_x86_64_linux/lspx/lsp_util.o := \ lspx/lsp_util.c \ lspx/lsp_type_internal.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lspspecstring.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_type.h \ /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stdint.h \ /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stdint-gcc.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_spec.h \ /home/david/ndas4linux/3.3.4/inc/lspx/pshpack4.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_ide_def.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_host.h \ /usr/include/string.h \ /usr/include/features.h \ /usr/include/sys/cdefs.h \ /usr/include/bits/wordsize.h \ /usr/include/gnu/stubs.h \ /usr/include/gnu/stubs-64.h \ /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stddef.h \ /usr/include/xlocale.h \ /usr/include/bits/string.h \ /usr/include/bits/string2.h \ /usr/include/endian.h \ /usr/include/bits/endian.h \ /usr/include/bits/byteswap.h \ /usr/include/bits/types.h \ /usr/include/bits/typesizes.h \ /usr/include/stdlib.h \ lspx/lsp_binparm.h \ /home/david/ndas4linux/3.3.4/inc/lspx/pshpack4.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_type.h \ /home/david/ndas4linux/3.3.4/inc/lspx/poppack.h \ lspx/lsp_debug.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_hash.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_util.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp.h \ /home/david/ndas4linux/3.3.4/inc/lspx/lsp_ide_def.h \ build_x86_64_linux/lspx/lsp_util.o: $(deps_build_x86_64_linux/lspx/lsp_util.o) $(deps_build_x86_64_linux/lspx/lsp_util.o):
iocellnetworks/ndas4linux
3.3.4/build_x86_64_linux/lspx/lsp_util.o.cmd
bat
gpl-2.0
2,517
cmd_arch/arm/mm/proc-arm920.o := arm-linux-gcc -Wp,-MD,arch/arm/mm/.proc-arm920.o.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/home/xfile/myProject/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c2410/include -Iarch/arm/mach-s3c2400/include -Iarch/arm/mach-s3c2412/include -Iarch/arm/mach-s3c2440/include -Iarch/arm/mach-s3c2442/include -Iarch/arm/mach-s3c2443/include -Iarch/arm/plat-s3c24xx/include -Iarch/arm/plat-s3c/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=4 -march=armv4t -mtune=arm9tdmi -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/mm/proc-arm920.o arch/arm/mm/proc-arm920.S deps_arch/arm/mm/proc-arm920.o := \ arch/arm/mm/proc-arm920.S \ $(wildcard include/config/cpu/arm920/cpu/idle.h) \ $(wildcard include/config/cpu/dcache/writethrough.h) \ $(wildcard include/config/mmu.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/linkage.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/hwcap.h \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/pgtable-hwdef.h \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.h) \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm710.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/fa526.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/sa110.h) \ $(wildcard include/config/cpu/sa1100.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/xscale.h) \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ include/linux/const.h \ arch/arm/mach-s3c2410/include/mach/memory.h \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ arch/arm/plat-s3c/include/mach/vmalloc.h \ /home/xfile/myProject/linux-2.6.32.2/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/copy/v6.h) \ include/asm-generic/getorder.h \ arch/arm/mm/proc-macros.S \ include/asm/asm-offsets.h \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ arch/arm/mm/proc-arm920.o: $(deps_arch/arm/mm/proc-arm920.o) $(deps_arch/arm/mm/proc-arm920.o):
beebingoo/linux-2.6.32.2
arch/arm/mm/.proc-arm920.o.cmd
bat
gpl-2.0
5,097
cmd_sound/core/seq/oss/built-in.o := ld -m elf_x86_64 -r -o sound/core/seq/oss/built-in.o sound/core/seq/oss/snd-seq-oss.o
Existed/kernel-2.6.35.14
sound/core/seq/oss/.built-in.o.cmd
bat
gpl-2.0
127
@echo off REM Script: LoadTestExample.cmd REM Author: Matt Lavery (https://github.com/Matticusau/SqlWorkloadGenerator) REM Created: 09/11/2017 REM Version: 0.0.1 REM REM DISCLAIMER REM This Sample Code is provided for the purpose of illustration only and is not intended to be REM used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED REM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED REM TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant REM You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and REM distribute the object code form of the Sample Code, provided that You agree: (i) to not use REM Our name, logo, or trademarks to market Your software product in which the Sample Code is REM embedded; (ii) to include a valid copyright notice on Your software product in which the REM Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our REM suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise REM or result from the use or distribution of the Sample Code. Start PowerShell.exe -File "C:\Workload\RunWorkload.ps1" -SQLServer "SQLNode01\Prd01" -Database "AdventureWorks2014" -TSQLFile "C:\Workload\SqlScripts\AdventureWorksWorkload.sql" -Frequency "Fast" Start PowerShell.exe -File "C:\Workload\RunWorkload.ps1" -SQLServer "SQLNode01\Prd01" -Database "AdventureWorks2014" -TSQLFile "C:\Workload\SqlScripts\AdventureWorksWorkload.sql" -Frequency "Fast" Start PowerShell.exe -File "C:\Workload\RunWorkload.ps1" -SQLServer "SQLNode01\Prd01" -Database "AdventureWorks2014" -TSQLFile "C:\Workload\SqlScripts\AdventureWorksWorkload.sql" -Frequency "Normal" Start PowerShell.exe -File "C:\Workload\RunWorkload.ps1" -SQLServer "SQLNode01\Prd01" -Database "AdventureWorks2014" -TSQLFile "C:\Workload\SqlScripts\AdventureWorksWorkload.sql" -Frequency "Fast" Start PowerShell.exe -File "C:\Workload\RunWorkload.ps1" -SQLServer "SQLNode01\Prd01" -Database "AdventureWorks2014" -TSQLFile "C:\Workload\SqlScripts\AdventureWorksWorkload.sql" -Frequency "Fast" PAUSE
Matticusau/SqlWorkloadGenerator
Examples/LoadTestExample.cmd
bat
gpl-2.0
2,218
cmd_drivers/input/joystick/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/input/joystick/built-in.o drivers/input/joystick/a3d.o drivers/input/joystick/adi.o drivers/input/joystick/as5011.o drivers/input/joystick/cobra.o drivers/input/joystick/gf2k.o drivers/input/joystick/grip.o drivers/input/joystick/grip_mp.o drivers/input/joystick/guillemot.o drivers/input/joystick/iforce/built-in.o drivers/input/joystick/interact.o drivers/input/joystick/joydump.o drivers/input/joystick/magellan.o drivers/input/joystick/sidewinder.o drivers/input/joystick/spaceball.o drivers/input/joystick/spaceorb.o drivers/input/joystick/stinger.o drivers/input/joystick/tmdc.o drivers/input/joystick/twidjoy.o drivers/input/joystick/warrior.o drivers/input/joystick/xpad.o drivers/input/joystick/zhenhua.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/input/joystick/.built-in.o.cmd
bat
gpl-2.0
910
cmd_block/blk-ioc.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,block/.blk-ioc.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-goldfish/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(blk_ioc)" -D"KBUILD_MODNAME=KBUILD_STR(blk_ioc)" -c -o block/blk-ioc.o block/blk-ioc.c deps_block/blk-ioc.o := \ block/blk-ioc.c \ include/linux/kernel.h \ $(wildcard include/config/lbd.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/printk/debug.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include/stdarg.h \ include/linux/linkage.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 \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ include/linux/posix_types.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/posix_types.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.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) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.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) \ $(wildcard include/config/x86.h) \ include/linux/typecheck.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/irqflags.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/hwcap.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.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/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_printk.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/stat.h \ include/linux/time.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.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) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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 \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/math64.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/div64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/highmem.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/unevictable/lru.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.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/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/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/wait.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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 \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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/linux/bounds.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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/ifar.h) \ $(wildcard include/config/cpu/pabrt/noifar.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-goldfish/include/mach/memory.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/page.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 \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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) \ include/linux/cpumask.h \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/elf.h \ include/linux/elf-em.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/elf.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/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/marker.h \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/preempt/rcu.h) \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/completion.h \ include/linux/rcuclassic.h \ $(wildcard include/config/rcu/cpu/stall/detector.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/module.h \ include/linux/bio.h \ $(wildcard include/config/block.h) \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/highmem.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.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/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.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 \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.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/fcntl.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/mm.h \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/mmdebug.h \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/debug/virtual.h) \ include/linux/rbtree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/auxvec.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/pgtable.h \ include/asm-generic/4level-fixup.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.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/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-goldfish/include/mach/vmalloc.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/ia64/uncached/allocator.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/uaccess.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/uaccess.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/outer/cache.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/shmparam.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/kmap_types.h \ include/linux/mempool.h \ include/linux/ioprio.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.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/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/x86/ptrace/bts.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/tracing.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ include/linux/timex.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/timex.h \ arch/arm/mach-goldfish/include/mach/timex.h \ include/linux/jiffies.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/ipcbuf.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/signal.h \ include/asm-generic/signal.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sigcontext.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/fs_struct.h \ include/linux/proportions.h \ include/linux/percpu_counter.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 \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/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/latencytop.h \ include/linux/cred.h \ include/linux/key.h \ include/linux/sysctl.h \ include/linux/aio.h \ $(wildcard include/config/aio.h) \ include/linux/workqueue.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/iocontext.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/io.h \ arch/arm/mach-goldfish/include/mach/io.h \ include/linux/blkdev.h \ $(wildcard include/config/blk/dev/bsg.h) \ $(wildcard include/config/bounce.h) \ include/linux/major.h \ include/linux/genhd.h \ $(wildcard include/config/fail/make/request.h) \ $(wildcard include/config/solaris/x86/partition.h) \ $(wildcard include/config/bsd/disklabel.h) \ $(wildcard include/config/unixware/disklabel.h) \ $(wildcard include/config/minix/subpartition.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/pagemap.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/ftrace_irq.h \ $(wildcard include/config/dynamic/ftrace.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/hardirq.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/irq.h \ arch/arm/mach-goldfish/include/mach/irqs.h \ include/linux/irq_cpustat.h \ include/linux/backing-dev.h \ $(wildcard include/config/debug/fs.h) \ include/linux/bsg.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ include/linux/elevator.h \ include/linux/bootmem.h \ $(wildcard include/config/crash/dump.h) \ $(wildcard include/config/have/arch/bootmem/node.h) \ $(wildcard include/config/have/arch/alloc/remap.h) \ $(wildcard include/config/x86/64.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/dma.h \ $(wildcard include/config/isa/dma/api.h) \ $(wildcard include/config/pci.h) \ block/blk.h \ $(wildcard include/config/fail/io/timeout.h) \ block/blk-ioc.o: $(deps_block/blk-ioc.o) $(deps_block/blk-ioc.o):
mjmccall/Kernel
block/.blk-ioc.o.cmd
bat
gpl-2.0
24,999
cmd_sound/usb/caiaq/built-in.o := rm -f sound/usb/caiaq/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD sound/usb/caiaq/built-in.o
chrnueve/udooImaxdi
kernel_oficial_source/sound/usb/caiaq/.built-in.o.cmd
bat
gpl-2.0
155
cmd_sound/core/snd-pcm-dmaengine.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o sound/core/snd-pcm-dmaengine.o sound/core/pcm_dmaengine.o
avareldalton85/rpi2-linux-rt
sound/core/.snd-pcm-dmaengine.o.cmd
bat
gpl-2.0
202
cmd_drivers/bluetooth/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/bluetooth/built-in.o drivers/bluetooth/hci_uart.o drivers/bluetooth/msm_bt_sleep.o
tenorntex/lhbalanced
drivers/bluetooth/.built-in.o.cmd
bat
gpl-2.0
167
cmd_drivers/usb/host/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/usb/host/built-in.o drivers/usb/host/ehci-hcd.o drivers/usb/host/ehci-mxc.o
heyoufei2/yocto3.14.38_kernel
drivers/usb/host/.built-in.o.cmd
bat
gpl-2.0
160
@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% 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\PyPiW.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\PyPiW.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
Hofsmo/PyPiW
docs/make.bat
bat
gpl-3.0
7,256
::VS2010 Environment call "D:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" ::include @set INCLUDE=include;%INCLUDE% ::lib @set LIB=lib;%LIB% ::compile and link cl simplest_ffmpeg_swscale.cpp /link swscale.lib avutil.lib /OPT:NOREF exit
YuxuanLing/trunk
trunk/code/study/ffmpeg/simplest_ffmpeg_swscale/simplest_ffmpeg_swscale/compile_cl.bat
bat
gpl-3.0
261
openssl req -x509 -nodes -days 3650 -subj /CN=Hub-Certificate -newkey rsa:1024 -keyout serverkey.pem -out servercert.pem pause
luadch/announcer_bot
certs/make_cert.bat
bat
gpl-3.0
127
echo off SET mypath=%~dp0 SETLOCAL set BUILDPATH=.\build set RUNNER_IBNAME=/F"%BUILDPATH%/ib" rem set RUNNER_DBUSER=base rem set RUNNER_DBPWD=234567890 SET RUNNER_ENV=production IF "%~1"=="" ( set mode="./tools/JSON/VBParams837UF.json" ) else ( set mode=%1 ) echo "vanessa" oscript -encoding=utf-8 %mypath%/runner.os vanessa --path "%BUILDPATH%/out/vanessa-behavior.epf" --pathsettings "%mode%" exit /B
silverbulleters/vanessa-agiler
tools/tests.bat
bat
mpl-2.0
439
qmake -project -t vcapp -o MaraUpdater.pro "CONFIG += thread" "QT += core gui network" "DESTDIR=../bin" "INCLUDEPATH += ./include" "UI_HEADERS_DIR = ./include/ui" "UI_SOURCES_DIR = ./src" "CONFIG(debug, debug|release) { DEFINES += __DEBUG__ }" "RC_FILE = ./resources/MaraUpdater.rc" "QMAKE_POST_LINK = $(TargetDir)..\util\ReplaceVistaIcon.exe $(TargetPath) $(TargetDir)..\icons\Mara2Updater.ico" qmake -spec win32-msvc2010
Darineth/Mara-2
MaraUpdater/BuildProject.bat
bat
lgpl-2.1
424
:: To call a method: :: call library <method name> [argument list] if [%1]==[] exit /b ::setLocal EnableDelayedExpansion set basePath=%~dp0 if not exist %basePath%\temp mkdir %basePath%\temp call :%1 %* exit /b :help :help_help shift if [%1]==[] goto allHelp call :getScriptLocation _ scriptLocation %1 if errorlevel 1 goto helpScriptNotFound call %scriptLocation% help_%1 exit /b :helpScriptNotFound echo. echo There is no help for the specified command, "%1". exit /b :allHelp echo. echo. Add "-debug" before any other command to turn echo on. echo. echo. help - Display help information. echo. browse - (br) Open tortoise browser. echo. build - Build a Visual Studio solution. echo. changelists - (cl) Show the change-lists in a working directory. echo. diffdir - (dd) Compare the named contents of two directories. echo. diff_general - (dg) Diff a working directory excluding change-list members. echo. diffhead - (dh) Compare the base and head revisions of an SVN path. echo. difflist - (dlist) Create a diff file for an SVN changelist. echo. rmdir - (rd) Recursively remove directory and all subdirectories. echo. savediff - (sd) Saves diffs based on working directory changelists. echo. showdiff - (di) Open diff in explorer default application. echo. status - (st) Show the status of a working directory. exit /b :getScriptLocation shift if [%2]==[help] (set %1=%basePath%\library.bat)&exit /b if [%2]==[browse] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[br] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[build] (set %1=%basePath%\dev.bat)&exit /b if [%2]==[changelists] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[cl] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[diffdir] (set %1=%basePath%\fs.bat)&exit /b if [%2]==[dd] (set %1=%basePath%\fs.bat)&exit /b if [%2]==[diff_general] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[dg] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[diffhead] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[dh] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[difflist] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[dlist] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[rmdir] (set %1=%basePath%\fs.bat)&exit /b if [%2]==[rd] (set %1=%basePath%\fs.bat)&exit /b if [%2]==[savediff] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[sd] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[showdiff] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[di] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[status] (set %1=%basePath%\svnscripts.bat)&exit /b if [%2]==[st] (set %1=%basePath%\svnscripts.bat)&exit /b exit /b 1
guerreroderrick/batch-utils
lib/library.bat
bat
unlicense
2,935
@echo off rem ------------------------------------------------------------------------- rem JBoss Cluster FrameWork Demo Bootstrap Script for Windows rem ------------------------------------------------------------------------- @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal if "%OS%" == "Windows_NT" ( set "DIRNAME=%~dp0%" ) else ( set DIRNAME=.\ ) pushd %DIRNAME%.. set "RESOLVED_DEMO_HOME=%CD%" popd if "x%DEMO_HOME%" == "x" ( set "DEMO_HOME=%RESOLVED_DEMO_HOME%" ) rem Read an optional configuration file. if "x%STANDALONE_CONF%" == "x" ( set "STANDALONE_CONF=%DIRNAME%run.conf.bat" ) if exist "%STANDALONE_CONF%" ( echo Calling "%STANDALONE_CONF%" call "%STANDALONE_CONF%" %* ) else ( echo Config file not found "%STANDALONE_CONF%" ) set "JAVA_OPTS=%JAVA_OPTS% if "x%JAVA_HOME%" == "x" ( set JAVA=java echo JAVA_HOME is not set. Unexpected results may occur. echo Set JAVA_HOME to the directory of your local JDK to avoid this message. ) else ( set "JAVA=%JAVA_HOME%\bin\java" ) echo =============================================================================== echo. echo JBoss Cluster FrameWork Demo Bootstrap Environment echo. echo DEMO_HOME: %DEMO_HOME% echo. echo JAVA: %JAVA% echo. echo JAVA_OPTS: %JAVA_OPTS% echo. echo =============================================================================== echo. :RESTART "%JAVA%" %JAVA_OPTS% ^ "-Ddemo.home.dir=%DEMO_HOME%" ^ -jar "%DEMO_HOME%\jboss-modules-1.1.2.GA.jar" ^ -mp "%DEMO_HOME%\modules" ^ bootstrap.infinispan.football.hotrod ^ %* if ERRORLEVEL 10 goto RESTART :END if "x%NOPAUSE%" == "x" pause :END_NO_PAUSE
jbosschina/cluster
build/kits/bin/football_hotrod.bat
bat
apache-2.0
1,673
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem ## @rem Groovy JVM Bootstrap for Windowz ## @rem ## @rem ########################################################################## @rem @rem $Revision$ $Date$ @rem @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal enabledelayedexpansion set DIRNAME=%~1 shift set CLASS=%~1 shift if exist "%USERPROFILE%/.groovy/preinit.bat" call "%USERPROFILE%/.groovy/preinit.bat" @rem Determine the command interpreter to execute the "CD" later set COMMAND_COM="cmd.exe" if exist "%SystemRoot%\system32\cmd.exe" set COMMAND_COM="%SystemRoot%\system32\cmd.exe" if exist "%SystemRoot%\command.com" set COMMAND_COM="%SystemRoot%\command.com" @rem Use explicit find.exe to prevent cygwin and others find.exe from being used set FIND_EXE="find.exe" if exist "%SystemRoot%\system32\find.exe" set FIND_EXE="%SystemRoot%\system32\find.exe" if exist "%SystemRoot%\command\find.exe" set FIND_EXE="%SystemRoot%\command\find.exe" :check_JAVA_HOME @rem Make sure we have a valid JAVA_HOME if not "%JAVA_HOME%" == "" goto have_JAVA_HOME set PATHTMP=%PATH% :loop for /f "delims=; tokens=1*" %%i in ("!PATHTMP!") do ( if exist "%%i\..\bin\java.exe" ( set "JAVA_HOME=%%i\.." goto found_JAVA_HOME ) set PATHTMP=%%j goto loop ) goto check_default_JAVA_EXE :found_JAVA_HOME @rem Remove trailing \bin\.. from JAVA_HOME if "%JAVA_HOME:~-7%"=="\bin\.." SET "JAVA_HOME=%JAVA_HOME:~0,-7%" set JAVA_EXE=%JAVA_HOME%\bin\java.exe :check_default_JAVA_EXE if not "%JAVA_HOME%" == "" goto valid_JAVA_HOME java -version 2>NUL if not ERRORLEVEL 1 goto default_JAVA_EXE echo. echo ERROR: Environment variable JAVA_HOME has not been set. echo Attempting to find JAVA_HOME from PATH also failed. goto common_error :have_JAVA_HOME @rem Remove trailing slash from JAVA_HOME if found if "%JAVA_HOME:~-1%"=="\" SET JAVA_HOME=%JAVA_HOME:~0,-1% @rem Validate JAVA_HOME %COMMAND_COM% /C DIR "%JAVA_HOME%" 2>&1 | %FIND_EXE% /I /C "%JAVA_HOME%" >nul if not errorlevel 1 goto valid_JAVA_HOME_DIR echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% :common_error echo Please set the JAVA_HOME variable in your environment echo to match the location of your Java installation. goto end :default_JAVA_EXE set JAVA_EXE=java.exe goto check_GROOVY_HOME :valid_JAVA_HOME_DIR set JAVA_EXE=%JAVA_HOME%\bin\java.exe if exist "%JAVA_EXE%" goto valid_JAVA_HOME echo. echo ERROR: No java.exe found at: %JAVA_EXE% goto common_error :valid_JAVA_HOME if exist "%JAVA_HOME%\lib\tools.jar" set TOOLS_JAR=%JAVA_HOME%\lib\tools.jar :check_GROOVY_HOME @rem Define GROOVY_HOME if not set if "%GROOVY_HOME%" == "" set GROOVY_HOME=%DIRNAME%.. @rem Remove trailing slash from GROOVY_HOME if found if "%GROOVY_HOME:~-1%"=="\" SET GROOVY_HOME=%GROOVY_HOME:~0,-1% @rem classpath handling set _SKIP=2 set CP= if "x%~1" == "x-cp" set CP=%~2 if "x%~1" == "x-classpath" set CP=%~2 if "x%~1" == "x--classpath" set CP=%~2 if "x" == "x%CP%" goto init set _SKIP=4 shift shift :init @rem get name of script to launch with full path set GROOVY_SCRIPT_NAME=%~f1 @rem Get command-line arguments, handling Windowz variants if not "%OS%" == "Windows_NT" goto win9xME_args if "%eval[2+2]" == "4" goto 4NT_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= :win9xME_args_slurp if "x%~1" == "x" goto execute rem horrible roll your own arg processing inspired by jruby equivalent rem escape minus (-d), quotes (-q), star (-s). set _ARGS=%* if not defined _ARGS goto execute set _ARGS=%_ARGS:-=-d% set _ARGS=%_ARGS:"=-q% set _ARGS=%_ARGS:?=-n% rem Windowz will try to match * with files so we escape it here rem but it is also a meta char for env var string substitution rem so it can't be first char here, hack just for common cases. rem If in doubt use a space or bracket before * if using -e. set _ARGS=%_ARGS: *= -s% set _ARGS=%_ARGS:)*=)-s% set _ARGS=%_ARGS:0*=0-s% set _ARGS=%_ARGS:1*=1-s% set _ARGS=%_ARGS:2*=2-s% set _ARGS=%_ARGS:3*=3-s% set _ARGS=%_ARGS:4*=4-s% set _ARGS=%_ARGS:5*=5-s% set _ARGS=%_ARGS:6*=6-s% set _ARGS=%_ARGS:7*=7-s% set _ARGS=%_ARGS:8*=8-s% set _ARGS=%_ARGS:9*=9-s% rem prequote all args for 'for' statement set _ARGS="%_ARGS%" set _ARG= :win9xME_args_loop rem split args by spaces into first and rest for /f "tokens=1,*" %%i in (%_ARGS%) do call :get_arg "%%i" "%%j" goto process_arg :get_arg rem remove quotes around first arg for %%i in (%1) do set _ARG=%_ARG% %%~i rem set the remaining args set _ARGS=%2 rem remove the leading space we'll add the first time if "x%_ARG:~0,1%" == "x " set _ARG=%_ARG:~1% rem return goto :EOF :process_arg if "%_ARG%" == "" goto execute rem collect all parts of a quoted argument containing spaces if not "%_ARG:~0,2%" == "-q" goto :argIsComplete if "%_ARG:~-2%" == "-q" goto :argIsComplete rem _ARG starts with a quote but does not end with one: rem add the next part to _ARG until the matching quote is found goto :win9xME_args_loop :argIsComplete if "x4" == "x%_SKIP%" goto skip_4 if "x3" == "x%_SKIP%" goto skip_3 if "x2" == "x%_SKIP%" goto skip_2 if "x1" == "x%_SKIP%" goto skip_1 rem now unescape -s, -q, -n, -d rem -d must be the last to be unescaped set _ARG=%_ARG:-s=*% set _ARG=%_ARG:-q="% set _ARG=%_ARG:-n=?% set _ARG=%_ARG:-d=-% set CMD_LINE_ARGS=%CMD_LINE_ARGS% %_ARG% set _ARG= goto win9xME_args_loop :skip_4 set _ARG= set _SKIP=3 goto win9xME_args_loop :skip_3 set _ARG= set _SKIP=2 goto win9xME_args_loop :skip_2 set _ARG= set _SKIP=1 goto win9xME_args_loop :skip_1 set _ARG= set _SKIP=0 goto win9xME_args_loop :4NT_args @rem Get arguments from the 4NT Shell from JP Software set CMD_LINE_ARGS=%$ :execute @rem Setup the command line set STARTER_CLASSPATH=%GROOVY_HOME%\lib\groovy-2.3.6.jar if exist "%USERPROFILE%/.groovy/init.bat" call "%USERPROFILE%/.groovy/init.bat" @rem Setting a classpath using the -cp or -classpath option means not to use @rem the global classpath. Groovy behaves then the same as the java @rem interpreter if "x" == "x%CP%" goto empty_cp :non_empty_cp set CP=%CP%;. goto after_cp :empty_cp set CP=. if "x" == "x%CLASSPATH%" goto after_cp set CP=%CLASSPATH%;%CP% :after_cp set STARTER_MAIN_CLASS=org.codehaus.groovy.tools.GroovyStarter set STARTER_CONF=%GROOVY_HOME%\conf\groovy-starter.conf set GROOVY_OPTS="-Xmx128m" set GROOVY_OPTS=%GROOVY_OPTS% -Dprogram.name="%PROGNAME%" set GROOVY_OPTS=%GROOVY_OPTS% -Dgroovy.home="%GROOVY_HOME%" if not "%TOOLS_JAR%" == "" set GROOVY_OPTS=%GROOVY_OPTS% -Dtools.jar="%TOOLS_JAR%" set GROOVY_OPTS=%GROOVY_OPTS% -Dgroovy.starter.conf="%STARTER_CONF%" set GROOVY_OPTS=%GROOVY_OPTS% -Dscript.name="%GROOVY_SCRIPT_NAME%" if exist "%USERPROFILE%/.groovy/postinit.bat" call "%USERPROFILE%/.groovy/postinit.bat" @rem Execute Groovy "%JAVA_EXE%" %GROOVY_OPTS% %JAVA_OPTS% -classpath "%STARTER_CLASSPATH%" %STARTER_MAIN_CLASS% --main %CLASS% --conf "%STARTER_CONF%" --classpath "%CP%" %CMD_LINE_ARGS% :end @rem End local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" endlocal @rem Optional pause the batch file if "%GROOVY_BATCH_PAUSE%" == "on" pause %COMSPEC% /C exit /B %ERRORLEVEL%
vitlroth/treinamento
groovy-2.3.6/bin/startGroovy.bat
bat
apache-2.0
7,411
@echo off rem Astyle.exe can be found here: http://sourceforge.net/projects/astyle/files/ Astyle.exe --options=astylerc engine\*.cpp include\*.h demo\*.cpp
Kwizatz/ECS-F
astyle.bat
bat
apache-2.0
156
@echo off set FXC="%DXSDK_DIR%\Utilities\bin\x64\fxc.exe" -nologo if not exist data mkdir data %FXC% /T vs_4_0 /E TerrainVs /Fo data/terrain_vs.fx deferred.hlsl %FXC% /T ps_4_0 /E TerrainPs /Fo data/terrain_ps.fx deferred.hlsl %FXC% /T vs_4_0 /E BlitVs /Fo data/blit_vs.fx deferred.hlsl %FXC% /T ps_4_0 /E BlitPs /Fo data/blit_ps.fx deferred.hlsl %FXC% /T vs_4_0 /E LightVs /Fo data/light_vs.fx deferred.hlsl %FXC% /T ps_4_0 /E LightPs /Fo data/light_ps.fx deferred.hlsl %FXC% /T vs_4_0 /E EmitterVs /Fo data/emitter_vs.fx deferred.hlsl %FXC% /T ps_4_0 /E EmitterPs /Fo data/emitter_ps.fx deferred.hlsl
aepsil0n/gfx-rs
examples/deferred/compile.cmd
bat
apache-2.0
603
@"%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%~dp0build\NuGetGallery.msbuild" /t:Build /v:M
KuduApps/NuGetGallery
build.cmd
bat
apache-2.0
106
echo "Removing previous build files" rd /s /q JEasyCrypto\bin echo "JEasyCrypto lib clean" rd /s /q JEasyCryptoClient\bin echo "JEasyCryptoClient clean" rd /s /q JEasyCryptoConsole\bin echo "JEasyCryptoConsole clean" rd /s /q JEasyCryptoServer\bin echo "JEasyCryptoServer clean" exit
a-rmz/JEasyCrypto
clear.cmd
bat
bsd-3-clause
288
gradlew.bat jar
bitcoupon/bitcoupon-bitcoin-library
build_jar_win.bat
bat
mit
15
cmd_sound/pci/aw2/built-in.o := rm -f sound/pci/aw2/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/pci/aw2/built-in.o
jdlfg/Mecha-kernel-jdlfg
sound/pci/aw2/.built-in.o.cmd
bat
gpl-2.0
174
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 2> nul if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\RBFOpt.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\RBFOpt.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
dagothar/gripperz
ext/rbfopt/doc/make.bat
bat
gpl-2.0
7,244
@rem Copyright 2009 Ramnivas Laddad @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. call ..\..\..\setHomes.bat call ..\..\..\setEnvironment.bat @echo off cd src\main\java @echo on call ajc -source 5 ajia\messaging\MessageCommunicator.java ajia\security\SecurityAspect.java ajia\security\Authenticator.java ajia\security\AuthenticationException.java ajia\main\Main.java @echo on call java ajia.main.Main @echo off cd ..\..\..\ @echo on
sobkowiak/aspectj-in-action-code
ch02/workspace/Section2.3AspectJAlternativeSyntax/run.bat
bat
apache-2.0
999
@echo OFF setlocal ENABLEEXTENSIONS @echo /---------------------------------------------------------------\ @echo Backup of .NET, IIS and OutSystems Platform configuration files @echo ATTENTION: Make sure this script is run as Administrator! @echo \---------------------------------------------------------------/ CHOICE /C YN /M "Press Y to continue, N to cancel" IF ERRORLEVEL 2 GOTO End IF %ERRORLEVEL% EQU 0 GOTO End @echo Creating backup folders... md ".\BackupConfigFiles\DOTNET2" md ".\BackupConfigFiles\DOTNET4" md ".\BackupConfigFiles\OS" md ".\BackupConfigFiles\IIS" @echo Copying .NET v2 config files... copy %windir%\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config .\BackupConfigFiles\DOTNET2\machine.x32.v2.config copy %windir%\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config .\BackupConfigFiles\DOTNET2\web.x32.v2.config copy %windir%\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config .\BackupConfigFiles\DOTNET2\machine.x64.v2.config copy %windir%\Microsoft.NET\Framework64\v2.0.50727\CONFIG\web.config .\BackupConfigFiles\DOTNET2\web.x64.v2.config @echo Copying .NET v4 config files... copy %windir%\Microsoft.NET\Framework\v4.0.30319\CONFIG\machine.config .\BackupConfigFiles\DOTNET4\machine.x32.v4.config copy %windir%\Microsoft.NET\Framework\v4.0.30319\CONFIG\web.config .\BackupConfigFiles\DOTNET4\web.x32.v4.config copy %windir%\Microsoft.NET\Framework64\v4.0.30319\CONFIG\machine.config .\BackupConfigFiles\DOTNET4\machine.x64.v4.config copy %windir%\Microsoft.NET\Framework64\v4.0.30319\CONFIG\web.config .\BackupConfigFiles\DOTNET4\web.x64.v4.config @echo Copying IIS config files... copy %windir%\System32\inetsrv\config\applicationHost.config .\BackupConfigFiles\IIS copy %windir%\..\inetpub\wwwroot\web.config .\BackupConfigFiles\IIS\DefaultWebSite.web.config @echo Copying OutSystems Platform config files... set KEY_NAME="HKLM\Software\OutSystems\Installer\Server" FOR /F "usebackq skip=2 tokens=1-2*" %%A IN (`REG QUERY %KEY_NAME% /ve 2^>nul`) DO ( set ValueValue=%%C ) if defined ValueValue ( copy "%ValueValue%\*.config" .\BackupConfigFiles\OS copy "%ValueValue%\*.hsconf" .\BackupConfigFiles\OS ) else ( @echo Unable to find OutSystems Platform installation folder. ) :End
Goncalo-Mota/PlatformOpsToolbox
MiscScripts/Windows/BackupConfigFiles.bat
bat
apache-2.0
2,248
@echo off rem ------------------------------------------------------------------------- rem dcm4che2/dcmof Launcher rem ------------------------------------------------------------------------- rem $Id: dcmof.bat 18013 2013-08-27 11:21:04Z gunterze $ if not "%ECHO%" == "" echo %ECHO% if "%OS%" == "Windows_NT" setlocal set MAIN_CLASS=org.dcm4che2.tool.dcmof.DcmOF set MAIN_JAR=dcm4che-tool-dcmof-2.0.28.jar set DIRNAME=.\ if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% rem Read all command line arguments set ARGS= :loop if [%1] == [] goto end set ARGS=%ARGS% %1 shift goto loop :end if not "%DCM4CHE_HOME%" == "" goto HAVE_DCM4CHE_HOME set DCM4CHE_HOME=%DIRNAME%.. :HAVE_DCM4CHE_HOME if not "%JAVA_HOME%" == "" goto HAVE_JAVA_HOME set JAVA=java goto SKIP_SET_JAVA_HOME :HAVE_JAVA_HOME set JAVA=%JAVA_HOME%\bin\java :SKIP_SET_JAVA_HOME set CP=%DCM4CHE_HOME%\etc\ set CP=%CP%;%DCM4CHE_HOME%\lib\%MAIN_JAR% set CP=%CP%;%DCM4CHE_HOME%\lib\dcm4che-core-2.0.28.jar set CP=%CP%;%DCM4CHE_HOME%\lib\dcm4che-net-2.0.28.jar set CP=%CP%;%DCM4CHE_HOME%\lib\slf4j-log4j12-1.6.1.jar set CP=%CP%;%DCM4CHE_HOME%\lib\slf4j-api-1.6.1.jar set CP=%CP%;%DCM4CHE_HOME%\lib\log4j-1.2.16.jar set CP=%CP%;%DCM4CHE_HOME%\lib\commons-cli-1.2.jar "%JAVA%" %JAVA_OPTS% -cp "%CP%" %MAIN_CLASS% %ARGS%
BrianKolowitz/IADSS
dcm4che-2.0.28/bin/dcmof.bat
bat
apache-2.0
1,314
@echo off setlocal rem Copyright (c) 1999, 2010 Tanuki Software, Ltd. rem http://www.tanukisoftware.com rem All rights reserved. rem rem This software is the proprietary information of Tanuki Software. rem You shall use it only in accordance with the terms of the rem license agreement you entered into with Tanuki Software. rem http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html rem rem Java Service Wrapper general startup script. rem ----------------------------------------------------------------------------- rem These settings can be modified to fit the needs of your application rem Optimized for use with version 3.5.4 of the Wrapper. rem The base name for the Wrapper binary. set _WRAPPER_BASE=wrapper rem ----------------------------------------------------------------------------- rem Beginning Lily-specific section if not "%JAVA_HOME%"=="" goto gotJavaHome echo JAVA_HOME not set! goto :eof :gotJavaHome if not "%LILY_HOME%"=="" goto gotLilyHome rem %~dp0 is expanded pathname of the current script under NT set LILY_HOME=%~dp0.. :gotLilyHome rem rem Also modified for Lily : _REALPATH further on in this file rem rem End of Lily-specific section rem ----------------------------------------------------------------------------- rem The name and location of the Wrapper configuration file. This will be used rem if the user does not specify a configuration file as the first argument to rem this script. set _WRAPPER_CONF_DEFAULT=%LILY_HOME%/service/wrapper.conf rem Do not modify anything beyond this point rem ----------------------------------------------------------------------------- rem rem Resolve the real path of the wrapper.exe rem For non NT systems, the _REALPATH and _WRAPPER_CONF values rem can be hard-coded below and the following test removed. rem if "%OS%"=="Windows_NT" goto nt echo This script only works with NT-based versions of Windows. goto :eof :nt rem rem Find the application home. rem rem %~dp0 is location of current script under NT set _REALPATH=%LILY_HOME%\service\wrapper-3.5.4\bin\ rem rem Decide on the specific Wrapper binary to use (See delta-pack) rem if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto amd64 if "%PROCESSOR_ARCHITECTURE%"=="IA64" goto ia64 set _WRAPPER_L_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-x86-32.exe goto search :amd64 set _WRAPPER_L_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-x86-64.exe goto search :ia64 set _WRAPPER_L_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-ia-64.exe goto search :search set _WRAPPER_EXE=%_WRAPPER_L_EXE% if exist "%_WRAPPER_EXE%" goto conf set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%.exe if exist "%_WRAPPER_EXE%" goto conf echo Unable to locate a Wrapper executable using any of the following names: echo %_WRAPPER_L_EXE% echo %_WRAPPER_EXE% pause goto :eof rem rem Find the wrapper.conf rem :conf set _WRAPPER_CONF="%~f1" if not %_WRAPPER_CONF%=="" goto startup set _WRAPPER_CONF="%_WRAPPER_CONF_DEFAULT%" rem rem Start the Wrapper rem :startup "%_WRAPPER_EXE%" -c %_WRAPPER_CONF% if not errorlevel 1 goto :eof pause
NGDATA/lilyproject
dist/src/main/resources/service/lily-service.bat
bat
apache-2.0
3,039
::***************************************************************************** :: (c) Copyright 2009 - 2012 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellectual property :: laws. :: :: DISCLAIMER :: This disclaimer is not a license and does not grant any :: rights to the materials distributed herewith. Except as :: otherwise provided in a valid license issued to you by :: Xilinx, and to the maximum extent permitted by applicable :: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND :: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES :: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING :: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- :: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and :: (2) Xilinx shall not be liable (whether in contract or tort, :: including negligence, or under any other theory of :: liability) for any loss or damage of any kind or nature :: related to, arising under or in connection with these :: materials, including for any direct, or any indirect, :: special, incidental, or consequential loss or damage :: (including loss of data, profits, goodwill, or any type of :: loss or damage suffered as a result of any action brought :: by a third party) even if such damage or loss was :: reasonably foreseeable or Xilinx had been advised of the :: possibility of the same. :: :: CRITICAL APPLICATIONS :: Xilinx products are not designed or intended to be fail- :: safe, or for use in any application requiring fail-safe :: performance, such as life-support or safety devices or :: systems, Class III medical devices, nuclear facilities, :: applications related to the deployment of airbags, or any :: other applications that could lead to death, personal :: injury, or severe property or environmental damage :: (individually and collectively, "Critical :: Applications"). Customer assumes the sole risk and :: liability of any use of Xilinx products in Critical :: Applications, subject only to applicable laws and :: regulations governing limitations on product liability. :: :: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS :: PART OF THIS FILE AT ALL TIMES. :: ::**************************************************************************** :: ____ ____ :: / /\/ / :: /___/ \ / Vendor : Xilinx :: \ \ \/ Version : 1.9 :: \ \ Application : MIG :: / / Filename : ise_flow.bat :: /___/ /\ Date Last Modified : $Date: 2011/06/02 08:31:14 $ :: \ \ / \ Date Created : Tue Sept 21 2010 :: \___\/\___\ :: :: Device : 7 Series :: Design Name : DDR3 SDRAM :: Purpose : Batch file to run Synthesis and PAR through ISE in batch mode :: Reference : :: Revision History : ::**************************************************************************** call rem_files.bat echo Synthesis Tool: XST mkdir "../synth/__projnav" > ise_flow_results.txt mkdir "../synth/xst" >> ise_flow_results.txt mkdir "../synth/xst/work" >> ise_flow_results.txt xst -ifn xst_options.txt -ofn example_top.syr -intstyle ise >> ise_flow_results.txt if not exist "example_top.ngc" ( echo Failed in SYNTHESIS goto END ) echo Implementation Tool: ISE echo Running TRANSLATE ngdbuild -intstyle ise -dd ../synth/_ngo -nt timestamp -uc example_top.ucf -p xc7vx485t-ffg1761-2 example_top.ngc example_top.ngd >> ise_flow_results.txt if not exist "example_top.ngd" ( echo Failed in TRANSLATE goto END ) echo Running MAP map -intstyle ise -p xc7vx485t-ffg1761-2 -w -ol high -xe n -register_duplication off -ir off -pr off -lc off -power off -o example_top_map.ncd example_top.ngd example_top.pcf >> ise_flow_results.txt if not exist "example_top_map.ncd" ( echo Failed in MAP goto END ) echo Running PAR par -w -intstyle ise -ol high -xe n example_top_map.ncd example_top.ncd example_top.pcf >> ise_flow_results.txt if not exist "example_top.ncd" ( echo Failed in PAR goto END ) echo Running TRACE trce -intstyle ise -v 3 -fastpaths -xml example_top example_top.ncd -o example_top.twr example_top.pcf >> ise_flow_results.txt echo Running BITGEN bitgen -intstyle ise example_top.ncd >> ise_flow_results.txt if not exist "example_top.bit" ( echo Failed in BITGEN goto END ) echo IMPLEMENTATION SUCCESSFUL :END
monotone-RK/FACE
MCSoC-15/8-way_8-parallel/ise/ipcore_dir/dram/example_design/par/ise_flow.bat
bat
mit
4,491
:: 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. :: ============================================================================= CALL tensorflow\tools\ci_build\release\common_win.bat call tensorflow\tools\ci_build\windows\cpu\bazel\run_libtensorflow.bat || exit /b copy lib_package %TF_ARTIFACTS_DIR%\lib_package
karllessard/tensorflow
tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/nightly.bat
bat
apache-2.0
889
mkdir Build\AjContab\Php\Web xcopy SourceCode\AjFwkPhp Build\AjContab\Php\Web /s /y xcopy SourceCode\PhpWebSiteEs Build\AjContab\Php\Web /s /y AjGenesis.Console Project\Project.xml tasks\BuildProject.ajg Project\Technologies\Php.xml tasks\BuildTechnology.ajg tasks\BuildProg.ajg
ajlopez/AjContabPhp
codegen/makephp.cmd
bat
mit
285
@call set_vars.bat @if not "%WAITQT%" == "1" goto continue @echo Ensure Qt installer has finished. @pause :continue @bash patch_files.sh @cd %ROOTPATH% @echo building qt - qmake... @set QMPS=BOOST_INCLUDE_PATH=%EWBLIBS%/%BOOST%^ @set QMPS=BOOST_INCLUDE_PATH=%EWBLIBS%/%BOOST%^ BOOST_LIB_PATH=c:/suncoin5/libs/%BOOST%/stage/lib^ BOOST_LIB_SUFFIX=%BOOSTSUFFIX%^ OPENSSL_INCLUDE_PATH=c:/suncoin5/libs/include^ OPENSSL_LIB_PATH=c:/suncoin5/libs/%OPENSSL%^ BDB_INCLUDE_PATH=c:/suncoin5/libs/%BERKELEYDB%/build_unix^ BDB_LIB_PATH=c:/suncoin5/libs/%BERKELEYDB%/build_unix^ MINIUPNPC_INCLUDE_PATH=c:/suncoin5/libs/%MINIUPNPC%^ MINIUPNPC_LIB_PATH=c:/suncoin5/libs/%MINIUPNPC%^ BOOST_LIB_PATH=%EWBLIBS%/%BOOST%/stage/lib^ BOOST_LIB_SUFFIX=%BOOSTSUFFIX%^ OPENSSL_INCLUDE_PATH=%EWBLIBS%/%OPENSSL%/include^ OPENSSL_LIB_PATH=%EWBLIBS%/%OPENSSL%^ BDB_INCLUDE_PATH=%EWBLIBS%/%BERKELEYDB%/build_unix^ BDB_LIB_PATH=%EWBLIBS%/%BERKELEYDB%/build_unix^ MINIUPNPC_INCLUDE_PATH=%EWBLIBS%/%MINIUPNPC%^ MINIUPNPC_LIB_PATH=%EWBLIBS%/%MINIUPNPC%^ QMAKE_CXXFLAGS="%ADDITIONALCCFLAGS%"^ QMAKE_CFLAGS="%ADDITIONALCCFLAGS%" @%QTPATH%\qmake.exe %QMPS% @echo. @echo. @echo building qt - make... mingw32-make -f Makefile.Release USE_UPNP=- @if errorlevel 1 goto continue @echo !!!!!!! %COINNAME%-qt DONE: Find %COINNAME%-qt.exe in ./release :) :continue @echo. @echo. @echo. @echo. @cd %EWBPATH% @if not "%RUNALL%"=="1" pause
orkacoin/orkacoin
contrib/easywinbuilder/4b_build_qt.bat
bat
mit
1,422
taskkill /im explorer.exe /f timeout 1 start /D c:\ explorer exit
levinunnink/electron-shell-menu
restart_explorer.cmd
bat
mit
68
REM delete lib files rd /q /s lib REM delete bin files rd /q /s bin REM delete obj files rd /q /s projects\vc8\aika\debug rd /q /s projects\vc8\aika\release rd /q /s projects\vc8\samples\helloworld\debug rd /q /s projects\vc8\samples\helloworld\release rd /q /s projects\vc8\samples\helloworldApp\debug rd /q /s projects\vc8\samples\helloworldApp\release REM delete log files del projects\vc8\aika\assertion.txt del projects\vc8\aika\memory.txt del projects\vc8\aika\trace.txt REM delete vc++ files del projects\vc8\aika_project.ncb del projects\vc8\aika_project.suo REM delete samples del projects\vc8\samples\samples.ncb del projects\vc8\samples\samples.suo REM delete tools del tools\colladaConverter\colladaconv.suo del tools\colladaConverter\colladaconv.ncb rd /q /s tools\colladaConverter\debug rd /q /s tools\colladaConverter\release REM delete toolsframework del toolsframework\ioAkg\ioAkg.ncb del toolsframework\ioAkg\ioAkg.suo rd /q /s toolsframework\ioAkg\debug rd /q /s toolsframework\ioAkg\release del toolsframework\appFramework\appFramework.ncb del toolsframework\appFramework\appFramework.suo rd /q /s toolsframework\appFramework\debug rd /q /s toolsframework\appFramework\release REM delete outlib collada del outlib\FCollada\FCollada.ncb del outlib\FCollada\FCollada.suo rd /q /s outlib\FCollada\Output rd /q /s outlib\FCollada\FColladaTest\Output rd /q /s outlib\FColladaPlugins\Output
erickjung/aika3d
CLEAN.bat
bat
mit
1,415
@echo off rem Author: Andrey Dibrov (andry at inbox dot ru) rem Description: rem Script to set project build time. rem Examples: rem 1. call write_var_to_file.bat PROJECT_NAME c:\_b\MyProject\build\vars\post_build.vars "" STAGE_OUT.PROJECT_NAME || exit /b setlocal set "__VAR_NAME_OUT=%~1" set "__FILE_OUT=%~f2" set "__VAR_VALUE=%~3" set "__VAR_NAME_IN=%~4" set "__FILE_OUT_DIR=%~dp2" if not defined __VAR_NAME_IN set "__VAR_NAME_IN=%__VAR_NAME_OUT%" if not defined __VAR_VALUE call set "__VAR_VALUE=%%%__VAR_NAME_IN%%%" echo.%__VAR_NAME_IN% -^> %__VAR_NAME_OUT%="%__VAR_VALUE%" if not exist "%__FILE_OUT_DIR%" ( echo.%~nx0: error: directory does not exist to write output file: "%__FILE_OUT%">&2 exit /b -1 ) echo."%__VAR_NAME_OUT%=%__VAR_VALUE%">> "%__FILE_OUT%" exit /b
andry81/contools
Scripts/Tools/build/write_var_to_file.bat
bat
mit
826
git add -A && git commit -m "Commit masivo" && git push
mujd/Tarea6
actualizar.bat
bat
mit
55
#Run this file as Admin #Run this file in the same directory as DisplayHistoryV2.ps1 #This batch script generates a .csv file (soon to be changed to just run the script and not generate the csv file) #That .csv file is will be in the C drive. #the final version of this batch will be to just run the ps1 file. the ps1 will do the exporting to a dbf file. Powershell.exe -ExecutionPolicy Bypass -Command .\DisplayHistory.ps1 > C:\test2.csv
ForensicTools/InternetShadowTracker-475_2141-Gierczak-Sirianni-Chona
Nov9_csv_script/InternetHistoryExportV2.bat
bat
mit
439
@echo off set "VIRTUAL_ENV=E:\gqfdownload\flask-todo-demo-master\my_venv" if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) else ( if not defined PROMPT ( set "PROMPT=$P$G" ) set "_OLD_VIRTUAL_PROMPT=%PROMPT%" ) set "PROMPT=(my_venv) %PROMPT%" REM Don't use () to avoid problems with them in %PATH% if defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%" :ENDIFVHOME set PYTHONHOME= REM if defined _OLD_VIRTUAL_PATH ( if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH1 set "PATH=%_OLD_VIRTUAL_PATH%" :ENDIFVPATH1 REM ) else ( if defined _OLD_VIRTUAL_PATH goto ENDIFVPATH2 set "_OLD_VIRTUAL_PATH=%PATH%" :ENDIFVPATH2 set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
jsyc15/jsyc15
my_venv/Scripts/activate.bat
bat
mit
754
REM "C:\NuGet\Nuget.exe" Restore "%~dp0\PokerLeagueManager.sln" REM "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.com" "PokerLeagueManager.sln" /Build Debug "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\140\sqlpackage.exe" /SourceFile:"PokerLeagueManager.DB.EventStore\bin\Debug\PokerLeagueManager.DB.EventStore.dacpac" /Action:Publish /TargetServerName:localhost /TargetDatabaseName:PokerLeagueManager.DB.EventStore /p:CreateNewDatabase=true "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\140\sqlpackage.exe" /SourceFile:"PokerLeagueManager.DB.QueryStore\bin\Debug\PokerLeagueManager.DB.QueryStore.dacpac" /Action:Publish /TargetServerName:localhost /TargetDatabaseName:PokerLeagueManager.DB.QueryStore /p:CreateNewDatabase=true %~dp0\PokerLeagueManager.Utilities\bin\Debug\PokerLeagueManager.Utilities.exe CreateEventSubscriber localhost PokerLeagueManager.DB.EventStore http://localhost:13831 %~dp0\PokerLeagueManager.Utilities\bin\Debug\PokerLeagueManager.Utilities.exe GenerateSampleData http://localhost:4224 5 pause
dylan-smith/pokerleaguemanager
src/DevDeploy.bat
bat
mit
1,181
az group deployment create -n azsimdeploy --template-file azsimazuredeploy.json --parameters @azsimazuredeploy.parameters.json -g AzureSim
valeryjacobs/azsim
AZSim/AZCliScript.bat
bat
mit
138
prog='dbcol' args='uid' cmp='diff -cb ' in=TEST/dbrow_ex.in
gitpan/Fsdb
TEST/0_test_command_correct.cmd
bat
gpl-2.0
60
@echo off rem Please remember to use java-conform paths (no ! etc) rem put "rem" in front of "goto jar" if you want to compile the source and run a patched version goto jar rem goto compile :jar echo === running from jar ==== cd .\build\jars if "%1" == "" java -jar jftp.jar if not "%1" == "" java -jar jftp.jar %1 cd.. cd.. goto end :compile cd .\src\java echo === compiling ==== javac net\sf\jftp\JFtp.java echo === starting from new classes (remember: not all classes will be rebuilt!) ==== rem ressources like images have to be included, jar is easiest way if "%1" == "" java -cp %classpath%;..\..\build\jars\jftp.jar net.sf.jftp.JFtp if not "%1" == "" java -cp %classpath%;..\..\build\jars\jftp.jar net.sf.jftp.JFtp cd.. cd.. goto end :end
moabson/j-ftp
run.bat
bat
gpl-2.0
817
cmd_arch/arm/lib/io-writesw-armv4.o := /home/robin/toolchain/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /home/robin/toolchain/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/robin/android/CM7_kernel_TA/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -include asm/unified.h -mfpu=vfp -mtune=arm1136jf-s -c -o arch/arm/lib/io-writesw-armv4.o arch/arm/lib/io-writesw-armv4.S deps_arch/arm/lib/io-writesw-armv4.o := \ arch/arm/lib/io-writesw-armv4.S \ /home/robin/android/CM7_kernel_TA/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/robin/android/CM7_kernel_TA/arch/arm/include/asm/linkage.h \ /home/robin/android/CM7_kernel_TA/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/robin/android/CM7_kernel_TA/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/robin/android/CM7_kernel_TA/arch/arm/include/asm/hwcap.h \ arch/arm/lib/io-writesw-armv4.o: $(deps_arch/arm/lib/io-writesw-armv4.o) $(deps_arch/arm/lib/io-writesw-armv4.o):
spacecaker/CM7_Space_Kernel_Cooper
arch/arm/lib/.io-writesw-armv4.o.cmd
bat
gpl-2.0
1,761
cmd_drivers/net/ethernet/msm/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/net/ethernet/msm/built-in.o drivers/net/ethernet/msm/msm_rmnet_bam.o ; scripts/mod/modpost drivers/net/ethernet/msm/built-in.o
lindsaytheflint/stone
drivers/net/ethernet/msm/.built-in.o.cmd
bat
gpl-2.0
295
cmd_drivers/power/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/power/built-in.o drivers/power/power_supply.o drivers/power/sabresd_battery.o
FEDEVEL/tmp-imx6-tiny-rex-linux
drivers/power/.built-in.o.cmd
bat
gpl-2.0
254
cmd_fs/proc/built-in.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o fs/proc/built-in.o fs/proc/proc.o
Zaphod-Beeblebrox/kernel_rockchip_rk3188
fs/proc/.built-in.o.cmd
bat
gpl-2.0
139
cmd_arch/arm/mach-msm/memutils/memmove.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/memutils/.memmove.o.d -nostdinc -isystem /home/beto/toolchain/bin/../lib/gcc/arm-eabi/4.7.4/include -I/home/beto/android/lp/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/beto/android/lp/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -mcpu=cortex-a7 -include asm/unified.h -msoft-float -c -o arch/arm/mach-msm/memutils/memmove.o arch/arm/mach-msm/memutils/memmove.S source_arch/arm/mach-msm/memutils/memmove.o := arch/arm/mach-msm/memutils/memmove.S deps_arch/arm/mach-msm/memutils/memmove.o := \ /home/beto/android/lp/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/beto/android/lp/arch/arm/include/asm/linkage.h \ /home/beto/android/lp/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/cpu/use/domains.h) \ /home/beto/android/lp/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/beto/android/lp/arch/arm/include/asm/hwcap.h \ /home/beto/android/lp/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ arch/arm/mach-msm/memutils/memmove.o: $(deps_arch/arm/mach-msm/memutils/memmove.o) $(deps_arch/arm/mach-msm/memutils/memmove.o):
IndieBeto/StockLP
arch/arm/mach-msm/memutils/.memmove.o.cmd
bat
gpl-2.0
2,105
cmd_init.o = gcc -Wp,-MD,./.init.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/dpdk-stable-16.07.1/examples/multi_process/client_server_mp/mp_server/client_server_mp/mp_server/arm64-armv8a-linuxapp-gcc/include -I/root/dpdk-stable-16.07.1/arm64-armv8a-linuxapp-gcc/include -include /root/dpdk-stable-16.07.1/arm64-armv8a-linuxapp-gcc/include/rte_config.h -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -O3 -I/root/dpdk-stable-16.07.1/examples/multi_process/client_server_mp/mp_server/../shared -fno-strict-aliasing -o init.o -c /root/dpdk-stable-16.07.1/examples/multi_process/client_server_mp/mp_server/init.c
JerryLX/DPDK
examples/multi_process/client_server_mp/mp_server/client_server_mp/mp_server/arm64-armv8a-linuxapp-gcc/.init.o.cmd
bat
gpl-2.0
861
@echo off "C:\Program Files (x86)\Puppet Labs\Puppet\bin\facter.bat" --puppet kernelrelease
pmanwatkar/puppetModules
actions/files/facterWindows/kernelrelease_Windows.bat
bat
gpl-3.0
92
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=bxml if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not found. Make sure you have Sphinx installed, echo.then set the SPHINXBUILD environment variable to point to the full echo.path of the 'sphinx-build' executable. Alternatively you may add the echo.Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
BlackEarth/bxml
docs/make.bat
bat
mpl-2.0
802
@echo off setlocal enabledelayedexpansion :: Install Sitecore :: Batch Commands: :: Get directory of batch file : %~dp0 :: Get file name in for-loop : %%~nf :: Get file name and file type in for-loop : %%~nxf echo. echo BEGIN Script echo. :: Run operation. echo. echo BEGIN Operation echo. powershell.exe Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser powershell.exe -File .\Install_Sitecore.ps1 -ZipFileBaseName "Sitecore 8.2 rev. 161221" -SiteName "site1.com" -DatabasePrefixName "Site1" echo. echo END Operation echo. :end echo. echo END Script echo. :: Keep command window open. pause
williamchang/powershell-scripts
Sitecore_InstallEverything/Install_Sitecore.bat
bat
lgpl-3.0
613
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\..\..\rimraf\2.5.4\rimraf\bin.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\..\..\rimraf\2.5.4\rimraf\bin.js" %* )
DHclly/webDemo
nodeJsDemo/example/gulp/node_modules/.npminstall/del/2.2.2/del/node_modules/.bin/rimraf.cmd
bat
unlicense
218
geth --datadir "./" --rpc --rpcport "8545" --rpcaddr "0.0.0.0" --rpccorsdomain "*" --nodiscover
mycspring/ClaveChain
Geth/run.bat
bat
apache-2.0
95
start javaw -jar DriverStation.jar
UofIVespucci/DriverStation
run.bat
bat
apache-2.0
34
:: Run a set of FAST-TrIPs tests :: :: python runTest.py num_passengers asgn_type iters capacity :: :pax200_deterministic_iter1_nocap python ..\runTest.py 200 deterministic 1 0 SanFrancisco :pax200_deterministic_iter1_cap1 python ..\runTest.py 200 deterministic 1 1 SanFrancisco :pax200_deterministic_iter2_cap1 python ..\runTest.py 200 deterministic 2 1 SanFrancisco :: stochastic :pax200_stochastic_iter1_nocap python ..\runTest.py 200 stochastic 1 0 SanFrancisco :pax200_stochastic_iter1_cap1 python ..\runTest.py 200 stochastic 1 1 SanFrancisco :pax200_stochastic_iter2_cap1 python ..\runTest.py 200 stochastic 2 1 SanFrancisco
MetropolitanTransportationCommission/FAST-TrIPs-1
Examples/SanFrancisco/runAllTests.bat
bat
apache-2.0
640
psql -d geo -p 5432 -U postgres -c "CREATE EXTENSION IF NOT EXISTS postgis;" "C:\Program Files\PostgreSQL\12\bin\pg_restore" -Fc -d geo -p 5432 -U postgres "C:\git\minus34\gnaf-202202.dmp" "C:\Program Files\PostgreSQL\12\bin\pg_restore" -Fc -d geo -p 5432 -U postgres "C:\git\minus34\admin-bdys-202202.dmp" pause
minus34/gnaf-loader
supporting-files/restore-gnaf-admin-bdys.bat
bat
apache-2.0
315
@ECHO OFF set LOC=Y:\Wind\WindWeb\nwtc\docs :CopyFiles copy ChangeLog.txt %LOC%\NWTC_Library_ChangeLog.txt :Done set LOC=
NWTC/NWTC_Library
UpdateWeb.bat
bat
apache-2.0
167
ren Folie1.TIF sperm.tif ren Folie2.TIF humpback.tif ren Folie3.TIF mink.tif ren Folie4.TIF blue.tif ren Folie5.TIF "northern right.tif" ren Folie6.TIF orca.tif ren Folie7.TIF nar.tif ren Folie8.TIF beluga.tif ren Folie9.TIF "longfinned Pilot.tif" ren Folie10.TIF sei.tif ren Folie11.TIF fin.tif ren Folie12.TIF bowhead.tif ren Folie13.TIF beaked.tif ren Folie14.TIF beaked2.tif ren Folie15.TIF beaked3.tif ren Folie16.TIF noimage.tif
dzitterb/walog
images/whale_rename.bat
bat
bsd-2-clause
435
@echo off setlocal EnableDelayedExpansion set "WD=%__CD__%" if NOT EXIST "%WD%msys-2.0.dll" set "WD=%~dp0usr\bin\" set "LOGINSHELL=bash" set /a msys2_shiftCounter=0 rem To activate windows native symlinks uncomment next line rem set MSYS=winsymlinks:nativestrict rem Set debugging program for errors rem set MSYS=error_start:%WD%../../mingw64/bin/qtcreator.exe^|-debug^|^<process-id^> rem To export full current PATH from environment into MSYS2 use '-use-full-path' parameter rem or uncomment next line rem set MSYS2_PATH_TYPE=inherit :checkparams rem Help option if "x%~1" == "x-help" ( call :printhelp "%~nx0" exit /b %ERRORLEVEL% ) if "x%~1" == "x--help" ( call :printhelp "%~nx0" exit /b %ERRORLEVEL% ) if "x%~1" == "x-?" ( call :printhelp "%~nx0" exit /b %ERRORLEVEL% ) if "x%~1" == "x/?" ( call :printhelp "%~nx0" exit /b %ERRORLEVEL% ) rem Shell types if "x%~1" == "x-msys" shift& set /a msys2_shiftCounter+=1& set MSYSTEM=MSYS& goto :checkparams if "x%~1" == "x-msys2" shift& set /a msys2_shiftCounter+=1& set MSYSTEM=MSYS& goto :checkparams if "x%~1" == "x-mingw32" shift& set /a msys2_shiftCounter+=1& set MSYSTEM=MINGW32& goto :checkparams if "x%~1" == "x-mingw64" shift& set /a msys2_shiftCounter+=1& set MSYSTEM=MINGW64& goto :checkparams if "x%~1" == "x-mingw" shift& set /a msys2_shiftCounter+=1& (if exist "%WD%..\..\mingw64" (set MSYSTEM=MINGW64) else (set MSYSTEM=MINGW32))& goto :checkparams rem Console types if "x%~1" == "x-mintty" shift& set /a msys2_shiftCounter+=1& set MSYSCON=mintty.exe& goto :checkparams if "x%~1" == "x-conemu" shift& set /a msys2_shiftCounter+=1& set MSYSCON=conemu& goto :checkparams if "x%~1" == "x-defterm" shift& set /a msys2_shiftCounter+=1& set MSYSCON=defterm& goto :checkparams rem Other parameters if "x%~1" == "x-full-path" shift& set /a msys2_shiftCounter+=1& set MSYS2_PATH_TYPE=inherit& goto :checkparams if "x%~1" == "x-use-full-path" shift& set /a msys2_shiftCounter+=1& set MSYS2_PATH_TYPE=inherit& goto :checkparams if "x%~1" == "x-here" shift& set /a msys2_shiftCounter+=1& set CHERE_INVOKING=enabled_from_arguments& goto :checkparams if "x%~1" == "x-where" ( if "x%~2" == "x" ( echo Working directory is not specified for -where parameter. 1>&2 exit /b 2 ) cd /d "%~2" || ( echo Cannot set specified working diretory "%~2". 1>&2 exit /b 2 ) set CHERE_INVOKING=enabled_from_arguments rem Ensure parentheses in argument do not interfere with FOR IN loop below. set msys2_arg="%~2" call :substituteparens msys2_arg call :removequotes msys2_arg rem Increment msys2_shiftCounter by number of words in argument (as cmd.exe saw it). rem (Note that this form of FOR IN loop uses same delimiters as parameters.) for %%a in (!msys2_arg!) do set /a msys2_shiftCounter+=1 )& shift& shift& set /a msys2_shiftCounter+=1& goto :checkparams if "x%~1" == "x-no-start" shift& set /a msys2_shiftCounter+=1& set MSYS2_NOSTART=yes& goto :checkparams if "x%~1" == "x-shell" ( if "x%~2" == "x" ( echo Shell not specified for -shell parameter. 1>&2 exit /b 2 ) set LOGINSHELL="%~2" call :removequotes LOGINSHELL set msys2_arg="%~2" call :substituteparens msys2_arg call :removequotes msys2_arg for %%a in (!msys2_arg!) do set /a msys2_shiftCounter+=1 )& shift& shift& set /a msys2_shiftCounter+=1& goto :checkparams rem Collect remaining command line arguments to be passed to shell if %msys2_shiftCounter% equ 0 set SHELL_ARGS=%* & goto cleanvars set msys2_full_cmd=%* for /f "tokens=%msys2_shiftCounter%,* delims=,;= " %%i in ("!msys2_full_cmd!") do set SHELL_ARGS=%%j :cleanvars set msys2_arg= set msys2_shiftCounter= set msys2_full_cmd= rem Setup proper title if "%MSYSTEM%" == "MINGW32" ( set "CONTITLE=MinGW x32" ) else if "%MSYSTEM%" == "MINGW64" ( set "CONTITLE=MinGW x64" ) else ( set "CONTITLE=MSYS2 MSYS" ) if "x%MSYSCON%" == "xmintty.exe" goto startmintty if "x%MSYSCON%" == "xconemu" goto startconemu if "x%MSYSCON%" == "xdefterm" goto startsh if NOT EXIST "%WD%mintty.exe" goto startsh set MSYSCON=mintty.exe :startmintty if not defined MSYS2_NOSTART ( start "%CONTITLE%" "%WD%mintty" -i /msys2.ico -t "%CONTITLE%" "/usr/bin/%LOGINSHELL%" --login !SHELL_ARGS! ) else ( "%WD%mintty" -i /msys2.ico -t "%CONTITLE%" "/usr/bin/%LOGINSHELL%" --login !SHELL_ARGS! ) exit /b %ERRORLEVEL% :startconemu call :conemudetect || ( echo ConEmu not found. Exiting. 1>&2 exit /b 1 ) if not defined MSYS2_NOSTART ( start "%CONTITLE%" "%ComEmuCommand%" /Here /Icon "%WD%..\..\msys2.ico" /cmd "%WD%\%LOGINSHELL%" --login !SHELL_ARGS! ) else ( "%ComEmuCommand%" /Here /Icon "%WD%..\..\msys2.ico" /cmd "%WD%\%LOGINSHELL%" --login !SHELL_ARGS! ) exit /b %ERRORLEVEL% :startsh set MSYSCON= if not defined MSYS2_NOSTART ( start "%CONTITLE%" "%WD%\%LOGINSHELL%" --login !SHELL_ARGS! ) else ( "%WD%\%LOGINSHELL%" --login !SHELL_ARGS! ) exit /b %ERRORLEVEL% :EOF exit /b 0 :conemudetect set ComEmuCommand= if defined ConEmuDir ( if exist "%ConEmuDir%\ConEmu64.exe" ( set "ComEmuCommand=%ConEmuDir%\ConEmu64.exe" set MSYSCON=conemu64.exe ) else if exist "%ConEmuDir%\ConEmu.exe" ( set "ComEmuCommand=%ConEmuDir%\ConEmu.exe" set MSYSCON=conemu.exe ) ) if not defined ComEmuCommand ( ConEmu64.exe /Exit 2>nul && ( set ComEmuCommand=ConEmu64.exe set MSYSCON=conemu64.exe ) || ( ConEmu.exe /Exit 2>nul && ( set ComEmuCommand=ConEmu.exe set MSYSCON=conemu.exe ) ) ) if not defined ComEmuCommand ( FOR /F "tokens=*" %%A IN ('reg.exe QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ConEmu64.exe" /ve 2^>nul ^| find "REG_SZ"') DO ( set "ComEmuCommand=%%A" ) if defined ComEmuCommand ( call set "ComEmuCommand=%%ComEmuCommand:*REG_SZ =%%" set MSYSCON=conemu64.exe ) else ( FOR /F "tokens=*" %%A IN ('reg.exe QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ConEmu.exe" /ve 2^>nul ^| find "REG_SZ"') DO ( set "ComEmuCommand=%%A" ) if defined ComEmuCommand ( call set "ComEmuCommand=%%ComEmuCommand:*REG_SZ =%%" set MSYSCON=conemu.exe ) ) ) if not defined ComEmuCommand exit /b 2 exit /b 0 :printhelp echo Usage: echo %~1 [options] [login shell parameters] echo. echo Options: echo -mingw32 ^| -mingw64 ^| -msys[2] Set shell type echo -defterm ^| -mintty ^| -conemu Set terminal type echo -here Use current directory as working echo directory echo -where DIRECTORY Use specified DIRECTORY as working echo directory echo -[use-]full-path Use full current PATH variable echo instead of trimming to minimal echo -no-start Do not use "start" command and echo return login shell resulting echo errorcode as this batch file echo resulting errorcode echo -shell SHELL Set login shell echo -help ^| --help ^| -? ^| /? Display this help and exit echo. echo Any parameter that cannot be treated as valid option and all echo following parameters are passed as login shell command parameters. echo. exit /b 0 :removequotes FOR /F "delims=" %%A IN ('echo %%%1%%') DO set %1=%%~A GOTO :eof :substituteparens SETLOCAL FOR /F "delims=" %%A IN ('echo %%%1%%') DO ( set value=%%A set value=!value:^(=x! set value=!value:^)=x! ) ENDLOCAL & set %1=%value% GOTO :eof
mashir43/MSYS2-packages
filesystem/msys2_shell.cmd
bat
bsd-3-clause
7,623
haxelib run dox -i flash.xml -o .. -res resources --title "HaxeFlixel API docs" -D source-path https://github.com/HaxeFlixel/flixel/tree/master
flabbyfabby/flixel-docs
api/dox-gen/gendocs.bat
bat
mit
143
#!/bin/bash cd $(dirname $0) java -DSTOP.PORT=8887 -DSTOP.KEY=railo -jar -Xms256M -Xmx512M lib/start.jar
fingerskier/Wizard
start.bat
bat
mit
106
if "%RHO_PLATFORM%" == "android" ( cd platform\android rake --trace ) if "%RHO_PLATFORM%" == "iphone" ( cd platform\phone rake --trace ) if "%RHO_PLATFORM%" == "win32" ( call %RHO_VSCMNTOOLS% cd platform\qt rake --trace ) if "%RHO_PLATFORM%" == "bb" ( cd platform\bb rake --trace ) if "%RHO_PLATFORM%" == "wp8" ( cd platform\wp8 rake --trace ) if "%RHO_PLATFORM%" == "uwp" ( cd platform\uwp rake --trace )
watusi/rhodes
lib/commonAPI/logCapture/ext/build.bat
bat
mit
425
rmdir /S /Q .vs rmdir /S /Q ipch rmdir /S /Q Debug rmdir /S /Q Release del /F /S /Q *.VC.db del /F /S /Q *.VC.VC.opendb
ReneSlijkhuis/gimp-wic-plugin
wic_plugin/clean.bat
bat
mit
128
cmd_drivers/input/keyboard/built-in.o := rm -f drivers/input/keyboard/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/input/keyboard/built-in.o
jdlfg/Mecha-kernel-jdlfg
drivers/input/keyboard/.built-in.o.cmd
bat
gpl-2.0
201
@echo off setlocal echo set the Visual Studio environment by calling vcvarsall.bat call "%VCINSTALLDIR%"/vcvarsall.bat %PROCESSOR_ARCHITECTURE% REM The express version of Visual Studio does not have devenv and REM uses msbuild. Older versions of Visual Studio still need to REM use devenv set use_devenv=0 which devenv > nul 2>&1 if %ERRORLEVEL% == 0 set use_devenv=1 REM From VisualStudio 2010 the project files were rename .vcxproj REM so we need to find out whether we are dealing with a .vcproj REM or a .vcxproj and call the correct project file accordingly set projsfx=vcxproj echo "%VCINSTALLDIR%" | findstr /C:"Studio 8" 1>nul IF %ERRORLEVEL% == 0 set projsfx=vcproj echo "%VCINSTALLDIR%" | findstr /C:"Studio 9.0" 1>nul IF %ERRORLEVEL% == 0 set projsfx=vcproj echo Building sacpp_durability_types.%projsfx% if %use_devenv% == 1 ( devenv "%OSPL_HOME%examples\All_Standalone_C_and_CPlusPlus.sln" /%1 Release /project "%OSPL_HOME%examples\dcps\Durability\cpp\standalone\sacpp_durability_types.%projsfx%" ) else ( msbuild sacpp_durability_types.%projsfx% /p:Configuration=Release ) IF NOT %ERRORLEVEL% == 0 ( ECHO: ECHO *** Error building ECHO: GOTO error ) cd %~dp0 echo Building sacpp_durability_sub.%projsfx% if %use_devenv% == 1 ( devenv "%OSPL_HOME%examples\All_Standalone_C_and_CPlusPlus.sln" /%1 Release /project "%OSPL_HOME%examples\dcps\Durability\cpp\standalone\sacpp_durability_sub.%projsfx%" ) else ( msbuild sacpp_durability_sub.%projsfx% /p:Configuration=Release ) IF NOT %ERRORLEVEL% == 0 ( ECHO: ECHO *** Error building ECHO: GOTO error ) cd %~dp0 echo Building sacpp_durability_pub.%projsfx% if %use_devenv% == 1 ( devenv "%OSPL_HOME%examples\All_Standalone_C_and_CPlusPlus.sln" /%1 Release /project "%OSPL_HOME%examples\dcps\Durability\cpp\standalone\sacpp_durability_pub.%projsfx%" ) else ( msbuild sacpp_durability_pub.%projsfx% /p:Configuration=Release ) IF NOT %ERRORLEVEL% == 0 ( ECHO: ECHO *** Error building ECHO: GOTO error ) cd %~dp0 GOTO end :error ECHO An error occurred, exiting now :end
PrismTech/opensplice
examples/dcps/Durability/cpp/standalone/Build.bat
bat
gpl-3.0
2,135
@echo off setlocal rem Copyright (c) 1999, 2009 Tanuki Software, Ltd. rem http://www.tanukisoftware.com rem All rights reserved. rem rem This software is the proprietary information of Tanuki Software. rem You shall use it only in accordance with the terms of the rem license agreement you entered into with Tanuki Software. rem http://wrapper.tanukisoftware.org/doc/english/licenseOverview.html rem rem Java Service Wrapper general NT service uninstall script. rem Optimized for use with version 3.3.9 of the Wrapper. rem if "%OS%"=="Windows_NT" goto nt echo This script only works with NT-based versions of Windows. goto :eof :nt rem rem Find the application home. rem rem %~dp0 is location of current script under NT set _REALPATH=%~dp0 rem Decide on the wrapper binary. set _WRAPPER_BASE=wrapper set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-x86-32.exe if exist "%_WRAPPER_EXE%" goto conf set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-x86-64.exe if exist "%_WRAPPER_EXE%" goto conf set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%.exe if exist "%_WRAPPER_EXE%" goto conf echo Unable to locate a Wrapper executable using any of the following names: echo %_REALPATH%%_WRAPPER_BASE%-windows-x86-32.exe echo %_REALPATH%%_WRAPPER_BASE%-windows-x86-64.exe echo %_REALPATH%%_WRAPPER_BASE%.exe pause goto :eof rem rem Find the wrapper.conf rem :conf set _WRAPPER_CONF="%~f1" if not %_WRAPPER_CONF%=="" goto startup set _WRAPPER_CONF="%_REALPATH%\wrapper.conf" rem rem Uninstall the Wrapper as an NT service. rem :startup "%_WRAPPER_EXE%" -r %_WRAPPER_CONF% if not errorlevel 1 goto :eof pause
ezScrum/ezScrum
ServiceWrapper/ServiceWrapper_x86/UninstallApp-NT.bat
bat
gpl-2.0
1,603
@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 goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %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 ) if "%1" == "html" ( cd .. & python setup.py build_ext --inplace & cd doc %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\project_name.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\project_name.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 %BUILDDIR%/.. 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 %BUILDDIR%/.. 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" == "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
Modeful/poc
libs/garden/filebrowser/doc/make.bat
bat
gpl-3.0
6,534
@echo off setlocal enabledelayedexpansion call CleanAll.cmd nopause call BuildAll.cmd
twitwi/BridJ
src/main/cpp/buildsys/vs2008/RebuildAll.cmd
bat
bsd-3-clause
87
@echo off :: :: Prebuild generator for the OpenMetaverse Library :: :: Command Line Options: :: (none) - create solution/project files and create compile.bat file to build solution :: msbuild - Create project files, compile solution :: msbuild runtests - create project files, compile solution, run unit tests :: msbuild docs - create project files, compile solution, build API documentation :: msbuild docs dist - Create project files, compile solution, run unit tests, build api documentation, create binary zip :: - and exe installer :: :: nant - Create project files, run nant to compile solution :: nant runtests - Create project files, run nant to compile solution, run unit tests :: echo ########################################## echo creating prebuild files for: vs2012 echo Parameters: %1 %2 echo ########################################## :: run prebuild to generate solution/project files from prebuild.xml configuration file bin\Prebuild.exe /target vs2012 :: build compile.bat file based on command line parameters echo @echo off > compile.bat if(.%1)==(.) echo C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild OpenMetaverse.sln >> compile.bat if(.%1)==(.msbuild) echo echo ==== COMPILE BEGIN ==== >> compile.bat if(.%1)==(.msbuild) echo %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /p:Configuration=Release OpenMetaverse.sln >> compile.bat if(.%1)==(.msbuild) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat if(.%1)==(.nant) echo nant >> compile.bat if(.%1)==(.nant) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat if(.%2)==(.docs) echo echo ==== GENERATE DOCUMENTATION BEGIN ==== >> compile.bat if(.%2)==(.docs) echo %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /p:Configuration=Release docs\OpenMetaverse.shfbproj >> compile.bat if(.%2)==(.docs) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat if(.%2)==(.docs) echo 7z.exe a -tzip docs\documentation.zip docs\trunk >> compile.bat if(.%2)==(.docs) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat if(.%2)==(.runtests) echo echo ==== UNIT TESTS BEGIN ==== >> compile.bat if(.%2)==(.runtests) echo nunit-console bin\OpenMetaverse.Tests.dll /exclude:Network /nodots /labels /xml:testresults.xml >> compile.bat if(.%2)==(.runtests) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat :: nsis compiler needs to be in path if(.%3)==(.dist) echo echo ==== GENERATE DISTRIBUTION BEGIN ==== >> compile.bat if(.%3)==(.dist) echo makensis.exe /DPlatform=test docs\OpenMetaverse-installer.nsi >> compile.bat if(.%3)==(.dist) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat if(.%3)==(.dist) echo 7z.exe a -tzip dist\openmetaverse-dist.zip @docs\distfiles.lst >> compile.bat if(.%3)==(.dist) echo IF ERRORLEVEL 1 GOTO FAIL >> compile.bat echo :SUCCESS >> compile.bat echo echo Build Successful! >> compile.bat echo exit /B 0 >> compile.bat echo :FAIL >> compile.bat echo echo Build Failed, check log for reason >> compile.bat echo exit /B 1 >> compile.bat :: perform the appropriate action if(.%1)==(.msbuild) compile.bat if(.%1)==(.nant) compile.bat if(.%1)==(.dist) compile.bat
JakDaniels/libOMVClients
runprebuild2012.bat
bat
mit
3,117
universe = vanilla executable = x_sleep.pl arguments = 30 periodic_hold = true queue 4
bbockelm/htcondor
src/condor_tests/job_dagman_maxidle-A-nodeB.cmd
bat
apache-2.0
87
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=certbot-dns-cloudflare if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
nohona/cron-crm
usr/local/certbot/certbot-dns-cloudflare/docs/make.bat
bat
gpl-3.0
790
COPY \\?\%1 "DULL\" COPY \\?\%1 "FINE\" COPY \\?\%1 "FLINT\" COPY \\?\%1 "FLUID\" COPY \\?\%1 "LAPIS\" COPY \\?\%1 "LIGNITE\" COPY \\?\%1 "NONE\" COPY \\?\%1 "PAPER\" COPY \\?\%1 "POWDER\" COPY \\?\%1 "QUARTZ\" COPY \\?\%1 "ROUGH\" COPY \\?\%1 "SAND\"
MauveCloud/sphax-patch-gregtech
source-designs/1.7.10_2/assets/gregtech/textures/items/materialicons/copy_into_dull.bat
bat
mit
251
@echo off bundler\SqlBundler.exe ..\..\..\ "db/1.x/1.0" false copy auth.sql auth-blank.sql del auth.sql copy auth-blank.sql ..\..\auth-blank.sql pause
mixerp4/frapid
src/Frapid.Web/Areas/Frapid.Authorization/db/1.x/1.0/rebundle-db-without-sample.bat
bat
mit
150
REM define path to the folder where synchronized data will be pushed...this could be Filr, dropbox, google drive e.t.c set shared_folder_path=C:\shared_folder_path set pgbin_path=C:\Program Files\PostgreSQL\8.4\bin set zip_path=C:\Program Files\7-Zip set oc_data=zipped_study_data_file_containing_db_dump.zip set zip_source="\\path_on_your_server_where_the_zipped_file_is_moved_to_because_file_on_the_shared_folder_can_be_removed_by_the_owner" set extracted_zip_source="\\path_on_the_server_where_zipped_folder_is_extracted\extracted" set study_db_name=study_name xcopy %shared_folder_path%\*.zip %zip_source% /Q /Y call extract.cmd call rename_db.cmd call drop.cmd call create.cmd call restore.cmd REM 5.execute python scheduler using REM --------------------------------------------------- call schedule.cmd REM 6. Execute python import using REM --------------------------------------------------- call import.cmd
mochisoft/OC_Offline
sync_master_script.cmd
bat
mit
929
@echo off if "%1"=="" goto default_value_python: if "%1"=="default" goto default_value_python: set pythonexe=%1 goto start_script: :default_value_python: set pythonexe=c:\Python370_x64 :start_script: set current=%~dp0 set PATH=%pythonexe%;%pythonexe%\Scripts;%PATH% @echo create %current%..\..\dist if not exist %current%..\..\dist mkdir %current%..\..\dist :clone: if exist bottlechest goto update: git clone --recursive https://github.com/biolab/bottlechest %current%bottlechest goto build: :update: git pull %current%bottlechest :build: pushd %current%bottlechest python -u setup.py bdist_wheel popd :copy: copy %current%bottlechest\dist\*.whl %current%..\..\dist
sdpython/pymyinstall
whl/windows/build_bottlechest.bat
bat
mit
673
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %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 ) 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\poitour.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\poitour.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 %BUILDDIR%/.. 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 %BUILDDIR%/.. 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" == "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
fabioscala/poitour-backend
doc/make.bat
bat
mit
6,703
@echo off setlocal set SVN_BINDIR=C:/Program Files (x86)/VisualSVN Server/bin/ set REPOS=%1 set TXN=%2 rem check that logmessage contains at least 10 characters svnlook log "%REPOS%" -t "%TXN%"| findstr "^\[BugID\:[0-9]*\]" > nul endlocal if %errorlevel% gtr 0 goto err exit 0 :err echo Your message should look like [BugID:XXX]XXXX. Commit aborted! Please enter again. 1>&2 exit 1
lee-leon/buggit
pre-commit.bat
bat
mit
393
@echo off cd %~dp0 python auto-plex.py
gotling/AutoPlex
auto-plex.bat
bat
mit
40
@echo off title Super Mario Paint v1.4.3 java -jar ./SMPv1.4.3.jar echo [Done] pause
DC37/Super-Mario-Paint
SMP_J1_8.bat
bat
mit
84
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=statscraper if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
jplusplus/statscraper
docs/make.bat
bat
mit
815
fxc ..\AMD_ShadowFX.hlsl /T vs_5_0 /E vsFullscreen /O1 /Fh ..\inc\VS_FULLSCREEN.inc /Vn VS_FULLSCREEN_Data SET FXC_COMPILE_UNIFORM_PS=fxc.exe /nologo ..\AMD_ShadowFX.hlsl /T ps_5_0 /Od /E shadowFiltering /DAMD_SHADOWFX_FILTERING=0 SET FXC_COMPILE_CONTACT_PS=fxc.exe /nologo ..\AMD_ShadowFX.hlsl /T ps_5_0 /Od /E shadowFiltering /DAMD_SHADOWFX_FILTERING=1 SET FXC_COMPILE_POINT_PS=fxc.exe /nologo ..\AMD_ShadowFX.hlsl /T ps_5_0 /Od /E shadowFiltering /DAMD_SHADOWFX_FILTERING=10 SET ABRV=PS_SF_T2D_CONTACT_TEX_FETCH %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_7.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_9.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_11.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_13.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_15.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15.inc /Vn %ABRV%_GATHER4_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_7.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_9.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_11.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_13.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_15.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15.inc /Vn %ABRV%_GATHER4_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=0 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_7.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_9.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_11.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_13.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_15.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_NONE_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15.inc /Vn %ABRV%_PCF_TAP_TYPE_FIXED_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_7.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_9.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_11.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_13.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_15.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_NONE_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_CALC_FROM_DEPTH_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_7_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_9_Data /DAMD_SHADOWFX_FILTER_SIZE=9 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_11_Data /DAMD_SHADOWFX_FILTER_SIZE=11 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_13_Data /DAMD_SHADOWFX_FILTER_SIZE=13 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 %FXC_COMPILE_CONTACT_PS% /Fh ..\inc\%ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15.inc /Vn %ABRV%_PCF_TAP_TYPE_POISSON_NORMAL_OPTION_READ_FROM_SRV_FILTER_SIZE_15_Data /DAMD_SHADOWFX_FILTER_SIZE=15 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=1 /DAMD_SHADOWFX_TEXTURE_FETCH=1 /DAMD_SHADOWFX_TAP_TYPE=1 SET ABRV=PS_SF_T2D_POINT %FXC_COMPILE_POINT_PS% /Fh ..\inc\%ABRV%_NORMAL_OPTION_NONE.inc /Vn %ABRV%_NORMAL_OPTION_NONE_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=0 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_POINT_PS% /Fh ..\inc\%ABRV%_NORMAL_OPTION_CALC_FROM_DEPTH.inc /Vn %ABRV%_NORMAL_OPTION_CALC_FROM_DEPTH_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=1 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0 %FXC_COMPILE_POINT_PS% /Fh ..\inc\%ABRV%_NORMAL_OPTION_READ_FROM_SRV.inc /Vn %ABRV%_NORMAL_OPTION_READ_FROM_SRV_Data /DAMD_SHADOWFX_FILTER_SIZE=7 /DAMD_SHADOWFX_NORMAL_OPTION=2 /DAMD_SHADOWFX_TAP_TYPE=0 /DAMD_SHADOWFX_TEXTURE_FETCH=0
GPUOpen-Effects/ShadowFX
amd_shadowfx/src/Shaders/build/fxc_compile_contact_filtering.bat
bat
mit
21,865