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
set lines=======================================================================
echo %lines%
IF "%1"=="" (
ECHO.
ECHO The calling syntax for this script is
ECHO RunRegistry ModuleName [FAST_Root_Loc]
ECHO.
GOTO Done
)
REM ----------------------------------------------------------------------------
REM ------------------------- LOCAL PATHS --------------------------------------
REM ----------------------------------------------------------------------------
REM -- USERS MAY EDIT THESE PATHS TO POINT TO FOLDERS ON THEIR LOCAL MACHINES. -
REM -- NOTE: do not use quotation marks around the path names!!!! --------------
REM ----------------------------------------------------------------------------
REM ----------------------------------------------------------------------------
SET Root_Loc=..\..\..
IF not "%2"=="" SET Root_Loc=%2
SET Subs_Loc=%Root_Loc%\subs
SET FAST_Loc=%Root_Loc%\Source
SET Registry=%Root_Loc%\bin\Registry_win32.exe
SET ED_Loc=%FAST_Loc%\dependencies\ElastoDyn
SET AD14_Loc=%FAST_Loc%\dependencies\AeroDyn14
SET DWM_Loc=%AD14_Loc%
SET IfW_Loc=%Subs_Loc%\InflowWind\Source
SET HD_Loc=%FAST_Loc%\dependencies\HydroDyn
SET SD_Loc=%FAST_Loc%\dependencies\SubDyn
SET MAP_Loc=%FAST_Loc%\dependencies\MAP
SET FEAM_Loc=%FAST_Loc%\dependencies\FEAMooring
SET IceF_Loc=%FAST_Loc%\dependencies\IceFloe
SET IceD_Loc=%FAST_Loc%\dependencies\IceDyn
SET MD_Loc=%FAST_Loc%\dependencies\MoorDyn
SET OpFM_Loc=%FAST_Loc%\dependencies\OpenFOAM
SET Orca_Loc=%FAST_Loc%\dependencies\OrcaFlex
SET NWTC_Lib_Loc=%Subs_Loc%\NWTC_Library\source
SET ExtPtfm_Loc=%Subs_Loc%\ExtPtfm\source
SET AD_Loc=%Subs_Loc%\AeroDyn\Source\dependencies\AeroDyn
SET BEMT_Loc=%Subs_Loc%\AeroDyn\Source\dependencies\BEMT
SET UA_Loc=%Subs_Loc%\AeroDyn\Source\dependencies\UnsteadyAero
SET AFI_Loc=%Subs_Loc%\AeroDyn\Source\dependencies\Airfoil_Info
SET SrvD_Loc=%Subs_Loc%\ServoDyn\source\ServoDyn
SET TMD_Loc=%Subs_Loc%\ServoDyn\source\TMD
SET BD_Loc=%Subs_Loc%\BeamDyn\source
SET HD_Reg_Loc=%HD_Loc%
SET IfW_Reg_Loc=%IfW_Loc%\Registry
SET MAP_Loc_R=%MAP_Loc%
SET ALL_FAST_Includes=-I "%FAST_Loc%" -I "%NWTC_Lib_Loc%" -I "%ED_Loc%" -I "%SrvD_Loc%" -I "%AD14_Loc%" -I^
"%AD_Loc%" -I "%BEMT_Loc%" -I "%UA_Loc%" -I "%AFI_Loc%" -I "%BD_Loc%" -I^
"%IfW_Reg_Loc%" -I "%DWM_LOC%" -I "%SD_Loc%" -I "%HD_Reg_Loc%" -I "%MAP_Loc_R%" -I "%FEAM_Loc%" -I^
"%IceF_Loc%" -I "%IceD_Loc%" -I "%TMD_Loc%" -I "%MD_Loc%" -I "%OpFM_Loc%" -I "%Orca_Loc%" -I "%ExtPtfm_Loc%"
SET ModuleName=%1
GOTO %ModuleName%
REM ----------------------------------------------------------------------------
REM ---------------- RUN THE REGISTRY TO AUTO-GENERATE FILES -------------------
REM ----------------------------------------------------------------------------
:FAST
SET CURR_LOC=%FAST_Loc%
%REGISTRY% "%CURR_LOC%\FAST_Registry.txt" %ALL_FAST_Includes% -noextrap -O "%CURR_LOC%"
GOTO checkError
:BeamDyn
SET CURR_LOC=%BD_Loc%
%REGISTRY% "%CURR_LOC%\Registry_BeamDyn.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:ElastoDyn
SET CURR_LOC=%ED_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:ServoDyn
SET CURR_LOC=%SrvD_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -I "%TMD_Loc%" -O "%CURR_LOC%"
GOTO checkError
:TMD
SET CURR_LOC=%TMD_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:InflowWind
:Lidar
SET CURR_LOC=%IfW_Loc%
%REGISTRY% "%IfW_Reg_Loc%\%ModuleName%.txt" -I "%NWTC_Lib_Loc%" -I "%IfW_Reg_Loc%" -O "%CURR_LOC%"
GOTO checkError
:IfW_TSFFWind
:IfW_HAWCWind
:IfW_BladedFFWind
:IfW_UserWind
:IfW_UniformWind
:IfW_4Dext
SET CURR_LOC=%IfW_Loc%
%REGISTRY% "%IfW_Reg_Loc%\%ModuleName%.txt" -I "%NWTC_Lib_Loc%" -I "%IfW_Reg_Loc%" -noextrap -O "%CURR_LOC%"
GOTO checkError
:OpenFOAM
SET CURR_LOC=%OpFM_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -ccode -O "%CURR_LOC%"
GOTO checkError
:AeroDyn
SET CURR_LOC=%AD_Loc%
%REGISTRY% "%CURR_LOC%\AeroDyn_Registry.txt" -I "%NWTC_Lib_Loc%" -I "%BEMT_Loc%" -I "%UA_Loc%" -I "%AFI_Loc%" -O "%CURR_LOC%"
GOTO checkError
:BEMT
SET CURR_LOC=%BEMT_Loc%
%REGISTRY% "%CURR_LOC%\BEMT_Registry.txt" -I "%NWTC_Lib_Loc%" -I "%UA_Loc%" -I "%AFI_Loc%" -O "%CURR_LOC%"
GOTO checkError
:AFI
SET CURR_LOC=%AFI_Loc%
%REGISTRY% "%CURR_LOC%\AirfoilInfo_Registry.txt" -I "%NWTC_Lib_Loc%" -noextrap -O "%CURR_LOC%"
GOTO checkError
:UA
SET CURR_LOC=%UA_Loc%
%REGISTRY% "%CURR_LOC%\UnsteadyAero_Registry.txt" -I "%NWTC_Lib_Loc%" -I "%AFI_Loc%" -O "%CURR_LOC%"
GOTO checkError
:AeroDyn14
SET CURR_LOC=%AD14_Loc%
%REGISTRY% "%CURR_LOC%\Registry-AD14.txt" -I "%NWTC_Lib_Loc%" -I "%AD14_Loc%" -I "%DWM_Loc%" -I "%IfW_Reg_Loc%" -O "%CURR_LOC%"
GOTO checkError
:DWM
SET CURR_LOC=%DWM_Loc%
%REGISTRY% "%CURR_LOC%\Registry-DWM.txt" -I "%NWTC_Lib_Loc%" -I "%IfW_Reg_Loc%" -O "%CURR_LOC%"
GOTO checkError
:HydroDyn
:Current
:Waves
:Waves2
:SS_Radiation
:Conv_Radiation
:WAMIT
:WAMIT2
:Morison
SET CURR_LOC=%HD_Loc%
%REGISTRY% "%HD_Reg_Loc%\%ModuleName%.txt" -I "%NWTC_Lib_Loc%" -I "%HD_Reg_Loc%" -O "%CURR_LOC%"
GOTO checkError
:SubDyn
SET CURR_LOC=%SD_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:MAP
SET CURR_LOC=%MAP_Loc_R%
IF /I "%2"=="dev" (
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -ccode -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
)
GOTO checkError
:FEAMooring
SET CURR_LOC=%FEAM_Loc%
%REGISTRY% "%CURR_LOC%\FEAM_Registry.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:MoorDyn
SET CURR_LOC=%MD_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:IceFloe
SET CURR_LOC=%IceF_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_FASTRegistry.inp" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:IceDyn
SET CURR_LOC=%IceD_Loc%
%REGISTRY% "%CURR_LOC%\Registry_%ModuleName%.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:OrcaFlexInterface
SET CURR_LOC=%Orca_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:ExtPtfm_MCKF
SET CURR_LOC=%ExtPtfm_Loc%
%REGISTRY% "%CURR_LOC%\%ModuleName%_Registry.txt" -I "%NWTC_Lib_Loc%" -O "%CURR_LOC%"
GOTO checkError
:checkError
ECHO.
IF %ERRORLEVEL% NEQ 0 (
ECHO Error running FAST Registry for %ModuleName%.
) ELSE (
ECHO Registry for %ModuleName% completed.
REM COPY /Y "%ModuleName%_Types.f90" "%CURR_LOC%"
rem IF /I "%ModuleName%"=="MAP" COPY /Y "%ModuleName%_Types.h" "%CURR_LOC%"
)
:end
REM ----------------------------------------------------------------------------
REM ------------------------- CLEAR MEMORY -------------------------------------
REM ----------------------------------------------------------------------------
ECHO.
SET ModuleName=
SET CURR_LOC=
SET Root_Loc=
SET Subs_Loc=
SET FAST_Loc=
SET Registry=
SET ED_Loc=
SET BD_Loc=
SET AD14_Loc=
SET DWM_Loc=
SET IfW_Loc=
SET HD_Loc=
SET SD_Loc=
SET MAP_Loc=
SET FEAM_Loc=
SET IceF_Loc=
SET IceD_Loc=
SET MD_Loc=
SET OpFM_Loc=
SET Orca_Loc=
SET NWTC_Lib_Loc=
SET ExtPtfm_Loc=
SET AD_Loc=
SET BEMT_Loc=
SET UA_Loc=
SET AFI_Loc=
SET SrvD_Loc=
SET TMD_Loc=
SET HD_Reg_Loc=
SET IfW_Reg_Loc=
SET MAP_Loc_R=
SET ALL_FAST_Includes=
:Done
echo %lines%
set lines=
:PathsOnly | NWTC/FAST | Compiling/VisualStudio/FASTlib/RunRegistry.bat | bat | apache-2.0 | 7,317 |
srefc -c "compile_cl /I..\SRLib" -d ../SRLib Test_swap.sref Test_swap_b refalrts Library LibraryEx
del *.obj
del *.tds | Mazdaywik/mrefal | Tests/Simple Refal/test_swap.bat | bat | bsd-2-clause | 118 |
cd %~dp0
cd ..
set BASE=%CD%
set CLASSPATH="%BASE%/lib/*"
java -cp %CLASSPATH% i5.las2peer.tools.UserAgentGenerator 8ang-04 "acdsenserwth" [email protected]
pause
| rwth-acis/acdsense-evaldata-service | bin/start_UserAgentGenerator.bat | bat | bsd-3-clause | 175 |
@echo off
:: ArtfulBits Inc. (c) 2005-2015
::
:: Signing of the APK by certificate
SET JDK=%JAVA_HOME%\bin
SET COMPANY=artfulbits
SET KEYSTORE=%COMPANY%.debug.keystore
:: validate script dependences
if not exist "%JDK%\keytool.exe" (
goto :error keytool.exe
goto :EOF
)
SET KEY=android
SET PASS=android
SET ALIAS=androiddebugkey
:: generate key
if not exist "%DEST%\%KEYSTORE%" (
"%JDK%\keytool.exe" -genkey -alias %ALIAS% -keyalg RSA -validity 20000 ^
-storepass %PASS% -keypass %KEY% -keystore %KEYSTORE% ^
-dname "CN=%COMPANY%.com, OU=%COMPANY% security, O=%COMPANY%, L=%COMPANY%, S=Lviv, C=UA"
)
goto :EOF
:: -------------------------------------------------------------------------------------
:error
echo ERROR:
echo Script for running require proper path to JDK.
echo %1 can not be found. Please fix script variables declaration.
echo Please set correctly JDK script variable.
echo Search path is: "%JDK%\%1"
goto :EOF | OleksandrKucherenko/binding-tc | gradle/release/create_debug_keystore.cmd | bat | mit | 941 |
@ECHO off
echo press Ctrl+Z on a blank line to exit
more %1
more>>%1
| Recdeclec-Public/batchgames | The Hallows/chapters/1/Program Files/append.bat | bat | mit | 75 |
@echo off
CALL %ANDROID_SDK_ROOT%/tools/android.bat update project -p .
%ANT_HOME%/bin/ant release -Dndk.debug=0
| Alloyed/Play- | build_android/build_release.cmd | bat | bsd-2-clause | 113 |
@echo off
set line=%FOO%
echo Your original string:
%FOO%
set num=0
:LOOP
call set tmpa=%%line:~%num%,1%%%
set /a num+=1
if not "%tmpa%" equ "" (
set rline=%tmpa%%rline%
goto LOOP
)
echo Your string reversed value is: %rline% | thc202/Benchmark | src/main/resources/insecureCmd.bat | bat | gpl-2.0 | 227 |
@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\SplunkPythonSDK.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\SplunkPythonSDK.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
| ww9rivers/splunk-sdk-python | docs/make.bat | bat | apache-2.0 | 5,114 |
universe = scheduler
executable = job_core_queue.pl
log = job_core_queue_sched.log
error = job_core_queue_sched.err
output = ./job_core_queue_sched.out
Notification = NEVER
arguments = hello
queue 40
| bbockelm/htcondor | src/condor_tests/job_core_queue_sched.cmd | bat | apache-2.0 | 203 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\hapi\bin\hapi" %*
) ELSE (
node "%~dp0\..\hapi\bin\hapi" %*
) | bzhmaddog/CloudMovieCatalog | api/node_modules/.bin/hapi.cmd | bat | mit | 123 |
@echo off
setlocal enabledelayedexpansion
set SCRIPT_DIR=%~dp0
IF %SCRIPT_DIR:~-1%==\ set SCRIPT_DIR=%SCRIPT_DIR:~0,-1%
pushd "%SCRIPT_DIR%/tests"
python -m unittest discover -s "%SCRIPT_DIR%/tests" -p "test*.py"
popd | r3code/py-jsonrpc-lite | testall.bat | bat | mit | 217 |
@ECHO OFF
@setlocal enableextensions
@cd /d "%~dp0"
mkdir "%ProgramFiles%\gmosh\bin\" > NUL
xcopy "bin\*" "%ProgramFiles%\gmosh\bin\" /Y
xcopy "required\*" "%ProgramFiles%\gmosh\bin\" /Y
xcopy "README.txt" "%ProgramFiles%\gmosh\" /Y
:: https://code.google.com/p/pathed/
:: Add the gmosh bin directory to %PATH% so you can run it from the command prompt
pathed.exe -a "%ProgramFiles%\gmosh\bin"
setx PATH "%ProgramFiles%\gmosh\bin;%path%"
:: Add context menu items!
REGEDIT.EXE /S contextmenu.reg
echo Install complete
PAUSE
| FPtje/gmosh | package/Windows/install.bat | bat | mit | 526 |
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /p:AllowUnsafeBlocks=true /m:8 /p:Configuration=Release "UniversalGrid.sln"
PAUSE | roberino/UniversalGrid | build.cmd | bat | mit | 135 |
@echo off
node %~dp0tasks.js %*
| OpenMagic/OpenMagic.ErrorTracker.Core | scripts/run-task.cmd | bat | mit | 32 |
@echo off
echo node-adodb examples:
node schema.js
pause
| nuintun/node-adodb | examples/schema.bat | bat | mit | 57 |
mkdir temp
cd temp
cmake -G "Visual Studio 14 2015 Win64" ../.. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
cmake -DCMAKE_INSTALL_PREFIX=../install -P cmake_install.cmake
| paulthomson/get-image | windows_out/build.cmd | bat | mit | 189 |
IF NOT EXIST "C:\Windows6.0-KB968930-x64.msu" (
ECHO "Downloading Powershell 2.0"
C:\Windows\System32\cscript.exe a:\downloadFile.vbs "http://download.microsoft.com/download/2/8/6/28686477-3242-4E96-9009-30B16BED89AF/Windows6.0-KB968930-x64.msu" "C:\Windows6.0-KB968930-x64.msu"
timeout 10 > null
ECHO "Installing Powershell 2.0"
C:\Windows\System32\wusa.exe C:\Windows6.0-KB968930-x64.msu /quiet /norestart
)
timeout 20 > null
| opentable/packer-images | windows/scripts/ps.bat | bat | mit | 439 |
java -classpath npe-tools-1.0.jar;npe-image-library-1.0.jar;npe-base-1.0.jar net.npe.tools.ImageConverter %*
| npedotnet/npe-tools | bin/bat/imgconv.bat | bat | mit | 109 |
cmd_/tools/include/linux/netfilter_arp/.install := /bin/sh scripts/headers_install.sh /tools/include/linux/netfilter_arp /UHL/sources/linux-3.10.14/include/uapi/linux/netfilter_arp/arp_tables.h /UHL/sources/linux-3.10.14/include/uapi/linux/netfilter_arp/arpt_mangle.h ; for F in ; do echo "\#include <asm-generic/$$F>" > /tools/include/linux/netfilter_arp/$$F; done; touch /tools/include/linux/netfilter_arp/.install
| zichiban/UnixHubLinux | tools/include/linux/netfilter_arp/..install.cmd | bat | mit | 421 |
@rem Script to build LuaWinAPI under "Visual Studio .NET Command Prompt".
@rem Do not run from this directory; run it from the toplevel: etc\mkvs.bat.
@rem It creates LuaWinAPI.dll in src.
@setlocal
set LUAWINAPIROOT=%CD%
@set LUAROOT=c:/Lua/5.1
@set LUAINCLUDE=%LUAROOT%/include
@set LUALIB=%LUAROOT%/lib
@set LUACWRAPROOT=%LUAWINAPIROOT%/../luacwrap
@set LUACWRAPINCLUDE=%LUACWRAPROOT%/include
@set LUACWRAPLIB=%LUACWRAPROOT%/src
@set MYCOMPILE=cl /nologo /MD /O2 /W3 /c /GS- /D_CRT_SECURE_NO_DEPRECATE /DLUAWINAPI_API="" /I%LUAINCLUDE% /I%LUACWRAPINCLUDE%
@set MYLINK=link /nologo /LIBPATH:%LUALIB% /LIBPATH:%LUACWRAPLIB%
@set MYMT=mt /nologo
cd src
@rem create luawinapi.dll
%MYCOMPILE% enumwindow.c gdihelpers.c gen_abstractions.c gen_structs.c stdcallthunk.c luawinapi.c wndproc.c drvproc.c luaaux.c
%MYLINK% /DLL /MACHINE:X86 /MANIFEST /MANIFESTFILE:"luawinapi.dll.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /out:luawinapi.dll /DEF:luawinapi.def enumwindow.obj gdihelpers.obj gen_abstractions.obj gen_structs.obj stdcallthunk.obj luawinapi.obj wndproc.obj drvproc.obj luaaux.obj lua5.1.lib luacwrap.lib kernel32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib shell32.lib winmm.lib Msimg32.lib
if exist luawinapi.dll.manifest^
%MYMT% -manifest luawinapi.dll.manifest -outputresource:luawinapi.dll;2
rem copy luawinapi.dll c:\Lua\5.1\clibs
rem mkdir c:\Lua\5.1\lua\winapi
rem copy *.lua c:\Lua\5.1\lua\winapi
@rem cleanup
del *.obj *.manifest
cd ..
| oberhofer/luawinapi | etc/mkvs.bat | bat | mit | 1,521 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=pmdarima
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
| tgsmith61591/pyramid | doc/make.bat | bat | mit | 806 |
@echo off
set hour=%time:~0,2%
if "%hour:~0,1%" == " " set hour=0%hour:~1,1%
set min=%time:~3,2%
if "%min:~0,1%" == " " set min=0%min:~1,1%
set secs=%time:~6,2%
if "%secs:~0,1%" == " " set secs=0%secs:~1,1%
set year=%date:~0,4%
set month=%date:~5,2%
if "%month:~0,1%" == " " set month=0%month:~1,1%
set day=%date:~8,2%
if "%day:~0,1%" == " " set day=0%day:~1,1%
set step=%1
set model=%2
set imdb=%3
set log_file=experiments\logs\faster_rcnn\log_%year%%month%%day%_%hour%%min%%secs%.txt
if "%step%" equ "" (
call :usage
exit /b
)
if "%model%" equ "" (
call :usage
exit /b
)
if "%imdb%" equ "" (
call :usage
exit /b
)
run0.bat %step% %model% %imdb% | tee -a %log_file%
:usage
echo "run.bat step model imdb"
echo "e.g. run.bat 1 VGG_CNN_M_1024 voc_2007_trainval"
echo "e.g. run.bat 0 VGG16 imagenet_train"
| only4hj/fast-rcnn | run.bat | bat | mit | 822 |
set host=%COMPUTERNAME%
echo %host%
@Pause | Vigorpush/Batch | WorkSpace/NetWorkConnection/Hostname.bat | bat | mit | 44 |
echo "xcopy %TF_BUILD_BINARIESDIRECTORY%\CoreTweet.dll %TF_BUILD_SOURCESDIRECTORY%\CoreTweet\bin\Debug\"
xcopy "%TF_BUILD_BINARIESDIRECTORY%\CoreTweet.dll" "%TF_BUILD_SOURCESDIRECTORY%\CoreTweet\bin\Debug\" /S
echo "running NuGet.exe"
"%TF_BUILD_SOURCESDIRECTORY%\tools\NuGet.exe" pack "%TF_BUILD_SOURCESDIRECTORY%\CoreTweet\CoreTweet.csproj" -verbosity detailed -OutputDirectory "%TF_BUILD_BINARIESDIRECTORY%"
| VSALM/CoreTweet | PostBuild.bat | bat | mit | 414 |
@echo off
REM -- 請注意:OEM 與 ANSI 字元集的差異
echo bla bla bla
REM -- 製作專案 [!output PROJECT_NAME] 的說明
echo bla bla bla
echo.
| oliora/batch_parser | tests/utf-8.bat | bat | cc0-1.0 | 159 |
cmd_net/ipv6/netfilter/ip6t_mh.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/ipv6/netfilter/ip6t_mh.ko net/ipv6/netfilter/ip6t_mh.o net/ipv6/netfilter/ip6t_mh.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/ipv6/netfilter/.ip6t_mh.ko.cmd | bat | gpl-2.0 | 308 |
git.exe add .
git.exe commit -m "Added Another Attempt at Bot"
git.exe remote add origin https://github.com/thebagmaster/AHK_EVE_BOT.git
git.exe pull https://github.com/thebagmaster/AHK_EVE_BOT.git
git.exe push origin master
echo Press Enter...
read | thebagmaster/AHK_EVE_BOT | git.bat | bat | gpl-2.0 | 249 |
cmd_lib/kref.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,lib/.kref.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(kref)" -D"KBUILD_MODNAME=KBUILD_STR(kref)" -c -o lib/kref.o lib/kref.c
deps_lib/kref.o := \
lib/kref.c \
include/linux/kref.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
include/linux/posix_types.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/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 \
/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/atomic.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/linkage.h \
/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(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/atomic.h \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/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/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/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/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 \
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/relative/pointers.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 \
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/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 \
lib/kref.o: $(deps_lib/kref.o)
$(deps_lib/kref.o):
| mjmccall/Kernel | lib/.kref.o.cmd | bat | gpl-2.0 | 13,842 |
@echo off
REM
REM qucsdigi.bat - wrapper script for digital simulation
REM
REM Copyright (C) 2005, 2006, 2009, 2011 Stefan Jahn <[email protected]>
REM
REM This is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation; either version 2, or (at your option)
REM any later version.
REM
REM This software is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with this package; see the file COPYING. If not, write to
REM the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
REM Boston, MA 02110-1301, USA.
REM
if "X%6"=="X" goto usage
set NAME=%1
set NAMEOUT=%2
set TIME=%~3
set DIR=%4
set BINDIR=%5
set VLIBS=%6
set OPTION=%7
if not exist "%DIR%" goto nodir
cd /d "%DIR%"
if not exist %NAME% goto nofile
copy %NAME% digi.vhdl > NUL
set NAME=digi
set CXX=g++
set CXXFLAGS=-O2 -I"%FREEHDL%/include"
set LDFLAGS=-L"%FREEHDL%/lib" -L"%FREEHDL%/lib/freehdl" -Wl,--enable-auto-import -s
set LIBS=-lfreehdl-kernel -lfreehdl-std -lieee -lregex
set PATH=%PATH%;%FREEHDL%/bin
echo running C++ conversion...
freehdl-v2cc -m %NAME%._main_.cc -L"%FREEHDL%/share/freehdl/lib" -Lvhdl -o %NAME%.cc %NAME%.vhdl
echo compiling functions...
%CXX% %CXXFLAGS% -c %NAME%.cc
echo compiling main...
%CXX% %CXXFLAGS% -c %NAME%._main_.cc
echo linking...
%CXX% %NAME%._main_.o %NAME%.o %LDFLAGS% -Lvhdl %VLIBS% %LIBS% -static-libstdc++ -o %NAME%.exe
echo simulating...
%NAME%.exe -q -cmd "dc -f %NAME%.vcd -t 1 ps -q;d;run %TIME%;q;" < NUL
echo running VCD conversion...
qucsconv %OPTION% -if vcd -of qucsdata -i %NAME%.vcd -o %NAMEOUT%
goto end
:usage
echo Usage: %0 "<netlist.txt> <output.dat> <time> <directory> <bindirectory> <vlibs> [<convoption>]"
echo Directory has to contain the file 'netlist.txt'.
exit /b 1
goto end
:nodir
echo %DIR%: Not a directory
exit /b 1
goto end
:nofile
echo %NAME%: No such file
exit /b 1
goto end
:end
| ra3xdh/qucs_s | qucs/qucsdigi.bat | bat | gpl-2.0 | 2,304 |
cmd_fs/proc/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o fs/proc/built-in.o fs/proc/proc.o
| mjmccall/Kernel | fs/proc/.built-in.o.cmd | bat | gpl-2.0 | 129 |
cscript %~dp0\network_itf_switch.vbs
| prieux/network_itf_switch | switch.bat | bat | gpl-3.0 | 37 |
rem python UpFrac.py UDEC -n voronoiGranite
python UpFrac.py HODS -n voronoiGranite | yetisir/MOUSE | test.bat | bat | gpl-3.0 | 83 |
@SETLOCAL
@SET THIS=%0
@SET THIS_DIR=%~dp0
@ECHO THIS=%THIS%
@ECHO THIS_DIR=%THIS_DIR%
@SET PROJ_ROOT=%THIS_DIR%..\..\src\Tug.Server
@SET DOTNET_MONIK=
@REM -f netcoreapp1.1
dotnet run -p %PROJ_ROOT% %DOTNET_MONIK% -- %*
@ENDLOCAL
| majst32/tug | test/run-netcore/tug.cmd | bat | gpl-3.0 | 237 |
:::
:: Passwd command
:: With no username given, will set current users password. With
:: username given, will set given users password. With username
:: and password given, will set the password for this user
:: without further queries.
::
::
:: Usage: passwd [<username> [, <password>]]
::
:: Report bugs at Github <github.com/Radiergummi/batch-tools>
:: disable command output
@echo off
:: if we have the help parameter specified, print help
if [%1] == [--help] (
call :helptext
:: exit dirty
exit /b 1
)
:: if we have the version parameter specified, print version
if [%1] == [--version] (
call :version
:: exit dirty
exit /b 1
)
:: if we have no arguments specified
if [%1] == [] (
:: retrieve current user name from environment variable
set passwd_username=%username%
:: retrieve new password from input
set /p passwd_password=New Windows password:
)
:: if we have the username specified as an argument
if [%1] neq [] (
:: retrieve username from parameter
set passwd_username=%1
:: retrieve new password from input
set /p passwd_password=New Windows password:
)
:: if we have the username and password specified as an argument
if [%2] neq [] (
:: retrieve username from parameter
set passwd_username=%1
:: retrieve new password from parameter
set passwd_password=%2
)
:: check password length
for /f %%l in ('Powershell $Env:MY_STRING.Length') do (
if %%l LEQ 6 (
echo BAD PASSWORD: it is WAY too short
)
)
:: throw password warning
net user %passwd_username% %passwd_password% >nul
if errorlevel 1 (
echo Password could not be changed
exit /b 1
) else (
echo Password updated successfully
exit /b 0
)
:helptext
echo Usage: passwd [^<username^> [, ^<password^>]]
echo Set a new user password. Username is optional. If it is omitted,
echo current user will be assumed.
echo If a second parameter is given, it will directly be used as the
echo new password for the given user without further prompt.
echo.
echo.
echo --help display this help and exit
echo --version display version information and exit
echo.
echo Report bugs at Github ^<github.com/Radiergummi/batch-tools^>
exit /b 0
:version
echo Passwd command for Windows, version 0.1
echo.
echo Written by Moritz Friedrich.
exit /b 0
| Radiergummi/batch-tools | custom_commands/passwd.cmd | bat | unlicense | 2,309 |
Executable = ./job_dagman_uncomlog.pl
Universe = vanilla
log = job_dagman_uncomlog4.log
Notification = NEVER
getenv = true
output = job_dagman_uncomlog4.out
error = job_dagman_uncomlog4.err
Queue
| clalancette/condor-dcloud | src/condor_tests/job_dagman_uncomlog4.cmd | bat | apache-2.0 | 245 |
@echo off >NUL 2>NUL
SET VS_VERSION=12.0
SET VERBOSITY=FALSE
echo Setting up environment variables
echo ================================================================
SET UTILS_ROOT=%CD%
SET THIS_DRIVE=%CD:~0,2%
SET VS_NAME=VSPATH
VisualStudioIdentifier %VS_VERSION% %VS_NAME% vs.bat"
call vs.bat
if "%VERBOSITY%"=="TRUE" (
del /q vs.bat
) ELSE (
del /q vs.bat >NUL 2>NUL
)
Cd ..
SET CURRENT_DIR=%CD%
SET SOLUTION_DIR=%CD%
SET NUGET_DIR=%CURRENT_DIR%\.nuget
SET VS_DRIVE=%VSPATH:~1,2%
%VS_DRIVE%
cd %VSPATH%
cd..
SET VSPATH=%CD%
call "%VSPATH%\Tools\VsDevCmd.bat"
%THIS_DRIVE%
CD %CURRENT_DIR%
echo @echo off ^>NUL 2^>NUL > %UTILS_ROOT%\cleanup.bat
REM mkdir tmp_nuget
CD %UTILS_ROOT%
echo. | kendarorg/ECQRSFramrework | ECQRSFramrework/build_utils/dobuild_env.bat | bat | apache-2.0 | 712 |
@echo off
set homepath=%~dp0
set modelpath=%~dp0model
set datapath=%~dp0data
rem search for newer versions
for /f "tokens=*" %%G in ('dir /s /b zimpl*.exe') do call :Loop %%G
goto :EndLoop
:Loop
%1 -V > nul
if %ERRORLEVEL% == 0 (
%zimplpath% -V > vers
set /p v1= < vers
del vers
%1 -V > vers
set /p v2= < vers
del vers
if "%v1%" LSS "%v2%" (
set zimplpath=%1
)
)
goto :eof
:EndLoop
%zimplpath% -V >nul
if %ERRORLEVEL% == 0 goto :dataFile
echo.
echo no zimple found exit program
goto :end
:dataFile
echo.
echo use "%zimplpath%"
echo Zimple verion:
%zimplpath% -V
echo.
cd %datapath%
echo Files in /data:
dir /b
echo.
echo enter Data file
set /P d=""
cd %homepath%
if "%d%" == "" goto :dataFile
if not exist %datapath%\%d% (
echo File not found
goto :dataFile
)
%zimplpath% -V > vers
set /p version= < vers
del vers
if "%version%" LSS "2.06" goto :noPrint
:choice
echo print sets,parameters and variables?[Y/N]
set /P c=""
if /I "%c%" == "Y" (
%zimplpath% -o LP %datapath%\%d% %modelpath%\LP.zpl %modelpath%\LP_Print.zpl
echo.
goto :end
)
if /I "%c%" == "N" (
:noPrint
%zimplpath% -o LP %datapath%\%d% %modelpath%\LP.zpl
echo.
goto :end
)
goto :choice
:end
echo press key to quit
pause >nul | LarsHadidi/uScheduler | zimpl/Lp.bat | bat | apache-2.0 | 1,214 |
node .\app.js | wbwiltshire/TurboTables | TurboTables/run.cmd | bat | apache-2.0 | 13 |
@echo off
:loop
set /p action="ttrack> "
python ttrack.py %action%
goto loop
| jwedel/tasktracker | starter.bat | bat | apache-2.0 | 94 |
@echo off
REM *****************************************************************************
REM
REM Pentaho Data Integration
REM
REM Copyright (C) 2012-2018 by Hitachi Vantara : http://www.hitachivantara.com
REM
REM *****************************************************************************
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM 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
REM *****************************************************************************
echo Launching Spoon with console output:
set SPOON_CONSOLE=1
@echo on
"%~dp0spoon.bat"
| e-cuellar/pentaho-kettle | assemblies/static/src/main/resources/SpoonConsole.bat | bat | apache-2.0 | 1,039 |
@echo off
SET ROOT=%ALLUSERSPROFILE%\Elders
SET NUGET=%ROOT%\NuGet\NuGet.exe
SET FAKE=bin\FAKE\tools\Fake.exe
echo Downloading FAKE...
%NUGET% "install" "FAKE" "-OutputDirectory" "bin" "-ExcludeVersion" "-Version" "4.50.0"
for /f %%i in ("%~dp0..") do set curpath=%%~fi
cd /d %curpath%
echo %curpath%
xcopy ..\content . /D /Y /I /s
| Elders/Nyx | .nyx/get-deploy-dependencies.cmd | bat | apache-2.0 | 337 |
ipmiutil serial %*
| archana2890/ipmiutil_orcm | scripts/iserial.cmd | bat | bsd-3-clause | 20 |
@ECHO OFF
set SCRIPT_DIR=%~dp0
java -Xmx512M %SBT_OPTS% -Dsbt.log.noformat=true -jar "%SCRIPT_DIR%\server\bin\sbt-launch-0.11.2.jar" %* | felipehummel/sublime-ensime | sbt.bat | bat | mit | 135 |
cmd_fs/notify/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o fs/notify/built-in.o fs/notify/fsnotify.o fs/notify/notification.o fs/notify/group.o fs/notify/inode_mark.o fs/notify/mark.o fs/notify/vfsmount_mark.o fs/notify/dnotify/built-in.o fs/notify/inotify/built-in.o fs/notify/fanotify/built-in.o
| friedrich420/Note-3-AEL-Kernel | fs/notify/.built-in.o.cmd | bat | gpl-2.0 | 347 |
cmd_firmware/built-in.o := rm -f firmware/built-in.o; /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ar rcsD firmware/built-in.o
| EPDCenterSpain/kernel_Archos_97_Titan | firmware/.built-in.o.cmd | bat | gpl-2.0 | 212 |
/******************************************************************************
*
* shamd5_hmac_example_ccs.cmd - CCS linker configuration file for shamd5_hmac_example.
*
* Copyright (c) 2015-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with "viral" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.4.178 of the EK-TM4C129EXL Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000
/* System memory map */
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00100000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 1024;
| cergatgmu/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c129exl/shamd5_hmac_example/shamd5_hmac_example_ccs.cmd | bat | gpl-3.0 | 2,820 |
@rem This is for the lazy people :)
@call "%VS90COMNTOOLS%\vsvars32.bat"
@cmake-gui -H"%CD%" -B"%CD%"
| Djomanix/bwta | run_cmake-gui.bat | bat | lgpl-3.0 | 107 |
./mricron ./templates/ch2.nii.gz -s 3 -l 0 -h 140 -c pink -o ./templates/ch2bet.nii.gz -c -0 -l 30 -h 200 -o ./example/attention.nii.gz -l 1.96 -h 5 -z -b 40 -t 50 -r ./example/fmri2r.ini | gbook/nidb | tools/mricron/xfmri2.bat | bat | gpl-3.0 | 188 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\gzip-js\bin\gzip.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\gzip-js\bin\gzip.js" %*
) | sheepdragon/jquery-danmu.js | node_modules/grunt-css/node_modules/.bin/gzip-js.cmd | bat | mit | 180 |
@REM activator launcher script
@REM
@REM Environment:
@REM In order for Activator to work you must have Java available on the classpath
@REM JAVA_HOME - location of a JDK home dir (optional if java on path)
@REM CFG_OPTS - JVM options (optional)
@REM Configuration:
@REM activatorconfig.txt found in the ACTIVATOR_HOME or ACTIVATOR_HOME/ACTIVATOR_VERSION
@setlocal enabledelayedexpansion
@echo off
set "var1=%~1"
if defined var1 (
if "%var1%"=="help" (
echo.
echo Usage activator [options] [command]
echo.
echo Commands:
echo ui Start the Activator UI
echo new [name] [template-id] Create a new project with [name] using template [template-id]
echo list-templates Print all available template names
echo help Print this message
echo.
echo Options:
echo -jvm-debug [port] Turn on JVM debugging, open at the given port. Defaults to 9999 if no port given.
echo.
echo Environment variables ^(read from context^):
echo JAVA_OPTS Environment variable, if unset uses ""
echo SBT_OPTS Environment variable, if unset uses ""
echo ACTIVATOR_OPTS Environment variable, if unset uses ""
echo.
echo Please note that in order for Activator to work you must have Java available on the classpath
echo.
goto :end
)
)
@REM determine ACTIVATOR_HOME environment variable
set BIN_DIRECTORY=%~dp0
set BIN_DIRECTORY=%BIN_DIRECTORY:~0,-1%
for %%d in ("%BIN_DIRECTORY%") do set ACTIVATOR_HOME=%%~dpd
set ACTIVATOR_HOME=%ACTIVATOR_HOME:~0,-1%
echo ACTIVATOR_HOME=%ACTIVATOR_HOME%
set ERROR_CODE=0
set APP_VERSION=1.3.12
set ACTIVATOR_LAUNCH_JAR=activator-launch-%APP_VERSION%.jar
rem Detect if we were double clicked, although theoretically A user could
rem manually run cmd /c
for %%x in (%cmdcmdline%) do if %%~x==/c set DOUBLECLICKED=1
set SBT_HOME=%BIN_DIRECTORY%
rem Detect if we were double clicked, although theoretically A user could
rem manually run cmd /c
for %%x in (%cmdcmdline%) do if %%~x==/c set DOUBLECLICKED=1
rem FIRST we load the config file of extra options.
set FN=%SBT_HOME%\..\conf\sbtconfig.txt
set CFG_OPTS=
FOR /F "tokens=* eol=# usebackq delims=" %%i IN ("%FN%") DO (
set DO_NOT_REUSE_ME=%%i
rem ZOMG (Part #2) WE use !! here to delay the expansion of
rem CFG_OPTS, otherwise it remains "" for this loop.
set CFG_OPTS=!CFG_OPTS! !DO_NOT_REUSE_ME!
)
rem FIRST we load a config file of extra options (if there is one)
set "CFG_FILE_HOME=%UserProfile%\.activator\activatorconfig.txt"
set "CFG_FILE_VERSION=%UserProfile%\.activator\%APP_VERSION%\activatorconfig.txt"
if exist %CFG_FILE_VERSION% (
FOR /F "tokens=* eol=# usebackq delims=" %%i IN ("%CFG_FILE_VERSION%") DO (
set DO_NOT_REUSE_ME=%%i
rem ZOMG (Part #2) WE use !! here to delay the expansion of
rem CFG_OPTS, otherwise it remains "" for this loop.
set CFG_OPTS=!CFG_OPTS! !DO_NOT_REUSE_ME!
)
)
if "%CFG_OPTS%"=="" (
if exist %CFG_FILE_HOME% (
FOR /F "tokens=* eol=# usebackq delims=" %%i IN ("%CFG_FILE_HOME%") DO (
set DO_NOT_REUSE_ME=%%i
rem ZOMG (Part #2) WE use !! here to delay the expansion of
rem CFG_OPTS, otherwise it remains "" for this loop.
set CFG_OPTS=!CFG_OPTS! !DO_NOT_REUSE_ME!
)
)
)
rem We use the value of the JAVACMD environment variable if defined
set _JAVACMD=%JAVACMD%
if "%_JAVACMD%"=="" (
if not "%JAVA_HOME%"=="" (
if exist "%JAVA_HOME%\bin\java.exe" set "_JAVACMD=%JAVA_HOME%\bin\java.exe"
rem if there is a java home set we make sure it is the first picked up when invoking 'java'
SET "PATH=%JAVA_HOME%\bin;%PATH%"
)
)
if "%_JAVACMD%"=="" set _JAVACMD=java
rem Detect if this java is ok to use.
for /F %%j in ('"%_JAVACMD%" -version 2^>^&1') do (
if %%~j==java set JAVAINSTALLED=1
if %%~j==openjdk set JAVAINSTALLED=1
)
rem Detect the same thing about javac
if "%_JAVACCMD%"=="" (
if not "%JAVA_HOME%"=="" (
if exist "%JAVA_HOME%\bin\javac.exe" set "_JAVACCMD=%JAVA_HOME%\bin\javac.exe"
)
)
if "%_JAVACCMD%"=="" set _JAVACCMD=javac
for /F %%j in ('"%_JAVACCMD%" -version 2^>^&1') do (
if %%~j==javac set JAVACINSTALLED=1
)
rem BAT has no logical or, so we do it OLD SCHOOL! Oppan Redmond Style
set JAVAOK=true
if not defined JAVAINSTALLED set JAVAOK=false
if not defined JAVACINSTALLED set JAVAOK=false
if "%JAVAOK%"=="false" (
echo.
echo A Java JDK is not installed or can't be found.
if not "%JAVA_HOME%"=="" (
echo JAVA_HOME = "%JAVA_HOME%"
)
echo.
echo Please go to
echo http://www.oracle.com/technetwork/java/javase/downloads/index.html
echo and download a valid Java JDK and install before running Activator.
echo.
echo If you think this message is in error, please check
echo your environment variables to see if "java.exe" and "javac.exe" are
echo available via JAVA_HOME or PATH.
echo.
if defined DOUBLECLICKED pause
exit /B 1
)
rem Check what Java version is being used to determine what memory options to use
for /f "tokens=3" %%g in ('java -version 2^>^&1 ^| findstr /i "version"') do (
set JAVA_VERSION=%%g
)
rem Strips away the " characters
set JAVA_VERSION=%JAVA_VERSION:"=%
rem TODO Check if there are existing mem settings in JAVA_OPTS/CFG_OPTS and use those instead of the below
for /f "delims=. tokens=1-3" %%v in ("%JAVA_VERSION%") do (
set MAJOR=%%v
set MINOR=%%w
set BUILD=%%x
set META_SIZE=-XX:MetaspaceSize=64M -XX:MaxMetaspaceSize=256M
if "!MINOR!" LSS "8" (
set META_SIZE=-XX:PermSize=64M -XX:MaxPermSize=256M
)
set MEM_OPTS=!META_SIZE!
)
rem We use the value of the JAVA_OPTS environment variable if defined, rather than the config.
set _JAVA_OPTS=%JAVA_OPTS%
if "%_JAVA_OPTS%"=="" set _JAVA_OPTS=%CFG_OPTS%
set DEBUG_OPTS=
rem Loop through the arguments, building remaining args in args variable
set args=
:argsloop
if not "%~1"=="" (
rem Checks if the argument contains "-D" and if true, adds argument 1 with 2 and puts an equal sign between them.
rem This is done since batch considers "=" to be a delimiter so we need to circumvent this behavior with a small hack.
set arg1=%~1
if "!arg1:~0,2!"=="-D" (
set "args=%args% "%~1"="%~2""
shift
shift
goto argsloop
)
if "%~1"=="-jvm-debug" (
if not "%~2"=="" (
rem This piece of magic somehow checks that an argument is a number
for /F "delims=0123456789" %%i in ("%~2") do (
set var="%%i"
)
if defined var (
rem Not a number, assume no argument given and default to 9999
set JPDA_PORT=9999
) else (
rem Port was given, shift arguments
set JPDA_PORT=%~2
shift
)
) else (
set JPDA_PORT=9999
)
shift
set DEBUG_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=!JPDA_PORT!
goto argsloop
)
rem else
set "args=%args% "%~1""
shift
goto argsloop
)
:run
if "!args!"=="" (
if defined DOUBLECLICKED (
set CMDS="ui"
) else set CMDS=!args!
) else set CMDS=!args!
rem We add a / in front, so we get file:///C: instead of file://C:
rem Java considers the later a UNC path.
rem We also attempt a solid effort at making it URI friendly.
rem We don't even bother with UNC paths.
set JAVA_FRIENDLY_HOME_1=/!ACTIVATOR_HOME:\=/!
set JAVA_FRIENDLY_HOME=/!JAVA_FRIENDLY_HOME_1: =%%20!
rem Checks if the command contains spaces to know if it should be wrapped in quotes or not
set NON_SPACED_CMD=%_JAVACMD: =%
if "%_JAVACMD%"=="%NON_SPACED_CMD%" %_JAVACMD% %DEBUG_OPTS% %MEM_OPTS% %ACTIVATOR_OPTS% %SBT_OPTS% %_JAVA_OPTS% "-Dactivator.home=%JAVA_FRIENDLY_HOME%" -jar "%ACTIVATOR_HOME%\libexec\%ACTIVATOR_LAUNCH_JAR%" %CMDS%
if NOT "%_JAVACMD%"=="%NON_SPACED_CMD%" "%_JAVACMD%" %DEBUG_OPTS% %MEM_OPTS% %ACTIVATOR_OPTS% %SBT_OPTS% %_JAVA_OPTS% "-Dactivator.home=%JAVA_FRIENDLY_HOME%" -jar "%ACTIVATOR_HOME%\libexec\%ACTIVATOR_LAUNCH_JAR%" %CMDS%
if ERRORLEVEL 1 goto error
goto end
:error
set ERROR_CODE=1
:end
@endlocal
exit /B %ERROR_CODE%
| jgibeault/rive-gauche | play-app/bin/activator.bat | bat | mit | 8,012 |
@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
rem Figure out where the Spark framework is installed
call "%~dp0find-spark-home.cmd"
call "%SPARK_HOME%\bin\load-spark-env.cmd"
rem Test that an argument was given
if "x%1"=="x" (
echo Usage: spark-class ^<class^> [^<args^>]
exit /b 1
)
rem Find Spark jars.
if exist "%SPARK_HOME%\jars" (
set SPARK_JARS_DIR=%SPARK_HOME%\jars
) else (
set SPARK_JARS_DIR=%SPARK_HOME%\assembly\target\scala-%SPARK_SCALA_VERSION%\jars
)
if not exist "%SPARK_JARS_DIR%" (
echo Failed to find Spark jars directory.
echo You need to build Spark before running this program.
exit /b 1
)
set LAUNCH_CLASSPATH=%SPARK_JARS_DIR%\*
rem Add the launcher build dir to the classpath if requested.
if not "x%SPARK_PREPEND_CLASSES%"=="x" (
set LAUNCH_CLASSPATH="%SPARK_HOME%\launcher\target\scala-%SPARK_SCALA_VERSION%\classes;%LAUNCH_CLASSPATH%"
)
rem Figure out where java is.
set RUNNER=java
if not "x%JAVA_HOME%"=="x" (
set RUNNER=%JAVA_HOME%\bin\java
) else (
where /q "%RUNNER%"
if ERRORLEVEL 1 (
echo Java not found and JAVA_HOME environment variable is not set.
echo Install Java and set JAVA_HOME to point to the Java installation directory.
exit /b 1
)
)
rem The launcher library prints the command to be executed in a single line suitable for being
rem executed by the batch interpreter. So read all the output of the launcher into a variable.
:gen
set LAUNCHER_OUTPUT=%temp%\spark-class-launcher-output-%RANDOM%.txt
rem SPARK-28302: %RANDOM% would return the same number if we call it instantly after last call,
rem so we should make it sure to generate unique file to avoid process collision of writing into
rem the same file concurrently.
if exist %LAUNCHER_OUTPUT% goto :gen
"%RUNNER%" -Xmx128m -cp "%LAUNCH_CLASSPATH%" org.apache.spark.launcher.Main %* > %LAUNCHER_OUTPUT%
for /f "tokens=*" %%i in (%LAUNCHER_OUTPUT%) do (
set SPARK_CMD=%%i
)
del %LAUNCHER_OUTPUT%
%SPARK_CMD%
| apache/spark | bin/spark-class2.cmd | bat | apache-2.0 | 2,735 |
docker run --rm -i --volume %cd%:/app schodemeiss/php-tools pdepend %* | schodemeiss/docker-php-tools | batch/pdepend.bat | bat | mit | 70 |
@echo off
pushd ..\src
"C:\Program Files (x86)\IIS Express\iisexpress.exe" /path:%cd% /port:9090 /systray:true
popd | tillig/LoyaltyCard | test/start-host.bat | bat | mit | 115 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=clowder
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
| JrGoodle/clowder | docs/make.bat | bat | mit | 811 |
"%ProgramFiles%\IIS Express\iisexpress.exe" /siteid:12 /systray:true | ztepsic/zeega | iis_web_start.bat | bat | mit | 68 |
@echo off
cd /d %~dp0
mklink /d /j c:\boost E:\rover-self-work\cpp\boost_1_53_0 >nul 2>nul
for %%i in (src, src_tools, 3rdparty, publish, include, lib, product, sln, document, tmp) do (
md %%i >nul 2>nul
)
::mklink /d /j c:\softmgr %~dp0 >nul 2>nul
::explorer /e,/root,\local disk,c:\softmgr
echo ______________________________________________________________________
echo 3rdparty ·ÅµÚÈý·½¿ªÔ´´úÂë
echo src ·ÅÏîÄ¿¹¤³Ì´úÂë
echo src_tools ·ÅÏîÄ¿¹¤³ÌÉú³ÉÄ£°åºÍ±àÒë½Å±¾
echo publish ·ÅÒýÓÃÆäËû¹¤³ÌµÄ½Ó¿ÚÍ·Îļþ
echo include ·Å¹«¹²ÒýÓõİ汾ÐÅϢͷÎļþ
echo sln ·Å.slnÎļþ
echo tmp ·ÅÏîÄ¿±àÒëÉú³ÉµÄÁÙʱÎļþ£¬¿ÉÌí¼Óµ½svnºöÂÔÁбí
echo lib ·Å±àÒëµÄµÚÈý·½¿âµÄlib
echo product ·Å±àÒëµÄdllºÍexe
echo document ·ÅÎĵµ
echo ______________________________________________________________________
pause | wyrover/win-sys | init.bat | bat | mit | 875 |
curl -i -H "Accept: application/json" -H "Content-Type: application/json" http://localhost:8282/gobii-dev/gobii/v1/maps | gobiiproject/GOBii-System | gobiiproject/gobii-web/src/test/batch/test_maps_get.bat | bat | mit | 120 |
@echo off
setlocal
set "DOMAIN=%~1"
set "PORT=%~2"
if not defined DOMAIN (
echo.%~nx0: error: DOMAIN is not defined.
exit /b 127
) >&2
if not defined PORT (
echo.%~nx0: error: PORT is not defined.
exit /b 128
) >&2
echo.$connection = (New-Object Net.Sockets.TcpClient).Connect("%DOMAIN%", %PORT%); If ($connection.Connected) { $connection.Close(); } | powershell -Command -
| andry81/contools | Scripts/Tools/admin/test_connect.bat | bat | mit | 405 |
cd C:\Users\cmoro\Desktop\Cesarrr\brewapp
cordova build --release android
cd C:\Users\cmoro\Desktop\Cesarrr\brewapp\platforms\android\build\outputs\apk
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore brewkey.keystore android-release-unsigned.apk brew-o-matic
%ANDROID_HOME%\build-tools\23.0.3\zipalign -v 4 android-release-unsigned.apk brew-o-matic.apk
| cesardmoro/brewapp | build.bat | bat | mit | 371 |
del /s *.log *.dvi *.toc *.aux *.nav *.out *.ps *.bak *.snm *.sav *.bbl *.blg *.tmp
| sashafrey/latex | Articles/alfrey/Other/cleanup.bat | bat | gpl-2.0 | 84 |
cmd_drivers/md/dm-mod.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/md/dm-mod.o drivers/md/dm.o drivers/md/dm-table.o drivers/md/dm-target.o drivers/md/dm-linear.o drivers/md/dm-stripe.o drivers/md/dm-ioctl.o drivers/md/dm-io.o drivers/md/dm-kcopyd.o drivers/md/dm-sysfs.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/md/.dm-mod.o.cmd | bat | gpl-2.0 | 386 |
@echo off
echo /**************************************************************************
echo * *
echo * PROJECT : ARM port for UCOS-II *
echo * *
echo * MODULE : LOAD-EX1.bat *
echo * *
echo * AUTHOR : Michael Anburaj *
echo * URL : http://geocities.com/michaelanburaj/ *
echo * EMAIL: [email protected] *
echo * *
echo * PROCESSOR : EP7312 (32 bit ARM720T RISC core from CIRRUS Logic) *
echo * *
echo * IDE : SDT 2.51 Or ADS 1.2 *
echo * *
echo * DESCRIPTION : *
echo * Batch file Flash downloader for Ex1 ARM_UCOS build ROM release *
echo * version. *
echo * *
echo **************************************************************************/
@echo on
download -p1 -b115200 r-ex1.bin | weiqiangdragonite/blog_tmp | unix_linux/arm_asm/uCOS-II/S3C2410/uCOS-II/Ex1_EP73XX/bin/load-Ex1.bat | bat | gpl-2.0 | 1,589 |
cmd_sound/soc/au1x/built-in.o := rm -f sound/soc/au1x/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs sound/soc/au1x/built-in.o
| p500-ics-cm9/Franco-ICS-Kernel | sound/soc/au1x/.built-in.o.cmd | bat | gpl-2.0 | 152 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kmemcheck \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kconfig \
mm/Kconfig.debug \
lib/Kconfig.debug \
arch/arm/Kconfig.debug \
fs/dlm/Kconfig \
fs/nls/Kconfig \
fs/partitions/Kconfig \
fs/9p/Kconfig \
fs/afs/Kconfig \
fs/coda/Kconfig \
fs/ncpfs/Kconfig \
fs/cifs/Kconfig \
fs/ceph/Kconfig \
fs/smbfs/Kconfig \
net/sunrpc/Kconfig \
fs/nfsd/Kconfig \
fs/nfs/Kconfig \
fs/exofs/Kconfig \
fs/ufs/Kconfig \
fs/sysv/Kconfig \
fs/romfs/Kconfig \
fs/qnx4/Kconfig \
fs/hpfs/Kconfig \
fs/omfs/Kconfig \
fs/minix/Kconfig \
fs/freevxfs/Kconfig \
fs/squashfs/Kconfig \
fs/cramfs/Kconfig \
fs/logfs/Kconfig \
fs/ubifs/Kconfig \
fs/jffs2/Kconfig \
fs/yaffs2/Kconfig \
fs/efs/Kconfig \
fs/bfs/Kconfig \
fs/befs/Kconfig \
fs/hfsplus/Kconfig \
fs/hfs/Kconfig \
fs/ecryptfs/Kconfig \
fs/affs/Kconfig \
fs/adfs/Kconfig \
fs/configfs/Kconfig \
fs/sysfs/Kconfig \
fs/proc/Kconfig \
fs/ntfs/Kconfig \
fs/fat/Kconfig \
fs/udf/Kconfig \
fs/isofs/Kconfig \
fs/cachefiles/Kconfig \
fs/fscache/Kconfig \
fs/fuse/Kconfig \
fs/autofs4/Kconfig \
fs/autofs/Kconfig \
fs/quota/Kconfig \
fs/notify/inotify/Kconfig \
fs/notify/dnotify/Kconfig \
fs/notify/Kconfig \
fs/nilfs2/Kconfig \
fs/btrfs/Kconfig \
fs/ocfs2/Kconfig \
fs/gfs2/Kconfig \
fs/xfs/Kconfig \
fs/jfs/Kconfig \
fs/reiserfs/Kconfig \
fs/jbd2/Kconfig \
fs/jbd/Kconfig \
fs/ext4/Kconfig \
fs/ext3/Kconfig \
fs/ext2/Kconfig \
fs/Kconfig \
drivers/platform/x86/Kconfig \
drivers/platform/Kconfig \
drivers/staging/bcm21553/drivers/gps/brcm/Kconfig \
drivers/staging/bcm21553/drivers/sound/brcm/headset/Kconfig \
drivers/staging/bcm21553/drivers/sound/brcm/alsa_athena/Kconfig \
drivers/staging/bcm21553/drivers/sound/brcm/alsa/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/v3d/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/xscript/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_vsp/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_sysparm/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_log/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_rpc/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_pdp/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_ril/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_at/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_net/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/fuse_ipc/Kconfig \
drivers/staging/bcm21553/drivers/char/sec/dpram/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/camacq/Kconfig \
drivers/staging/bcm21553/drivers/char/brcm/hal_cam/Kconfig \
drivers/staging/bcm21553/drivers/video/ge/Kconfig \
drivers/staging/bcm21553/drivers/video/hantro/Kconfig \
drivers/staging/bcm21553/drivers/video/bmem/Kconfig \
drivers/staging/bcm21553/Kconfig.priv \
drivers/staging/bcm21553/Kconfig \
drivers/staging/msm/Kconfig \
drivers/staging/mrst-touchscreen/Kconfig \
drivers/staging/xgifb/Kconfig \
drivers/staging/adis16255/Kconfig \
drivers/staging/ti-st/Kconfig \
drivers/staging/cxt1e1/Kconfig \
drivers/staging/crystalhd/Kconfig \
drivers/staging/dt3155v4l/Kconfig \
drivers/staging/dt3155/Kconfig \
drivers/staging/sm7xx/Kconfig \
drivers/staging/samsung-laptop/Kconfig \
drivers/staging/batman-adv/Kconfig \
drivers/staging/wlags49_h25/Kconfig \
drivers/staging/wlags49_h2/Kconfig \
drivers/staging/zsmalloc/Kconfig \
drivers/staging/zram/Kconfig \
drivers/staging/ramzswap/Kconfig \
drivers/staging/iio/trigger/Kconfig \
drivers/staging/iio/light/Kconfig \
drivers/staging/iio/imu/Kconfig \
drivers/staging/iio/gyro/Kconfig \
drivers/staging/iio/adc/Kconfig \
drivers/staging/iio/accel/Kconfig \
drivers/staging/iio/Kconfig \
drivers/staging/sep/Kconfig \
drivers/staging/memrar/Kconfig \
drivers/staging/rar_register/Kconfig \
drivers/staging/vme/boards/Kconfig \
drivers/staging/vme/devices/Kconfig \
drivers/staging/vme/bridges/Kconfig \
drivers/staging/vme/Kconfig \
drivers/staging/hv/Kconfig \
drivers/staging/udlfb/Kconfig \
drivers/staging/vt6656/Kconfig \
drivers/staging/vt6655/Kconfig \
drivers/staging/quatech_usb2/Kconfig \
drivers/staging/serqt_usb2/Kconfig \
drivers/staging/octeon/Kconfig \
drivers/gpu/drm/nouveau/Kconfig \
drivers/gpu/drm/vmwgfx/Kconfig \
drivers/staging/line6/Kconfig \
drivers/staging/phison/Kconfig \
drivers/staging/pohmelfs/Kconfig \
drivers/staging/dream/camera/Kconfig \
drivers/staging/dream/Kconfig \
drivers/staging/android/Kconfig \
drivers/staging/frontier/Kconfig \
drivers/staging/rtl8192e/Kconfig \
drivers/staging/rtl8192u/Kconfig \
drivers/staging/rtl8192su/Kconfig \
drivers/staging/rtl8187se/Kconfig \
drivers/staging/panel/Kconfig \
drivers/staging/asus_oled/Kconfig \
drivers/staging/comedi/Kconfig \
drivers/staging/rt2870/Kconfig \
drivers/staging/rt2860/Kconfig \
drivers/staging/otus/Kconfig \
drivers/staging/echo/Kconfig \
drivers/staging/wlan-ng/Kconfig \
drivers/staging/winbond/Kconfig \
drivers/staging/usbip/Kconfig \
drivers/staging/tm6000/Kconfig \
drivers/staging/cx25821/Kconfig \
drivers/staging/go7007/Kconfig \
drivers/staging/slicoss/Kconfig \
drivers/staging/et131x/Kconfig \
drivers/staging/Kconfig \
drivers/xen/Kconfig \
drivers/vlynq/Kconfig \
drivers/uio/Kconfig \
drivers/auxdisplay/Kconfig \
drivers/dca/Kconfig \
drivers/dma/Kconfig \
drivers/rtc/Kconfig \
drivers/edac/Kconfig \
drivers/infiniband/ulp/iser/Kconfig \
drivers/infiniband/ulp/srp/Kconfig \
drivers/infiniband/ulp/ipoib/Kconfig \
drivers/infiniband/hw/nes/Kconfig \
drivers/infiniband/hw/mlx4/Kconfig \
drivers/infiniband/hw/cxgb4/Kconfig \
drivers/infiniband/hw/cxgb3/Kconfig \
drivers/infiniband/hw/amso1100/Kconfig \
drivers/infiniband/hw/ehca/Kconfig \
drivers/infiniband/hw/qib/Kconfig \
drivers/infiniband/hw/ipath/Kconfig \
drivers/infiniband/hw/mthca/Kconfig \
drivers/infiniband/Kconfig \
drivers/accessibility/Kconfig \
drivers/switch/Kconfig \
drivers/leds/Kconfig \
drivers/memstick/host/Kconfig \
drivers/memstick/core/Kconfig \
drivers/memstick/Kconfig \
drivers/mmc/host/Kconfig \
drivers/mmc/card/Kconfig \
drivers/mmc/core/Kconfig \
drivers/mmc/Kconfig \
drivers/uwb/Kconfig \
drivers/usb/otg/Kconfig \
drivers/usb/gadget_brcm/Kconfig \
drivers/usb/atm/Kconfig \
drivers/usb/misc/sisusbvga/Kconfig \
drivers/usb/misc/Kconfig \
drivers/usb/serial/Kconfig \
drivers/usb/image/Kconfig \
drivers/usb/storage/Kconfig \
drivers/usb/class/Kconfig \
drivers/usb/musb/Kconfig \
drivers/usb/host/Kconfig \
drivers/usb/wusbcore/Kconfig \
drivers/usb/mon/Kconfig \
drivers/usb/core/Kconfig \
drivers/usb/Kconfig \
drivers/hid/usbhid/Kconfig \
drivers/hid/Kconfig \
sound/oss/Kconfig \
sound/soc/codecs/Kconfig \
sound/soc/txx9/Kconfig \
sound/soc/sh/Kconfig \
sound/soc/s6000/Kconfig \
sound/soc/s3c24xx/Kconfig \
sound/soc/pxa/Kconfig \
sound/soc/omap/Kconfig \
sound/soc/imx/Kconfig \
sound/soc/fsl/Kconfig \
sound/soc/davinci/Kconfig \
sound/soc/blackfin/Kconfig \
sound/soc/au1x/Kconfig \
sound/soc/atmel/Kconfig \
sound/soc/Kconfig \
sound/parisc/Kconfig \
sound/sparc/Kconfig \
sound/pcmcia/Kconfig \
sound/usb/Kconfig \
sound/sh/Kconfig \
sound/mips/Kconfig \
sound/spi/Kconfig \
sound/atmel/Kconfig \
sound/arm/Kconfig \
sound/aoa/soundbus/Kconfig \
sound/aoa/codecs/Kconfig \
sound/aoa/fabrics/Kconfig \
sound/aoa/Kconfig \
sound/ppc/Kconfig \
sound/pci/hda/Kconfig \
sound/pci/Kconfig \
sound/isa/Kconfig \
sound/drivers/Kconfig \
sound/core/seq/Kconfig \
sound/core/Kconfig \
sound/oss/dmasound/Kconfig \
sound/Kconfig \
drivers/video/broadcom/ge/gememalloc_wrapper/Kconfig \
drivers/video/broadcom/hantro/memalloc_wrapper/Kconfig \
drivers/video/broadcom/displays/Kconfig \
drivers/video/broadcom/dss/Kconfig \
drivers/video/broadcom/bmem_wrapper/Kconfig \
drivers/video/broadcom/Kconfig \
drivers/video/logo/Kconfig \
drivers/video/console/Kconfig \
drivers/video/display/Kconfig \
drivers/video/backlight/Kconfig \
drivers/video/omap2/displays/Kconfig \
drivers/video/omap2/omapfb/Kconfig \
drivers/video/omap2/dss/Kconfig \
drivers/video/omap2/Kconfig \
drivers/video/omap/Kconfig \
drivers/video/geode/Kconfig \
drivers/gpu/drm/radeon/Kconfig \
drivers/gpu/drm/Kconfig \
drivers/gpu/vga/Kconfig \
drivers/char/agp/Kconfig \
drivers/video/Kconfig \
drivers/media/dvb/frontends/Kconfig \
drivers/media/dvb/ngene/Kconfig \
drivers/media/dvb/mantis/Kconfig \
drivers/media/dvb/pt1/Kconfig \
drivers/media/dvb/firewire/Kconfig \
drivers/media/dvb/dm1105/Kconfig \
drivers/media/dvb/pluto2/Kconfig \
drivers/media/dvb/bt8xx/Kconfig \
drivers/media/dvb/b2c2/Kconfig \
drivers/media/dvb/siano/Kconfig \
drivers/media/dvb/ttusb-dec/Kconfig \
drivers/media/dvb/ttusb-budget/Kconfig \
drivers/media/dvb/dvb-usb/Kconfig \
drivers/media/dvb/ttpci/Kconfig \
drivers/media/dvb/Kconfig \
drivers/media/radio/si470x/Kconfig \
drivers/media/radio/Kconfig \
drivers/media/video/pwc/Kconfig \
drivers/media/video/zc0301/Kconfig \
drivers/media/video/sn9c102/Kconfig \
drivers/media/video/et61x251/Kconfig \
drivers/media/video/usbvideo/Kconfig \
drivers/media/video/usbvision/Kconfig \
drivers/media/video/cx231xx/Kconfig \
drivers/media/video/tlg2300/Kconfig \
drivers/media/video/em28xx/Kconfig \
drivers/media/video/hdpvr/Kconfig \
drivers/media/video/pvrusb2/Kconfig \
drivers/media/video/gspca/gl860/Kconfig \
drivers/media/video/gspca/stv06xx/Kconfig \
drivers/media/video/gspca/m5602/Kconfig \
drivers/media/video/gspca/Kconfig \
drivers/media/video/uvc/Kconfig \
drivers/media/video/saa7164/Kconfig \
drivers/media/video/cx18/Kconfig \
drivers/media/video/ivtv/Kconfig \
drivers/media/video/au0828/Kconfig \
drivers/media/video/cx23885/Kconfig \
drivers/media/video/cx88/Kconfig \
drivers/media/video/saa7134/Kconfig \
drivers/media/video/zoran/Kconfig \
drivers/media/video/cpia2/Kconfig \
drivers/media/video/bt8xx/Kconfig \
drivers/media/video/omap/Kconfig \
drivers/media/video/cx25840/Kconfig \
drivers/media/video/Kconfig \
drivers/media/common/tuners/Kconfig \
drivers/media/IR/keymaps/Kconfig \
drivers/media/IR/Kconfig \
drivers/media/common/Kconfig \
drivers/media/Kconfig \
drivers/regulator/Kconfig \
drivers/mfd/Kconfig \
drivers/ssb/Kconfig \
drivers/watchdog/Kconfig \
drivers/thermal/Kconfig \
drivers/haptic/Kconfig \
drivers/hwmon/Kconfig \
drivers/power/Kconfig \
drivers/w1/slaves/Kconfig \
drivers/w1/masters/Kconfig \
drivers/w1/Kconfig \
drivers/gpio/Kconfig \
drivers/pps/clients/Kconfig \
drivers/pps/Kconfig \
drivers/spi/Kconfig \
drivers/i2c/busses/Kconfig \
drivers/i2c/algos/Kconfig \
drivers/i2c/Kconfig \
drivers/char/broadcom/Kconfig \
drivers/s390/char/Kconfig \
drivers/char/tpm/Kconfig \
drivers/char/pcmcia/Kconfig \
drivers/char/hw_random/Kconfig \
drivers/char/ipmi/Kconfig \
drivers/serial/Kconfig \
drivers/char/Kconfig \
drivers/input/gameport/Kconfig \
drivers/input/serio/Kconfig \
drivers/input/misc/Kconfig \
drivers/input/touchscreen/Kconfig \
drivers/input/tablet/Kconfig \
drivers/input/joystick/iforce/Kconfig \
drivers/input/joystick/Kconfig \
drivers/input/mouse/Kconfig \
drivers/input/keyboard/Kconfig \
drivers/input/Kconfig \
drivers/telephony/Kconfig \
drivers/isdn/hardware/mISDN/Kconfig \
drivers/isdn/mISDN/Kconfig \
drivers/isdn/hysdn/Kconfig \
drivers/isdn/gigaset/Kconfig \
drivers/isdn/hardware/eicon/Kconfig \
drivers/isdn/hardware/avm/Kconfig \
drivers/isdn/hardware/Kconfig \
drivers/isdn/capi/Kconfig \
drivers/isdn/act2000/Kconfig \
drivers/isdn/sc/Kconfig \
drivers/isdn/pcbit/Kconfig \
drivers/isdn/icn/Kconfig \
drivers/isdn/hisax/Kconfig \
drivers/isdn/i4l/Kconfig \
drivers/isdn/Kconfig \
drivers/net/caif/Kconfig \
drivers/s390/net/Kconfig \
drivers/ieee802154/Kconfig \
drivers/atm/Kconfig \
drivers/net/wan/Kconfig \
drivers/net/pcmcia/Kconfig \
drivers/net/usb/Kconfig \
drivers/net/wimax/i2400m/Kconfig \
drivers/net/wimax/Kconfig \
drivers/net/wireless/4330/Kconfig \
drivers/net/wireless/zd1211rw/Kconfig \
drivers/net/wireless/wl12xx/Kconfig \
drivers/net/wireless/rt2x00/Kconfig \
drivers/net/wireless/p54/Kconfig \
drivers/net/wireless/orinoco/Kconfig \
drivers/net/wireless/libertas/Kconfig \
drivers/net/wireless/iwmc3200wifi/Kconfig \
drivers/net/wireless/iwlwifi/Kconfig \
drivers/net/wireless/ipw2x00/Kconfig \
drivers/net/wireless/hostap/Kconfig \
drivers/net/wireless/bcmdhd/Kconfig \
drivers/net/wireless/bcm4329/Kconfig \
drivers/net/wireless/b43legacy/Kconfig \
drivers/net/wireless/b43/Kconfig \
drivers/net/wireless/ath/ar9170/Kconfig \
drivers/net/wireless/ath/ath9k/Kconfig \
drivers/net/wireless/ath/ath5k/Kconfig \
drivers/net/wireless/ath/Kconfig \
drivers/net/wireless/rtl818x/Kconfig \
drivers/net/wireless/Kconfig \
drivers/net/tokenring/Kconfig \
drivers/net/benet/Kconfig \
drivers/net/sfc/Kconfig \
drivers/net/stmmac/Kconfig \
drivers/net/ixp2000/Kconfig \
drivers/net/octeon/Kconfig \
drivers/net/fs_enet/Kconfig \
drivers/net/ibm_newemac/Kconfig \
drivers/net/tulip/Kconfig \
drivers/net/arm/Kconfig \
drivers/net/phy/Kconfig \
drivers/net/arcnet/Kconfig \
drivers/net/Kconfig \
drivers/macintosh/Kconfig \
drivers/message/i2o/Kconfig \
drivers/ieee1394/Kconfig \
drivers/firewire/Kconfig \
drivers/message/fusion/Kconfig \
drivers/md/Kconfig \
drivers/ata/Kconfig \
drivers/scsi/osd/Kconfig \
drivers/scsi/device_handler/Kconfig \
drivers/scsi/pcmcia/Kconfig \
drivers/scsi/arm/Kconfig \
drivers/scsi/qla4xxx/Kconfig \
drivers/scsi/qla2xxx/Kconfig \
drivers/scsi/mpt2sas/Kconfig \
drivers/scsi/megaraid/Kconfig.megaraid \
drivers/scsi/mvsas/Kconfig \
drivers/scsi/aic94xx/Kconfig \
drivers/scsi/aic7xxx/Kconfig.aic79xx \
drivers/scsi/aic7xxx/Kconfig.aic7xxx \
drivers/scsi/be2iscsi/Kconfig \
drivers/scsi/bnx2i/Kconfig \
drivers/scsi/cxgb3i/Kconfig \
drivers/scsi/libsas/Kconfig \
drivers/scsi/Kconfig \
drivers/ide/Kconfig \
drivers/misc/iwmc3200top/Kconfig \
drivers/misc/cb710/Kconfig \
drivers/misc/eeprom/Kconfig \
drivers/misc/c2port/Kconfig \
drivers/misc/Kconfig \
drivers/s390/block/Kconfig \
drivers/block/drbd/Kconfig \
drivers/block/paride/Kconfig \
drivers/block/Kconfig \
drivers/pnp/pnpacpi/Kconfig \
drivers/pnp/pnpbios/Kconfig \
drivers/pnp/isapnp/Kconfig \
drivers/pnp/Kconfig \
drivers/parport/Kconfig \
drivers/of/Kconfig \
drivers/mtd/ubi/Kconfig.debug \
drivers/mtd/ubi/Kconfig \
drivers/mtd/lpddr/Kconfig \
drivers/mtd/onenand/Kconfig \
drivers/mtd/nand/Kconfig \
drivers/mtd/devices/Kconfig \
drivers/mtd/maps/Kconfig \
drivers/mtd/chips/Kconfig \
drivers/mtd/Kconfig \
drivers/connector/Kconfig \
drivers/base/Kconfig \
drivers/Kconfig \
net/caif/Kconfig \
net/9p/Kconfig \
net/rfkill/Kconfig \
net/wimax/Kconfig \
net/mac80211/Kconfig \
net/wireless/Kconfig \
net/rxrpc/Kconfig \
drivers/bluetooth/Kconfig \
net/bluetooth/hidp/Kconfig \
net/bluetooth/cmtp/Kconfig \
net/bluetooth/bnep/Kconfig \
net/bluetooth/rfcomm/Kconfig \
net/bluetooth/Kconfig \
drivers/net/irda/Kconfig \
net/irda/ircomm/Kconfig \
net/irda/irnet/Kconfig \
net/irda/irlan/Kconfig \
net/irda/Kconfig \
drivers/net/can/usb/Kconfig \
drivers/net/can/sja1000/Kconfig \
drivers/net/can/mscan/Kconfig \
drivers/net/can/Kconfig \
net/can/Kconfig \
drivers/net/hamradio/Kconfig \
net/ax25/Kconfig \
net/dcb/Kconfig \
net/sched/Kconfig \
net/ieee802154/Kconfig \
net/phonet/Kconfig \
net/wanrouter/Kconfig \
net/econet/Kconfig \
net/lapb/Kconfig \
net/x25/Kconfig \
drivers/net/appletalk/Kconfig \
net/ipx/Kconfig \
net/llc/Kconfig \
net/decnet/Kconfig \
net/8021q/Kconfig \
net/dsa/Kconfig \
net/bridge/Kconfig \
net/802/Kconfig \
net/l2tp/Kconfig \
net/atm/Kconfig \
net/tipc/Kconfig \
net/rds/Kconfig \
net/sctp/Kconfig \
net/dccp/ccids/Kconfig \
net/dccp/Kconfig \
net/bridge/netfilter/Kconfig \
net/decnet/netfilter/Kconfig \
net/ipv6/netfilter/Kconfig \
net/ipv4/netfilter/Kconfig \
net/netfilter/ipvs/Kconfig \
net/netfilter/Kconfig \
net/netlabel/Kconfig \
net/ipv6/Kconfig \
net/ipv4/Kconfig \
net/iucv/Kconfig \
net/xfrm/Kconfig \
net/unix/Kconfig \
net/packet/Kconfig \
net/Kconfig \
kernel/power/Kconfig \
fs/Kconfig.binfmt \
drivers/cpuidle/Kconfig \
drivers/cpufreq/Kconfig \
mm/Kconfig \
kernel/Kconfig.preempt \
kernel/time/Kconfig \
drivers/pcmcia/Kconfig \
drivers/pci/Kconfig \
arch/arm/common/Kconfig \
arch/arm/Kconfig-nommu \
arch/arm/mm/Kconfig \
arch/arm/mach-w90x900/Kconfig \
arch/arm/mach-vexpress/Kconfig \
arch/arm/mach-versatile/Kconfig \
arch/arm/mach-ux500/Kconfig \
arch/arm/mach-u300/Kconfig \
arch/arm/plat-stmp3xxx/Kconfig \
arch/arm/mach-shmobile/Kconfig \
arch/arm/mach-s5pv210/Kconfig \
arch/arm/mach-s5pc100/Kconfig \
arch/arm/mach-s5p6442/Kconfig \
arch/arm/mach-s5p6440/Kconfig \
arch/arm/mach-s3c64xx/Kconfig \
arch/arm/mach-s3c2443/Kconfig \
arch/arm/mach-s3c2440/Kconfig \
arch/arm/mach-s3c2416/Kconfig \
arch/arm/mach-s3c2412/Kconfig \
arch/arm/mach-s3c2410/Kconfig \
arch/arm/mach-s3c2400/Kconfig \
arch/arm/mach-spear6xx/Kconfig600 \
arch/arm/mach-spear6xx/Kconfig \
arch/arm/mach-spear3xx/Kconfig320 \
arch/arm/mach-spear3xx/Kconfig310 \
arch/arm/mach-spear3xx/Kconfig300 \
arch/arm/mach-spear3xx/Kconfig \
arch/arm/plat-spear/Kconfig \
arch/arm/plat-s5p/Kconfig \
arch/arm/plat-s3c24xx/Kconfig \
arch/arm/plat-samsung/Kconfig \
arch/arm/mach-sa1100/Kconfig \
arch/arm/mach-realview/Kconfig \
arch/arm/mach-mmp/Kconfig \
arch/arm/plat-pxa/Kconfig \
arch/arm/mach-pxa/Kconfig \
arch/arm/mach-orion5x/Kconfig \
arch/arm/mach-omap2/Kconfig \
arch/arm/mach-omap1/Kconfig \
arch/arm/plat-omap/Kconfig \
arch/arm/mach-nuc93x/Kconfig \
arch/arm/mach-ns9xxx/Kconfig \
arch/arm/plat-nomadik/Kconfig \
arch/arm/mach-nomadik/Kconfig \
arch/arm/mach-netx/Kconfig \
arch/arm/mach-mx5/Kconfig \
arch/arm/mach-mxc91231/Kconfig \
arch/arm/mach-mx25/Kconfig \
arch/arm/mach-mx3/Kconfig \
arch/arm/mach-mx2/Kconfig \
arch/arm/mach-mx1/Kconfig \
arch/arm/plat-mxc/Kconfig \
arch/arm/mach-mv78xx0/Kconfig \
arch/arm/mach-msm/Kconfig \
arch/arm/mach-loki/Kconfig \
arch/arm/mach-lh7a40x/Kconfig \
arch/arm/mach-ks8695/Kconfig \
arch/arm/mach-kirkwood/Kconfig \
arch/arm/mach-ixp23xx/Kconfig \
arch/arm/mach-ixp2000/Kconfig \
arch/arm/mach-ixp4xx/Kconfig \
arch/arm/mach-iop13xx/Kconfig \
arch/arm/mach-iop33x/Kconfig \
arch/arm/mach-iop32x/Kconfig \
arch/arm/mach-integrator/Kconfig \
arch/arm/mach-h720x/Kconfig \
arch/arm/mach-gemini/Kconfig \
arch/arm/mach-footbridge/Kconfig \
arch/arm/mach-ep93xx/Kconfig \
arch/arm/mach-dove/Kconfig \
arch/arm/mach-davinci/Kconfig \
arch/arm/mach-cns3xxx/Kconfig \
arch/arm/mach-clps711x/Kconfig \
arch/arm/mach-bcm215xx/Kconfig \
arch/arm/mach-bcm116x/Kconfig \
arch/arm/mach-bcmring/Kconfig \
arch/arm/plat-bcmap/Kconfig \
arch/arm/mach-at91/Kconfig \
arch/arm/mach-aaec2000/Kconfig \
kernel/Kconfig.freezer \
kernel/Kconfig.locks \
block/Kconfig.iosched \
block/Kconfig \
kernel/gcov/Kconfig \
arch/Kconfig \
usr/Kconfig \
init/Kconfig \
arch/arm/Kconfig
include/config/auto.conf: \
$(deps_config)
ifneq "$(KERNELVERSION)" "2.6.35.14"
include/config/auto.conf: FORCE
endif
ifneq "$(ARCH)" "arm"
include/config/auto.conf: FORCE
endif
$(deps_config): ;
| knone1/Pinaslang-Kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 19,639 |
cmd_drivers/media/usb/ttusb-budget/built-in.o := rm -f drivers/media/usb/ttusb-budget/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD drivers/media/usb/ttusb-budget/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/media/usb/ttusb-budget/.built-in.o.cmd | bat | gpl-2.0 | 267 |
cmd_mm/swap_state.o := gcc -Wp,-MD,mm/.swap_state.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(swap_state)" -D"KBUILD_MODNAME=KBUILD_STR(swap_state)" -c -o mm/swap_state.o mm/swap_state.c
deps_mm/swap_state.o := \
mm/swap_state.c \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/sysfs.h) \
include/linux/spinlock.h \
$(wildcard include/config/smp.h) \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/asm/posix_types.h \
include/asm/types.h \
include/linux/bitops.h \
include/asm/bitops.h \
include/asm/alternative.h \
$(wildcard include/config/paravirt.h) \
include/asm/cpufeature.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/asm/thread_info.h \
$(wildcard include/config/debug/stack/usage.h) \
include/asm/page.h \
$(wildcard include/config/physical/start.h) \
$(wildcard include/config/flatmem.h) \
include/linux/const.h \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/linux/cache.h \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
$(wildcard include/config/x86/vsmp.h) \
include/asm/mmsegment.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/asm/system.h \
$(wildcard include/config/unordered/io.h) \
include/asm/segment.h \
include/asm/cmpxchg.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
include/asm/processor-flags.h \
include/asm-i386/processor-flags.h \
include/linux/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/asm/processor.h \
include/asm/sigcontext.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm-i386/msr-index.h \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/asm/current.h \
include/asm/percpu.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/stacktrace.h \
$(wildcard include/config/stacktrace.h) \
include/linux/spinlock_types_up.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_smp.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/seqlock.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/elf-em.h \
include/asm/elf.h \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/user.h \
include/linux/kobject.h \
$(wildcard include/config/hotplug.h) \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/wait.h \
include/linux/moduleparam.h \
include/linux/init.h \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/asm/local.h \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/debug/slab.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/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/nodemask.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/mutex-debug.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/smp.h \
include/asm/topology.h \
$(wildcard include/config/acpi/numa.h) \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/calc64.h \
include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/timex.h \
$(wildcard include/config/time/interpolation.h) \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
include/asm/8253pit.h \
include/asm/vsyscall.h \
$(wildcard include/config/generic/time.h) \
include/asm/hpet.h \
$(wildcard include/config/hpet/emulate/rtc.h) \
include/asm/tsc.h \
include/asm-i386/tsc.h \
$(wildcard include/config/x86/tsc.h) \
$(wildcard include/config/x86/generic.h) \
include/asm/module.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/capability.h \
include/linux/rbtree.h \
include/linux/prio_tree.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/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 \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/rcupdate.h \
include/linux/namei.h \
include/linux/radix-tree.h \
include/linux/pid.h \
include/asm/semaphore.h \
include/asm/rwlock.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
$(wildcard include/config/64bit.h) \
include/linux/err.h \
include/linux/backing-dev.h \
include/linux/mm_types.h \
include/asm/pgtable.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/swap.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/kernel_stat.h \
include/asm/irq.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/swap.h \
include/linux/sched.h \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/blk/dev/io/trace.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/compat.h) \
$(wildcard include/config/fault/injection.h) \
include/asm/mmu.h \
include/linux/sem.h \
include/linux/ipc.h \
$(wildcard include/config/ipc/ns.h) \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/securebits.h \
include/linux/fs_struct.h \
include/linux/completion.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/pagemap.h \
include/linux/highmem.h \
include/linux/uaccess.h \
include/asm/uaccess.h \
include/asm/cacheflush.h \
$(wildcard include/config/debug/rodata.h) \
include/asm/kmap_types.h \
include/linux/buffer_head.h \
include/linux/pagevec.h \
include/linux/migrate.h \
include/linux/mempolicy.h \
mm/swap_state.o: $(deps_mm/swap_state.o)
$(deps_mm/swap_state.o):
| dnh34/proj1 | mm/.swap_state.o.cmd | bat | gpl-2.0 | 13,030 |
cmd_net/ipv4/tcp_minisocks.o := gcc -Wp,-MD,net/ipv4/.tcp_minisocks.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(tcp_minisocks)" -D"KBUILD_MODNAME=KBUILD_STR(tcp_minisocks)" -c -o net/ipv4/tcp_minisocks.o net/ipv4/tcp_minisocks.c
deps_net/ipv4/tcp_minisocks.o := \
net/ipv4/tcp_minisocks.c \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/tcp/md5sig.h) \
include/linux/mm.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.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/ia64.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/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/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) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc4.h \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/asm/posix_types.h \
$(wildcard include/config/x86/32.h) \
include/asm/posix_types_32.h \
include/asm/types.h \
$(wildcard include/config/x86/64.h) \
$(wildcard include/config/highmem64g.h) \
include/asm-generic/int-ll64.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
include/asm/bitops.h \
$(wildcard include/config/x86/cmov.h) \
include/asm/alternative.h \
$(wildcard include/config/paravirt.h) \
include/asm/asm.h \
include/asm/cpufeature.h \
$(wildcard include/config/x86/invlpg.h) \
include/asm/required-features.h \
$(wildcard include/config/x86/minimum/cpu/family.h) \
$(wildcard include/config/math/emulation.h) \
$(wildcard include/config/x86/pae.h) \
$(wildcard include/config/x86/use/3dnow.h) \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
$(wildcard include/config/x86/bswap.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/asm/thread_info.h \
include/asm/thread_info_32.h \
$(wildcard include/config/4kstacks.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/asm/page.h \
include/linux/const.h \
include/asm/page_32.h \
$(wildcard include/config/highmem4g.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/x86/3dnow.h) \
include/linux/string.h \
include/asm/string.h \
include/asm/string_32.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/processor.h \
$(wildcard include/config/x86/vsmp.h) \
$(wildcard include/config/x86/ht.h) \
$(wildcard include/config/x86/debugctlmsr.h) \
include/asm/processor-flags.h \
include/asm/vm86.h \
$(wildcard include/config/vm86.h) \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/segment.h \
include/asm/ds.h \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/asm/math_emu.h \
include/asm/sigcontext.h \
include/asm/current.h \
include/asm/current_32.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/system.h \
$(wildcard include/config/ia32/emulation.h) \
$(wildcard include/config/x86/ppro/fence.h) \
$(wildcard include/config/x86/oostore.h) \
include/asm/cmpxchg.h \
include/asm/cmpxchg_32.h \
$(wildcard include/config/x86/cmpxchg.h) \
$(wildcard include/config/x86/cmpxchg64.h) \
include/asm/nops.h \
$(wildcard include/config/mk7.h) \
$(wildcard include/config/x86/p6/nop.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
$(wildcard include/config/x86/alignment/16.h) \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm/desc_defs.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/have/cpumask/of/cpu/map.h) \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/asm/spinlock.h \
include/asm/atomic.h \
include/asm/atomic_32.h \
$(wildcard include/config/m386.h) \
include/asm-generic/atomic.h \
include/asm/rwlock.h \
include/linux/spinlock_api_smp.h \
include/linux/wait.h \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/smp.h \
include/asm/smp.h \
$(wildcard include/config/x86/local/apic.h) \
$(wildcard include/config/x86/io/apic.h) \
$(wildcard include/config/x86/32/smp.h) \
$(wildcard include/config/x86/64/smp.h) \
include/asm/mpspec.h \
$(wildcard include/config/mca.h) \
$(wildcard include/config/eisa.h) \
$(wildcard include/config/acpi.h) \
include/asm/mpspec_def.h \
include/asm-x86/mach-default/mach_mpspec.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
include/linux/delay.h \
include/asm/delay.h \
include/asm/fixmap.h \
include/asm/fixmap_32.h \
$(wildcard include/config/x86/visws/apic.h) \
$(wildcard include/config/x86/f00f/bug.h) \
$(wildcard include/config/x86/cyclone/timer.h) \
$(wildcard include/config/pci/mmconfig.h) \
$(wildcard include/config/provide/ohci1394/dma/init.h) \
include/asm/acpi.h \
$(wildcard include/config/acpi/numa.h) \
include/acpi/pdc_intel.h \
include/asm/numa.h \
include/asm/numa_32.h \
include/asm/mmu.h \
include/asm/apicdef.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/asm/io_apic.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/asm-x86/mach-default/mach_apicdef.h \
include/asm/topology.h \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/x86/64/acpi/numa.h) \
include/asm-generic/topology.h \
include/asm/sparsemem.h \
include/linux/rbtree.h \
include/linux/prio_tree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/completion.h \
include/asm/pgtable.h \
include/asm/pgtable_32.h \
$(wildcard include/config/highpte.h) \
include/asm/paravirt.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slabinfo.h) \
include/linux/slab_def.h \
include/linux/kmalloc_sizes.h \
include/asm/pgtable-2level-defs.h \
include/asm/pgtable-2level.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/ia64/uncached/allocator.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/percpu.h \
include/linux/module.h \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/markers.h) \
$(wildcard include/config/sysfs.h) \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/math64.h \
include/asm/div64.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/elf-em.h \
include/asm/elf.h \
$(wildcard include/config/compat/vdso.h) \
include/asm/user.h \
include/asm/user_32.h \
include/asm/vdso.h \
include/asm/desc.h \
include/asm/ldt.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/ppc64.h) \
include/linux/marker.h \
include/asm/local.h \
include/asm/module.h \
$(wildcard include/config/m486.h) \
$(wildcard include/config/m586.h) \
$(wildcard include/config/m586tsc.h) \
$(wildcard include/config/m586mmx.h) \
$(wildcard include/config/mcore2.h) \
$(wildcard include/config/m686.h) \
$(wildcard include/config/mpentiumii.h) \
$(wildcard include/config/mpentiumiii.h) \
$(wildcard include/config/mpentiumm.h) \
$(wildcard include/config/mpentium4.h) \
$(wildcard include/config/mk6.h) \
$(wildcard include/config/mk8.h) \
$(wildcard include/config/x86/elan.h) \
$(wildcard include/config/mcrusoe.h) \
$(wildcard include/config/mefficeon.h) \
$(wildcard include/config/mwinchipc6.h) \
$(wildcard include/config/mwinchip2.h) \
$(wildcard include/config/mwinchip3d.h) \
$(wildcard include/config/mcyrixiii.h) \
$(wildcard include/config/mviac3/2.h) \
$(wildcard include/config/mviac7.h) \
$(wildcard include/config/mgeodegx1.h) \
$(wildcard include/config/mgeode/lx.h) \
include/linux/sysctl.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
$(wildcard include/config/x86/rdc321x.h) \
include/asm/tsc.h \
$(wildcard include/config/x86/tsc.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/net/tcp.h \
$(wildcard include/config/net/dma.h) \
include/linux/tcp.h \
include/linux/socket.h \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/netdevices/multiqueue.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/net.h \
include/linux/random.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/textsearch.h \
include/linux/err.h \
include/net/checksum.h \
include/asm/uaccess.h \
include/asm/uaccess_32.h \
$(wildcard include/config/x86/intel/usercopy.h) \
$(wildcard include/config/x86/wp/works/ok.h) \
include/asm/checksum.h \
include/asm/checksum_32.h \
include/linux/in6.h \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
include/linux/rcuclassic.h \
include/linux/dmaengine.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/semaphore.h \
include/asm/device.h \
$(wildcard include/config/dmar.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
include/asm/dma-mapping.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/asm/scatterlist.h \
include/asm/io.h \
include/asm/io_32.h \
include/asm-generic/iomap.h \
include/linux/vmalloc.h \
include/asm/swiotlb.h \
$(wildcard include/config/swiotlb.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/net/sock.h \
$(wildcard include/config/net/ns.h) \
include/linux/netdevice.h \
$(wildcard include/config/wlan/80211.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/netpoll/trap.h) \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
include/linux/if_packet.h \
include/net/net_namespace.h \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/preempt/rcu.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/group/sched.h) \
include/linux/capability.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/asm/seccomp.h \
include/asm/seccomp_32.h \
include/linux/unistd.h \
include/asm/unistd.h \
include/asm/unistd_32.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/aio.h \
include/linux/aio_abi.h \
include/asm/hardirq.h \
include/asm/hardirq_32.h \
include/linux/irq.h \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
include/asm/irq_32.h \
include/asm-x86/mach-default/irq_vectors.h \
include/asm-x86/mach-default/irq_vectors_limits.h \
include/asm/irq_regs.h \
include/asm/irq_regs_32.h \
include/asm/hw_irq.h \
include/asm/hw_irq_32.h \
include/linux/profile.h \
$(wildcard include/config/profiling.h) \
include/asm/sections.h \
include/asm-generic/sections.h \
include/linux/irq_cpustat.h \
include/linux/security.h \
$(wildcard include/config/security/network.h) \
$(wildcard include/config/security/network/xfrm.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/namei.h \
include/linux/radix-tree.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
$(wildcard include/config/64bit.h) \
include/linux/binfmts.h \
include/linux/shm.h \
include/asm/shmparam.h \
include/asm/shmbuf.h \
include/linux/msg.h \
include/asm/msgbuf.h \
include/linux/key.h \
include/linux/xfrm.h \
include/net/flow.h \
include/linux/filter.h \
include/net/dst.h \
$(wildcard include/config/net/cls/route.h) \
$(wildcard include/config/xfrm.h) \
include/linux/rtnetlink.h \
include/linux/netlink.h \
include/linux/if_link.h \
include/linux/if_addr.h \
include/linux/neighbour.h \
include/net/neighbour.h \
include/net/rtnetlink.h \
include/net/netlink.h \
include/net/inet_connection_sock.h \
include/linux/poll.h \
include/asm/poll.h \
include/asm-generic/poll.h \
include/net/inet_sock.h \
include/linux/jhash.h \
include/net/request_sock.h \
include/net/route.h \
include/net/inetpeer.h \
include/linux/in_route.h \
include/linux/route.h \
include/linux/ip.h \
include/net/inet_timewait_sock.h \
include/net/tcp_states.h \
include/net/timewait_sock.h \
include/linux/crypto.h \
include/linux/uaccess.h \
include/linux/cryptohash.h \
include/net/inet_hashtables.h \
include/linux/ipv6.h \
$(wildcard include/config/ipv6/privacy.h) \
$(wildcard include/config/ipv6/router/pref.h) \
$(wildcard include/config/ipv6/route/info.h) \
$(wildcard include/config/ipv6/optimistic/dad.h) \
$(wildcard include/config/ipv6/mroute.h) \
$(wildcard include/config/ipv6/mip6.h) \
$(wildcard include/config/ipv6/subtrees.h) \
include/linux/icmpv6.h \
include/linux/udp.h \
include/net/snmp.h \
include/linux/snmp.h \
include/net/ip.h \
$(wildcard include/config/inet.h) \
include/linux/in.h \
include/net/inet_ecn.h \
include/net/dsfield.h \
include/net/inet_common.h \
include/net/xfrm.h \
$(wildcard include/config/xfrm/statistics.h) \
$(wildcard include/config/xfrm/sub/policy.h) \
$(wildcard include/config/xfrm/migrate.h) \
include/linux/pfkeyv2.h \
include/linux/ipsec.h \
include/linux/audit.h \
$(wildcard include/config/change.h) \
include/net/ipv6.h \
include/net/if_inet6.h \
include/net/ndisc.h \
include/net/ip6_fib.h \
include/linux/ipv6_route.h \
net/ipv4/tcp_minisocks.o: $(deps_net/ipv4/tcp_minisocks.o)
$(deps_net/ipv4/tcp_minisocks.o):
| namgk/kernel-tut | net/ipv4/.tcp_minisocks.o.cmd | bat | gpl-2.0 | 25,296 |
cmd_net/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 net/built-in.o net/socket.o net/core/built-in.o net/compat.o net/llc/built-in.o net/ethernet/built-in.o net/802/built-in.o net/sched/built-in.o net/netlink/built-in.o net/netfilter/built-in.o net/ipv4/built-in.o net/xfrm/built-in.o net/unix/built-in.o net/ipv6/built-in.o net/packet/built-in.o net/key/built-in.o net/bridge/built-in.o net/bluetooth/built-in.o net/l2tp/built-in.o net/wireless/built-in.o net/rfkill/built-in.o net/sysctl_net.o net/activity_stats.o net/rmnet_data/built-in.o net/ipc_router/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | net/.built-in.o.cmd | bat | gpl-2.0 | 685 |
>>> ubkungfu = Book("Ubuntu Kung Fu", ["Thomas"], "Pragmatic Bookshelf",
... "978-1-93435-622-7")
| simontakite/sysadmin | pythonscripts/practicalprogramming/oop/ubkungfu_init.cmd | bat | gpl-2.0 | 102 |
cmd_sound/pci/cs46xx/built-in.o := rm -f sound/pci/cs46xx/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/cs46xx/built-in.o
| AOSP-ZEUS/android_kernel_samsung_n1 | sound/pci/cs46xx/.built-in.o.cmd | bat | gpl-2.0 | 183 |
@echo off
SETLOCAL EnableDelayedExpansion
set BATPATH=%~dp0
"C:\Program Files (x86)\CSR\BlueSuite 2.6.8\BlueFlashCmd.exe" "!BATPATH!\release\spp_uart_bc358_16mhz"
pause
| uholeschak/ediabaslib | EdiabasLib/CanAdapterElm/Bluetooth/spp_uart/flash_bc358_16mhz.bat | bat | gpl-3.0 | 170 |
avrdude -c usbtiny -p m32 -B 3 -U flash:w:triode.hex -U lfuse:w:0xBF:m -U hfuse:w:0xD9:m | MeeBlip/meeblip-triode | Firmware/make-triode.bat | bat | gpl-3.0 | 89 |
REM -- QT ENVIRONMENT VARIABLES --
set QT_DIR=%QT4_MINGW%
set PATH=%QT_DIR%\bin;%PATH%
REM -- BOOST ENVIRONMENT VARIABLES --
set BOOST_INCLUDE=D:\Dvlp\_Libs\Boost\1_57\include
set BOOST_LIB=D:\Dvlp\_Libs\Boost\1_57\lib_shared
set BOOST_LIB_SERIALIZATION_DEBUG=libboost_serialization-mgw45-mt-d-1_57
set BOOST_LIB_SERIALIZATION_RELEASE=libboost_serialization-mgw45-mt-1_57
set BOOST_LIB_WIDE_SERIALIZATION_DEBUG=libboost_wserialization-mgw45-mt-d-1_57
set BOOST_LIB_WIDE_SERIALIZATION_RELEASE=libboost_wserialization-mgw45-mt-1_57
REM -- MAKE OPTIONS : USE 8 CORE CPU TO REDUCE BUILD TIMES --
set MAKE_COMMAND=make -j8
REM -- BUILD QXORM LIBRARY --
cd "../"
qmake
make release
IF NOT EXIST "./release/QxOrm.dll" GOTO END
cd "./release/"
copy "libQxOrm.a" "../lib/"
if exist "QxOrm.dll" ( copy "QxOrm.dll" "../lib/" )
copy "libQxOrm.a" "../test/_bin/"
if exist "QxOrm.dll" ( copy "QxOrm.dll" "../test/_bin/" )
cd "../"
REM -- BUILD TEST DLL1 --
cd "./test/qxDllSample/dll1/"
qmake
make release
IF NOT EXIST "../../_bin/dll1.dll" GOTO END
REM -- BUILD TEST DLL2 --
cd "../dll2/"
qmake
make release
IF NOT EXIST "../../_bin/dll2.dll" GOTO END
REM -- BUILD TEST EXE --
cd "../exe/"
qmake
make release
IF NOT EXIST "../../_bin/exe.exe" GOTO END
REM -- BUILD TEST QXBLOG --
cd "../../qxBlog/"
qmake
make release
IF NOT EXIST "../_bin/qxBlog.exe" GOTO END
REM -- BUILD TEST QXBLOG COMPOSITE KEY --
cd "../qxBlogCompositeKey/"
qmake
make release
IF NOT EXIST "../_bin/qxBlogCompositeKey.exe" GOTO END
REM -- BUILD TEST QXCLIENTSERVER QXSERVICE --
cd "../qxClientServer/qxService"
qmake qxServiceServer.pro
make release
IF NOT EXIST "../../_bin/qxServiceServer.dll" GOTO END
qmake qxServiceClient.pro
make release
IF NOT EXIST "../../_bin/qxServiceClient.dll" GOTO END
REM -- BUILD TEST QXCLIENTSERVER QXSERVER --
cd "../qxServer/"
qmake
make release
IF NOT EXIST "../../_bin/qxServer.exe" GOTO END
REM -- BUILD TEST QXCLIENTSERVER QXCLIENT --
cd "../qxClient/"
qmake
make release
IF NOT EXIST "../../_bin/qxClient.exe" GOTO END
:END
pause
| enaldick/QxORM-1.32 | tools/mingw_build_all_release.bat | bat | gpl-3.0 | 2,030 |
@echo off
if "%JAVA_HOME%" == "" set "JAVA_HOME=C:\Program Files\Java\jdk-10"
set "java=%JAVA_HOME%\bin\java"
set "javac=%JAVA_HOME%\bin\javac"
if exist bootstrap rmdir /s /q bootstrap
mkdir bootstrap
dir /s /b /a:-d src\main\java > bootstrap\files.txt
"%javac%" --module-source-path src\main\java ^
-d bootstrap\modules\ ^
--module-path deps ^
@bootstrap\files.txt
"%java%" --module-path bootstrap/modules;deps ^
--add-modules jdk.unsupported ^
--upgrade-module-path bootstrap/modules ^
--module com.github.forax.pro.bootstrap/com.github.forax.pro.bootstrap.Bootstrap
| forax/pro | build.bat | bat | gpl-3.0 | 631 |
@echo off
start gradlew build | Darkaqua/Blacksmith-Api | build.bat | bat | lgpl-2.1 | 29 |
java -cp .;lib\*;classes SoapGenUI "..\SMUBank\WSDL Directory" | kgston/SOAPGen | SoapGenUI - SMUBank.bat | bat | apache-2.0 | 62 |
@setlocal
@echo off
rem
rem The test targets files redirect projects to use the targets deployed
rem to the Experimental hive. By installing these targets, you can test
rem modifications easily without having to manually redeploy files to
rem your MSBuild directory.
rem
rem This script should be run as an administrator.
rem
echo This script should be run as an administrator.
set D=%~dp0
rem Guess some directories for Visual Studio 15
call :docopy "%ProgramFiles(x86)%\Microsoft Visual Studio\VSPreview15\MSBuild\Microsoft\VisualStudio\v15.0"
if errorlevel 1 call :docopy "%SystemDrive%\VS\MSBuild\Microsoft\VisualStudio\v15.0"
if errorlevel 1 call :docopy "%ProgramFiles(x86)%\MSBuild\Microsoft\VisualStudio\v15.0"
call :docopy "%ProgramFiles(x86)%\MSBuild\Microsoft\VisualStudio\v14.0"
pause
exit /B 0
:docopy
if not exist "%~1" exit /B 1
set TARGET=%~1\Python Tools\
pushd "%D%..\Product\BuildTasks\TestTargets"
echo.
echo Copying:
echo from %CD%
echo to %TARGET%
if not exist "%TARGET%" mkdir "%TARGET%"
copy /Y "*.targets" "%TARGET%"
popd
exit /B 0
| DEVSENSE/PTVS | Python/Prerequisites/deploy_test_targets.cmd | bat | apache-2.0 | 1,075 |
echo generate protobuff files
set proto_path=proto
for /f "delims=" %%i in ('dir /b/a-d/oN "%proto_path%\*.proto"') do "proto-gen/protoc.exe" --proto_path=%proto_path% --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:./cpp/ %proto_path%\%%i
for /f "delims=" %%i in ('dir /b/a-d/oN "%proto_path%\*.proto"') do "proto-gen/protoc.exe" --proto_path=%proto_path% --csharp_out=./cs/ %proto_path%\%%i
for /f "delims=" %%i in ('dir /b/a-d/oN "%proto_path%\*.proto"') do "proto-gen/protoc.exe" --proto_path=%proto_path% --js_out=./js/ %proto_path%\%%i
pause | ArkGame/ArkGameFrame | src/proto/gen-proto.bat | bat | apache-2.0 | 544 |
set dist_folder=packages-dist
set csproj_config=Release
set csproj_platform=AnyCPU
echo Cleaning dist folder %dist_folder%
rmdir /S /Q %dist_folder%
mkdir %dist_folder%
nuget pack ./LightDataInterface/LightDataInterface.csproj -OutputDirectory ./%dist_folder% -Prop Configuration=%csproj_config% -Prop Platform=%csproj_platform% -IncludeReferencedProjects
nuget pack ./LightDataInterface.Core/LightDataInterface.Core.csproj -OutputDirectory ./%dist_folder% -Prop Configuration=%csproj_config% -Prop Platform=%csproj_platform% -IncludeReferencedProjects
nuget pack ./LightDataInterface.EntityFramework/LightDataInterface.EntityFramework.csproj -OutputDirectory ./%dist_folder% -Prop Configuration=%csproj_config% -Prop Platform=%csproj_platform% -IncludeReferencedProjects
nuget pack ./LightDataInterface.NHibernate/LightDataInterface.NHibernate.csproj -OutputDirectory ./%dist_folder% -Prop Configuration=%csproj_config% -Prop Platform=%csproj_platform% -IncludeReferencedProjects
nuget pack ./LightDataInterface.Extra.WebApi/LightDataInterface.Extra.WebApi.csproj -OutputDirectory ./%dist_folder% -Prop Configuration=%csproj_config% -Prop Platform=%csproj_platform% -IncludeReferencedProjects
| zarusz/LightDataInterface | nu_pack.bat | bat | apache-2.0 | 1,197 |
@ECHO OFF
REM ..\..\..\packages\OpenCover.4.5.2506\OpenCover.Console.exe -target:..\..\..\packages\NUnit.Runners.2.6.3\tools\nunit-console.exe -targetargs:"<ASSEMBLY>.UnitTest.dll /noshadow /nologo" -register:user -filter:"+[<assembly>*]* -[<assembly>.DataModel]* -[<assembly>.UnitTest]* -[<assembly>.Diagrams]*"" -filter:-excludebyfile:*\*Designer.cs -mergebyhash
..\..\..\packages\OpenCover.4.5.2506\OpenCover.Console.exe -target:..\..\..\packages\NUnit.Runners.2.6.3\tools\nunit-console.exe -targetargs:"TicTacToe.Core.Test.dll /noshadow /nologo /framework:net-4.5" -register:user -mergebyhash
REM Default filters are: -[mscorlib]* -[mscorlib.*]* -[System]* -[System.*]* -[Microsoft.VisualBasic]*
REM delete old coverage files
REM /F /Q switches to delete files and directories even with readonly attribute without confirmation
DEL /F /Q .\coverage\*.*
REM Generate HTML based coverage reports
..\..\..\packages\ReportGenerator.1.9.1.0\reportgenerator.exe -reports:results.xml -targetdir:coverage Verbosity: Error
REM invoke the html coverage summary in browser
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" .\coverage\index.htm | foufure/TicTacToe | TicTacToe.Core.Test/coverage.bat | bat | apache-2.0 | 1,142 |
cd workspace
copy .\glaf-bi\glaf-bi.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-ui\*.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-cms\*.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-base\*.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-core\*.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-mail\*.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-security\*.jar .\glaf-web\WebContent\WEB-INF\lib
copy .\glaf-batch\*.jar .\glaf-web\WebContent\WEB-INF\lib
rem copy .\glaf-activiti\*.jar .\glaf-web\WebContent\WEB-INF\lib
rem copy .\glaf-form\*.jar .\glaf-web\WebContent\WEB-INF\lib
rem copy .\glaf-web\*.jar .\glaf-web\WebContent\WEB-INF\lib
pause
| jior/glaf | copy-jar.bat | bat | apache-2.0 | 668 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\test.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\test.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| lif3isg0od/pycon-tutorial-learn | doc/make.bat | bat | bsd-3-clause | 7,728 |
@echo off
title Building...
echo Building...
cd ..
make build-win
| o4dev/Graphs.cpp | scripts/WinBuild.bat | bat | bsd-3-clause | 66 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WSSREST.S03_BatchRequests.MSWSSREST_S03_TC01_BatchRequests /testcontainer:..\..\MS-WSSREST\TestSuite\bin\Debug\MS-WSSREST_TestSuite.dll /runconfig:..\..\MS-WSSREST\MS-WSSREST.testsettings /unique
pause | OfficeDev/Interop-TestSuites | SharePoint/Source/Scripts/MS-WSSREST/RunMSWSSREST_S03_TC01_BatchRequests.cmd | bat | mit | 295 |
call cleanall
call makedocs
call dosyncftp_docs
call buildall
call makedist
call makedist_navX-Micro
call dosyncftp
rem call dosyncftp_navX-Micro
call maven_deploy | Beachbot330/navxmxp | build/fullmake.bat | bat | mit | 163 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCRPC.S01_SynchronousCall.MSOXCRPC_S01_TC01_TestEcDoConnectEx /testcontainer:..\..\MS-OXCRPC\TestSuite\bin\Debug\MS-OXCRPC_TestSuite.dll /runconfig:..\..\MS-OXCRPC\MS-OXCRPC.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCRPC/RunMSOXCRPC_S01_TC01_TestEcDoConnectEx.cmd | bat | mit | 295 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\blueimp-tmpl\js\compile.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\blueimp-tmpl\js\compile.js" %*
) | Planigle/planigle | node_modules/.bin/tmpl.js.cmd | bat | gpl-2.0 | 194 |
@echo off
rem
rem Batch file to update nzbget from web-interface
rem
rem Copyright (C) 2015-2016 Andrey Prygunkov <[email protected]>
rem
rem This program is free software; you can redistribute it and/or modify
rem it under the terms of the GNU General Public License as published by
rem the Free Software Foundation; either version 2 of the License, or
rem (at your option) any later version.
rem
rem This program is distributed in the hope that it will be useful,
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
rem GNU General Public License for more details.
rem
rem You should have received a copy of the GNU General Public License
rem along with this program. If not, see <http://www.gnu.org/licenses/>.
rem
title Updating NZBGet
rem make sure the commands "tasklist", "find" and "ping" use default system programs
set PATH=%SystemRoot%\system32;%PATH%
if "%1"=="/step2" goto STEP2
if "%1"=="/step3" goto STEP3
if x%NZBUP_BRANCH%==x (
echo This script is executed by NZBGet during update and is not supposed to be started manually by user.
echo.
echo.To update NZBGet go to Web-interface - Settings - System - Check for updates.
echo.
pause
exit
)
@setlocal enabledelayedexpansion
rem extracting link to update-info-URL from "webui\package-info.json"
set UPDATE_INFO_LINK=
for /f "delims=" %%a in ('type "%NZBOP_WEBDIR%\package-info.json"') do (
set line=%%a
set line=!line:update-info-link=!
if not %%a==!line! (
set UPDATE_INFO_LINK=!line!
rem deleting tabs, spaces, quotation marks and commas
set UPDATE_INFO_LINK=!UPDATE_INFO_LINK: =!
set UPDATE_INFO_LINK=!UPDATE_INFO_LINK: =!
set UPDATE_INFO_LINK=!UPDATE_INFO_LINK:"=!
set UPDATE_INFO_LINK=!UPDATE_INFO_LINK:,=!
rem deleting the leading colon
set UPDATE_INFO_LINK=!UPDATE_INFO_LINK:~1%!
)
)
rem "%~dp0" means the location of the current batch file
set NZBGET_DIR=%~dp0
cd /D %NZBGET_DIR%
rem Determine if NZBGet is running as a service
set NZBGET_SERVICE=no
for /F "tokens=3 delims=: " %%H in ('sc query "NZBGet" ^| findstr " STATE"') do (
if /I "%%H" EQU "RUNNING" (
set NZBGET_SERVICE=yes
)
)
echo Downloading version information...
rem using special command "-B webget" NZBGet works like a simple wget
rem and fetches files from web-servers
nzbget.exe -B webget "%TEMP%\NZBGET_UPDATE.txt" "%UPDATE_INFO_LINK%"
if errorlevel 1 goto DOWNLOAD_FAILURE
rem extracting version number from info file
if %NZBUP_BRANCH%==TESTING set VER_FIELD=testing-version
if %NZBUP_BRANCH%==STABLE set VER_FIELD=stable-version
set VER=0
for /f "delims=" %%a in ('type "%TEMP%\NZBGET_UPDATE.txt"') do (
set line=%%a
set line=!line:%VER_FIELD%=!
if not %%a==!line! (
set VER=!line!
rem deleting tabs, spaces, quotation marks, colons and commas
set VER=!VER: =!
set VER=!VER: =!
set VER=!VER:"=!
set VER=!VER::=!
set VER=!VER:,=!
)
)
rem extracting setup URL from info file
if %NZBUP_BRANCH%==TESTING set VER_FIELD=testing-download
if %NZBUP_BRANCH%==STABLE set VER_FIELD=stable-download
set DNL_URL=
for /f "delims=" %%a in ('type "%TEMP%\NZBGET_UPDATE.txt"') do (
set line=%%a
set line=!line:%VER_FIELD%=!
if not %%a==!line! (
set DNL_URL=!line!
rem deleting tabs, spaces, quotation marks and commas
set DNL_URL=!DNL_URL: =!
set DNL_URL=!DNL_URL: =!
set DNL_URL=!DNL_URL:"=!
set DNL_URL=!DNL_URL:,=!
rem delete first character (colon)
set DNL_URL=!DNL_URL:~1,1000!
)
)
rem extracting signature URL from info file
if %NZBUP_BRANCH%==TESTING set VER_FIELD=testing-signature
if %NZBUP_BRANCH%==STABLE set VER_FIELD=stable-signature
set SIG_URL=
for /f "delims=" %%a in ('type "%TEMP%\NZBGET_UPDATE.txt"') do (
set line=%%a
set line=!line:%VER_FIELD%=!
if not %%a==!line! (
set SIG_URL=!line!
rem deleting tabs, spaces, quotation marks and commas
set SIG_URL=!SIG_URL: =!
set SIG_URL=!SIG_URL: =!
set SIG_URL=!SIG_URL:"=!
set SIG_URL=!SIG_URL:,=!
rem delete first character (colon)
set SIG_URL=!SIG_URL:~1,1000!
)
)
SET SIG_FILE=nzbget-%VER%.sig.txt
echo Downloading verification signature...
nzbget.exe -B webget "%TEMP%\%SIG_FILE%" "%SIG_URL%"
if errorlevel 1 goto DOWNLOAD_FAILURE
SET SETUP_EXE=nzbget-%VER%-bin-win32-setup.exe
echo Downloading %SETUP_EXE%...
nzbget.exe -B webget "%TEMP%\%SETUP_EXE%" "%DNL_URL%"
if errorlevel 1 goto DOWNLOAD_FAILURE
echo Verifying package authenticity...
nzbget.exe -B verify "%NZBOP_APPDIR%\pubkey.pem" "%TEMP%\%SIG_FILE%" "%TEMP%\%SETUP_EXE%"
if not "%ERRORLEVEL%"=="93" (
del "%TEMP%\%SIG_FILE%"
del "%TEMP%\%SETUP_EXE%"
goto VERIFY_FAILURE
)
del "%TEMP%\%SIG_FILE%"
rem using ping as wait-command, the third parameter (2) causes ping to wait 1 (one) second
ping 127.0.0.1 -n 2 -w 1000 > nul
echo Stopping NZBGet and installing update...
ping 127.0.0.1 -n 2 -w 1000 > nul
rem After NZBGet is stopped the script cannot pring any messages to web-interface
rem In order for user to see any error messages we start another instance of the
rem script with its own a console window.
rem We need to do that because of another reeson too. When the update is installed
rem it is possible that the script "install-update.bat" will be updated too.
rem In that case the command interpreter will go grazy because it doesn't like the
rem batch files being replaced during execution.
copy install-update.bat "%TEMP%\nzbget-update.bat" > nul
if errorlevel 1 goto COPYSCRIPT_FAILURE
start "Updating NZBGet" /I /MIN CALL "%TEMP%\nzbget-update.bat" /step2 "%NZBGET_DIR%" %SETUP_EXE% %NZBGET_SERVICE%
echo [NZB] QUIT
exit
:STEP3
echo Third stage
goto UPDATE
:STEP2
echo Second stage
:UPDATE
rem init from command line params
set NZBGET_DIR=%2
set NZBGET_DIR=%NZBGET_DIR:"=%
cd "%NZBGET_DIR%"
set SETUP_EXE=%3
set NZBGET_SERVICE=%4
rem in service mode redirecting the output into install-update.log
if "%1"=="/step2" (
if "%NZBGET_SERVICE%"=="yes" (
"%TEMP%\nzbget-update.bat" /step3 "%NZBGET_DIR%" %SETUP_EXE% %NZBGET_SERVICE% > "%NZBGET_DIR%\install-update.log" 2>&1
)
)
rem check if nzbget.exe is running
echo Stopping NZBGet...
echo.
tasklist 2> nul > nul
if errorlevel 1 goto WINXPHOME
set WAIT_SECONDS=30
:CHECK_RUNNING
if "%WAIT_SECONDS%"=="0" goto QUIT_FAILURE
tasklist 2> nul | find /I /N "nzbget.exe" > nul
if "%ERRORLEVEL%"=="0" (
ping 127.0.0.1 -n 2 -w 1000 > nul
set /a "WAIT_SECONDS=%WAIT_SECONDS%-1"
goto CHECK_RUNNING
)
goto INSTALL
:WINXPHOME
rem Alternative solution when command "tasklist" isn't available:
rem just wait 30 seconds
ping 127.0.0.1 -n 31 -w 1000 > nul
:INSTALL
echo Installing new version...
echo.
"%TEMP%\%SETUP_EXE%" /S
del "%TEMP%\%SETUP_EXE%"
echo Starting NZBGet...
if "%NZBGET_SERVICE%"=="yes" (
net start NZBGet
) else (
start /MIN nzbget.exe -app -auto -s
)
if errorlevel 1 goto START_FAILURE
ping 127.0.0.1 -n 2 -w 1000 > nul
exit
:DOWNLOAD_FAILURE
rem This is in the first instance, the error is printed to web-interface
echo.
echo [ERROR] ***********************************************
echo [ERROR] Download failed, please try again later
echo [ERROR] ***********************************************
echo.
exit
:VERIFY_FAILURE
rem This is in the first instance, the error is printed to web-interface
echo.
echo [ERROR] ***********************************************
echo [ERROR] Package authenticity verification failed
echo [ERROR] ***********************************************
echo.
exit
:COPYSCRIPT_FAILURE
rem This is in the first instance, the error is printed to web-interface
echo.
echo [ERROR] ***********************************************
echo [ERROR] Failed to copy the update script
echo [ERROR] ***********************************************
echo.
exit
:QUIT_FAILURE
rem This is in the second instance, the error is printed to console window
start "Error during update" CMD /c "echo ERROR: Failed to stop NZBGet && pause"
ping 127.0.0.1 -n 11 -w 1000 > nul
exit
:START_FAILURE
rem This is in the second instance, the error is printed to console window
start "Error during update" CMD /c "echo ERROR: Failed to start NZBGet && pause"
ping 127.0.0.1 -n 11 -w 1000 > nul
exit
| Mhynlo/nzbget | windows/install-update.bat | bat | gpl-2.0 | 8,163 |
cmd_arch/arm/mach-msm/idle-v7.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/.idle-v7.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/arch/arm/include -include include/linux/autoconf.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 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/mach-msm/idle-v7.o arch/arm/mach-msm/idle-v7.S
deps_arch/arm/mach-msm/idle-v7.o := \
arch/arm/mach-msm/idle-v7.S \
$(wildcard include/config/msm/fiq/support.h) \
$(wildcard include/config/vfp.h) \
/home/gjdlfg/kernel/omap/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/gjdlfg/kernel/omap/arch/arm/include/asm/linkage.h \
/home/gjdlfg/kernel/omap/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/gjdlfg/kernel/omap/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/gjdlfg/kernel/omap/arch/arm/include/asm/hwcap.h \
/home/gjdlfg/kernel/omap/arch/arm/include/asm/vfpmacros.h \
$(wildcard include/config/vfpv3.h) \
/home/gjdlfg/kernel/omap/arch/arm/include/asm/vfp.h \
arch/arm/mach-msm/idle-v7.o: $(deps_arch/arm/mach-msm/idle-v7.o)
$(deps_arch/arm/mach-msm/idle-v7.o):
| jdlfg/Mecha-kernel-jdlfg | arch/arm/mach-msm/.idle-v7.o.cmd | bat | gpl-2.0 | 1,984 |
ugrove gen count=1000 "s=Urza's Saga" "b1=Urza's Destiny" "b2=Urza's Destiny" "b3=Urza's Destiny" | calebbell644/magicgrove | source/Grove.Utils/Gen-Urza's-Destiny.bat | bat | gpl-3.0 | 97 |
@echo off
if [%1]==[] (
echo. && echo Give me a path to the location where you want to have the database created && echo.
exit /b
)
set PWD="%cd%"
:: for tigase 5.0 and below
::java -Dij.protocol=jdbc:derby: -Dij.database="%1;create=true" ^
:: -Dderby.system.home=%PWD% ^
:: -classpath "libs/*" ^
:: org.apache.derby.tools.ij database/derby-schema-4.sql
::java -Dij.protocol=jdbc:derby: -Dij.database="%1" ^
:: -Dderby.system.home=%PWD% ^
:: -classpath "libs/*" ^
:: org.apache.derby.tools.ij database/derby-schema-4-sp.schema
::java -Dij.protocol=jdbc:derby: -Dij.database="%1" ^
:: -Dderby.system.home=%PWD% ^
:: -classpath "libs/*" ^
:: org.apache.derby.tools.ij database/derby-schema-4-props.sql
:: for Tigase 5.1
java -Dij.protocol=jdbc:derby: -Dij.database="%1;create=true" ^
-Dderby.system.home=%PWD% ^
-classpath jars/* ^
org.apache.derby.tools.ij database/derby-schema-5-1.sql > derby-db-create.txt 2>&1
java -Dij.protocol=jdbc:derby: -Dij.database="%1;create=true" ^
-Dderby.system.home=%PWD% ^
-classpath jars/* ^
org.apache.derby.tools.ij database/derby-pubsub-schema-3.0.0.sql > derby-db-create-pubsub.txt 2>&1
if %errorlevel% neq 0 (
echo. && echo Error: please check the derby-db-create.txt error file for more details && echo. && echo.
exit /b %errorlevel%
) else (
echo. && echo Success: please look at the derby-db-create.txt file for more details && echo. && echo.
echo configuration: && echo. && echo. && echo --user-db=derby && echo. && echo --user-db-uri=jdbc:derby:%1 && echo. && echo.
exit /b
)
| pivotal-nathan-sentjens/tigase-xmpp-java | scripts/db-create-derby.cmd | bat | agpl-3.0 | 1,561 |
REM # makecint demonstration script for Borland C++ builder 3.0
REM # Array.cxx as Dynamic Link Library
move Array.C Array.cpp
move Fundamen.h Fundament.h
move Fundamen.C Fundament.cpp
move Fundament.C Fundament.cpp
copy ..\Complex\Complex.cxx Complex.cpp
copy ..\Complex\Complex.C Complex.cpp
copy ..\Complex\Complex.cpp Complex.cpp
copy ..\Complex\Complex.h Complex.h
REM # Create Makefile
makecint -mk Makefile -dl Array.dll -H Fundament.h Array.h -C++ Fundament.cpp Array.cpp Complex.cpp -cint -M0x10
REM # Compile
make.exe -f Makefile clean
make.exe -f Makefile
REM # Test
cint -I../Complex ../Complex/Complex.cpp Fundament.cpp Array.cpp test.C
cint Array.dll test.C
| tc3t/qoot | cint/demo/makecint/Array/bcdll.bat | bat | lgpl-2.1 | 677 |
@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\aiohttp.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\aiohttp.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
| Insoleet/aiohttp | docs/make.bat | bat | apache-2.0 | 6,703 |
@echo off
rem This is and auto-restart script for the rAthena Ragnarok Online Server Emulator.
rem It will also keep the map server OPEN after it crashes to that errors may be
rem more easily identified
rem Writen by Jbain
start cmd /k logserv.bat
start cmd /k charserv.bat
start cmd /k mapserv.bat
| luan122/rathena | tools/runserver.bat | bat | gpl-3.0 | 299 |
@echo off
echo Building...
C:\Python34\python.exe C:\Python34\Scripts\cxfreeze --target-dir=dist -OO --icon=buka.ico buka.py
C:\Python34\python.exe C:\Python34\Scripts\cxfreeze --target-dir=dist -OO png2jpg.py
copy dwebp_32.exe dist/dwebp_32.exe
copy dwebp_64.exe dist/dwebp_64.exe
echo.
echo Done.
pause
| gumblex/refine-buka | make.bat | bat | mit | 314 |
copy ..\..\..\style\base.css .
saxon date.day-of-week-in-month.xml ../../../style/function.xsl
wzzip -P -o date.day-of-week-in-month.zip @date.day-of-week-in-month.package.txt
wzzip -P -o date.day-of-week-in-month.use-cases.zip @date.day-of-week-in-month.use-cases.txt
cd ..
cd ..
saxon date.xml ../style/module.xsl
wzzip -P -o date.zip @date.package.txt
cd ..
saxon modules.xml style/package.xsl
wzzip -P -o all-exslt.zip @package.txt
saxon modules.xml style/xml-package.xsl
wzzip -P -o exslt.zip @xml-package.txt
cd date
cd functions
cd day-of-week-in-month
| exslt/exslt.github.io | date/functions/day-of-week-in-month/update.bat | bat | mit | 560 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%WINDIR%\Microsoft.Net\Framework\v4.0.30319\msbuild.exe" /m /v:n "%DIR%Nancy.Session.InProc.proj" /target:UnitTest /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/test.log
pause | DavidLievrouw/Nancy.Session.InProc | build/test.cmd | bat | mit | 258 |
@Echo Off
Echo This script packs all games in the Files folder
Echo and puts packed files inside the Packed folder
Echo.
Echo If you don't have any files in the Files folder
Echo press CTRL+C now to terminate this batch file
Echo.
Echo To continue packing press any key
Echo.
Pause >NUL
For %%F in (Files\*.zip) Do Call WHDPacker_Scanline_1280x720.bat %%F
Echo Completed
Echo Press any key to quit
Pause >NUL
| ozayturay/WHDPacker | ConvertAll_Scanline_1280x720.bat | bat | mit | 409 |
:user_configuration
:: Path to Flex SDK
set FLEX_SDK=E:\Tools\FlashDevelop\Tools\flexsdk
:validation
if not exist "%FLEX_SDK%" goto flexsdk
goto succeed
:flexsdk
echo.
echo ERROR: incorrect path to Flex SDK in 'bat\SetupSDK.bat'
echo.
echo %FLEX_SDK%
echo.
if %PAUSE_ERRORS%==1 pause
exit
:succeed
set PATH=%PATH%;%FLEX_SDK%\bin
| kaleidosgu/letter-fighter | as3porject/bat/SetupSDK.bat | bat | mit | 335 |
NuGet.exe pack ..\SimpleMvcSitemap.nuspec
pause | FeodorFitsner/SimpleMvcSitemap | src/.nuget/pack.cmd | bat | mit | 47 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.