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
rem Copyright Beman Dawes 2005 rem Distributed under the Boost Software License, Version 1.0. rem See http://www.boost.org/LICENSE_1_0.txt set TEST_LOCATE_ROOT=%TEMP% echo Begin test processing... bjam --dump-tests "-sALL_LOCATE_TARGET=%TEST_LOCATE_ROOT%" %* >bjam.log 2>&1 echo Begin log processing... process_jam_log %TEST_LOCATE_ROOT% <bjam.log start bjam.log echo Begin compiler status processing... compiler_status --locate-root %TEST_LOCATE_ROOT% %BOOST_ROOT% test_status.html test_links.html start test_status.html
flingone/frameworks_base_cmds_remoted
libs/boost/tools/regression/test/test.bat
bat
apache-2.0
540
cl.exe pupymemexec.c /LD /D_WIN32 /IC:\Python27\include C:\Python27\libs\python27.lib /Fepupymemexec.pyd
sovaa/backdoorme
backdoors/shell/pupy/pupy/packages/src/pupymemexec/make.bat
bat
mit
105
@echo off rem You can download from https://github.com/r-koubou/ArticulationUtility ExpressionMapToTsv.exe ..\*.expressionmap
r-koubou/Cubase-Expression-Maps
_Template/SpreadSheets/xlsx-deconvert.bat
bat
mit
127
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %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\TotemClusterOrchestrator.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\TotemClusterOrchestrator.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
totem/cluster-orchestrator
docs/make.bat
bat
mit
6,504
@ECHO OFF :start cls .\packages\Machine.Specifications.Runner.Console.0.9.2\tools\mspec-clr4.exe .\GestionePrenotazioni.Tests\bin\Debug\GestionePrenotazioni.Tests.dll pause goto start
ProximoSrl/Jarvis.GestionePrenotazioni
src/test.cmd
bat
mit
188
:: this script must be executed in this directory :: all the output goes to generator/output folder :: .cpp and .h files: :: cimgui.h and cimgui.cpp with gcc preprocess :: cimgui_nopreprocess.h and cimgui_nopreprocess.cpp generated without preprocess :: cimgui_impl.h with implementation function cdefs :: lua and json files: :: definitions.lua for function definitions :: structs_and_enums.lua with struct and enum information-definitions :: impl_definitions.lua for implementation function definitions :: set your PATH if necessary for LuaJIT or Lua5.1 or luajit with: (for example) set PATH=%PATH%;C:\anima;C:\mingws\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\mingw32\bin; :: set PATH=%PATH%;C:\luaGL;C:\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\mingw32\bin; :: set PATH=%PATH%;C:\luaGL\sources\luajit-master\luajit-master\bin\mingw32;C:\mingw32\bin; ::process files :: arg[1] compiler name gcc, clang or cl :: arg[2] options as words in one string: internal for imgui_internal generation, freetype for freetype generation :: examples: "" "internal" "internal freetype" :: arg[3..n] name of implementations to generate and/or CFLAGS (e.g. -DIMGUI_USER_CONFIG or -DIMGUI_USE_WCHAR32) luajit ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl ::leave console open cmd /k
Extrawurst/cimgui
generator/generator.bat
bat
mit
1,280
@echo off :: +------------------------------------------------------------------------- :: | :: | WPN-XM Server Stack - Start Daemons :: | :: +-----------------------------------------------------------------------<3 if exist "%~dp0temp" ( echo Removing Temporary Files... del /F/S/Q "%~dp0temp\" > nul rmdir /S/Q "%~dp0temp\" ) if not exist "%~dp0temp" ( echo Creating Directories for Temporary Files... mkdir "%~dp0temp" ) SET HIDECONSOLE="%~dp0bin\tools\RunHiddenConsole.exe" REM start all daemons, if no argument given (default) REM start specific daemon, where $1 is the first cli argument, e.g. "start-wpnxm.bat php" if "%1"=="" ( call:start-php call:start-mariadb call:start-memcached call:start-nginx call:start-browser ) else ( call:start-%1 ) goto END REM the start functions :start-php echo Starting PHP FastCGI... REM disable default FCGI request limit of 500 set PHP_FCGI_MAX_REQUESTS=0 set PHP_FCGI_CHILDREN=4 REM spawn multiple php processes at port 9100 %HIDECONSOLE% %~dp0bin\tools\spawn.exe %~dp0bin\php\php-cgi.exe 9100 4 echo. goto END :start-mariadb echo Starting MariaDb... %HIDECONSOLE% %~dp0bin\mariadb\bin\mysqld.exe --defaults-file=%~dp0bin\mariadb\my.ini echo. goto END :start-memcached echo Starting Memcached... %HIDECONSOLE% %~dp0bin\memcached\memcached.exe -p 11211 -U 0 -t 2 -c 2048 -m 2048 echo. goto END :start-nginx echo Starting nginx... %HIDECONSOLE% %~dp0bin\nginx\nginx.exe -p %~dp0 -c %~dp0bin\nginx\conf\nginx.conf echo. goto END :start-browser echo Opening localhost in Browser... start http://localhost/ goto END :ERROR pause>nul :END
gencer/WPN-XM
startfiles/run.bat
bat
mit
1,775
@echo off rem MakeDriver64.bat 2009-08-13 AgF rem Makes 64 bit driver for access to MSR registers rem System requirements: rem Windows XP x64 or later needed to run this driver. rem Tools needed for building this driver: rem Windows Driver Kit (WDK) 7.0.0 rem Note that you need the 64-bit version of this driver if the test rem program is running under a 64-bit Windows system, even if running rem in 32-bit mode. rem The driver has no signature. If running under Windows Vista x64 rem or later then press F8 during boot and select rem "Disable driver signature enforcement". rem Run compiler as administrator. rem Define filename set drv=MSRDriver rem set path to DDK set DDK=D:\WinDDK\7600.16385.1 rem Set path to compiler set path=%DDK%\bin\x86\amd64 rem set include path set include=%DDK%\inc\crt;%DDK%\inc\ddk;%DDK%\inc\api rem set library path to DDK set lib=%DDK%\lib\win7\amd64;%DDK%\lib\crt\amd64 rem Delete old driver del %drv%64.sys rem Compile driver cpp file echo Compiling... cl /c /O2 /Fo%drv%64.obj %drv%.cpp if errorlevel 1 pause rem Link into .sys file echo Linking... link /driver /base:0x10000 /align:32 /out:%drv%64.sys /machine:AMD64 /subsystem:native /entry:DriverEntry ntoskrnl.lib %drv%64.obj pause
wbminera1/Framework
MSRDriver/MakeDriver64.bat
bat
mit
1,277
@echo off REM ApplyFootnoteCaller.bat - 21-Feb-2013 Greg Trihus set myProg=\SIL\OdtXslt\OdtXslt.exe set progDir=C:\Program Files if exist "%progDir%%myProg%" goto foundIt set progDir=%ProgramFiles(x86)% if exist "%progDir%%myProg%" goto foundIt set progDir=%ProgramFiles% if exist "%progDir%%myProg%" goto fountIt echo OdtXslt.exe not found goto done :foundIt @echo on "%progDir%%myProg%" -v -c -t="%progDir%\SIL\OdtXslt\MinorHeadword.xsl" %1 "%progDir%%myProg%" -v -c -t="%progDir%\SIL\OdtXslt\FirstHeadword.xsl" %1 @echo off :done pause
sillsdev/OdtXslt
DistFiles/bat/ApplyFirstHeadword.bat
bat
mit
539
@echo off set MATLAB=C:\Program Files\MATLAB\R2017a cd . if "%1"=="" ("C:\PROGRA~1\MATLAB\R2017a\bin\win64\gmake" -f rtwdemo_secondOrderSystem.mk all) else ("C:\PROGRA~1\MATLAB\R2017a\bin\win64\gmake" -f rtwdemo_secondOrderSystem.mk %1) @if errorlevel 1 goto error_exit exit /B 0 :error_exit echo The make command returned an error of %errorlevel% An_error_occurred_during_the_call_to_make
skgadi/Programming
MATLAB/rtwdemo_secondOrderSystem_grt_rtw/rtwdemo_secondOrderSystem.bat
bat
mit
397
@ECHO OFF setlocal enabledelayedexpansion SET cmdTitle=DirWalker SET curDate=%date:~10,4%%date:~7,2%%date:~4,2% title %cmdTitle% SET version=3.4 SET origin=%~dp0 SET tempFolder=%TEMP%\%cmdTitle%%curDate%.tmp IF EXIST %tempFolder% RMDIR /s /q %tempFolder% MKDIR %tempFolder% CD %tempFolder% :: Visual Studio Home SET VS_HOME=C:\Program Files (x86)\Microsoft Visual Studio 14.0 :: System Environment Path SET PATH=%VS_HOME%\VC\bin;%VS_HOME%\Common7\IDE;%PATH% :: Include File for Irvine32 SET INCLUDE=C:\Irvine;%INCLUDE% :: Link Libraries for Irvine32 and Win32 SET LIB=%VS_HOME%\VC\LIB;C:\Irvine;%LIB% :: Asm File to be Assembled SET ASM_FILE=MD5-DirWalk :: Path to Asm File to be Assembled SET ASM_PATH="C:\Users\samke\Documents\Projects\VisualStudio Projects\Visual Studio 2015\Projects\Project32_VS2015" SET COMPILE_FLAGS=-nologo -c SET LINK_FLAGS=/NOLOGO /SUBSYSTEM:CONSOLE ml %COMPILE_FLAGS% %ASM_PATH%\%ASM_FILE%.asm > NUL link %LINK_FLAGS% irvine32.lib kernel32.lib user32.lib %ASM_FILE%.obj SET defaultOutput="DEFAULT_OUT6102" SET input_op=" >> " CALL :dispHeader :MAIN_LOOP SET answer= SET /p answer=%input_op% SET command= SET param0= SET param1= FOR /f "tokens=1,2,3,4 delims= " %%A IN ("%answer%") DO ( SET command=%%A CALL :toLower command SET param0=%%B SET param1=%%C SET param0="!param0:"=!" IF /i "!param1!"=="-c" SET param1=!defaultOutput! SET param1="!param1:"=!" ) IF NOT DEFINED command GOTO :MAIN_LOOP IF "%command%"=="exit" GOTO :QUIT IF "%command%"=="clear" ( CLS CALL :dispHeader ) IF "%command%"=="help" ( ECHO. ECHO CLEAR Clears the screen. ECHO EXIT Quits the DirWalker program. ECHO HASH Computes the MD5 hash. ECHO HELP Displays command description. ECHO MAN Displays command usage. ECHO SCAN Scans directory and hashes each file. ECHO. ) IF "%command%"=="man" ( ECHO. IF /i !param0!=="clear" ( ECHO CLEAR CLEAR && ECHO. && ECHO Clears the screen. GOTO :manEnd ) IF /i !param0!=="exit" ( ECHO EXIT EXIT && ECHO. && ECHO Quits the DirWalker program. GOTO :manEnd ) IF /i !param0!=="hash" ( ECHO HASH HASH [filename] ?[filename] ?[-c] && ECHO. && ECHO Computes the MD5 hash. GOTO :manEnd ) IF /i !param0!=="help" ( ECHO HELP HELP && ECHO. && ECHO Displays command description. GOTO :manEnd ) IF /i !param0!=="man" ( ECHO MAN MAN [command] && ECHO. && ECHO Displays command usage. GOTO :manEnd ) IF /i !param0!=="scan" ( ECHO SCAN SCAN [directory] ?[filename] ?[-c] && ECHO. && ECHO Scans directory and hashes each file. GOTO :manEnd ) :manEnd ECHO. ) IF "%command%"=="scan" ( pushd !param0! ECHO. FOR /r %%F IN (*) DO ( "!tempFolder!\!ASM_FILE!.exe" "%%F" !param1! ECHO %%F ) ECHO. popd ) IF "%command%"=="hash" ( ECHO. "!tempFolder!\!ASM_FILE!.exe" !param0! !param1! ECHO !param0:"=! ECHO. ) GOTO :MAIN_LOOP :QUIT CD %origin% RMDIR /s /q %tempFolder% GOTO :END :toLower FOR %%C IN (a b c d e f g h i j k l m n o p q r s t u v w x y z) DO SET %1=!%1:%%C=%%C! GOTO :eof :dispHeader ECHO. ECHO MD5 Directory Walker [Version %version%] ECHO (c) 2016 USSR. All rights reserved. ECHO. GOTO :eof :END endlocal GOTO :eof
Mithradatha/MD5-DirWalker
dirwalker.cmd
bat
mit
3,281
node.exe NodeJTalk.js
SavantCat/NodeJTalk
example/Run.bat
bat
mit
21
@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\DAQImationExample.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\DAQImationExample.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
ni/nifpga-python
docs/make.bat
bat
mit
7,473
node ksu-so-scrapper
dannydes/ksu-so-scrapper
appstart.bat
bat
gpl-2.0
20
cmd_drivers/gpu/drm/vivante/vivante.ko := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -T /opt/freescale_sdk/L3.0.35_4.1.0_130816_source/ltib/rpm/BUILD/linux-3.0.35/scripts/module-common.lds --build-id -o drivers/gpu/drm/vivante/vivante.ko drivers/gpu/drm/vivante/vivante.o drivers/gpu/drm/vivante/vivante.mod.o
evan6200/cirrfy_pos
drivers/gpu/drm/vivante/.vivante.ko.cmd
bat
gpl-2.0
389
cmd_drivers/tty/serial/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o drivers/tty/serial/built-in.o drivers/tty/serial/serial_core.o drivers/tty/serial/amba-pl011.o
emwno/android_kernel_U8500
drivers/tty/serial/.built-in.o.cmd
bat
gpl-2.0
201
cmd_drivers/net/wireless/bcm4329/built-in.o := rm -f drivers/net/wireless/bcm4329/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/net/wireless/bcm4329/built-in.o
dizgustipated/BOCA-2.6.35.14
drivers/net/wireless/bcm4329/.built-in.o.cmd
bat
gpl-2.0
187
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html 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\pyspades.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pyspades.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" == "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
Lensman/pysnip
docs/make.bat
bat
gpl-3.0
4,515
/* This is OS/2 REXX */ /* $XFree86: xc/config/util/makedef.cmd,v 1.1 2002/05/31 16:31:21 dawes Exp $ * * This file was taken from Odin32 project and modified to suit * XFree86 4.x build process * * Generate *os2.def linker definition files for OS/2 */ if RxFuncQuery('SysLoadFuncs')=1 THEN DO call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; call SysLoadFuncs; END /* * Set default parameter values. */ sLibrary = ''; sDBFile = ''; sOrdinals = 0; sASDFeatureId = ''; sCountryCode = ''; sDateTime = left(' 'date()' 'time(), 26); sDescription = 'XFree86 4.2'; sFixPakVer = ''; sHostname = strip(substr(VALUE('HOSTNAME',,'OS2ENVIRONMENT'), 1, 11)); sLanguageCode = ''; sMiniVer = ''; sVendor = 'XFree86'; sVersion = '4.2.0'; /* * Parse parameters. */ parse arg sArgs if (sArgs = '') then do call syntax; exit(1); end do while (sArgs <> '') sArgs = strip(sArgs); if (substr(sArgs, 1, 1) = '-' | substr(sArgs, 1, 1) = '/') then do /* * Option. */ ch = translate(substr(sArgs, 2, 1)); if (pos(ch, 'ACDHLMNOPRTV') < 1) then do say 'invalid option:' substr(sArgs, 1, 2); call syntax; exit(2); end /* get value and advance sArgs to next or to end. */ if (substr(sArgs, 3, 1) = '"') then do iNext = pos('"', sArgs, 4); fQuote = 1; end else do iNext = pos(' ', sArgs, 3); if (iNext <= 0) then iNext = length(sArgs); fQuote = 0; end if (iNext > 3 | ch = 'R') then do sValue = substr(sArgs, 3 + fQuote, iNext - 3 - fQuote); sArgs = strip(substr(sArgs, iNext+1)); /*say 'iNext:' iNext 'sValue:' sValue 'sArgs:' sArgs; */ /* check if we're gonna search for something in an file. */ if (sValue <> '' & pos('#define=', sValue) > 0) then sValue = LookupDefine(sValue); end else do say 'syntax error near' substr(sArgs, 1, 2)'.'; call syntax; exit(3); end /* set value */ select when (ch = 'A') then /* ASD Feature Id */ sASDFeatureId = sValue; when (ch = 'C') then /* Country code */ sCountryCode = sValue; when (ch = 'D') then /* Description */ sDescription = sValue; when (ch = 'H') then /* Hostname */ sHostname = sValue; when (ch = 'L') then /* Language code */ sLanguageCode = sValue; when (ch = 'M') then /* MiniVer */ sMiniVer = sValue; when (ch = 'N') then /* Vendor */ sVendor = sValue; when (ch = 'O') then /* Ordinals */ sOrdinals = 1; when (ch = 'R') then /* Vendor */ sDescription = ReadDescription(sValue, sDefFile); when (ch = 'P') then /* Fixpak version */ sFixPakVer = sValue; when (ch = 'T') then /* Date Time */ sDateTime = sValue; when (ch = 'V') then /* Version */ sVersion = sValue; /* Otherwise it's an illegal option */ otherwise: say 'invalid option:' substr(sArgs, 1, 2); call syntax; exit(2); end /* select */ end else do /* * Table file name, typically xc/config/cf/os2def.db */ if (sLibrary <> '') then do say 'Syntax error: Can''t specify more than two files!'; exit(4); end if (sDBFile = '') then parse value sArgs with sDBFile' 'sArgs else parse value sArgs with sLibrary' 'sArgs sArgs = strip(sArgs); end end /* check that a definition file was specified. */ if (sLibrary = '') then do say 'Syntax error: Will have to specify a library stem.'; call syntax; exit(5); end /* * Trim strings to correct lengths. */ sVendor = strip(substr(sVendor, 1, 31)); if (substr(sDateTime, 1, 1) <> ' ') then sDateTime = ' ' || sDateTime; sDateTime = left(sDateTime, 26); sHostname = strip(substr(sHostname, 1, 11)); sMiniVer = strip(substr(sMiniVer, 1, 11)); sDescription = strip(substr(sDescription, 1, 80)); sCountryCode = strip(substr(sCountryCode, 1, 4)); sLanguageCode = strip(substr(sLanguageCode, 1, 4)); sASDFeatureId = strip(substr(sASDFeatureId, 1, 11)); sFixPakVer = strip(substr(sFixPakVer, 1, 11)); /* load database file, only accept lines for the specified sLibrary */ ordHash.0 = 0 sRealName = '' sInitTerm = 0 rc = LoadDBFile(sDBFile,sLibrary) /* engage gcc to parse the corresponding -def.cpp file */ '@gcc -E -D__UNIXOS2__ 'sLibrary'-def.cpp >tmpos2.def' /* Signature */ sEnhSign = '##1##' /* * Build description string. */ sDescription = '@#'sVendor':'sVersion'#@'sEnhSign||, sDateTime||sHostname||, ':'sASDFeatureId':'sLanguageCode':'sCountryCode':'sMiniVer||, '::'sFixPakVer'@@'sDescription; /* * Update .def-file. */ rc = UpdateDefFile(sLibrary,sDescription,sRealName,sOrdinals,sInitTerm); call SysFileDelete('tmpos2.def') exit(rc); LoadDBFile: procedure expose ordHash. sRealname sInitTerm parse arg dbfile,libname; rc = stream(dbfile, 'c', 'open read'); if (pos('READY', rc) <> 1) then do say 'error: failed to open 'dbfile; exit(-1); end do while (lines(dbfile) > 0) line = translate(strip(linein(dbfile)),' ',' '); if pos(';',line) > 0 then iterate; if pos('LIBRARY',line) > 0 then do if word(line,2) = libname then do sRealname = word(line,3) if word(line,4) <> '' then sInitTerm = 1 end iterate end if word(line,1) = libname then do name = word(line,2) ordHash.name = word(line,3) end end rc = stream(dbfile,'c','close') return rc /** * Display script syntax. */ syntax: procedure say 'Syntax: MakeDef.cmd [options] <dbfile> <libname> [options]' say ' <dbfile> Ordinals database.' say ' <libname> Library stem' say 'Options:' say ' -A<string> ASD Feature Id.' say ' -C<string> Country code.' say ' -D<string> Description.' say ' -O<string> Ordinals definition file.' say ' -R[deffile] Read description from .def file.' say ' -H<string> Hostname.' say ' -L<string> Language code.' say ' -M<string> MiniVer.' say ' -N<string> Vendor.' say ' -P<string> Fixpak version.' say ' -T<string> Date Time.' say ' -V<string> Version.' say '<string> could be a double quoted string or a single word.' say ' You could also reference #defines in C/C++ include files.' say ' The string should then have this form:' say ' "#define=<DEFINE_NAME>,<includefile.h>"' say ''; return; /** * Search for a #define in an C/C++ header or source file. * * @returns String containing the defined value * found for the define in the header file. * Quits on fatal errors. * @param A string on the form: "#define=DEFINETOFIND,includefile.h" * @remark Write only code... - let's hope it works. */ LookupDefine: procedure parse arg '#'sDefine'='sMacro','sIncludeFile /* * Validate parameters. */ sMacro = strip(sMacro); sIncludeFile = strip(sIncludeFile); if (sMacro = '') then do say 'syntax error: #define=<DEFINE_NAME>,<includefile.h>.'; say ' <DEFINE_NAME> was empty.'; exit(-20); end if (sIncludeFile = '') then do say 'syntax error: #define=<DEFINE_NAME>,<includefile.h>.'; say ' <includefile.h> was empty.'; exit(-20); end sIllegal = translate(translate(sMacro),, '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_'); if (strip(translate(sIllegal, ' ', '!')) <> '') then do say 'syntax error: #define=<DEFINE_NAME>,<includefile.h>.'; say ' <DEFINE_NAME> contains illegal charater(s).' say ' 'sMacro; say ' 'translate(sIllegal, ' ', '!'); exit(-20); end /* * Open include file. */ sRc = stream(sIncludeFile, 'c', 'open read'); if (pos('READY', sRc) <> 1) then do /* search INCLUDE variable */ sFile = SysSearchPath('INCLUDE', sIncludeFile); if (sFile = '') then do say 'Can''t find include file 'sIncludeFile'.'; exit(-20); end sIncludeFile = sFile; sRc = stream(sIncludeFile, 'c', 'open read'); if (pos('READY', sRc) <> 1) then do say 'Failed to open include file' sIncludeFile'.'; exit(-20); end end /* * Search the file line by line. * We'll check for lines starting with a hash (#) char. * Then check that the word after the hash is 'define'. * Then match the next word with the macro name. * Then then get the next rest of the line to comment or continuation char. * (continuation is not supported) * Finally strip quotes. */ sValue = ''; do while (lines(sIncludeFile) > 0) sLine = strip(linein(sIncludeFile)); if (sLine = '') then iterate; if (substr(sLine, 1, 1) <> '#') then iterate; sLine = substr(sLine, 2); if (word(sLine, 1) <> 'define') then iterate; sLine = strip(substr(sLine, wordpos(sLine, 1) + length('define')+1)); if ( substr(sLine, 1, length(sMacro)) <> sMacro, | substr(sLine, length(sMacro)+1, 1) <> ' ') then iterate; sLine = strip(substr(sLine, length(sMacro) + 1)); if (sLine = '') then do say 'error: #define' sMacro' is empty.'; call stream sIncludeFile, 'c', 'close'; exit(-20); end chQuote = substr(sLine, 1, 1); if (chQuote = '"' | chQuote = "'") then do /* quoted string */ iLastQuote = 0; do forever iLast = pos(chQuote, sLine, 2); if (iLast <= 0) then leave; if (substr(sLine, iLast, 1) = '\') then iterate; iLastQuote = iLast; leave; end if (iLastQuote <= 0) then do say 'C/C++ syntax error in 'sIncludefile': didn''t find end quote.'; call stream sIncludeFile, 'c', 'close'; exit(-20); end call stream sIncludeFile, 'c', 'close'; sValue = substr(sLine, 2, iLastQuote - 2); say 'Found 'sMacro'='sValue; return sValue; end else do iCommentCPP = pos('//',sLine); iCommentC = pos('/*',sLine); if (iCommentC > 0 & iCommentCPP > 0 & iCommentC > iCommentCPP) then iComment = iCommentCPP; else if (iCommentC > 0 & iCommentCPP > 0 & iCommentC < iCommentCPP) then iComment = iCommentC; else if (iCommentCPP > 0) then iComment = iCommentCPP; else if (iCommentC > 0) then iComment = iCommentC; else iComment = 0; if (iComment > 0) then sValue = strip(substr(sLine, 1, iComment-1)); else sValue = strip(sLine); if (sValue <> '') then do if (substr(sValue, length(sValue)) = '\') then do say 'Found continuation char: Multiline definitions are not supported!\n'; call stream sIncludeFile, 'c', 'close'; exit(-20); end end if (sValue = '') then say 'warning: The #define has no value.'; call stream sIncludeFile, 'c', 'close'; say 'Found 'sMacro'='sValue; return sValue; end end call stream sIncludeFile, 'c', 'close'; say 'error: didn''t find #define' sMacro'.'; exit(-20); /** * Reads the description line for a .def-file. * @returns The Description string, with quotes removed. * Empty string is acceptable. * On error we'll terminate the script. * @param sDefFile Filename of .def-file to read the description from. * @param sDefFile2 Used if sDefFile is empty. * @author knut st. osmundsen ([email protected]) */ ReadDescription: procedure; parse arg sDefFile, sDefFile2 /* * Validate parameters. */ if (sDefFile = '') then sDefFile = sDefFile2; if (sDefFile = '') then do say 'error: no definition file to get description from.' exit(-1); end /* * Open file */ rc = stream(sDefFile, 'c', 'open read'); if (pos('READY', rc) <> 1) then do say 'error: failed to open deffile file.'; exit(-1); end /* * Search for the 'DESCRIPTION' line. */ do while (lines(sDefFile) > 0) sLine = strip(linein(sDefFile)); if (sLine = '') then iterate; if (translate(word(sLine, 1)) <> 'DESCRIPTION') then iterate; sLine = strip(substr(sLine, wordpos(sLine, 1) + length('DESCRIPTION')+1)); ch = substr(sLine, 1, 1); if (ch <> "'" & ch <> '"') then do say 'syntax error: description line in' sDefFile 'is misformed.'; call stream sDefFile, 'c', 'close'; exit(-10); end iEnd = pos(ch, sLine, 2); if (iEnd <= 0) then do say 'syntax error: description line in' sDefFile 'is misformed.'; call stream sDefFile, 'c', 'close'; exit(-10); end call stream sDefFile, 'c', 'close'; sValue = substr(sLine, 2, iEnd - 2); say 'Found Description:' sValue; return sValue; end call stream sDefFile, 'c', 'close'; say 'info: Didn''t find description line in' sDefFile'.'; return ''; AddCodeDataSection: procedure parse arg outfile; call lineout outfile,"CODE PRELOAD"; call lineout outfile,"DATA MULTIPLE NONSHARED"; return ''; findOrdinal: procedure expose ordHash. parse arg line,sOrdinal; line = strip(line,,' '); line = word(translate(strip(line),' ','='),1) if (sOrdinal) then do ordinal = ordHash.line; if (ordinal = 'ORDHASH.'line) then do say 'Oops: DB lacks ordinal for symbol "'line'" Create one!' return ' 'line end else return ' 'line' @ 'ordinal end else return ' 'line /** * This is a function which reads sLibrary into an * internal array and changes the DESCRIPTION text if found. * If DESCRIPTION isn't found, it is added at the end. * The array is written to sDBFile. * @returns 0 on succes. * Errorcode on error. * @param sLibrary library stem * @param sDescription New description string. * @param sRealname real 8.3 name of library * @param sOrdinals flag to denote generation of ordinals * @param sInitTerm flag to denote adding INITINSTANCE/TERM... qualifiers * @author knut st. osmundsen ([email protected]) * @author heavily modified by Platon & Holger */ UpdateDefFile: procedure expose ordHash.; parse arg sLibrary, sDescription, sRealname, sOrdinals, sInitTerm initterm = '' if sInitTerm = 1 then initterm = 'INITINSTANCE TERMINSTANCE' /* Open input file. */ infile = 'tmpos2.def' rc = stream(infile, 'c', 'open read'); if (pos('READY', rc) <> 1) then do say 'error: failed to open' infile 'file.'; return 110; end /* open output file. */ if sOrdinals = 1 then outfile = sLibrary'o_os2.def' else outfile = sLibrary'os2.def' call SysFileDelete(outfile) rc = stream(outfile, 'c', 'open write'); if (pos('READY', rc) <> 1) then do say 'error: failed to open outputfile' outfile 'file.'; return 110; end call lineout outfile, '; Created by makedef.cmd on' date() time()'. Do not edit.', 1; /* * Search for the specific lines. */ fDescription = 0; fExports = 0; fWinLib = 0; do while (lines(infile) > 0) line = strip(linein(infile)); line = strip(line,,' '); if line = '' then iterate; if pos('#',line) = 1 then iterate; if pos(';',line) = 1 then iterate; if pos('/*',line) = 1 then iterate; firstsym = translate(word(line,1)) if firstsym = 'LIBRARY' then do call lineout outfile,'LIBRARY 'sRealName' 'initterm iterate end if firstsym = 'VERSION' then do call lineout outfile, 'DESCRIPTION "'sDescription sRealName'"' fDescription = 1; AddCodeDataSection(outfile); end if (firstsym = 'EXPORTS') then do call lineout outfile,'EXPORTS' fExports = 1; iterate; end if (fExports) then do call lineout outfile, findOrdinal(line,sOrdinals); iterate; end end /* * Add description is none was found. */ if (\fDescription) then do call lineout outfile,"DESCRIPTION '"||sDescription libName||"'"; AddCodeDataSection(outfile); end /* * Close input file and open output file. */ call stream outfile, 'c', 'close'; call stream infile, 'c', 'close'; return 0;
chriskmanx/qmole
QMOLEDEV/vnc-4_1_3-unixsrc/unix/xc/config/util/makedef.cmd
bat
gpl-3.0
18,680
@call ..\munge_side.bat REP %1
Kfm946/data_HG2
_BUILD/Sides/REP/munge.bat
bat
gpl-3.0
31
/* $Id: ps2epsi.cmd 8491 2008-01-18 06:17:02Z alexcher $ */ /* * This file is maintained by a user: if you have any questions about it, * please contact Mark Hale ([email protected]). */ @echo off if %1/==/ goto usage if %2/==/ goto usage set infile=%1 set outfile=%2 rem Ghostscript uses %outfile% to define the output file gsos2 -q -dNOPAUSE -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile% rem We bracket the actual file with a few commands to help encapsulation echo %%%%Page: 1 1 >> %outfile% echo %%%%BeginDocument: %outfile% >> %outfile% echo /InitDictCount countdictstack def gsave save mark newpath >> %outfile% echo userdict /setpagedevice /pop load put >> %outfile% rem Append the original onto the preview header copy %outfile% + %infile% echo %%%%EndDocument >> %outfile% echo countdictstack InitDictCount sub { end } repeat >> %outfile% echo cleartomark restore grestore >> %outfile% goto end :usage echo "Usage: ps2epsi <infile.ps> <outfile.epi>" :end
QuinnSong/JPG-Tools
gs/lib/ps2epsi.cmd
bat
gpl-3.0
1,007
options { temperature = 300 kp_method = 3 maximal_k_value = 1.5 # in 1/nm # note: start from hbar2*(1e9)^2/(2*m0) = 0.076eV and multiply w/ kmax^2/m* # BZ is pi/5A = 6.3nm-1 wide num_k_points = 60 min_energy = -0.5 max_energy = 4.5 num_energy_points = 600 StrainPolarization = 1 PolarizationDecreaser = 0.5 PotentialUnderrelaxation = 0.6 NonzeroBoundaryField = 0 # (0/1) nonzero electric field for Neumann bnd.cond. for Poisson (like nextnano) PulayMixing = 0 Resonances = 0 ResonancesAllK = 0 PMLResonances = 0 IncludeImaginaryContactStates = 0 IncoherentContacts = 1 IncoherentContactBroadening = 5e-3 FreyModel = 0 InjectingStatesCutoff = 0.3 # above/below Ec-cutoff / Ev+cutoff no injecting CB/VB state # --------------- # Self Energies # --------------- ScatteringDecreaseFactor = 0.01 # S(0) = (this)*S(end) ScatteringRampFactor = 2.0 # S(i) * (this)*S(i-1) SelfEnergyUnderrelaxation = 0.0 # S_new = (factor)*S_old + (1-factor)*S_new Buettiker = 0 BuettikerParameter = 0.01 # [eV] GolizadehMomentumRelaxation = 1 GolizadehMomentumParameter = 1e-6 # [eV^2] GolizadehDephasing = 0 GolizadehDephasingParameter = 0.0001 # [eV^2] OpticalPhonons = 1 LuisierSRpop = 0 PhononCheatFactor = 0.05 AcousticPhonons = 1 IonizedImpurities = 1 #IonizedImpurityCheatFactor = 0.1 SpontaneousPhotons = 1 LuisierSRphot = 0 LuminescenceRefinementEnergy = 2.85 # hw at which emission is roughly biggest LuminescenceRefinementWidth = 0.2 DeltaEgapHWmin = 0.05 DeltaEgapHWmax = 0.45 inner_errcrit = 1e-6 # be sure to compile the program with as many offdiagonals as there are vertices in the QW!! } # ramp in 0.1V-steps until 1.5V, then in 0.025V-steps experiment_0 { Drain_voltage = 0.0 Source_min = 2.700 Source_max = 2.701 Source_step = 0.05 PotentialUnderrelaxation = 0.6 LateUnderrelaxation = 0.2 }
XSZHOU/negf-reference
sebstuff/structures/nichia.cmd
bat
gpl-3.0
2,322
@echo off nasm -f bin -o chemol.com chemol.asm
mfx9/dos-gfx
asm/chemol/make.bat
bat
gpl-3.0
47
@ECHO OFF @REM ########################################### @REM # Script file to run the flow @REM # @REM ########################################### @REM # @REM # Command line for ngdbuild @REM # ngdbuild -p xc5vlx50tff1136-1 -nt timestamp -bm system.bmm "C:/Users/JairoAndres/Documents/Vivado/oil_plainc_hls/impl/impl_test_pcie/implementation/system.ngc" -uc system.ucf system.ngd @REM # @REM # Command line for map @REM # map -o system_map.ncd -w -pr b -ol high -timing -detail system.ngd system.pcf @REM # @REM # Command line for par @REM # par -w -ol high system_map.ncd system.ncd system.pcf @REM # @REM # Command line for post_par_trce @REM # trce -e 3 -xml system.twx system.ncd system.pcf
jairov4/accel-oil
impl/impl_test_pcie/implementation/xflow_script.bat
bat
lgpl-3.0
708
mkdir %1 mkdir %1\bin xcopy ..\bin\MSVC90\Release\MathModelTuner.exe %1\bin\*.* /Y xcopy ..\bin\MSVC90\Release\MathModelSFM.dll %1\bin\*.* /Y xcopy ..\bin\MSVC90\Release\lua51.dll %1\bin\*.* /Y xcopy ..\..\..\SDK\bin\MSVC90\Release\QtCore4.dll %1\bin\*.* /Y xcopy ..\..\..\SDK\bin\MSVC90\Release\QtGui4.dll %1\bin\*.* /Y xcopy ..\..\..\SDK\bin\MSVC90\Release\QtSvg4.dll %1\bin\*.* /Y xcopy ..\..\..\SDK\bin\MSVC90\Release\qwt.dll %1\bin\*.* /Y mkdir %1\data xcopy ..\exe\Common %1\data\Common /E /Y /I xcopy ..\exe\SFM %1\data\SFM /E /Y /I mkdir %1\data\Tools\MathModelTuner xcopy ..\exe\Tools\MathModelTuner\Config %1\data\Tools\MathModelTuner\Config /E /Y /I xcopy ..\exe\Tools\MathModelTuner\Representations %1\data\Tools\MathModelTuner\Representations /E /Y /I echo start /Ddata bin\MathModelTuner.exe > %1\MathModelTuner.bat
KonstantinStepanovich/SIM
Install/MathModelTuner.bat
bat
unlicense
848
:: :: Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES) :: :: This file is part of Orfeo Toolbox :: :: https://www.orfeo-toolbox.org/ :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. @echo off :: check input arguments if %1.==. ( echo "No arch" call :Help goto :eof ) if %2.==. ( echo "No project" call :Help goto :eof ) if /I "%1"=="help" ( call :Help goto :eof ) if /I "%1"=="/help" ( call :Help goto :eof ) if /I "%1"=="-help" ( call :Help goto :eof ) set ARCH=%1 set PROJECT=%2 if %3.==. ( set SHORT_TARGET=10 ) else ( set SHORT_TARGET=%3 ) if %4.==. ( set VCVER=14.29 ) else ( set VCVER=%4 ) set TARGET=%SHORT_TARGET% if "%TARGET%"=="10" ( set TARGET=10.0.17763.0 ) :: Setup home dir (so that ssh configuration works fine) :: if "%USERNAME%"=="otbbot" ( set HOMEDRIVE=C: set HOMEPATH=\Users\otbbot ::) echo Home dir: %HOMEDRIVE%%HOMEPATH% :: Setup Python set PATH=C:\tools\Python37-%ARCH%;%PATH% set PATH=C:\tools\Python37-%ARCH%\Scripts;%PATH% :: Setup GL dlls set PATH=%PATH%;C:\tools\GL\%ARCH%\bin :: Setup compiler call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" %ARCH% %TARGET% -vcvars_ver=%VCVER% :: Setup Clcache set BUILDCACHE_DIR=C:\buildcache\%PROJECT%-%ARCH%-%TARGET%-%VCVER% if "%PROJECT%"=="xdk" ( set BUILDCACHE_MAX_CACHE_SIZE=3000000000 ) if "%PROJECT%"=="otb" ( set BUILDCACHE_MAX_CACHE_SIZE=2000000000 ) set PATH=C:\tools\buildcache\bin;%PATH% set IMAGE_NAME=windows-%SHORT_TARGET%-%ARCH%-vc%VCVER% echo Generated IMAGE_NAME: %IMAGE_NAME% :: setup path to perl, but add it last ... (there is a libstdc++.dll in that folder...) set PATH=%PATH%;C:\tools\perl\perl\bin goto :eof :Help setlocal echo "Usage: dev_env.bat <compiler_arch> <project> [<target-os> [<vc_version>]]" echo " <compiler_arch> : 'x86' | 'x64'" echo " <project> : 'xdk' | 'otb'" echo " <target-os> : '8.1' | '10' (default)" echo " <vc_version> :" echo " '14.20' (i.e. VS 2019)" echo " '14.16' (i.e. VS 2017)" echo " '14.0' (i.e. VS 2015) (default)" endlocal
orfeotoolbox/OTB
CI/dev_env.bat
bat
apache-2.0
2,622
@ECHO OFF goto endOfComments rem * Licensed to Apereo under one or more contributor license rem * agreements. See the NOTICE file distributed with this work rem * for additional information regarding copyright ownership. rem * Apereo licenses this file to you under the Apache License, rem * Version 2.0 (the "License"); you may not use this file rem * except in compliance with the License. You may obtain a rem * copy of the License at the following location: rem * rem * http://www.apache.org/licenses/LICENSE-2.0 rem * rem * Unless required by applicable law or agreed to in writing, rem * software distributed under the License is distributed on an rem * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY rem * KIND, either express or implied. See the License for the rem * specific language governing permissions and limitations rem * under the License. rem */ rem rem *** SSP Set 1 High Quality External Student for SSP Training Script MSSQL Version*** rem rem This script adds 1 student in External Data into a mssql database rem for SSP Training of the external sync process. This script uses sed rem to substitute variables in the sql file with command line arguments of rem real values. This is then automatically executed for database 'ssp' rem using the psql command. rem rem Params: 1st arg string username for the External Student rem 2nd arg string firstname External Student rem 3rd arg string secondname External Student rem 4th arg string lastname External Student rem 5th arg string username for the Assigned Coach Username rem rem 6th OPTIONAL arg number=1 to tell script to output to file rem instead of the db. File is set to rem ../mssql/sspTrainingDataCompiled(TODAY'S DATE).sql rem rem Note: Requires MSSQL 2008 or higher (SQL Script Dependency) rem :endOfComments set "SQLFILEDIR=%~dp0..\..\dataScripts\mssql" set "SETSTUDENTEXTERNALSQLFILE=sspTrainingSetOneStudentExternal.sql" set YEAR3=%date:~10,4% set /a YEAR2=%YEAR3%-1 set FILEDATESTAMP=%date:~4,2%-%date:~7,2%-%date:~10,4% set "OUTPUTFILE=%~dp0..\..\..\mssql\sspTrainingDataCompiled%FILEDATESTAMP%.sql" set "cmdArgNumber=0" for %%x in (%*) do set /a cmdArgNumber+=1 if exist "%SQLFILEDIR%/%SETSTUDENTEXTERNALSQLFILE%" ( if "%cmdArgNumber%" == "5" ( sqlcmd -d ssp -i %SQLFILEDIR%\%SETSTUDENTEXTERNALSQLFILE% -v EXTERNALSYNC1="%1" EXTERNALSYNCFIRSTNAME="%2" EXTERNALSYNCMIDDLENAME="%3" EXTERNALSYNCLASTNAME="%4" YEAR3="%YEAR3%" YEAR2="%YEAR2%" COACHASSIGNED="%5" exit /b %errorlevel% echo "Loading One Student External Record Done" rem Print To File Option ) else if "%cmdArgNumber%" == "6" ( if "%6"== "1" ( sqlcmd -d ssp -i %SQLFILEDIR%\%SETSTUDENTEXTERNALSQLFILE% -v EXTERNALSYNC1="%1" EXTERNALSYNCFIRSTNAME="%2" EXTERNALSYNCMIDDLENAME="%3" EXTERNALSYNCLASTNAME="%4" YEAR3="%YEAR3%" YEAR2="%YEAR2%" COACHASSIGNED="%5" -e >> %OUTPUTFILE% exit /b %errorlevel% echo "Printing One Student External Record To File Done" ) else ( echo Improper 6th argument! Expected 1 Recieved: %6 ) rem End Print To File Option ) else ( echo Improper number of input arguments! Need 5 and %cmdArgNumber% were inputted. exit /b 1 ) ) else ( echo Script file: %SQLFILEDIR%/%$SETSTUDENTEXTERNALSQLFILE% Not Found! exit /b 1 ) rem END OF SCRIPT
Jasig/ssp-training
sspTrainingSetup/dataScriptSubstitutionShellScripts/mssql/sspTrainingSetOneExternalStudent.bat
bat
apache-2.0
3,373
@echo off @call wsf_c\build\init.bat set WSFPHP_VERSION=2.1.0 @if exist wsf_c\wso2-wsf-c-bin-%WSFC_VERSION% rmdir /S /Q wsf_c\wso2-wsf-c-bin-%WSFC_VERSION% @if exist wso2-wsf-php-bin-%WSFPHP_VERSION%-win32 rmdir /S /Q wso2-wsf-php-bin-%WSFPHP_VERSION%-win32 @if exist wsf_c\axis2c\build\axis2c-bin-%AXIS2C_VERSION%-win32 rmdir /s /q wsf_c\axis2c\build\axis2c-bin-%AXIS2C_VERSION%-win32 @if exist wsf_c\axis2c\build\deploy rmdir /s /q wsf_c\axis2c\build\deploy @if exist wsf_c\axis2c\build\win32\int.msvc rmdir /s /q wsf_c\axis2c\build\win32\int.msvc @if exist wsf_c\rampartc\build\rampartc-%RAMPARTC_VERSION% rmdir /s /q wsf_c\rampartc\build\rampartc-%RAMPARTC_VERSION% @if exist wsf_c\rampartc\build\win32\int.msvc rmdir /s /q wsf_c\rampartc\build\win32\int.msvc @if exist wsf_c\sandesha2c\build\sandesha2 rmdir /s /q wsf_c\sandesha2c\build\sandesha2 @if exist wsf_c\sandesha2c\build\win32\int.msvc rmdir /s /q wsf_c\sandesha2c\build\win32\int.msvc @if exist src\intdir rmdir /s /q src\intdir
techhead/wsf_php_dist
clean.bat
bat
apache-2.0
1,005
cd /d "%~dp0" robocopy Managed-OSVR-Unity OSVR-Unity\Assets\OSVRUnity\Plugins /E exit /b 0
OSVR/OSVR-Unity
install-managed-osvr.cmd
bat
apache-2.0
100
cd C:\inetpub\wwwroot\AppTest\ del index.html
witsriram2/Apptesting
before-install.bat
bat
apache-2.0
46
.\packages\ReportGenerator.2.5.1\tools\ReportGenerator.exe "-reports:results.xml" "-targetdir:.\report"
raulnq/Jal.Factory
report.bat
bat
apache-2.0
103
-i --std=93c some analyze_options -P./libx vhdl_file.vhd -i --std=93c some analyze_options -P./libx --work=libx --workdir=./libx vhdl_lfile
SymbiFlow/edalize
tests/test_ghdl/test02/analyze.cmd
bat
bsd-2-clause
140
@echo off rem CK generated script if not [%1] == [1] (if defined CK_ENV_COMPILER_GCC_SET exit /b 0) rem Soft UOA = compiler.gcc (3a8a82fa40bf992d) rem Host OS UOA = windows-64 (7a95e0754c37610a) rem Target OS UOA = mingw-32 (d4c3a9e4a9a77677) rem Target OS bits = 32 rem Tool version = local rem Tool int version = 88888 set CK_AR=ar set CK_ASM_EXT=.s set CK_CC=gcc set CK_COMPILER_FLAGS_OBLIGATORY= -DWINDOWS set CK_COMPILER_FLAG_CPP11=-std=c++11 set CK_COMPILER_FLAG_GPROF=-pg set CK_COMPILER_FLAG_OPENMP=-fopenmp set CK_COMPILER_FLAG_PLUGIN=-fplugin= set CK_COMPILER_FLAG_PTHREAD_LIB=-lpthread set CK_CXX=g++ -fpermissive set CK_DLL_EXT=.so set CK_EXE_EXT=.out set CK_EXTRA_LIB_DL=-ldl set CK_EXTRA_LIB_M=-lm set CK_F90=gfortran set CK_F95=gfortran set CK_FC=gfortran set CK_FLAGS_CREATE_ASM=-S set CK_FLAGS_CREATE_OBJ=-c set CK_FLAGS_DLL=-shared -fPIC set CK_FLAGS_DLL_EXTRA= set CK_FLAGS_OUTPUT=-o set CK_FLAGS_STATIC_BIN=-static -fPIC set CK_FLAGS_STATIC_LIB=-fPIC set CK_FLAG_PREFIX_INCLUDE=-I set CK_FLAG_PREFIX_LIB_DIR=-L set CK_FLAG_PREFIX_VAR=-D set CK_GPROF_OUT_FILE=gmon.out set CK_LB=ar rcs set CK_LB_OUTPUT=-o set CK_LD=ld set CK_LD_FLAGS_EXTRA= set CK_LIB_EXT=.a set CK_LINKER_FLAG_OPENMP=-lgomp -lrt set CK_MAKE=mingw32-make set CK_OBJDUMP=objdump -d set CK_OBJ_EXT=.o set CK_OPT_SIZE=-Os set CK_OPT_SPEED=-O3 set CK_OPT_SPEED_SAFE=-O2 set CK_PLUGIN_FLAG=-fplugin= set CK_PROFILER=gprof set CK_ENV_COMPILER_GCC_SET=1 exit /b 0
supriyantomaftuh/ck-autotuning
env/compiler-gcc-local-mingw-h64-t32/env.bat
bat
bsd-3-clause
1,475
netsh interface ip set address "Wireless Network Connection" static 10.36.76.5 255.255.255.0 netsh wlan connect name="FRCTeam3676 Robot" timeout 2
Gigaverse/Robot-2014
readyRobot.bat
bat
bsd-3-clause
146
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyPropertiesSuccessSynchronously_TestSuite.MSOXCPRPT_S05_RopCopyPropertiesSuccessSynchronously_TestSuite7 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S05_RopCopyPropertiesSuccessSynchronously_TestSuite7.cmd
bat
mit
359
:: Set the default arguments for build set __BuildArch=x64 set __BuildType=Debug set __BuildOS=Windows_NT set __HostOS=Windows_NT :: Disable telemetry, first time experience, and global sdk look for the CLI set DOTNET_CLI_TELEMETRY_OPTOUT=1 set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 set DOTNET_MULTILEVEL_LOOKUP=0 :: Set the various build properties here so that CMake and MSBuild can pick them up set "__ProjectDir=%~dp0.." :: remove trailing slash if %__ProjectDir:~-1%==\ set "__ProjectDir=%__ProjectDir:~0,-1%" set "__SourceDir=%__ProjectDir%\src" set "__RootBinDir=%__ProjectDir%\bin" set "__LogsDir=%__RootBinDir%\Logs" set __SkipTestBuild= set "__DotNetCliPath=%__ProjectDir%\Tools\dotnetcli" :Arg_Loop if "%1" == "" goto ArgsDone if /i "%1" == "/?" goto Usage if /i "%1" == "-?" goto Usage if /i "%1" == "/h" goto Usage if /i "%1" == "-h" goto Usage if /i "%1" == "/help" goto Usage if /i "%1" == "-help" goto Usage if /i "%1" == "x64" (set __BuildArch=x64&&shift&goto Arg_Loop) if /i "%1" == "x86" (set __BuildArch=x86&&shift&goto Arg_Loop) if /i "%1" == "arm" (set __BuildArch=arm&&shift&goto Arg_Loop) if /i "%1" == "wasm" (set __BuildOS=WebAssembly&&set __BuildArch=wasm&&shift&goto Arg_Loop) if /i "%1" == "debug" (set __BuildType=Debug&shift&goto Arg_Loop) if /i "%1" == "release" (set __BuildType=Release&shift&goto Arg_Loop) if /i "%1" == "clean" (set __CleanBuild=1&shift&goto Arg_Loop) if /i "%1" == "skiptests" (set __SkipTests=1&shift&goto Arg_Loop) if /i "%1" == "skipvsdev" (set __SkipVsDev=1&shift&goto Arg_Loop) if /i "%1" == "/dotnetclipath" (set __DotNetCliPath=%2&shift&shift&goto Arg_Loop) if /i "%1" == "/officialbuildid" (set "__ExtraMsBuildParams=/p:OfficialBuildId=%2"&shift&shift&goto Arg_Loop) echo Invalid command line argument: %1 exit /b 1 :ArgsDone :: Set the remaining variables based upon the determined build configuration set "__BinDir=%__RootBinDir%\%__BuildOS%.%__BuildArch%.%__BuildType%" set "__ObjDir=%__RootBinDir%\obj\%__BuildOS%.%__BuildArch%.%__BuildType%" set "__IntermediatesDir=%__RootBinDir%\obj\Native\%__BuildOS%.%__BuildArch%.%__BuildType%\" set "__NativeBuildLog=%__LogsDir%\Native_%__BuildOS%__%__BuildArch%__%__BuildType%.log" set "__BuildLog=%__LogsDir%\msbuild_%__BuildOS%__%__BuildArch%__%__BuildType%.log" :: Generate path to be set for CMAKE_INSTALL_PREFIX to contain forward slash set "__CMakeBinDir=%__BinDir%" set "__CMakeBinDir=%__CMakeBinDir:\=/%" :: Configure environment if we are doing a clean build. if not defined __CleanBuild goto MakeDirs echo Doing a clean build echo. :: Cleanup the previous output for the selected configuration if exist "%__BinDir%" rd /s /q "%__BinDir%" if exist "%__ObjDir%" rd /s /q "%__ObjDir%" if exist "%__IntermediatesDir%" rd /s /q "%__IntermediatesDir%" if exist "%__LogsDir%" del /f /q "%__LogsDir%\*_%__BuildOS%__%__BuildArch%__%__BuildType%.*" :MakeDirs if not exist "%__BinDir%" md "%__BinDir%" if not exist "%__ObjDir%" md "%__ObjDir%" if not exist "%__IntermediatesDir%" md "%__IntermediatesDir%" if not exist "%__LogsDir%" md "%__LogsDir%" :: Check prerequisites echo Checking pre-requisites... echo. if "%__BuildArch%"=="wasm" ( goto :CheckPrereqsEmscripten ) else ( goto :CheckPrereqsVs ) :CheckPrereqsEmscripten if not defined EMSCRIPTEN ( echo Emscripten is a prerequisite to build for WebAssembly. echo See: https://github.com/dotnet/corert/blob/master/Documentation/how-to-build-WebAssembly.md exit /b 1 ) goto CheckPrereqsVs :CheckPrereqsVs :: Validate that PowerShell is accessibile. for %%X in (powershell.exe) do (set __PSDir=%%~$PATH:X) if defined __PSDir goto EvaluatePS echo PowerShell is a prerequisite to build this repository. echo See: https://github.com/dotnet/corert/blob/master/Documentation/prerequisites-for-building.md exit /b 1 :EvaluatePS :: Eval the output from probe-win1.ps1 for /f "delims=" %%a in ('powershell -NoProfile -ExecutionPolicy ByPass "& ""%__SourceDir%\Native\probe-win.ps1"""') do %%a :: Default to highest Visual Studio version available :: :: For VS2017, multiple instances can be installed on the same box SxS and VS150COMNTOOLS :: is no longer set as a global environment variable and is instead only set if the user :: has launched the VS2017 Developer Command Prompt. :: :: Following this logic, we will default to the VS2017 toolset if VS150COMNTOOLS tools is :: set, as this indicates the user is running from the VS2017 Developer Command Prompt and :: is already configured to use that toolset. Otherwise, we will fallback to using the latest :: VS2017 toolset if it is installed. Finally, we will fail the script if no supported VS instance :: can be found. if defined VisualStudioVersion goto :RunVCVars set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" if exist %_VSWHERE% ( for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -prerelease -property installationPath -products *`) do set _VSCOMNTOOLS=%%i\Common7\Tools ) if not exist "%_VSCOMNTOOLS%" goto :MissingVersion call "%_VSCOMNTOOLS%\VsDevCmd.bat" :RunVCVars if "%VisualStudioVersion%"=="15.0" ( goto :VS2017 ) :MissingVersion :: Can't find VS 2017 echo Visual Studio 2017 is a pre-requisite to build this repository. echo See: https://github.com/dotnet/corert/blob/master/Documentation/prerequisites-for-building.md exit /b 1 :VS2017 :: Setup vars for VS2017 set __VSVersion=vs2017 set __VSProductVersion=150 if not exist "!VS%__VSProductVersion%COMNTOOLS!\..\..\VC\Auxiliary\Build\vcvarsall.bat" goto :MissingVisualC goto :CheckMSBuild :MissingVisualC echo Could not find Visual C++ under !VS%__VSProductVersion%COMNTOOLS!. Visual C++ is a pre-requisite to build this repository. echo See: https://github.com/dotnet/corert/blob/master/Documentation/prerequisites-for-building.md exit /b 1 :CheckMSBuild rem The MSBuild that is installed in the shared location is not compatible rem with VS2017 C++ projects. I must use the MSBuild located in rem C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe set _msbuildexe="%VSINSTALLDIR%\MSBuild\15.0\Bin\MSBuild.exe" if not exist !_msbuildexe! (echo Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/corert/blob/master/Documentation/prerequisites-for-building.md for build instructions. && exit /b 1) rem Explicitly set Platform causes conflicts in managed project files. Clear it to allow building from VS x64 Native Tools Command Prompt set Platform= :: Set the environment for the native build set __VCBuildArch=x86_amd64 if /i "%__BuildArch%" == "x86" (set __VCBuildArch=x86) set __NugetRuntimeId=win-x64 if /i "%__BuildArch%" == "x86" (set __NugetRuntimeId=win-x86) :Done set BUILDVARS_DONE=1 exit /b 0 :Usage echo. echo Build the CoreRT repo. echo. echo Usage: echo %__ThisScriptShort% [option1] [option2] ... echo. echo All arguments are optional. The options are: echo. echo./? -? /h -h /help -help: view this message. echo Build architecture: one of x64, x86, arm, wasm ^(default: x64^). echo Build type: one of Debug, Checked, Release ^(default: Debug^). echo clean: force a clean build ^(default is to perform an incremental build^). echo skiptests: skip building tests ^(default: tests are built^). exit /b 1
gregkalapos/corert
buildscripts/buildvars-setup.cmd
bat
mit
7,285
rmdir /S /Q build-vc2013-msi-32 mkdir build-vc2013-msi-32 cd build-vc2013-msi-32 cmake ..\source -G "Visual Studio 12 2013" > config.log cmake --build . --config RelWithDebInfo > build.log cmake --build . --config RelWithDebInfo --target msi > msi.log move *.msi ..\ cd ..
yoku0825/mroonga
packages/windows/build-vc2013-msi-32.bat
bat
lgpl-2.1
273
:: Copyright 2022 The Chromium OS Authors. All rights reserved. :: Use of this source code is governed by a BSD-style license that can be :: found in the LICENSE file. :: Make environment changes (cd, env vars, etc.) local, so they don't affect the calling batch file setlocal :: Code under repo is checked out to %KOKORO_ARTIFACTS_DIR%\git. :: The final directory name in this path is determined by the scm name specified :: in the job configuration cd %KOKORO_ARTIFACTS_DIR%\git\crosvm :: Pin rustup to a known/tested version. set rustup_version=1.24.3 :: Install rust toolchain through rustup. echo [%TIME%] installing rustup %rustup_version% choco install -y rustup.install --version=%rustup_version% :: Reload path for installed rustup binary call RefreshEnv.cmd :: Toolchain version and necessary components will be automatically picked :: up from rust-toolchain cargo install bindgen :: Install python. The default kokoro intalled version is 3.7 but linux tests :: seem to run on 3.9+. choco install -y python choco install python --version=3.9.0 :: Reload path for installed rust toolchain. call RefreshEnv.cmd :: Log the version of the Rust toolchain echo [%TIME%] Using Rust toolchain version: cargo --version rustc --version :: Log python version echo [%TIME%] Python version: py --version echo [%TIME%] Calling crosvm\build_test.py py ./tools\impl/test_runner.py --arch x86_64 if %ERRORLEVEL% neq 0 ( exit /b %ERRORLEVEL% ) exit /b %ERRORLEVEL%
google/crosvm
ci/kokoro/windows/crosvm_build.bat
bat
bsd-3-clause
1,470
@echo off rem This script just makes jruby.bat run with javaw setlocal set JAVA_COMMAND=javaw call "%~dp0_jrubyvars" %* if %JRUBY_BAT_ERROR%==0 "%_STARTJAVA%" %_VM_OPTS% -Xbootclasspath/a:"%JRUBY_CP%" -classpath "%CP%;%CLASSPATH%" -Djruby.home="%JRUBY_HOME%" -Djruby.lib="%JRUBY_HOME%\lib" -Djruby.shell="cmd.exe" -Djruby.script=jruby.bat org.jruby.Main %JRUBY_OPTS% %_RUBY_OPTS% set E=%ERRORLEVEL% call "%~dp0_jrubycleanup" endlocal
nicksieger/advent-jruby
vendor/jruby-1.1.6RC1/bin/jrubyw.bat
bat
mit
451
@echo off REM Windows script for running e2e tests REM You have to run server and capture some browser first REM REM Requirements: REM - Java (http://www.java.com) set BASE_DIR=%~dp0 testacular start "%BASE_DIR%\..\config\testacular-e2e.conf.js"
13916688528/themort
website/angularjs/scripts/e2e-test.bat
bat
gpl-2.0
248
set IN_DIR=.\..\..\..\..\..\..\angle\src\WP8\redist\vs2012\ARM\Release set OUT_DIR=.\..\..\wp8\libraries\arm\ xcopy "%IN_DIR%\libGLESv2_phone\libGLESv2_phone.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libGLESv2_phone\libGLESv2_phone.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_phone\libEGL_phone.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_phone\libEGL_phone.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\esUtil_phone\esUtil_phone.lib" "%OUT_DIR%" /iycq set IN_DIR=.\..\..\..\..\..\..\angle\src\WP8\redist\vs2012\Win32\Release set OUT_DIR=.\..\..\wp8\libraries\x86\ xcopy "%IN_DIR%\libGLESv2_phone\libGLESv2_phone.dll" "%OUT_DIR%" /iycq \ xcopy "%IN_DIR%\libGLESv2_phone\libGLESv2_phone.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_phone\libEGL_phone.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_phone\libEGL_phone.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\esUtil_phone\esUtil_phone.lib" "%OUT_DIR%" /iycq set IN_DIR=.\..\..\..\..\..\..\angle\src\WinRT\redist\vs2012\ARM\Release set OUT_DIR=.\..\..\winrt\libraries\vs2012\arm\ xcopy "%IN_DIR%\libGLESv2_winrt\libGLESv2.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libGLESv2_winrt\libGLESv2.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt\libEGL.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt\libEGL.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\esUtil_winrt\esUtil.lib" "%OUT_DIR%" /iycq set IN_DIR=.\..\..\..\..\..\..\angle\src\WinRT\redist\vs2012\Win32\Release set OUT_DIR=.\..\..\winrt\libraries\vs2012\Win32\ xcopy "%IN_DIR%\libGLESv2_winrt\libGLESv2.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libGLESv2_winrt\libGLESv2.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt\libEGL.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt\libEGL.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\esUtil_winrt\esUtil.lib" "%OUT_DIR%" /iycq set IN_DIR=.\..\..\..\..\..\..\angle\src\WinRT\redist\vs2013\ARM\Release set OUT_DIR=.\..\..\winrt\libraries\vs2013\arm\ xcopy "%IN_DIR%\libGLESv2_winrt_2013\libGLESv2.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libGLESv2_winrt_2013\libGLESv2.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt_2013\libEGL.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt_2013\libEGL.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\esUtil_winrt_2013\esUtil.lib" "%OUT_DIR%" /iycq set IN_DIR=.\..\..\..\..\..\..\angle\src\WinRT\redist\vs2013\Win32\Release set OUT_DIR=.\..\..\winrt\libraries\vs2013\Win32\ xcopy "%IN_DIR%\libGLESv2_winrt_2013\libGLESv2.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libGLESv2_winrt_2013\libGLESv2.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt_2013\libEGL.dll" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\libEGL_winrt_2013\libEGL.lib" "%OUT_DIR%" /iycq xcopy "%IN_DIR%\esUtil_winrt_2013\esUtil.lib" "%OUT_DIR%" /iycq set IN_DIR=.\..\..\..\..\..\..\angle xcopy "%IN_DIR%\include" "include" /eiycq xcopy "%IN_DIR%\src\common\winrtangle.h" "include" /iycq xcopy "%IN_DIR%\samples\gles2_book\Common\esUtil.h" "include" /iycq
likexx/riftwarrior
code/cocos2dx/platform/third_party/winrt/angle/angle.bat
bat
mit
2,962
/* * Boinc Attach - (c) 2005 Yuri Dario * * Attach a new project to boinc client */ say 'Enter project URL: e.g. http://setiathome.berkeley.edu/' url = linein() say 'Enter project key: e.g. 9d48790f3c4e8fe255cf61f1b7a12480' key = linein() 'boinc_client.exe -attach_project' url key say 'Your project has been registered.' say 'Now install your project client code.' 'pause'
justinlynn/boinc-v2
client/os2/boinc_attach.cmd
bat
gpl-3.0
383
@rem Script to build LuaJIT with the Xbox 360 SDK. @rem Donated to the public domain. @rem @rem Open a "Visual Studio .NET Command Prompt" (32 bit host compiler) @rem Then cd to this directory and run this script. @if not defined INCLUDE goto :FAIL @if not defined XEDK goto :FAIL @setlocal @rem ---- Host compiler ---- @set LJCOMPILE=cl /nologo /c /MD /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE @set LJLINK=link /nologo @set LJMT=mt /nologo @set DASMDIR=..\dynasm @set DASM=%DASMDIR%\dynasm.lua @set ALL_LIB=lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c %LJCOMPILE% host\minilua.c @if errorlevel 1 goto :BAD %LJLINK% /out:minilua.exe minilua.obj @if errorlevel 1 goto :BAD if exist minilua.exe.manifest^ %LJMT% -manifest minilua.exe.manifest -outputresource:minilua.exe @rem Error out for 64 bit host compiler @minilua @if errorlevel 8 goto :FAIL @set DASMFLAGS=-D GPR64 -D FRAME32 -D PPE -D SQRT -D DUALNUM minilua %DASM% -LN %DASMFLAGS% -o host\buildvm_arch.h vm_ppc.dasc @if errorlevel 1 goto :BAD %LJCOMPILE% /I "." /I %DASMDIR% /D_XBOX_VER=200 /DLUAJIT_TARGET=LUAJIT_ARCH_PPC host\buildvm*.c @if errorlevel 1 goto :BAD %LJLINK% /out:buildvm.exe buildvm*.obj @if errorlevel 1 goto :BAD if exist buildvm.exe.manifest^ %LJMT% -manifest buildvm.exe.manifest -outputresource:buildvm.exe buildvm -m peobj -o lj_vm.obj @if errorlevel 1 goto :BAD buildvm -m bcdef -o lj_bcdef.h %ALL_LIB% @if errorlevel 1 goto :BAD buildvm -m ffdef -o lj_ffdef.h %ALL_LIB% @if errorlevel 1 goto :BAD buildvm -m libdef -o lj_libdef.h %ALL_LIB% @if errorlevel 1 goto :BAD buildvm -m recdef -o lj_recdef.h %ALL_LIB% @if errorlevel 1 goto :BAD buildvm -m vmdef -o jit\vmdef.lua %ALL_LIB% @if errorlevel 1 goto :BAD buildvm -m folddef -o lj_folddef.h lj_opt_fold.c @if errorlevel 1 goto :BAD @rem ---- Cross compiler ---- @set LJCOMPILE="%XEDK%\bin\win32\cl" /nologo /c /MT /O2 /W3 /GF /Gm- /GR- /GS- /Gy /openmp- /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /D_XBOX /D_LIB /DLUAJIT_USE_SYSMALLOC @set LJLIB="%XEDK%\bin\win32\lib" /nologo @set INCLUDE="%XEDK%\include\xbox" @if "%1" neq "debug" goto :NODEBUG @shift @set LJCOMPILE="%LJCOMPILE%" /Zi :NODEBUG @if "%1"=="amalg" goto :AMALG %LJCOMPILE% /DLUA_BUILD_AS_DLL lj_*.c lib_*.c @if errorlevel 1 goto :BAD %LJLIB% /OUT:luajit20.lib lj_*.obj lib_*.obj @if errorlevel 1 goto :BAD @goto :NOAMALG :AMALG %LJCOMPILE% /DLUA_BUILD_AS_DLL ljamalg.c @if errorlevel 1 goto :BAD %LJLIB% /OUT:luajit20.lib ljamalg.obj lj_vm.obj @if errorlevel 1 goto :BAD :NOAMALG @del *.obj *.manifest minilua.exe buildvm.exe @echo. @echo === Successfully built LuaJIT for Xbox 360 === @goto :END :BAD @echo. @echo ******************************************************* @echo *** Build FAILED -- Please check the error messages *** @echo ******************************************************* @goto :END :FAIL @echo To run this script you must open a "Visual Studio .NET Command Prompt" @echo (32 bit host compiler). The Xbox 360 SDK must be installed, too. :END
luciouskami/war3-lua-engine
war3-lua-engine/LuaJIT/src/xedkbuild.bat
bat
gpl-2.0
3,043
@if (0===0) @end/* @echo off title node cd %~dp0 call CScript.EXE "%~dpnx0" //Nologo //e:jscript %* goto cmd ------------------------------------------------------- Build 1401562634538 Compiler [email protected] | https://github.com/aui/node2bat ------------------------------------------------------- */(function () { try { var fs = require('fs'); var path = require('path'); var extnames = ['.html', '.htm']; var args = process.argv.slice(2); var base = '.' + path.sep; var charset = 'utf-8'; var INCLUDE_RE = /([\u0009\u000B\u000C\u0020\u00A0\u1680\u180E\u2000-\u200A\u200B\u2028\u2029\u202F\u205F\u3000]*?)<!--\s*\[include\s*['"]*(.*?)['"]*\]\s*-->([\w\W]*?)<!--\s*\[\/include\]\s*-->/ig; var TEMPLATE = '{{blank}}<!--[include "{{id}}"]-->\n{{content}}\n{{blank}}<!--[/include]-->'; var TEMPLATE_RE = /\{\{(.*?)\}\}/g; var compile = function (base, file) { var html = fs.readFileSync(file, charset); var count = 0; var stdout = file.replace(base + path.sep, ''); html = html.replace(INCLUDE_RE, function ($1, blank, id, content) { var dirname = path.dirname(file); var target = path.resolve(dirname, id.split('/').join(path.sep)); var fileContent = ''; if (fs.existsSync(target)) { fileContent = fs.readFileSync(target, charset); if (content.trim() === fileContent.trim()) { return $1; } } else { throw new Error('File not found: ' + target); } count ++; return template(TEMPLATE, { id: id, blank: blank, content: fileContent }); }); if (count) { stdout += ' [ok]' fs.writeFileSync(file, html, charset); } console.log(stdout); }; var template = function (string, data) { return string.replace(TEMPLATE_RE, function ($1, $2) { return data[$2] || ''; }); }; var walk = function (dir) { var dirList = fs.readdirSync(dir); dirList.forEach(function (item) { var target = path.join(dir, item); if (fs.statSync(target).isDirectory()) { walk(target); } else if (extnames.indexOf(path.extname(target)) === 0) { compile(base, target); } }); }; if (args[0]) { base = path.resolve(args[0]); } if (fs.statSync(base).isDirectory()) { walk(base); } else if (extnames.indexOf(path.extname(base)) === 0) { var file = base; base = path.dirname(base); compile(base, file); } } catch (e) { console.error(e); WScript.Quit(1); } }).call({ node2bat: "0.0.4-rc1" }, function (global, exports) { // NodeJS Runtime global.global = global; global.__filename = WScript.ScriptFullName; global.__dirname = WScript .ScriptFullName .replace(WScript.ScriptName, '') .replace(/\\+$/, ''); global.process = { title: 'node', argv: function () { var Arguments = WScript.Arguments; var length = Arguments.length; var argv = ['node', WScript.ScriptFullName]; if (length) { for (var i = 0; i < length; i++) { argv.push(Arguments(i)); } } return argv; }(), cwd: function () { return global.__dirname; }, // @see http://technet.microsoft.com/en-us/library/ee156595.aspx env: (function () { var wsh = new ActiveXObject("WScript.Shell"); var processObject = wsh.Environment("Process"); var list = [ 'ALLUSERSPROFILE', 'APPDATA', 'CommonProgramFiles', 'COMPUTERNAME', 'ComSpec', 'configsetroot', 'FP_NO_HOST_CHECK', 'HOMEDRIVE', 'HOMEPATH', 'LOCALAPPDATA', 'LOGONSERVER', 'NUMBER_OF_PROCESSORS', 'OS', 'Path', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'ProgramData', 'ProgramFiles', 'PROMPT', 'PSModulePath', 'PUBLIC', 'SESSIONNAME', 'SystemDrive', 'SystemRoot', 'TEMP', 'TMP', 'USERDOMAIN', 'USERNAME', 'USERPROFILE', 'windir' ]; var Env = function () { for (var name, info, i = 0; i < list.length; i++) { name = list[i]; info = processObject.Item(name); info = wsh.ExpandEnvironmentStrings(info); this[name] = info; Env.prototype[name.toUpperCase()] = info; } }; return new Env(); })(), exit: function (code) { WScript.Quit(code); }, stdout: { write: function (message) { WScript.StdOut.Write(message); } }, stderr: { write: function (message) { WScript.StdOut.Write(message); } } }; // CommonJS require() global.require = function require (id) { var path = require.resolve(id); var mod = require._modules[path]; if (!mod) { if (/\.json$/i.test(id)) { var fs = require('fs'); var text = fs.readFileSync(id, 'utf-8'); var json = JSON.parse(text); return json; } else { throw new Error('failed to require "' + id + '"'); } } if (!mod.exports) { mod.exports = {}; mod.call(mod.exports, require.relative(path), mod.exports, mod); } return mod.exports; } // fn: function (require, exports, module) {} function define (path, fn) { require._modules[path] = fn; }; require._modules = {}; require.resolve = function (path) { var orig = path, reg = path + '.js', index = path + '/index.js'; return require._modules[reg] && reg || require._modules[index] && index || orig; }; require.relative = function (parent) { return function (p) { if ('.' != p.substr(0, 1)) return require(p); var path = parent.split('/'), segs = p.split('/'); path.pop(); for (var i = 0; i < segs.length; i++) { var seg = segs[i]; if ('..' == seg) path.pop(); else if ('.' != seg) path.push(seg); } return require(path.join('/')); }; }; /*global.setTimeout = function (fn, time) { WScript.Sleep(time); if (typeof fn === 'function') { fn(); } else { eval(fn); } }; global.setInterval = function (fn, time) { var interval = function () { WScript.Sleep(time); if (typeof fn === 'function') { fn(); } else { eval(fn); } interval(); }; interval(); };*/ define('util', function (require, exports, module) { // 2014-04-04 02:39:42 var formatRegExp = /%[sdj%]/g; exports.format = function (f) { if (!isString(f)) { var objects = []; for (var i = 0; i < arguments.length; i++) { objects.push(inspect(arguments[i])); } return objects.join(' '); } var i = 1; var args = arguments; var len = args.length; var str = String(f).replace(formatRegExp, function (x) { if (x === '%%') return '%'; if (i >= len) return x; switch (x) { case '%s': return String(args[i++]); case '%d': return Number(args[i++]); case '%j': try { return JSON.stringify(args[i++]); } catch (_) { return '[Circular]'; } default: return x; } }); for (var x = args[i]; i < len; x = args[++i]) { if (isNull(x) || !isObject(x)) { str += ' ' + x; } else { str += ' ' + inspect(x); } } return str; }; // Mark that a method should not be used. // Returns a modified function which warns once by default. // If --no-deprecation is set, then it is a no-op. exports.deprecate = function (fn, msg) { // Allow for deprecating things in the process of starting up. if (isUndefined(global.process)) { return function () { return exports.deprecate(fn, msg).apply(this, arguments); }; } if (process.noDeprecation === true) { return fn; } var warned = false; function deprecated() { if (!warned) { if (process.throwDeprecation) { throw new Error(msg); } else if (process.traceDeprecation) { console.trace(msg); } else { console.error(msg); } warned = true; } return fn.apply(this, arguments); } return deprecated; }; var debugs = {}; var debugEnviron; exports.debuglog = function (set) { if (isUndefined(debugEnviron)) debugEnviron = process.env.NODE_DEBUG || ''; set = set.toUpperCase(); if (!debugs[set]) { if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) { var pid = process.pid; debugs[set] = function () { var msg = exports.format.apply(exports, arguments); console.error('%s %d: %s', set, pid, msg); }; } else { debugs[set] = function () {}; } } return debugs[set]; }; /** * Echos the value of a value. Trys to print the value out * in the best way possible given the different types. * * @param {Object} obj The object to print out. * @param {Object} opts Optional options object that alters the output. */ /* legacy: obj, showHidden, depth, colors*/ function inspect(obj, opts) { // default options var ctx = { seen: [], stylize: stylizeNoColor }; // legacy... if (arguments.length >= 3) ctx.depth = arguments[2]; if (arguments.length >= 4) ctx.colors = arguments[3]; if (isBoolean(opts)) { // legacy... ctx.showHidden = opts; } else if (opts) { // got an "options" object exports._extend(ctx, opts); } // set default options if (isUndefined(ctx.showHidden)) ctx.showHidden = false; if (isUndefined(ctx.depth)) ctx.depth = 2; if (isUndefined(ctx.colors)) ctx.colors = false; if (isUndefined(ctx.customInspect)) ctx.customInspect = true; if (ctx.colors) ctx.stylize = stylizeWithColor; return formatValue(ctx, obj, ctx.depth); } exports.inspect = inspect; // http://en.wikipedia.org/wiki/ANSI_escape_code#graphics inspect.colors = { 'bold': [1, 22], 'italic': [3, 23], 'underline': [4, 24], 'inverse': [7, 27], 'white': [37, 39], 'grey': [90, 39], 'black': [30, 39], 'blue': [34, 39], 'cyan': [36, 39], 'green': [32, 39], 'magenta': [35, 39], 'red': [31, 39], 'yellow': [33, 39] }; // Don't use 'blue' not visible on cmd.exe inspect.styles = { 'special': 'cyan', 'number': 'yellow', 'boolean': 'yellow', 'undefined': 'grey', 'null': 'bold', 'string': 'green', 'date': 'magenta', // "name": intentionally not styling 'regexp': 'red' }; function stylizeWithColor(str, styleType) { var style = inspect.styles[styleType]; if (style) { return '\u001b[' + inspect.colors[style][0] + 'm' + str + '\u001b[' + inspect.colors[style][1] + 'm'; } else { return str; } } function stylizeNoColor(str, styleType) { return str; } function arrayToHash(array) { var hash = {}; array.forEach(function (val, idx) { hash[val] = true; }); return hash; } function formatValue(ctx, value, recurseTimes) { // Provide a hook for user-specified inspect functions. // Check that value is an object with an inspect function on it if (ctx.customInspect && value && isFunction(value.inspect) && // Filter out the util module, it's inspect function is special value.inspect !== exports.inspect && // Also filter out any prototype objects using the circular check. !(value.constructor && value.constructor.prototype === value)) { var ret = value.inspect(recurseTimes, ctx); if (!isString(ret)) { ret = formatValue(ctx, ret, recurseTimes); } return ret; } // Primitive types cannot have properties var primitive = formatPrimitive(ctx, value); if (primitive) { return primitive; } // Look up the keys of the object. var keys = Object.keys(value); var visibleKeys = arrayToHash(keys); if (ctx.showHidden) { keys = Object.getOwnPropertyNames(value); } // This could be a boxed primitive (new String(), etc.), check valueOf() // NOTE: Avoid calling `valueOf` on `Date` instance because it will return // a number which, when object has some additional user-stored `keys`, // will be printed out. var formatted; var raw = value; try { // the .valueOf() call can fail for a multitude of reasons if (!isDate(value)) raw = value.valueOf(); } catch (e) { // ignore... } if (isString(raw)) { // for boxed Strings, we have to remove the 0-n indexed entries, // since they just noisey up the output and are redundant keys = keys.filter(function (key) { return !(key >= 0 && key < raw.length); }); } // Some type of object without properties can be shortcutted. if (keys.length === 0) { if (isFunction(value)) { var name = value.name ? ': ' + value.name : ''; return ctx.stylize('[Function' + name + ']', 'special'); } if (isRegExp(value)) { return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp'); } if (isDate(value)) { return ctx.stylize(Date.prototype.toString.call(value), 'date'); } if (isError(value)) { return formatError(value); } // now check the `raw` value to handle boxed primitives if (isString(raw)) { formatted = formatPrimitiveNoColor(ctx, raw); return ctx.stylize('[String: ' + formatted + ']', 'string'); } if (isNumber(raw)) { formatted = formatPrimitiveNoColor(ctx, raw); return ctx.stylize('[Number: ' + formatted + ']', 'number'); } if (isBoolean(raw)) { formatted = formatPrimitiveNoColor(ctx, raw); return ctx.stylize('[Boolean: ' + formatted + ']', 'boolean'); } } var base = '', array = false, braces = ['{', '}']; // Make Array say that they are Array if (isArray(value)) { array = true; braces = ['[', ']']; } // Make functions say that they are functions if (isFunction(value)) { var n = value.name ? ': ' + value.name : ''; base = ' [Function' + n + ']'; } // Make RegExps say that they are RegExps if (isRegExp(value)) { base = ' ' + RegExp.prototype.toString.call(value); } // Make dates with properties first say the date if (isDate(value)) { base = ' ' + Date.prototype.toUTCString.call(value); } // Make error with message first say the error if (isError(value)) { base = ' ' + formatError(value); } // Make boxed primitive Strings look like such if (isString(raw)) { formatted = formatPrimitiveNoColor(ctx, raw); base = ' ' + '[String: ' + formatted + ']'; } // Make boxed primitive Numbers look like such if (isNumber(raw)) { formatted = formatPrimitiveNoColor(ctx, raw); base = ' ' + '[Number: ' + formatted + ']'; } // Make boxed primitive Booleans look like such if (isBoolean(raw)) { formatted = formatPrimitiveNoColor(ctx, raw); base = ' ' + '[Boolean: ' + formatted + ']'; } if (keys.length === 0 && (!array || value.length === 0)) { return braces[0] + base + braces[1]; } if (recurseTimes < 0) { if (isRegExp(value)) { return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp'); } else { return ctx.stylize('[Object]', 'special'); } } ctx.seen.push(value); var output; if (array) { output = formatArray(ctx, value, recurseTimes, visibleKeys, keys); } else { output = keys.map(function (key) { return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array); }); } ctx.seen.pop(); return reduceToSingleString(output, base, braces); } function formatPrimitive(ctx, value) { if (isUndefined(value)) return ctx.stylize('undefined', 'undefined'); if (isString(value)) { var simple = '\'' + JSON.stringify(value).replace(/^"|"$/g, '') .replace(/'/g, "\\'") .replace(/\\"/g, '"') + '\''; return ctx.stylize(simple, 'string'); } if (isNumber(value)) { // Format -0 as '-0'. Strict equality won't distinguish 0 from -0, // so instead we use the fact that 1 / -0 < 0 whereas 1 / 0 > 0 . if (value === 0 && 1 / value < 0) return ctx.stylize('-0', 'number'); return ctx.stylize('' + value, 'number'); } if (isBoolean(value)) return ctx.stylize('' + value, 'boolean'); // For some reason typeof null is "object", so special case here. if (isNull(value)) return ctx.stylize('null', 'null'); } function formatPrimitiveNoColor(ctx, value) { var stylize = ctx.stylize; ctx.stylize = stylizeNoColor; var str = formatPrimitive(ctx, value); ctx.stylize = stylize; return str; } function formatError(value) { return '[' + Error.prototype.toString.call(value) + ']'; } function formatArray(ctx, value, recurseTimes, visibleKeys, keys) { var output = []; for (var i = 0, l = value.length; i < l; ++i) { if (hasOwnProperty(value, String(i))) { output.push(formatProperty(ctx, value, recurseTimes, visibleKeys, String(i), true)); } else { output.push(''); } } keys.forEach(function (key) { if (!key.match(/^\d+$/)) { output.push(formatProperty(ctx, value, recurseTimes, visibleKeys, key, true)); } }); return output; } function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) { var name, str, desc; desc = /*Object.getOwnPropertyDescriptor(value, key) ||*/ { value: value[key] }; if (desc.get) { if (desc.set) { str = ctx.stylize('[Getter/Setter]', 'special'); } else { str = ctx.stylize('[Getter]', 'special'); } } else { if (desc.set) { str = ctx.stylize('[Setter]', 'special'); } } if (!hasOwnProperty(visibleKeys, key)) { name = '[' + key + ']'; } if (!str) { if (ctx.seen.indexOf(desc.value) < 0) { if (isNull(recurseTimes)) { str = formatValue(ctx, desc.value, null); } else { str = formatValue(ctx, desc.value, recurseTimes - 1); } if (str.indexOf('\n') > -1) { if (array) { str = str.split('\n').map(function (line) { return ' ' + line; }).join('\n').substr(2); } else { str = '\n' + str.split('\n').map(function (line) { return ' ' + line; }).join('\n'); } } } else { str = ctx.stylize('[Circular]', 'special'); } } if (isUndefined(name)) { if (array && key.match(/^\d+$/)) { return str; } name = JSON.stringify('' + key); if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) { name = name.substr(1, name.length - 2); name = ctx.stylize(name, 'name'); } else { name = name.replace(/'/g, "\\'") .replace(/\\"/g, '"') .replace(/(^"|"$)/g, "'") .replace(/\\\\/g, '\\'); name = ctx.stylize(name, 'string'); } } return name + ': ' + str; } function reduceToSingleString(output, base, braces) { var length = output.reduce(function (prev, cur) { return prev + cur.replace(/\u001b\[\d\d?m/g, '').length + 1; }, 0); if (length > 60) { return braces[0] + (base === '' ? '' : base + '\n ') + ' ' + output.join(',\n ') + ' ' + braces[1]; } return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1]; } // NOTE: These type checking functions intentionally don't use `instanceof` // because it is fragile and can be easily faked with `Object.create()`. var isArray = exports.isArray = Array.isArray; function isBoolean(arg) { return typeof arg === 'boolean'; } exports.isBoolean = isBoolean; function isNull(arg) { return arg === null; } exports.isNull = isNull; function isNullOrUndefined(arg) { return arg == null; } exports.isNullOrUndefined = isNullOrUndefined; function isNumber(arg) { return typeof arg === 'number'; } exports.isNumber = isNumber; function isString(arg) { return typeof arg === 'string'; } exports.isString = isString; function isSymbol(arg) { return typeof arg === 'symbol'; } exports.isSymbol = isSymbol; function isUndefined(arg) { return arg === void 0; } exports.isUndefined = isUndefined; function isRegExp(re) { return isObject(re) && objectToString(re) === '[object RegExp]'; } exports.isRegExp = isRegExp; function isObject(arg) { return typeof arg === 'object' && arg !== null; } exports.isObject = isObject; function isDate(d) { return isObject(d) && objectToString(d) === '[object Date]'; } exports.isDate = isDate; function isError(e) { return isObject(e) && (objectToString(e) === '[object Error]' || e instanceof Error); } exports.isError = isError; function isFunction(arg) { return typeof arg === 'function'; } exports.isFunction = isFunction; function isPrimitive(arg) { return arg === null || typeof arg === 'boolean' || typeof arg === 'number' || typeof arg === 'string' || typeof arg === 'symbol' || // ES6 symbol typeof arg === 'undefined'; } exports.isPrimitive = isPrimitive; function objectToString(o) { return Object.prototype.toString.call(o); } function pad(n) { return n < 10 ? '0' + n.toString(10) : n.toString(10); } var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ]; // 26 Feb 16:19:34 function timestamp() { var d = new Date(); var time = [pad(d.getHours()), pad(d.getMinutes()), pad(d.getSeconds()) ].join(':'); return [d.getDate(), months[d.getMonth()], time].join(' '); } // log is just a thin wrapper to console.log that prepends a timestamp exports.log = function () { console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments)); }; exports._extend = function (origin, add) { // Don't do anything if add isn't an object if (!add || !isObject(add)) return origin; var keys = Object.keys(add); var i = keys.length; while (i--) { origin[keys[i]] = add[keys[i]]; } return origin; }; function hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } var uv; exports._errnoException = function (err, syscall, original) { if (isUndefined(uv)) uv = process.binding('uv'); var errname = uv.errname(err); var message = syscall + ' ' + errname; if (original) message += ' ' + original; var e = new Error(message); e.code = errname; e.errno = errname; e.syscall = syscall; return e; }; }); define('console', function (require, exports, module) { // 2013-08-02 06:08:01 var util = require('util'); function Console(stdout, stderr) { if (!(this instanceof Console)) { return new Console(stdout, stderr); } if (!stdout || !util.isFunction(stdout.write)) { throw new TypeError('Console expects a writable stream instance'); } if (!stderr) { stderr = stdout; } this._stdout = stdout; this._stderr = stderr; this._times = {}; // bind the prototype functions to this Console instance Object.keys(Console.prototype).forEach(function (k) { this[k] = this[k].bind(this); }, this); } Console.prototype.log = function () { this._stdout.write(util.format.apply(this, arguments) + '\n'); }; Console.prototype.info = Console.prototype.log; Console.prototype.warn = function () { this._stderr.write(util.format.apply(this, arguments) + '\n'); }; Console.prototype.error = Console.prototype.warn; Console.prototype.dir = function (object) { this._stdout.write(util.inspect(object, { customInspect: false }) + '\n'); }; Console.prototype.time = function (label) { this._times[label] = Date.now(); }; Console.prototype.timeEnd = function (label) { var time = this._times[label]; if (!time) { throw new Error('No such label: ' + label); } var duration = Date.now() - time; this.log('%s: %dms', label, duration); }; Console.prototype.assert = function (expression) { if (!expression) { var arr = Array.prototype.slice.call(arguments, 1); require('assert').ok(false, util.format.apply(this, arr)); } }; module.exports = new Console(process.stdout, process.stderr); module.exports.Console = Console; }); define('fs', function (require, exports, module) { var fso = new ActiveXObject('Scripting.FileSystemObject'); var Stat = function (path) { var info; this._path = path; if (this.isFile()) { info = fso.GetFile(path); } else if (this.isDirectory()) { info = fso.GetFolder(path); } else { throw new Error('ENOENT, no such file or directory ' + JSON.stringify(path)); } this.size = info.Size; // TODO: 读取目录不准确 this.atime = new Date(info.DateLastAccessed); this.mtime = new Date(info.DateLastModified); this.ctime = new Date(info.DateCreated); }; Stat.prototype = { isFile: function () { return fso.FileExists(this._path); }, isDirectory: function () { return fso.FolderExists(this._path); } }; exports.renameSync = function (oldPath, newPath) { var statSync = exports.statSync(oldPath); var file = fso[statSync.isFile() ? 'GetFile' : 'GetFolder'](oldPath); if (exports.existsSync(newPath)) { exports.unlinkSync(newPath); } file.Move(newPath); }; exports.mkdirSync = function (path) { // TODO: Error Info fso.CreateFolder(path); }; exports.mkdirSync = function (path) { fso.CreateFolder(path); }; exports.rmdirSync = function (path) { fso.DeleteFolder(path, true); }; exports.unlinkSync = function (path) { fso.DeleteFile(path, true); }; exports.existsSync = function (path) { try { var statSync = exports.statSync(path); return statSync.isFile() || statSync.isDirectory(); } catch (e) { return false; } }; exports.statSync = function (path) { return new Stat(path); }; exports.readdirSync = function (path) { var listall = function (path) { var fd = fso.GetFolder(path + '\\'); var fe = new Enumerator(fd.files); var list = []; var item; while (!fe.atEnd()) { item = fe.item() + ''; item = item.replace(/^.*\\([^\\]*)$/, '$1'); list.push(item); fe.moveNext(); } var folderList = new Enumerator(fd.SubFolders); for (; !folderList.atEnd(); folderList.moveNext()) { item = folderList.item() + ''; item = item.replace(/^.*\\([^\\]*)$/, '$1'); list.push(item); } return list; }; return listall(path); }; exports.readFileSync = function (file, charset) { var stream = new ActiveXObject('adodb.stream'); var fileContent; stream.Type = charset ? 2 : 1; stream.Open(); if (charset) { stream.Charset = charset; } else { throw new TypeError('Bad arguments'); } try { stream.LoadFromFile(file); } catch (e) { throw e; } fileContent = new String(stream.ReadText()); fileContent.Charset = charset; stream.Close(); return fileContent.toString(); }; // @see http://bathome.l3.wuyou.com/redirect.php?goto=findpost&ptid=10300&pid=66972 // @see http://www.clockworksoftware.com/asp/Products/vbs2js.asp exports.writeFileSync = function (file, data, charset) { var binData; var stream = new ActiveXObject("adodb.Stream"); stream.Open(); try { if (charset) { stream.Position = 0; stream.CharSet = charset; stream.WriteText(data); stream.SetEOS(); stream.Position = 0; stream.Type = 1; // TODO: test BOM // /^0xEF0xBB0xBF/ if (charset === 'utf-8') { stream.Position = 3; } binData = stream.Read(-1); stream.Position = 0; stream.Write(binData); stream.SetEOS(); stream.SaveToFile(file, 2); } else { //stream.Type = 1; //stream.Write(data); //stream.SaveToFile(file, 2); throw new TypeError('Bad arguments'); } } catch (e) { throw e; } finally { stream.close(); } }; }); define('path', function (require, exports, module) { // resolves . and .. elements in a path array with directory names there // must be no slashes, empty elements, or device names (c:\) in the array // (so also no leading and trailing slashes - it does not distinguish // relative and absolute paths) function normalizeArray(parts, allowAboveRoot) { // if the path tries to go above the root, `up` ends up > 0 var up = 0; for (var i = parts.length - 1; i >= 0; i--) { var last = parts[i]; if (last === '.') { parts.splice(i, 1); } else if (last === '..') { parts.splice(i, 1); up++; } else if (up) { parts.splice(i, 1); up--; } } // if the path is allowed to go above the root, restore leading ..s if (allowAboveRoot) { for (; up--; up) { parts.unshift('..'); } } return parts; } // Regex to split a windows path into three parts: [*, device, slash, // tail] windows-only var splitDeviceRe = /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/; // Regex to split the tail part of the above into [*, dir, basename, ext] var splitTailRe = /^([\s\S]*?)((?:\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))(?:[\\\/]*)$/; // Function to split a filename into [root, dir, basename, ext] // windows version var splitPath = function (filename) { // Separate device+slash from tail var result = splitDeviceRe.exec(filename), device = (result[1] || '') + (result[2] || ''), tail = result[3] || ''; // Split the tail into dir, basename and extension var result2 = splitTailRe.exec(tail), dir = result2[1], basename = result2[2], ext = result2[3]; return [device, dir, basename, ext]; }; var normalizeUNCRoot = function (device) { return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\'); }; // path.resolve([from ...], to) // windows version exports.resolve = function () { var resolvedDevice = '', resolvedTail = '', resolvedAbsolute = false; for (var i = arguments.length - 1; i >= -1; i--) { var path; if (i >= 0) { path = arguments[i]; } else if (!resolvedDevice) { path = process.cwd(); } else { // Windows has the concept of drive-specific current working // directories. If we've resolved a drive letter but not yet an // absolute path, get cwd for that drive. We're sure the device is not // an unc path at this points, because unc paths are always absolute. path = process.env['=' + resolvedDevice]; // Verify that a drive-local cwd was found and that it actually points // to our drive. If not, default to the drive's root. if (!path || path.substr(0, 3).toLowerCase() !== resolvedDevice.toLowerCase() + '\\') { path = resolvedDevice + '\\'; } } // Skip empty and invalid entries if (typeof path !== 'string') { throw new TypeError('Arguments to path.resolve must be strings'); } else if (!path) { continue; } var result = splitDeviceRe.exec(path), device = result[1] || '', isUnc = device && device.charAt(1) !== ':', isAbsolute = exports.isAbsolute(path), tail = result[3]; if (device && resolvedDevice && device.toLowerCase() !== resolvedDevice.toLowerCase()) { // This path points to another device so it is not applicable continue; } if (!resolvedDevice) { resolvedDevice = device; } if (!resolvedAbsolute) { resolvedTail = tail + '\\' + resolvedTail; resolvedAbsolute = isAbsolute; } if (resolvedDevice && resolvedAbsolute) { break; } } // Convert slashes to backslashes when `resolvedDevice` points to an UNC // root. Also squash multiple slashes into a single one where appropriate. if (isUnc) { resolvedDevice = normalizeUNCRoot(resolvedDevice); } // At this point the path should be resolved to a full absolute path, // but handle relative paths to be safe (might happen when process.cwd() // fails) // Normalize the tail path function f(p) { return !!p; } resolvedTail = normalizeArray(resolvedTail.split(/[\\\/]+/).filter(f), !resolvedAbsolute).join('\\'); return (resolvedDevice + (resolvedAbsolute ? '\\' : '') + resolvedTail) || '.'; }; // windows version exports.normalize = function (path) { var result = splitDeviceRe.exec(path), device = result[1] || '', isUnc = device && device.charAt(1) !== ':', isAbsolute = exports.isAbsolute(path), tail = result[3], trailingSlash = /[\\\/]$/.test(tail); // If device is a drive letter, we'll normalize to lower case. if (device && device.charAt(1) === ':') { device = device[0].toLowerCase() + device.substr(1); } // Normalize the tail path tail = normalizeArray(tail.split(/[\\\/]+/).filter(function (p) { return !!p; }), !isAbsolute).join('\\'); if (!tail && !isAbsolute) { tail = '.'; } if (tail && trailingSlash) { tail += '\\'; } // Convert slashes to backslashes when `device` points to an UNC root. // Also squash multiple slashes into a single one where appropriate. if (isUnc) { device = normalizeUNCRoot(device); } return device + (isAbsolute ? '\\' : '') + tail; }; // windows version exports.isAbsolute = function (path) { var result = splitDeviceRe.exec(path), device = result[1] || '', isUnc = device && device.charAt(1) !== ':'; // UNC paths are always absolute return !!result[2] || isUnc; }; // windows version exports.join = function () { function f(p) { if (typeof p !== 'string') { throw new TypeError('Arguments to path.join must be strings'); } return p; } var paths = Array.prototype.filter.call(arguments, f); var joined = paths.join('\\'); // Make sure that the joined path doesn't start with two slashes, because // normalize() will mistake it for an UNC path then. // // This step is skipped when it is very clear that the user actually // intended to point at an UNC path. This is assumed when the first // non-empty string arguments starts with exactly two slashes followed by // at least one more non-slash character. // // Note that for normalize() to treat a path as an UNC path it needs to // have at least 2 components, so we don't filter for that here. // This means that the user can use join to construct UNC paths from // a server name and a share name; for example: // path.join('//server', 'share') -> '\\\\server\\share\') if (!/^[\\\/]{2}[^\\\/]/.test(paths[0])) { joined = joined.replace(/^[\\\/]{2,}/, '\\'); } return exports.normalize(joined); }; // path.relative(from, to) // it will solve the relative path from 'from' to 'to', for instance: // from = 'C:\\orandea\\test\\aaa' // to = 'C:\\orandea\\impl\\bbb' // The output of the function should be: '..\\..\\impl\\bbb' // windows version exports.relative = function (from, to) { from = exports.resolve(from); to = exports.resolve(to); // windows is not case sensitive var lowerFrom = from.toLowerCase(); var lowerTo = to.toLowerCase(); function trim(arr) { var start = 0; for (; start < arr.length; start++) { if (arr[start] !== '') break; } var end = arr.length - 1; for (; end >= 0; end--) { if (arr[end] !== '') break; } if (start > end) return []; return arr.slice(start, end - start + 1); } var toParts = trim(to.split('\\')); var lowerFromParts = trim(lowerFrom.split('\\')); var lowerToParts = trim(lowerTo.split('\\')); var length = Math.min(lowerFromParts.length, lowerToParts.length); var samePartsLength = length; for (var i = 0; i < length; i++) { if (lowerFromParts[i] !== lowerToParts[i]) { samePartsLength = i; break; } } if (samePartsLength == 0) { return to; } var outputParts = []; for (var i = samePartsLength; i < lowerFromParts.length; i++) { outputParts.push('..'); } outputParts = outputParts.concat(toParts.slice(samePartsLength)); return outputParts.join('\\'); }; exports.sep = '\\'; exports.delimiter = ';'; exports.dirname = function (path) { var result = splitPath(path), root = result[0], dir = result[1]; if (!root && !dir) { // No dirname whatsoever return '.'; } if (dir) { // It has a dirname, strip trailing slash dir = dir.substr(0, dir.length - 1); } return root + dir; }; exports.basename = function (path, ext) { var f = splitPath(path)[2]; // TODO: make this comparison case-insensitive on windows? if (ext && f.substr(-1 * ext.length) === ext) { f = f.substr(0, f.length - ext.length); } return f; }; exports.extname = function (path) { return splitPath(path)[3]; }; }); define('assert', function (require, exports, module) { // 2014-03-03 03:54:19 var util = require('util'); var pSlice = Array.prototype.slice; // 1. The assert module provides functions that throw // AssertionError's when particular conditions are not met. The // assert module must conform to the following interface. var assert = module.exports = ok; // 2. The AssertionError is defined in assert. // new assert.AssertionError({ message: message, // actual: actual, // expected: expected }) assert.AssertionError = function AssertionError(options) { this.name = 'AssertionError'; this.actual = options.actual; this.expected = options.expected; this.operator = options.operator; if (options.message) { this.message = options.message; this.generatedMessage = false; } else { this.message = getMessage(this); this.generatedMessage = true; } //var stackStartFunction = options.stackStartFunction || fail; //Error.captureStackTrace(this, stackStartFunction); }; // assert.AssertionError instanceof Error //util.inherits(assert.AssertionError, Error); assert.AssertionError.prototype = Error.prototype; function replacer(key, value) { if (util.isUndefined(value)) { return '' + value; } if (util.isNumber(value) && (isNaN(value) || !isFinite(value))) { return value.toString(); } if (util.isFunction(value) || util.isRegExp(value)) { return value.toString(); } return value; } function truncate(s, n) { if (util.isString(s)) { return s.length < n ? s : s.slice(0, n); } else { return s; } } function getMessage(self) { return truncate(JSON.stringify(self.actual, replacer), 128) + ' ' + self.operator + ' ' + truncate(JSON.stringify(self.expected, replacer), 128); } // At present only the three keys mentioned above are used and // understood by the spec. Implementations or sub modules can pass // other keys to the AssertionError's constructor - they will be // ignored. // 3. All of the following functions must throw an AssertionError // when a corresponding condition is not met, with a message that // may be undefined if not provided. All assertion methods provide // both the actual and expected values to the assertion error for // display purposes. function fail(actual, expected, message, operator, stackStartFunction) { throw new assert.AssertionError({ message: message, actual: actual, expected: expected, operator: operator, stackStartFunction: stackStartFunction }); } // EXTENSION! allows for well behaved errors defined elsewhere. assert.fail = fail; // 4. Pure assertion tests whether a value is truthy, as determined // by !!guard. // assert.ok(guard, message_opt); // This statement is equivalent to assert.equal(true, !!guard, // message_opt);. To test strictly for the value true, use // assert.strictEqual(true, guard, message_opt);. function ok(value, message) { if (!value) fail(value, true, message, '==', assert.ok); } assert.ok = ok; // 5. The equality assertion tests shallow, coercive equality with // ==. // assert.equal(actual, expected, message_opt); assert.equal = function equal(actual, expected, message) { if (actual != expected) fail(actual, expected, message, '==', assert.equal); }; // 6. The non-equality assertion tests for whether two objects are not equal // with != assert.notEqual(actual, expected, message_opt); assert.notEqual = function notEqual(actual, expected, message) { if (actual == expected) { fail(actual, expected, message, '!=', assert.notEqual); } }; // 7. The equivalence assertion tests a deep equality relation. // assert.deepEqual(actual, expected, message_opt); assert.deepEqual = function deepEqual(actual, expected, message) { if (!_deepEqual(actual, expected)) { fail(actual, expected, message, 'deepEqual', assert.deepEqual); } }; function _deepEqual(actual, expected) { // 7.1. All identical values are equivalent, as determined by ===. if (actual === expected) { return true; } else if (util.isDate(actual) && util.isDate(expected)) { return actual.getTime() === expected.getTime(); // 7.3 If the expected value is a RegExp object, the actual value is // equivalent if it is also a RegExp object with the same source and // properties (`global`, `multiline`, `lastIndex`, `ignoreCase`). } else if (util.isRegExp(actual) && util.isRegExp(expected)) { return actual.source === expected.source && actual.global === expected.global && actual.multiline === expected.multiline && actual.lastIndex === expected.lastIndex && actual.ignoreCase === expected.ignoreCase; // 7.4. Other pairs that do not both pass typeof value == 'object', // equivalence is determined by ==. } else if (!util.isObject(actual) && !util.isObject(expected)) { return actual == expected; // 7.5 For all other Object pairs, including Array objects, equivalence is // determined by having the same number of owned properties (as verified // with Object.prototype.hasOwnProperty.call), the same set of keys // (although not necessarily the same order), equivalent values for every // corresponding key, and an identical 'prototype' property. Note: this // accounts for both named and indexed properties on Arrays. } else { return objEquiv(actual, expected); } } function isArguments(object) { return Object.prototype.toString.call(object) == '[object Arguments]'; } function objEquiv(a, b) { if (util.isNullOrUndefined(a) || util.isNullOrUndefined(b)) return false; // an identical 'prototype' property. if (a.prototype !== b.prototype) return false; //~~~I've managed to break Object.keys through screwy arguments passing. // Converting to array solves the problem. var aIsArgs = isArguments(a), bIsArgs = isArguments(b); if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs)) return false; if (aIsArgs) { a = pSlice.call(a); b = pSlice.call(b); return _deepEqual(a, b); } try { var ka = Object.keys(a), kb = Object.keys(b), key, i; } catch (e) { //happens when one is a string literal and the other isn't return false; } // having the same number of owned properties (keys incorporates // hasOwnProperty) if (ka.length != kb.length) return false; //the same set of keys (although not necessarily the same order), ka.sort(); kb.sort(); //~~~cheap key test for (i = ka.length - 1; i >= 0; i--) { if (ka[i] != kb[i]) return false; } //equivalent values for every corresponding key, and //~~~possibly expensive deep test for (i = ka.length - 1; i >= 0; i--) { key = ka[i]; if (!_deepEqual(a[key], b[key])) return false; } return true; } // 8. The non-equivalence assertion tests for any deep inequality. // assert.notDeepEqual(actual, expected, message_opt); assert.notDeepEqual = function notDeepEqual(actual, expected, message) { if (_deepEqual(actual, expected)) { fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual); } }; // 9. The strict equality assertion tests strict equality, as determined by ===. // assert.strictEqual(actual, expected, message_opt); assert.strictEqual = function strictEqual(actual, expected, message) { if (actual !== expected) { fail(actual, expected, message, '===', assert.strictEqual); } }; // 10. The strict non-equality assertion tests for strict inequality, as // determined by !==. assert.notStrictEqual(actual, expected, message_opt); assert.notStrictEqual = function notStrictEqual(actual, expected, message) { if (actual === expected) { fail(actual, expected, message, '!==', assert.notStrictEqual); } }; function expectedException(actual, expected) { if (!actual || !expected) { return false; } if (Object.prototype.toString.call(expected) == '[object RegExp]') { return expected.test(actual); } else if (actual instanceof expected) { return true; } else if (expected.call({}, actual) === true) { return true; } return false; } function _throws(shouldThrow, block, expected, message) { var actual; if (util.isString(expected)) { message = expected; expected = null; } try { block(); } catch (e) { actual = e; } message = (expected && expected.name ? ' (' + expected.name + ').' : '.') + (message ? ' ' + message : '.'); if (shouldThrow && !actual) { fail(actual, expected, 'Missing expected exception' + message); } if (!shouldThrow && expectedException(actual, expected)) { fail(actual, expected, 'Got unwanted exception' + message); } if ((shouldThrow && actual && expected && !expectedException(actual, expected)) || (!shouldThrow && actual)) { throw actual; } } // 11. Expected to throw an error: // assert.throws(block, Error_opt, message_opt); assert.throws = function (block, /*optional*/ error, /*optional*/ message) { _throws.apply(this, [true].concat(pSlice.call(arguments))); }; // EXTENSION! This is annoying to write outside this module. assert.doesNotThrow = function (block, /*optional*/ message) { _throws.apply(this, [false].concat(pSlice.call(arguments))); }; assert.ifError = function (err) { if (err) { throw err; } }; }); (function () { // es5-safe // ---------------- // Provides compatibility shims so that legacy JavaScript engines behave as // closely as possible to ES5. // // Thanks to: // - http://es5.github.com/ // - http://kangax.github.com/es5-compat-table/ // - https://github.com/kriskowal/es5-shim // - http://perfectionkills.com/extending-built-in-native-objects-evil-or-not/ // - https://gist.github.com/1120592 // - https://code.google.com/p/v8/ var OP = Object.prototype; var AP = Array.prototype; var FP = Function.prototype; var SP = String.prototype; var hasOwnProperty = OP.hasOwnProperty; var slice = AP.slice; /*---------------------------------------* * Function *---------------------------------------*/ // ES-5 15.3.4.5 // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/bind FP.bind || (FP.bind = function (that) { var target = this; // If IsCallable(func) is false, throw a TypeError exception. if (typeof target !== 'function') { throw new TypeError('Bind must be called on a function'); } var boundArgs = slice.call(arguments, 1); function bound() { // Called as a constructor. if (this instanceof bound) { var self = createObject(target.prototype); var result = target.apply( self, boundArgs.concat(slice.call(arguments)) ); return Object(result) === result ? result : self; } // Called as a function. else { return target.apply( that, boundArgs.concat(slice.call(arguments)) ); } } // NOTICE: The function.length is not writable. //bound.length = Math.max(target.length - boundArgs.length, 0); return bound; }); // Helpers function createObject(proto) { var o; if (Object.create) { o = Object.create(proto); } else { /** @constructor */ function F() {} F.prototype = proto; o = new F(); } return o; } /*---------------------------------------* * Object *---------------------------------------*/ // http://ejohn.org/blog/ecmascript-5-objects-and-properties/ // ES5 15.2.3.14 // http://whattheheadsaid.com/2010/10/a-safer-object-keys-compatibility-implementation // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/keys // https://developer.mozilla.org/en/ECMAScript_DontEnum_attribute // http://msdn.microsoft.com/en-us/library/adebfyya(v=vs.94).aspx Object.keys || (Object.keys = (function () { var hasDontEnumBug = !{ toString: '' }.propertyIsEnumerable('toString'); var DontEnums = [ 'toString', 'toLocaleString', 'valueOf', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'constructor' ]; var DontEnumsLength = DontEnums.length; return function (o) { if (o !== Object(o)) { throw new TypeError(o + ' is not an object'); } var result = []; for (var name in o) { if (hasOwnProperty.call(o, name)) { result.push(name); } } if (hasDontEnumBug) { for (var i = 0; i < DontEnumsLength; i++) { if (hasOwnProperty.call(o, DontEnums[i])) { result.push(DontEnums[i]); } } } return result; }; })()); // ES5 1.8.5 // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames Object.getOwnPropertyNames || (Object.getOwnPropertyNames = function (obj) { var keys = []; // Only iterate the keys if we were given an object, and // a special check for null, as typeof null == "object" if (typeof obj === "object" && obj !== null) { // Use a standard for in loop for (var x in obj) { // A for in will iterate over members on the prototype // chain as well, but Object.getOwnPropertyNames returns // only those directly on the object, so use hasOwnProperty. if (obj.hasOwnProperty(x)) { keys.push(x); } } } return keys; }); /*---------------------------------------* * Array *---------------------------------------*/ // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array // https://github.com/kangax/fabric.js/blob/gh-pages/src/util/lang_array.js // ES5 15.4.3.2 // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/isArray Array.isArray || (Array.isArray = function (obj) { return OP.toString.call(obj) === '[object Array]'; }); // ES5 15.4.4.18 // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/array/foreach AP.forEach || (AP.forEach = function (fn, context) { for (var i = 0, len = this.length >>> 0; i < len; i++) { if (i in this) { fn.call(context, this[i], i, this); } } }); // ES5 15.4.4.19 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/map AP.map || (AP.map = function (fn, context) { var len = this.length >>> 0; var result = new Array(len); for (var i = 0; i < len; i++) { if (i in this) { result[i] = fn.call(context, this[i], i, this); } } return result; }); // ES5 15.4.4.20 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/filter AP.filter || (AP.filter = function (fn, context) { var result = [], val; for (var i = 0, len = this.length >>> 0; i < len; i++) { if (i in this) { val = this[i]; // in case fn mutates this if (fn.call(context, val, i, this)) { result.push(val); } } } return result; }); // ES5 15.4.4.16 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/every AP.every || (AP.every = function (fn, context) { for (var i = 0, len = this.length >>> 0; i < len; i++) { if (i in this && !fn.call(context, this[i], i, this)) { return false; } } return true; }); // ES5 15.4.4.17 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/some AP.some || (AP.some = function (fn, context) { for (var i = 0, len = this.length >>> 0; i < len; i++) { if (i in this && fn.call(context, this[i], i, this)) { return true; } } return false; }); // ES5 15.4.4.21 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/reduce AP.reduce || (AP.reduce = function (fn /*, initial*/ ) { if (typeof fn !== 'function') { throw new TypeError(fn + ' is not an function'); } var len = this.length >>> 0, i = 0, result; if (arguments.length > 1) { result = arguments[1]; } else { do { if (i in this) { result = this[i++]; break; } // if array contains no values, no initial value to return if (++i >= len) { throw new TypeError('reduce of empty array with on initial value'); } } while (true); } for (; i < len; i++) { if (i in this) { result = fn.call(null, result, this[i], i, this); } } return result; }); // ES5 15.4.4.22 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/reduceRight AP.reduceRight || (AP.reduceRight = function (fn /*, initial*/ ) { if (typeof fn !== 'function') { throw new TypeError(fn + ' is not an function'); } var len = this.length >>> 0, i = len - 1, result; if (arguments.length > 1) { result = arguments[1]; } else { do { if (i in this) { result = this[i--]; break; } // if array contains no values, no initial value to return if (--i < 0) throw new TypeError('reduce of empty array with on initial value'); } while (true); } for (; i >= 0; i--) { if (i in this) { result = fn.call(null, result, this[i], i, this); } } return result; }); // ES5 15.4.4.14 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/indexOf AP.indexOf || (AP.indexOf = function (value, from) { var len = this.length >>> 0; from = Number(from) || 0; from = Math[from < 0 ? 'ceil' : 'floor'](from); if (from < 0) { from = Math.max(from + len, 0); } for (; from < len; from++) { if (from in this && this[from] === value) { return from; } } return -1; }); // ES5 15.4.4.15 // https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/indexOf AP.lastIndexOf || (AP.lastIndexOf = function (value, from) { var len = this.length >>> 0; from = Number(from) || len - 1; from = Math[from < 0 ? 'ceil' : 'floor'](from); if (from < 0) { from += len; } from = Math.min(from, len - 1); for (; from >= 0; from--) { if (from in this && this[from] === value) { return from; } } return -1; }); /*---------------------------------------* * String *---------------------------------------*/ // ES5 15.5.4.20 // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/trim // http://blog.stevenlevithan.com/archives/faster-trim-javascript // http://jsperf.com/mega-trim-test SP.trim || (SP.trim = (function () { // http://perfectionkills.com/whitespace-deviations/ var whiteSpaces = [ '\\s', //'0009', // 'HORIZONTAL TAB' //'000A', // 'LINE FEED OR NEW LINE' //'000B', // 'VERTICAL TAB' //'000C', // 'FORM FEED' //'000D', // 'CARRIAGE RETURN' //'0020', // 'SPACE' '00A0', // 'NO-BREAK SPACE' '1680', // 'OGHAM SPACE MARK' '180E', // 'MONGOLIAN VOWEL SEPARATOR' '2000-\\u200A', //'2000', // 'EN QUAD' //'2001', // 'EM QUAD' //'2002', // 'EN SPACE' //'2003', // 'EM SPACE' //'2004', // 'THREE-PER-EM SPACE' //'2005', // 'FOUR-PER-EM SPACE' //'2006', // 'SIX-PER-EM SPACE' //'2007', // 'FIGURE SPACE' //'2008', // 'PUNCTUATION SPACE' //'2009', // 'THIN SPACE' //'200A', // 'HAIR SPACE' '200B', // 'ZERO WIDTH SPACE (category Cf) '2028', // 'LINE SEPARATOR' '2029', // 'PARAGRAPH SEPARATOR' '202F', // 'NARROW NO-BREAK SPACE' '205F', // 'MEDIUM MATHEMATICAL SPACE' '3000' // 'IDEOGRAPHIC SPACE' ].join('\\u'); var trimLeftReg = new RegExp('^[' + whiteSpaces + ']+'); var trimRightReg = new RegExp('[' + whiteSpaces + ']+$'); return function () { return String(this).replace(trimLeftReg, '').replace(trimRightReg, ''); } })()); /*---------------------------------------* * Date *---------------------------------------*/ // ES5 15.9.4.4 // https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/now Date.now || (Date.now = function () { return +new Date; }); })(); /* json2.js 2013-05-26 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.crockford.com/jsmin.html */ if (typeof JSON !== 'object') { JSON = {}; } (function () { 'use strict'; function f(n) { return n < 10 ? '0' + n : n; } if (typeof Date.prototype.toJSON !== 'function') { Date.prototype.toJSON = function () { return isFinite(this.valueOf()) ? this.getUTCFullYear() + '-' + f(this.getUTCMonth() + 1) + '-' + f(this.getUTCDate()) + 'T' + f(this.getUTCHours()) + ':' + f(this.getUTCMinutes()) + ':' + f(this.getUTCSeconds()) + 'Z' : null; }; String.prototype.toJSON = Number.prototype.toJSON = Boolean.prototype.toJSON = function () { return this.valueOf(); }; } var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, gap, indent, meta = { '\b': '\\b', '\t': '\\t', '\n': '\\n', '\f': '\\f', '\r': '\\r', '"': '\\"', '\\': '\\\\' }, rep; function quote(string) { escapable.lastIndex = 0; return escapable.test(string) ? '"' + string.replace(escapable, function (a) { var c = meta[a]; return typeof c === 'string' ? c : '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4); }) + '"' : '"' + string + '"'; } function str(key, holder) { var i, k, v, length, mind = gap, partial, value = holder[key]; if (value && typeof value === 'object' && typeof value.toJSON === 'function') { value = value.toJSON(key); } if (typeof rep === 'function') { value = rep.call(holder, key, value); } switch (typeof value) { case 'string': return quote(value); case 'number': return isFinite(value) ? String(value) : 'null'; case 'boolean': case 'null': return String(value); case 'object': if (!value) { return 'null'; } gap += indent; partial = []; if (Object.prototype.toString.apply(value) === '[object Array]') { length = value.length; for (i = 0; i < length; i += 1) { partial[i] = str(i, value) || 'null'; } v = partial.length === 0 ? '[]' : gap ? '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']' : '[' + partial.join(',') + ']'; gap = mind; return v; } if (rep && typeof rep === 'object') { length = rep.length; for (i = 0; i < length; i += 1) { if (typeof rep[i] === 'string') { k = rep[i]; v = str(k, value); if (v) { partial.push(quote(k) + (gap ? ': ' : ':') + v); } } } } else { for (k in value) { if (Object.prototype.hasOwnProperty.call(value, k)) { v = str(k, value); if (v) { partial.push(quote(k) + (gap ? ': ' : ':') + v); } } } } v = partial.length === 0 ? '{}' : gap ? '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}' : '{' + partial.join(',') + '}'; gap = mind; return v; } } if (typeof JSON.stringify !== 'function') { JSON.stringify = function (value, replacer, space) { var i; gap = ''; indent = ''; if (typeof space === 'number') { for (i = 0; i < space; i += 1) { indent += ' '; } } else if (typeof space === 'string') { indent = space; } rep = replacer; if (replacer && typeof replacer !== 'function' && (typeof replacer !== 'object' || typeof replacer.length !== 'number')) { throw new Error('JSON.stringify'); } return str('', { '': value }); }; } if (typeof JSON.parse !== 'function') { JSON.parse = function (text, reviver) { var j; function walk(holder, key) { var k, v, value = holder[key]; if (value && typeof value === 'object') { for (k in value) { if (Object.prototype.hasOwnProperty.call(value, k)) { v = walk(value, k); if (v !== undefined) { value[k] = v; } else { delete value[k]; } } } } return reviver.call(holder, key, value); } text = String(text); cx.lastIndex = 0; if (cx.test(text)) { text = text.replace(cx, function (a) { return '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4); }); } if (/^[\],:{}\s]*$/ .test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@') .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']') .replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) { j = eval('(' + text + ')'); return typeof reviver === 'function' ? walk({ '': j }, '') : j; } throw new SyntaxError('JSON.parse'); }; } }()); global.console = require('console'); }(this, {})); WScript.Sleep(500); /* :cmd ::if %errorlevel% == 0 exit pause>nul ::*/
aui/node2bat
demo/includeHTML/includeHTML.bat
bat
mit
83,617
cmd_/home/djp952/external-kernelheaders/linux-4.4.5//include/linux/byteorder/.install := /bin/bash scripts/headers_install.sh /home/djp952/external-kernelheaders/linux-4.4.5//include/linux/byteorder ./include/uapi/linux/byteorder big_endian.h little_endian.h; /bin/bash scripts/headers_install.sh /home/djp952/external-kernelheaders/linux-4.4.5//include/linux/byteorder ./include/linux/byteorder ; /bin/bash scripts/headers_install.sh /home/djp952/external-kernelheaders/linux-4.4.5//include/linux/byteorder ./include/generated/uapi/linux/byteorder ; for F in ; do echo "\#include <asm-generic/$$F>" > /home/djp952/external-kernelheaders/linux-4.4.5//include/linux/byteorder/$$F; done; touch /home/djp952/external-kernelheaders/linux-4.4.5//include/linux/byteorder/.install
zukisoft/vm
build.uapi/kernel-headers/include/linux/byteorder/..install.cmd
bat
mit
774
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. 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\ClarionMetroForm.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\ClarionMetroForm.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
fushnisoft/ClarionMetroWizard
_docs/make.bat
bat
mit
5,125
@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\appregister.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\appregister.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
d0ugal-archive/django-appregister
docs/make.bat
bat
mit
5,106
..\build\tools\srm.exe install "..\build\samples\countlinesextension.dll" -codebase ..\build\tools\srm.exe install "..\build\samples\filetimespropertysheet.dll" -codebase ..\build\tools\srm.exe install "..\build\samples\ReadOnlyFileIconOverlayHandler.dll" -codebase ..\build\tools\srm.exe install "..\build\samples\TxtThumbnailHandler.dll" -codebase pause
nicolas-raoul/sharpshell
Tests/Install Servers.bat
bat
mit
356
chocolatey feature enable -n=allowGlobalConfirmation choco install git.install choco install visualstudiocode choco install googlechrome chocolatey feature disable -n=allowGlobalConfirmation
JeremyNevill/parkbench
scripts/003_InstallDevTools.bat
bat
mit
191
\tools\nuget Push XanimationManager.nuspec pause
brainoffline/XanimationManager
XanimationManager/PushNuGet.bat
bat
mit
50
cmd_fs/cifs/cifs_unicode.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/cifs/.cifs_unicode.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(cifs_unicode)" -D"KBUILD_MODNAME=KBUILD_STR(cifs)" -c -o fs/cifs/cifs_unicode.o fs/cifs/cifs_unicode.c deps_fs/cifs/cifs_unicode.o := \ fs/cifs/cifs_unicode.c \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \ include/linux/wait.h \ $(wildcard include/config/lockdep.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.h \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/cpu/32v6k.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/msm.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/linux/typecheck.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \ include/asm-generic/cmpxchg-local.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/benoit/kernel_android/32/es209ra/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 \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_debug.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/spinlock_up.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic-long.h \ include/linux/spinlock_api_up.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \ include/linux/seqlock.h \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ include/linux/path.h \ include/linux/stat.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/kobject.h \ $(wildcard include/config/hotplug.h) \ include/linux/sysfs.h \ include/linux/errno.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/kref.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ include/linux/pid.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/capability.h \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ fs/cifs/cifs_unicode.h \ include/linux/nls.h \ fs/cifs/cifs_uniupr.h \ fs/cifs/cifspdu.h \ $(wildcard include/config/cifs/weak/pw/hash.h) \ $(wildcard include/config/cifs/posix.h) \ include/net/sock.h \ $(wildcard include/config/net/ns.h) \ $(wildcard include/config/xfrm.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/list_nulls.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 \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/module.h \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/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) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ include/linux/percpu.h \ $(wildcard include/config/have/legacy/per/cpu/area.h) \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/debug/kmemleak.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slob_def.h \ include/linux/pfn.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/netdevice.h \ $(wildcard include/config/dcb.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/net/poll/controller.h) \ $(wildcard include/config/fcoe.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/net/dsa/tag/dsa.h) \ $(wildcard include/config/net/dsa/tag/trailer.h) \ $(wildcard include/config/netpoll/trap.h) \ include/linux/if.h \ include/linux/socket.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/socket.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/uio.h \ include/linux/hdlc/ioctl.h \ include/linux/if_ether.h \ $(wildcard include/config/sysctl.h) \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/has/dma.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/kmemcheck.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \ include/linux/rbtree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/net.h \ include/linux/random.h \ include/linux/irqnr.h \ include/linux/sysctl.h \ include/linux/textsearch.h \ include/net/checksum.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/checksum.h \ include/linux/in6.h \ include/linux/dmaengine.h \ $(wildcard include/config/dma/engine.h) \ $(wildcard include/config/async/tx/dma.h) \ $(wildcard include/config/async/tx/disable/channel/switch.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ include/linux/workqueue.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/have/dma/attrs.h) \ include/linux/dma-attrs.h \ include/linux/bug.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.h) \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/mach/es209ra.h) \ $(wildcard include/config/vmsplit/2g.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \ $(wildcard include/config/cpu/tlb/v3.h) \ $(wildcard include/config/cpu/tlb/v4wt.h) \ $(wildcard include/config/cpu/tlb/fa.h) \ $(wildcard include/config/cpu/tlb/v4wbi.h) \ $(wildcard include/config/cpu/tlb/feroceon.h) \ $(wildcard include/config/cpu/tlb/v4wb.h) \ $(wildcard include/config/cpu/tlb/v6.h) \ $(wildcard include/config/cpu/tlb/v7.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ include/linux/key.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/have/mlocked/page/bit.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \ arch/arm/mach-msm/include/mach/io.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/dma-mapping.h \ include/asm-generic/dma-coherent.h \ $(wildcard include/config/have/generic/dma/coherent.h) \ include/linux/if_packet.h \ include/linux/delay.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/delay.h \ include/linux/ethtool.h \ include/net/net_namespace.h \ $(wildcard include/config/ipv6.h) \ $(wildcard include/config/ip/dccp.h) \ $(wildcard include/config/netfilter.h) \ $(wildcard include/config/net.h) \ include/net/netns/core.h \ include/net/netns/mib.h \ $(wildcard include/config/xfrm/statistics.h) \ include/net/snmp.h \ include/linux/snmp.h \ include/net/netns/unix.h \ include/net/netns/packet.h \ include/net/netns/ipv4.h \ $(wildcard include/config/ip/multiple/tables.h) \ $(wildcard include/config/ip/mroute.h) \ $(wildcard include/config/ip/pimsm/v1.h) \ $(wildcard include/config/ip/pimsm/v2.h) \ include/net/inet_frag.h \ include/net/netns/ipv6.h \ $(wildcard include/config/ipv6/multiple/tables.h) \ $(wildcard include/config/ipv6/mroute.h) \ $(wildcard include/config/ipv6/pimsm/v2.h) \ include/net/dst_ops.h \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ $(wildcard include/config/bridge/nf/ebtables.h) \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/linux/in.h \ include/net/flow.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/magic.h \ include/net/netns/conntrack.h \ include/net/netns/xfrm.h \ include/linux/xfrm.h \ include/linux/seq_file_net.h \ include/linux/seq_file.h \ include/net/dsa.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ $(wildcard include/config/debug/shirq.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8x60.h) \ arch/arm/mach-msm/include/mach/irqs-8x50.h \ arch/arm/mach-msm/include/mach/sirc.h \ $(wildcard include/config/msm/soc/rev/a.h) \ arch/arm/mach-msm/include/mach/msm_iomap.h \ arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \ $(wildcard include/config/msm/debug/uart.h) \ include/linux/irq_cpustat.h \ include/linux/security.h \ $(wildcard include/config/security/path.h) \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ $(wildcard include/config/securityfs.h) \ include/linux/binfmts.h \ include/linux/shm.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmbuf.h \ include/linux/msg.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/msgbuf.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/linux/poll.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.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 \ fs/cifs/smbfsctl.h \ fs/cifs/cifsglob.h \ $(wildcard include/config/cifs/stats2.h) \ $(wildcard include/config/cifs/stats.h) \ $(wildcard include/config/cifs/upcall.h) \ include/linux/slow-work.h \ $(wildcard include/config/slow/work.h) \ $(wildcard include/config/slow/work/debug.h) \ fs/cifs/cifs_fs_sb.h \ $(wildcard include/config/cifs/dfs/upcall.h) \ fs/cifs/cifsacl.h \ $(wildcard include/config/cifs/experimental.h) \ fs/cifs/cifs_debug.h \ $(wildcard include/config/cifs/debug2.h) \ fs/cifs/cifs_unicode.o: $(deps_fs/cifs/cifs_unicode.o) $(deps_fs/cifs/cifs_unicode.o):
b8e5n/KTG-kernel_es209ra
fs/cifs/.cifs_unicode.o.cmd
bat
gpl-2.0
30,542
cmd_net/sched/cls_flow.o := arm-eabi-gcc -Wp,-MD,net/sched/.cls_flow.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(cls_flow)" -D"KBUILD_MODNAME=KBUILD_STR(cls_flow)" -D"DEBUG_HASH=27" -D"DEBUG_HASH2=21" -c -o net/sched/cls_flow.o net/sched/cls_flow.c deps_net/sched/cls_flow.o := \ net/sched/cls_flow.c \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/net/cls/route.h) \ $(wildcard include/config/net/ematch.h) \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /data/repos/kernels/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /data/repos/kernels/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /data/repos/kernels/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /data/repos/kernels/arch/arm/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /data/repos/kernels/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /data/repos/kernels/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /data/repos/kernels/arch/arm/include/asm/irqflags.h \ /data/repos/kernels/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /data/repos/kernels/arch/arm/include/asm/hwcap.h \ /data/repos/kernels/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /data/repos/kernels/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/repos/kernels/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/repos/kernels/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /data/repos/kernels/arch/arm/include/asm/div64.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /data/repos/kernels/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /data/repos/kernels/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/jhash.h \ include/linux/random.h \ include/linux/ioctl.h \ /data/repos/kernels/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/irqnr.h \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/pkt_cls.h \ $(wildcard include/config/net/cls/ind.h) \ $(wildcard include/config/net/cls/act.h) \ include/linux/pkt_sched.h \ include/linux/skbuff.h \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/xfrm.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/ipv6/ndisc/nodetype.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/network/secmark.h) \ include/linux/kmemcheck.h \ $(wildcard include/config/kmemcheck.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /data/repos/kernels/arch/arm/include/asm/auxvec.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /data/repos/kernels/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/repos/kernels/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/repos/kernels/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/emulate/domain/manager/v7.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /data/repos/kernels/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/prio_tree.h \ include/linux/rbtree.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /data/repos/kernels/arch/arm/include/asm/rwsem.h \ include/linux/completion.h \ include/linux/wait.h \ /data/repos/kernels/arch/arm/include/asm/current.h \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /data/repos/kernels/arch/arm/include/asm/string.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /data/repos/kernels/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /data/repos/kernels/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /data/repos/kernels/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/arch/msm/cortex/a5.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ $(wildcard include/config/arch/msm/scorpionmp.h) \ $(wildcard include/config/arch/msm7x27.h) \ /data/repos/kernels/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ /data/repos/kernels/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/math64.h \ include/linux/net.h \ $(wildcard include/config/sysctl.h) \ include/linux/socket.h \ /data/repos/kernels/arch/arm/include/asm/socket.h \ /data/repos/kernels/arch/arm/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/uio.h \ include/linux/fcntl.h \ /data/repos/kernels/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ include/linux/sysctl.h \ include/linux/ratelimit.h \ include/linux/param.h \ /data/repos/kernels/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/textsearch.h \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/stat.h \ /data/repos/kernels/arch/arm/include/asm/stat.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /data/repos/kernels/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /data/repos/kernels/arch/arm/include/asm/smp.h \ arch/arm/mach-msm/include/mach/smp.h \ /data/repos/kernels/arch/arm/include/asm/hardware/gic.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /data/repos/kernels/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /data/repos/kernels/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ /data/repos/kernels/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /data/repos/kernels/arch/arm/include/asm/elf.h \ /data/repos/kernels/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ /data/repos/kernels/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/err.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/net/checksum.h \ /data/repos/kernels/arch/arm/include/asm/uaccess.h \ /data/repos/kernels/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /data/repos/kernels/arch/arm/include/asm/checksum.h \ include/linux/in6.h \ include/linux/dmaengine.h \ $(wildcard include/config/async/tx/disable/channel/switch.h) \ $(wildcard include/config/dma/engine.h) \ $(wildcard include/config/async/tx/dma.h) \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ /data/repos/kernels/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/has/dma.h) \ $(wildcard include/config/have/dma/attrs.h) \ $(wildcard include/config/need/dma/map/state.h) \ include/linux/dma-attrs.h \ include/linux/bug.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /data/repos/kernels/arch/arm/include/asm/scatterlist.h \ include/asm-generic/scatterlist.h \ $(wildcard include/config/need/sg/dma/length.h) \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/range.h \ /data/repos/kernels/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /data/repos/kernels/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /data/repos/kernels/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/vmsplit/2g.h) \ /data/repos/kernels/arch/arm/include/asm/pgtable-hwdef.h \ /data/repos/kernels/arch/arm/include/asm/tlbflush.h \ $(wildcard include/config/cpu/tlb/v3.h) \ $(wildcard include/config/cpu/tlb/v4wt.h) \ $(wildcard include/config/cpu/tlb/fa.h) \ $(wildcard include/config/cpu/tlb/v4wbi.h) \ $(wildcard include/config/cpu/tlb/feroceon.h) \ $(wildcard include/config/cpu/tlb/v4wb.h) \ $(wildcard include/config/cpu/tlb/v6.h) \ $(wildcard include/config/cpu/tlb/v7.h) \ $(wildcard include/config/arm/errata/720789.h) \ $(wildcard include/config/arch/msm8x60.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ include/linux/capability.h \ /data/repos/kernels/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /data/repos/kernels/arch/arm/include/asm/ipcbuf.h \ /data/repos/kernels/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /data/repos/kernels/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /data/repos/kernels/arch/arm/include/asm/sigcontext.h \ /data/repos/kernels/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /data/repos/kernels/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /data/repos/kernels/arch/arm/include/asm/io.h \ $(wildcard include/config/sec/debug/regrw/log.h) \ arch/arm/mach-msm/include/mach/sec_debug.h \ $(wildcard include/config/sec/debug.h) \ $(wildcard include/config/sec/debug/sched/log.h) \ $(wildcard include/config/sec/debug/irq/exit/log.h) \ $(wildcard include/config/sec/debug/semaphore/log.h) \ $(wildcard include/config/sec/debug/dcvs/log.h) \ $(wildcard include/config/sec/debug/fuelgauge/log.h) \ $(wildcard include/config/sec/debug/mdp/log.h) \ $(wildcard include/config/sec/debug/sdio/log.h) \ include/linux/semaphore.h \ arch/arm/mach-msm/include/mach/io.h \ /data/repos/kernels/arch/arm/include/asm/dma-mapping.h \ include/asm-generic/dma-coherent.h \ $(wildcard include/config/have/generic/dma/coherent.h) \ include/linux/in.h \ include/linux/ip.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) \ $(wildcard include/config/ipv6.h) \ include/linux/icmpv6.h \ include/linux/netdevice.h \ $(wildcard include/config/dcb.h) \ $(wildcard include/config/wlan.h) \ $(wildcard include/config/ax25.h) \ $(wildcard include/config/mac80211/mesh.h) \ $(wildcard include/config/tr.h) \ $(wildcard include/config/net/ipip.h) \ $(wildcard include/config/net/ipgre.h) \ $(wildcard include/config/ipv6/sit.h) \ $(wildcard include/config/ipv6/tunnel.h) \ $(wildcard include/config/netpoll.h) \ $(wildcard include/config/rps.h) \ $(wildcard include/config/net/poll/controller.h) \ $(wildcard include/config/fcoe.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/net/ns.h) \ $(wildcard include/config/net/dsa/tag/dsa.h) \ $(wildcard include/config/net/dsa/tag/trailer.h) \ $(wildcard include/config/netpoll/trap.h) \ include/linux/if.h \ include/linux/hdlc/ioctl.h \ include/linux/if_ether.h \ include/linux/if_packet.h \ include/linux/if_link.h \ include/linux/netlink.h \ include/linux/pm_qos_params.h \ include/linux/miscdevice.h \ include/linux/major.h \ include/linux/delay.h \ /data/repos/kernels/arch/arm/include/asm/delay.h \ include/linux/ethtool.h \ include/net/net_namespace.h \ $(wildcard include/config/ip/dccp.h) \ $(wildcard include/config/netfilter.h) \ $(wildcard include/config/wext/core.h) \ $(wildcard include/config/net.h) \ include/net/netns/core.h \ include/net/netns/mib.h \ $(wildcard include/config/xfrm/statistics.h) \ include/net/snmp.h \ include/linux/snmp.h \ include/linux/u64_stats_sync.h \ include/net/netns/unix.h \ include/net/netns/packet.h \ include/net/netns/ipv4.h \ $(wildcard include/config/ip/multiple/tables.h) \ $(wildcard include/config/ip/mroute.h) \ $(wildcard include/config/ip/mroute/multiple/tables.h) \ include/net/inet_frag.h \ include/net/netns/ipv6.h \ $(wildcard include/config/ipv6/multiple/tables.h) \ $(wildcard include/config/ipv6/mroute/multiple/tables.h) \ include/net/dst_ops.h \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ $(wildcard include/config/bridge/nf/ebtables.h) \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/net/flow.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/magic.h \ include/net/netns/conntrack.h \ include/linux/list_nulls.h \ include/net/netns/xfrm.h \ include/linux/xfrm.h \ include/linux/seq_file_net.h \ include/linux/seq_file.h \ include/net/dsa.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /data/repos/kernels/arch/arm/include/asm/hardirq.h \ /data/repos/kernels/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8960.h) \ arch/arm/mach-msm/include/mach/irqs-8x60.h \ include/linux/irq_cpustat.h \ include/linux/tcp.h \ $(wildcard include/config/tcp/md5sig.h) \ include/net/sock.h \ include/linux/security.h \ $(wildcard include/config/security/path.h) \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ $(wildcard include/config/securityfs.h) \ include/linux/binfmts.h \ include/linux/shm.h \ /data/repos/kernels/arch/arm/include/asm/shmparam.h \ /data/repos/kernels/arch/arm/include/asm/shmbuf.h \ include/linux/msg.h \ /data/repos/kernels/arch/arm/include/asm/msgbuf.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/linux/poll.h \ /data/repos/kernels/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/net/dst.h \ include/linux/rtnetlink.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/neighbour.h \ include/net/rtnetlink.h \ include/net/netlink.h \ include/net/inet_connection_sock.h \ include/net/inet_sock.h \ include/net/request_sock.h \ include/net/netns/hash.h \ include/net/inet_timewait_sock.h \ include/net/tcp_states.h \ include/net/timewait_sock.h \ include/linux/udp.h \ include/linux/if_vlan.h \ $(wildcard include/config/vlan/8021q.h) \ include/linux/etherdevice.h \ $(wildcard include/config/have/efficient/unaligned/access.h) \ /data/repos/kernels/arch/arm/include/asm/unaligned.h \ include/linux/unaligned/le_byteshift.h \ include/linux/unaligned/be_byteshift.h \ include/linux/unaligned/generic.h \ include/net/pkt_cls.h \ include/net/sch_generic.h \ include/net/gen_stats.h \ include/linux/gen_stats.h \ include/net/act_api.h \ include/net/pkt_sched.h \ include/net/ip.h \ $(wildcard include/config/inet.h) \ include/net/route.h \ include/net/inetpeer.h \ include/linux/in_route.h \ include/linux/route.h \ include/net/netfilter/nf_conntrack.h \ $(wildcard include/config/nf/conntrack/mark.h) \ $(wildcard include/config/nf/conntrack/secmark.h) \ include/linux/netfilter/nf_conntrack_common.h \ include/linux/netfilter/nf_conntrack_tcp.h \ include/linux/netfilter/nf_conntrack_dccp.h \ include/net/netfilter/nf_conntrack_tuple.h \ include/linux/netfilter/x_tables.h \ include/linux/netfilter_ipv4.h \ include/linux/netfilter/nf_conntrack_tuple_common.h \ include/linux/netfilter/nf_conntrack_sctp.h \ include/linux/netfilter/nf_conntrack_proto_gre.h \ include/net/netfilter/ipv6/nf_conntrack_icmpv6.h \ include/linux/netfilter/nf_conntrack_ftp.h \ include/linux/netfilter/nf_conntrack_pptp.h \ include/linux/netfilter/nf_conntrack_h323.h \ include/linux/netfilter/nf_conntrack_h323_asn1.h \ include/linux/netfilter/nf_conntrack_h323_types.h \ include/linux/netfilter/nf_conntrack_sane.h \ include/linux/netfilter/nf_conntrack_sip.h \ include/net/netfilter/ipv4/nf_conntrack_ipv4.h \ include/net/netfilter/ipv6/nf_conntrack_ipv6.h \ net/sched/cls_flow.o: $(deps_net/sched/cls_flow.o) $(deps_net/sched/cls_flow.o):
bigbiff/i717-GB-Kernel
net/sched/.cls_flow.o.cmd
bat
gpl-2.0
35,102
cmd_sound/isa/cs423x/built-in.o := rm -f sound/isa/cs423x/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs sound/isa/cs423x/built-in.o
spacecaker/CM7_Space_Kernel_Cooper
sound/isa/cs423x/.built-in.o.cmd
bat
gpl-2.0
156
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/limit3.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/limit3.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/objects/hal/components/limit3.o
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.limit3.o.cmd
bat
gpl-2.0
225
@ECHO OFF REM Batch file to download and build pvr-addons and place them in application's add-ons folder SET CUR_DIR=%CD% SET EXITCODE=0 SET DEPS_DIR=..\BuildDependencies SET TMP_DIR=%DEPS_DIR%\tmp SET LIBNAME=xbmc-pvr-addons SET VERSION=b2dc035404e14f137033876d14ad92ae3bde5f27 SET SOURCE=%LIBNAME% SET GIT_URL=git://github.com/opdenkamp/%LIBNAME%.git SET SOURCE_DIR=%TMP_DIR%\%SOURCE% SET BUILT_ADDONS_DIR=%SOURCE_DIR%\addons REM check if MSBuild.exe is used because it requires different command line switches IF "%msbuildemitsolution%" == "1" ( set OPTS_EXE=%SOURCE_DIR%\project\VS2010Express\xbmc-pvr-addons.sln /t:Build /p:Configuration="Release" /property:VCTargetsPath="%MSBUILDROOT%Microsoft.Cpp\v4.0\V120\\" /m ) ELSE ( set OPTS_EXE=%SOURCE_DIR%\project\VS2010Express\xbmc-pvr-addons.sln /build Release ) REM Try wrapped msysgit - must be in the path SET GITEXE=git.cmd CALL %GITEXE% --help > NUL 2>&1 IF errorlevel 1 GOTO nowrapmsysgit GOTO work :nowrapmsysgit REM Fallback on regular msysgit - must be in the path SET GITEXE=git.exe %GITEXE% --help > NUL IF errorlevel 9009 IF NOT errorlevel 9010 GOTO nomsysgit GOTO work :nomsysgit REM Fallback on tgit.exe of TortoiseGit if available SET GITEXE=tgit.exe %GITEXE% --version > NUL 2>&1 IF errorlevel 9009 IF NOT errorlevel 9010 GOTO error GOTO work :work IF NOT EXIST "%TMP_DIR%" MD "%TMP_DIR%" REM clone the git repository into SOURCE_DIR CALL %GITEXE% clone %GIT_URL% "%SOURCE_DIR%" > NUL 2>&1 CD "%SOURCE_DIR%" REM get the proper revision CALL %GITEXE% checkout %VERSION% > NUL 2>&1 :build REM run DownloadBuildDeps.bat of pvr-addons CD "project\BuildDependencies" CALL DownloadBuildDeps.bat > NUL 2>&1 CD "%CUR_DIR%" REM build xbmc-pvr-addons.sln ECHO Building PVR addons "%MSBUILDROOT%12.0\bin\MSBuild.exe" %OPTS_EXE% IF %errorlevel%==1 ( goto fail ) REM copy the built pvr addons into ADDONS_DIR CD "%BUILT_ADDONS_DIR%" SET ADDONS_DIR=..\..\..\..\Win32BuildSetup\BUILD_WIN32\addons\ REM exclude some files ECHO addon.xml.in > exclude.txt ECHO _win32.exp >> exclude.txt ECHO _win32.lib >> exclude.txt ECHO _win32.pdb >> exclude.txt FOR /D %%A IN ("pvr.*") DO ( IF EXIST "%%A\addon" ( ECHO Installing %%A XCOPY "%%A\addon\*" "%ADDONS_DIR%\%%A" /E /Q /I /Y /EXCLUDE:exclude.txt > NUL ) ) DEL exclude.txt > NUL CD "%CUR_DIR%" REM cleanup temporary directories RMDIR "%TMP_DIR%" /S /Q > NUL GOTO done :error ECHO No git command available. Unable to fetch and build pvr-addons. SET EXITCODE=1 :fail ECHO Failed to build one or more pvr addons SET EXITCODE=1 :done SET GITEXE= EXIT /B %EXITCODE%
quasar1/boxeebox-xbmc
project/Win32BuildSetup/buildpvraddons.bat
bat
gpl-2.0
2,605
cmd_fs/jffs2/gc.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/jffs2/.gc.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-pnx67xx/include -Iarch/arm/plat-pnx/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__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(gc)" -D"KBUILD_MODNAME=KBUILD_STR(jffs2)" -c -o fs/jffs2/gc.o fs/jffs2/gc.c deps_fs/jffs2/gc.o := \ fs/jffs2/gc.c \ $(wildcard include/config/jffs2/fs/xattr.h) \ include/linux/kernel.h \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/printk/debug.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ include/linux/posix_types.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/posix_types.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/memory.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/const.h \ arch/arm/plat-pnx/include/mach/memory.h \ $(wildcard include/config/nkernel.h) \ $(wildcard include/config/mach/pnx/realloc.h) \ $(wildcard include/config/android/pmem.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.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 \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/irqflags.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/hwcap.h \ include/asm/nkern.h \ $(wildcard include/config/nkernel/console.h) \ include/asm/nk/f_nk.h \ include/asm/nk/nk_f.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_printk.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ include/linux/mtd/mtd.h \ $(wildcard include/config/mtd/partitions.h) \ $(wildcard include/config/mtd/debug.h) \ $(wildcard include/config/mtd/debug/verbose.h) \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/processor.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/stat.h \ include/linux/time.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/embedded/acer/acergit/linux/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 \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/math64.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/div64.h \ include/linux/kmod.h \ include/linux/gfp.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/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/wait.h \ /data/embedded/acer/acergit/linux/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 \ /data/embedded/acer/acergit/linux/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 \ /data/embedded/acer/acergit/linux/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) \ /data/embedded/acer/acergit/linux/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) \ 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 \ /data/embedded/acer/acergit/linux/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/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/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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/elf.h \ include/linux/elf-em.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/elf.h \ $(wildcard include/config/gcov/profile.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/marker.h \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/preempt/rcu.h) \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/timex.h \ arch/arm/plat-pnx/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ /data/embedded/acer/acergit/linux/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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/module.h \ include/linux/uio.h \ include/linux/mtd/compatmac.h \ include/mtd/mtd-abi.h \ include/linux/pagemap.h \ include/linux/mm.h \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/mmdebug.h \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/debug/virtual.h) \ include/linux/rbtree.h \ include/linux/prio_tree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/auxvec.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable.h \ include/asm-generic/4level-fixup.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.h) \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cpu-single.h \ arch/arm/plat-pnx/include/mach/vmalloc.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/ia64/uncached/allocator.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.h \ include/linux/path.h \ include/linux/radix-tree.h \ include/linux/pid.h \ include/linux/capability.h \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/highmem.h \ include/linux/uaccess.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/uaccess.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/outer/cache.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/shmparam.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/kmap_types.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/x86/ptrace/bts.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ipcbuf.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/signal.h \ include/asm-generic/signal.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sigcontext.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/fs_struct.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ include/linux/key.h \ include/linux/sysctl.h \ include/linux/aio.h \ $(wildcard include/config/aio.h) \ include/linux/aio_abi.h \ include/linux/ftrace_irq.h \ $(wildcard include/config/dynamic/ftrace.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/hardirq.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/irq.h \ arch/arm/plat-pnx/include/mach/irqs.h \ $(wildcard include/config/arch/pnx67xx.h) \ include/linux/irq_cpustat.h \ include/linux/crc32.h \ include/linux/bitrev.h \ fs/jffs2/nodelist.h \ $(wildcard include/config/jffs2/fs/writebuffer.h) \ include/linux/jffs2.h \ include/linux/magic.h \ fs/jffs2/jffs2_fs_sb.h \ $(wildcard include/config/jffs2/fs/wbuf/verify.h) \ fs/jffs2/jffs2_fs_i.h \ $(wildcard include/config/jffs2/fs/posix/acl.h) \ include/linux/posix_acl.h \ fs/jffs2/xattr.h \ $(wildcard include/config/jffs2/fs/security.h) \ include/linux/xattr.h \ fs/jffs2/acl.h \ fs/jffs2/summary.h \ $(wildcard include/config/jffs2/summary.h) \ fs/jffs2/os-linux.h \ fs/jffs2/debug.h \ $(wildcard include/config/jffs2/fs/debug.h) \ fs/jffs2/compr.h \ $(wildcard include/config/jffs2/rubin.h) \ $(wildcard include/config/jffs2/rtime.h) \ $(wildcard include/config/jffs2/zlib.h) \ $(wildcard include/config/jffs2/lzo.h) \ include/linux/vmalloc.h \ fs/jffs2/gc.o: $(deps_fs/jffs2/gc.o) $(deps_fs/jffs2/gc.o):
yohanes/Acer-BeTouch-E130-Linux-Kernel
fs/jffs2/.gc.o.cmd
bat
gpl-2.0
22,904
cmd_drivers/cpufreq/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/cpufreq/built-in.o drivers/cpufreq/cpufreq.o drivers/cpufreq/freq_table.o drivers/cpufreq/cpufreq_stats.o drivers/cpufreq/cpufreq_performance.o drivers/cpufreq/cpufreq_powersave.o drivers/cpufreq/cpufreq_userspace.o drivers/cpufreq/cpufreq_ondemand.o drivers/cpufreq/cpufreq_conservative.o drivers/cpufreq/cpufreq_interactive.o drivers/cpufreq/cpufreq_intelliactive.o drivers/cpufreq/cpufreq_elementalx.o drivers/cpufreq/cpufreq_governor.o drivers/cpufreq/cpu-boost.o drivers/cpufreq/lbfc.o drivers/cpufreq/qcom-cpufreq.o drivers/cpufreq/cpufreq_persistent_stats.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/cpufreq/.built-in.o.cmd
bat
gpl-2.0
754
cmd_arch/arm/lib/strrchr.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strrchr.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.6.2/include -I/home/fedevel/tiny/linux/linux-fslc/arch/arm/include -Iarch/arm/include/generated -Iinclude -I/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/uapi -Iarch/arm/include/generated/uapi -I/home/fedevel/tiny/linux/linux-fslc/include/uapi -Iinclude/generated/uapi -include /home/fedevel/tiny/linux/linux-fslc/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp -funwind-tables -marm -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/lib/strrchr.o arch/arm/lib/strrchr.S source_arch/arm/lib/strrchr.o := arch/arm/lib/strrchr.S deps_arch/arm/lib/strrchr.o := \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ $(wildcard include/config/kprobes.h) \ include/linux/stringify.h \ include/linux/export.h \ $(wildcard include/config/have/underscore/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/linkage.h \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/cpu/v7m.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/cpu/use/domains.h) \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/uapi/asm/ptrace.h \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/hwcap.h \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/uapi/asm/hwcap.h \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/opcodes-virt.h \ /home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/opcodes.h \ $(wildcard include/config/cpu/endian/be32.h) \ arch/arm/lib/strrchr.o: $(deps_arch/arm/lib/strrchr.o) $(deps_arch/arm/lib/strrchr.o):
FEDEVEL/tmp-imx6-tiny-rex-linux
arch/arm/lib/.strrchr.o.cmd
bat
gpl-2.0
2,992
cmd_sound/isa/wavefront/built-in.o := rm -f sound/isa/wavefront/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/isa/wavefront/built-in.o
utkanos/android_htc_mecha_kernel_5slot
sound/isa/wavefront/.built-in.o.cmd
bat
gpl-2.0
201
cmd_firmware/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o firmware/built-in.o firmware/samsung_mfc_fw.bin.gen.o
dizgustipated/BOCA-2.6.35.14
firmware/.built-in.o.cmd
bat
gpl-2.0
144
cmd_arch/arm/lib/div64.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.div64.o.d -nostdinc -isystem /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/root/kernel/express-hc-2.6.35-238a0bf/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/div64.o arch/arm/lib/div64.S deps_arch/arm/lib/div64.o := \ arch/arm/lib/div64.S \ /root/kernel/express-hc-2.6.35-238a0bf/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) \ /root/kernel/express-hc-2.6.35-238a0bf/arch/arm/include/asm/linkage.h \ arch/arm/lib/div64.o: $(deps_arch/arm/lib/div64.o) $(deps_arch/arm/lib/div64.o):
yncconsulting/HTC_Express_Kernel
arch/arm/lib/.div64.o.cmd
bat
gpl-2.0
1,273
cmd_drivers/media/video/tegra/avp/headavp.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,drivers/media/video/tegra/avp/.headavp.o.d -nostdinc -isystem /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/selva/android/kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/selva/android/kernel/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/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 -c -o drivers/media/video/tegra/avp/headavp.o drivers/media/video/tegra/avp/headavp.S source_drivers/media/video/tegra/avp/headavp.o := drivers/media/video/tegra/avp/headavp.S deps_drivers/media/video/tegra/avp/headavp.o := \ $(wildcard include/config/tegra/avp/kernel/on/mmu.h) \ /home/selva/android/kernel/include/linux/kconfig.h \ $(wildcard include/config/h.h) \ $(wildcard include/config/.h) \ $(wildcard include/config/foo.h) \ /home/selva/android/kernel/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/selva/android/kernel/arch/arm/include/asm/linkage.h \ /home/selva/android/kernel/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/selva/android/kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/selva/android/kernel/arch/arm/include/asm/hwcap.h \ /home/selva/android/kernel/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/cpu/use/domains.h) \ drivers/media/video/tegra/avp/headavp.h \ drivers/media/video/tegra/avp/headavp.o: $(deps_drivers/media/video/tegra/avp/headavp.o) $(deps_drivers/media/video/tegra/avp/headavp.o):
selva-simple/Galaxy-R-Kernel
drivers/media/video/tegra/avp/.headavp.o.cmd
bat
gpl-2.0
2,425
cmd_fs/fat/vfat.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o fs/fat/vfat.o fs/fat/namei_vfat.o
avareldalton85/rpi2-linux-rt
fs/fat/.vfat.o.cmd
bat
gpl-2.0
161
@echo off cd C:\Users\%USERNAME%\Desktop
rodyo/dos_prompt
d.bat
bat
gpl-2.0
43
cmd_drivers/md/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/md/built-in.o drivers/md/dm-mod.o drivers/md/dm-crypt.o
sleshepic/epic_touch_kernel
drivers/md/.built-in.o.cmd
bat
gpl-2.0
175
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/thc.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/thc.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/thc.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/thc.mod.o
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.thc.ko.cmd
bat
gpl-2.0
329
cmd_drivers/misc/carma/built-in.o := rm -f drivers/misc/carma/built-in.o; /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/misc/carma/built-in.o
PrestigeMod/SHW-M440S
drivers/misc/carma/.built-in.o.cmd
bat
gpl-2.0
196
@echo off timeout 5 ::KILL SERVER taskkill /f /im arma3server.exe taskkill /f /im arma3server.exe taskkill /f /im arma3server.exe exit
ErikMast3r/Exclusiv-Altis-Life-new
builds/BEC/stopserver.bat
bat
gpl-3.0
134
@ECHO NVENC render script @SET DEBUG=-v info ::@SET DEBUG=-v verbose @SET V_LEVEL=4.2 ::@SET V_LEVEL=5.1 ::@SET V_PFMT=yuv420p @SET V_PFMT=yuv444p ::@SET V_PROFILE=high @SET V_PROFILE=high444p @SET V_PRESET=hq ::@SET V_PRESET=lossless ::@SET V_QUALITY= @SET V_QUALITY=-qmin 26 -qmax 10 :: nvenc_h265 not possible with 1st gen maxwell (CUDA 5.0?) @SET V_CODEC=nvenc_h264 ::@SET V_BRATE=12288k @SET A_BITRATE=384k @SET OUTPUT=render.mkv @SET STATS= ::@SET STATS=-nostats ffmpeg.exe %DEBUG% -i %1 -pix_fmt %V_PFMT% -vcodec %V_CODEC% -profile:v %V_PROFILE% ^ -level:v %V_LEVEL% -preset %V_PRESET% %V_QUALITY% ^ -c:a libfdk_aac -b:a %A_BITRATE% ^ %OUTPUT% -y %STATS%
jonno85uk/ffmpeg-windows-build-helpers
render.bat
bat
gpl-3.0
674
D:\R\R-3.4.1\bin\x64\Rscript.exe QDNAseq_CopyNumbers2PlotsCallsSegmentFileInclDewave.R --interactive
NKI-Pathology/QDNAseqFlow
QDNAseq_CopyNumbers2PlotsCallsSegmentFileInclDewave.bat
bat
gpl-3.0
100
mkdir x64 cd x64 cmake -G "Visual Studio 12 Win64" ../.. PAUSE
easyaspi314/MidiEditor
scripts_to_build/build_vc12_x64.bat
bat
gpl-3.0
62
cd Source fbc -lib -x ../Bin/FBAudio.a DllAudio.bas cd ../
monobogdan/Free-Basic-Audio
MakeLib.bat
bat
lgpl-3.0
61
call mvn -e -DuniqueVersion=false -DperformRelease=true compile deploy pause
gagauz/json-mapper
mvn_deploy.bat
bat
lgpl-3.0
76
@echo off java -Xmx768m -cp %~dp0/basicv2.jar;basicv2.jar;dist/basicv2.jar com.sixtyfour.cbmnative.shell.AssemblerCL %*
EgonOlsen71/basicv2
dist/mosm.cmd
bat
unlicense
120
@call ts @set _t=%CD% @call jake local @popd @node --inspect-brk %_t%\built\local\tsc.js %*
RyanCavanaugh/scripts
btsci.cmd
bat
apache-2.0
97
@echo off chs -ctf pause
lewischeng-ms/chinese-lexer
bin/重建trie.cmd
bat
mit
24
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASEMAIL.S03_EmailFlag.MSASEMAIL_S03_TC01_AddFlag_AllElements /testcontainer:..\..\MS-ASEMAIL\TestSuite\bin\Debug\MS-ASEMAIL_TestSuite.dll /runconfig:..\..\MS-ASEMAIL\MS-ASEMAIL.testsettings /unique pause
OfficeDev/Interop-TestSuites
ExchangeActiveSync/Source/Scripts/MS-ASEMAIL/RunMSASEMAIL_S03_TC01_AddFlag_AllElements.cmd
bat
mit
297
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\.4.0.0@miller-rabin\bin\miller-rabin" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\.4.0.0@miller-rabin\bin\miller-rabin" %* )
MacroLin/practice
webpack+react(练习)/node_modules/.5.0.2@diffie-hellman/node_modules/.bin/miller-rabin.cmd
bat
mit
226
cmd_fs/reiserfs/prints.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/reiserfs/.prints.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -mlong-calls -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(prints)" -D"KBUILD_MODNAME=KBUILD_STR(reiserfs)" -c -o fs/reiserfs/prints.o fs/reiserfs/prints.c deps_fs/reiserfs/prints.o := \ fs/reiserfs/prints.c \ $(wildcard include/config/reiserfs/check.h) \ include/linux/time.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/sgidefs.h \ include/asm/types.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/64bit/phys/addr.h) \ $(wildcard include/config/64bit.h) \ include/linux/seqlock.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/bitops.h \ include/asm/bitops.h \ $(wildcard include/config/cpu/mipsr2.h) \ $(wildcard include/config/cpu/mips32.h) \ $(wildcard include/config/cpu/mips64.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/mips/mt/smtc.h) \ $(wildcard include/config/irq/cpu.h) \ $(wildcard include/config/mips/mt/smtc/instant/replay.h) \ include/asm/hazards.h \ $(wildcard include/config/cpu/r10000.h) \ $(wildcard include/config/cpu/rm9000.h) \ $(wildcard include/config/cpu/sb1.h) \ include/asm/barrier.h \ $(wildcard include/config/cpu/has/sync.h) \ $(wildcard include/config/cpu/has/wb.h) \ $(wildcard include/config/weak/ordering.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ include/asm/break.h \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm/byteorder.h \ $(wildcard include/config/cpu/mips64/r2.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm/cpu-features.h \ $(wildcard include/config/32bit.h) \ $(wildcard include/config/cpu/mipsr2/irq/vi.h) \ $(wildcard include/config/cpu/mipsr2/irq/ei.h) \ include/asm/cpu.h \ include/asm/cpu-info.h \ $(wildcard include/config/sgi/ip27.h) \ $(wildcard include/config/mips/mt.h) \ include/asm/cache.h \ $(wildcard include/config/mips/l1/cache/shift.h) \ include/asm-mips/mach-generic/kmalloc.h \ $(wildcard include/config/dma/coherent.h) \ include/asm-mips/mach-generic/cpu-feature-overrides.h \ include/asm/war.h \ $(wildcard include/config/sgi/ip22.h) \ $(wildcard include/config/sni/rm.h) \ $(wildcard include/config/cpu/r5432.h) \ $(wildcard include/config/sb1/pass/1/workarounds.h) \ $(wildcard include/config/sb1/pass/2/workarounds.h) \ $(wildcard include/config/mips/malta.h) \ $(wildcard include/config/mips/atlas.h) \ $(wildcard include/config/mips/sead.h) \ $(wildcard include/config/cpu/tx49xx.h) \ $(wildcard include/config/momenco/jaguar/atx.h) \ $(wildcard include/config/pmc/yosemite.h) \ $(wildcard include/config/basler/excite.h) \ $(wildcard include/config/momenco/ocelot/3.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ffz.h \ include/asm-generic/bitops/find.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-generic/bitops/ext2-atomic.h \ include/asm-generic/bitops/minix.h \ include/asm/thread_info.h \ $(wildcard include/config/page/size/4kb.h) \ $(wildcard include/config/page/size/8kb.h) \ $(wildcard include/config/page/size/16kb.h) \ $(wildcard include/config/page/size/64kb.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/asm/processor.h \ $(wildcard include/config/mips/mt/fpaff.h) \ $(wildcard include/config/cpu/has/prefetch.h) \ include/linux/cpumask.h \ $(wildcard include/config/hotplug/cpu.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) \ /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/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/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/bitmap.h \ include/linux/string.h \ include/asm/string.h \ $(wildcard include/config/cpu/r3000.h) \ include/asm/cachectl.h \ include/asm/mipsregs.h \ $(wildcard include/config/cpu/vr41xx.h) \ include/asm/prefetch.h \ include/asm/system.h \ include/asm/addrspace.h \ $(wildcard include/config/cpu/r4300.h) \ $(wildcard include/config/cpu/r4x00.h) \ $(wildcard include/config/cpu/r5000.h) \ $(wildcard include/config/cpu/rm7000.h) \ $(wildcard include/config/cpu/nevada.h) \ $(wildcard include/config/cpu/r8000.h) \ $(wildcard include/config/cpu/sb1a.h) \ include/asm-mips/mach-generic/spaces.h \ $(wildcard include/config/dma/noncoherent.h) \ include/asm/dsp.h \ include/linux/stringify.h \ include/linux/bottom_half.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/spinlock_types_up.h \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/sysfs.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/linux/wait.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/asm/current.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ $(wildcard include/config/profiling.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/rcupdate.h \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.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/sparsemem.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/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ $(wildcard include/config/acpi/hotplug/memory.h) \ include/linux/nodemask.h \ include/asm/page.h \ $(wildcard include/config/build/elf64.h) \ $(wildcard include/config/limited/dma.h) \ include/linux/pfn.h \ include/asm/io.h \ include/asm-generic/iomap.h \ include/asm/pgtable-bits.h \ $(wildcard include/config/cpu/mips32/r1.h) \ $(wildcard include/config/cpu/tx39xx.h) \ $(wildcard include/config/mips/uncached.h) \ include/asm-mips/mach-generic/ioremap.h \ include/asm-mips/mach-generic/mangle-port.h \ $(wildcard include/config/swap/io/space.h) \ include/asm-generic/memory_model.h \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/errno.h \ include/asm/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/smp.h \ include/asm/topology.h \ include/asm-mips/mach-generic/topology.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-mips/mach-generic/timex.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/namei.h \ include/linux/stat.h \ include/asm/stat.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/pid.h \ include/asm/semaphore.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 \ include/linux/err.h \ include/linux/reiserfs_fs.h \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/reiserfs/proc/info.h) \ include/linux/magic.h \ include/linux/interrupt.h \ $(wildcard include/config/high/res/timers.h) \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/asm/hardirq.h \ include/linux/irq.h \ $(wildcard include/config/s390.h) \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/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 \ $(wildcard include/config/i8259.h) \ include/asm/mipsmtregs.h \ include/asm-mips/mach-generic/irq.h \ $(wildcard include/config/irq/cpu/rm7k.h) \ $(wildcard include/config/irq/cpu/rm9k.h) \ include/asm/ptrace.h \ $(wildcard include/config/cpu/has/smartmips.h) \ include/asm/isadep.h \ include/asm/irq_regs.h \ include/asm/hw_irq.h \ include/linux/profile.h \ include/linux/irq_cpustat.h \ include/linux/sched.h \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/split/ptlock/cpus.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/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/fault/injection.h) \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/capability.h \ include/linux/rbtree.h \ include/asm/mmu.h \ include/asm/cputime.h \ include/asm-generic/cputime.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 \ $(wildcard include/config/trad/signals.h) \ $(wildcard include/config/binfmt/irix.h) \ include/asm-generic/signal.h \ include/asm/sigcontext.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 \ 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/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.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) \ 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/mips32/n32.h) \ $(wildcard include/config/mips32/o32.h) \ $(wildcard include/config/mips32/compat.h) \ include/linux/moduleparam.h \ include/asm/local.h \ include/asm/module.h \ $(wildcard include/config/cpu/mips32/r2.h) \ $(wildcard include/config/cpu/mips64/r1.h) \ $(wildcard include/config/cpu/r6000.h) \ include/asm/uaccess.h \ include/asm-generic/uaccess.h \ include/linux/pm.h \ $(wildcard include/config/pm.h) \ include/asm/device.h \ include/asm-generic/device.h \ include/asm/unaligned.h \ include/asm-generic/unaligned.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ $(wildcard include/config/mmu.h) \ include/linux/buffer_head.h \ include/linux/pagemap.h \ include/linux/mm.h \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/debug/pagealloc.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/backing-dev.h \ include/linux/mm_types.h \ include/asm/pgtable.h \ include/asm/pgtable-32.h \ include/asm/fixmap.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/swap.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/highmem.h \ include/linux/uaccess.h \ include/asm/cacheflush.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/reiserfs_fs_i.h \ $(wildcard include/config/reiserfs/fs/posix/acl.h) \ $(wildcard include/config/reiserfs/fs/xattr.h) \ include/linux/reiserfs_fs_sb.h \ fs/reiserfs/prints.o: $(deps_fs/reiserfs/prints.o) $(deps_fs/reiserfs/prints.o):
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/reiserfs/.prints.o.cmd
bat
gpl-2.0
18,051
@echo off setlocal REM run this script from an Admin shell to set up ETW tracing set SCRIPTDIR=%~dp0 REM set SDK_MANIFEST_PATH to the SDK install path (e.g. C:\Program Files (x86)\Oculus) for /f "delims=" %%a in ('reg query "HKLM\SOFTWARE\Wow6432Node\Oculus VR, LLC\Oculus" -v "Base"') do set SDK_INSTALL_PATH=%%a set SDK_INSTALL_PATH=%SDK_INSTALL_PATH: Base REG_SZ =% set SDK_MANIFEST_PATH=%SDK_INSTALL_PATH%\oculus-tools\etw REM Add USERS Read & Execute privileges to the folder icacls . /grant BUILTIN\Users:(OI)(CI)(RX) >nul if %errorlevel% equ 0 goto CaclsOk echo Failed to set cacls, installation may fail :CaclsOk set OSTYPE=x64 set OCUSBVID_SYS=%windir%\System32\drivers\OCUSBVID.sys if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto GotOSTYPE if "%PROCESSOR_ARCHITEW6432%"=="AMD64" goto GotOSTYPE set OSTYPE=x86 REM XXX is this right? set OCUSBVID_SYS=%windir%\System32\drivers\OCUSBVID.sys :GotOSTYPE REM disable paging on x64 systems if stack walks are desired if %OSTYPE% neq x64 goto SkipRegCheck for /f "delims=" %%a in ('reg query "HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management" -v "DisablePagingExecutive"') do set REG_DPA=%%a if %REG_DPA:~-3% equ 0x1 goto SkipRegCheck echo ************************ echo DisablePagingExecutive should be set if you want stack tracing to work on %OSTYPE% echo To disable paging run the following as Administrator: echo reg add "HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management" -v DisablePagingExecutive -d 0x1 -t REG_DWORD -f echo and reboot echo ************************ :SkipRegCheck set RIFTCAMERADRIVER_DIR=%SCRIPTDIR%..\..\..\RiftPTDriver set USBVID_EVENTS_MAN=%SDK_MANIFEST_PATH%\OVRUSBVidEvents.man if exist "%RIFTCAMERADRIVER_DIR%\OCUSBVID\OVRUSBVidEvents.man" set USBVID_EVENTS_MAN=%RIFTCAMERADRIVER_DIR%\OCUSBVID\OVRUSBVidEvents.man if exist "%SCRIPTDIR%OVRUSBVidEvents.man" set USBVID_EVENTS_MAN=%SCRIPTDIR%OVRUSBVidEvents.man echo Installing %OCUSBVID_SYS% manifest... REM uninstall any existing manifest first wevtutil.exe uninstall-manifest "%USBVID_EVENTS_MAN%" if %errorlevel% neq 0 echo WARNING: This step failed. wevtutil.exe install-manifest "%USBVID_EVENTS_MAN%" /rf:"%OCUSBVID_SYS%" /mf:"%OCUSBVID_SYS%" REM make sure it worked wevtutil get-publisher OVR-USBVid > nul if %errorlevel% neq 0 echo WARNING: This step failed. echo Installed %USBVID_EVENTS_MAN% set LIBOVR_EVENTS_MAN=%SDK_MANIFEST_PATH%\LibOVREvents.man if exist "%SCRIPTDIR%LibOVREvents.man" set LIBOVR_EVENTS_MAN=%SCRIPTDIR%LibOVREvents.man REM get rid of stale dll's del /f /q "%SCRIPTDIR%LibOVRRT*.dll" set LIBOVR_PATTERN=LibOVRRT*_1.dll echo Looking for %LIBOVR_PATTERN% dll's REM this nightmare command copies the newest version of %LIBOVR_PATTERN% into the current directory without prompting... forfiles /p:"%SDK_INSTALL_PATH%Support\oculus-runtime" /m:%LIBOVR_PATTERN% /c "cmd /c xcopy /y /f /d @path \"%SCRIPTDIR%.\" >nul" >nul 2>nul if not exist "%SCRIPTDIR%..\..\..\LibOVR\Lib\Windows" goto NoLibOVRSource forfiles /s /p:"%SCRIPTDIR%..\..\..\LibOVR\Lib\Windows" /m:%LIBOVR_PATTERN% /c "cmd /c xcopy /y /f /d @path \"%SCRIPTDIR%.\" >nul" >nul 2>nul :NoLibOVRSource for /f "delims=" %%a in ('dir /b /o:d "%SCRIPTDIR%%LIBOVR_PATTERN%"') do set LIBOVR_DLL=%%a echo Installing %LIBOVR_DLL% manifest... REM uninstall any existing manifest first wevtutil uninstall-manifest "%LIBOVR_EVENTS_MAN%" if %errorlevel% neq 0 exit /b 1 REM use absolute paths to the RT .dll, otherwise we risk picking up the wrong (e.g. installed) version from %PATH% echo wevtutil install-manifest "%LIBOVR_EVENTS_MAN%" /rf:"%SCRIPTDIR%%LIBOVR_DLL%" /mf:"%SCRIPTDIR%%LIBOVR_DLL%" wevtutil install-manifest "%LIBOVR_EVENTS_MAN%" /rf:"%SCRIPTDIR%%LIBOVR_DLL%" /mf:"%SCRIPTDIR%%LIBOVR_DLL%" REM note we can't do del /f /q "%SCRIPTDIR%%LIBOVR_PATTERN%" here because the binary has to be present for ETW enumeration to work REM make sure it worked wevtutil get-publisher OVR-SDK-LibOVR > nul if %errorlevel% neq 0 exit /b 1 echo Installed %LIBOVR_EVENTS_MAN% if not exist "%SCRIPTDIR%..\..\..\Tools" exit /b 0 echo You can now start/stop traces with the GUI: echo cd %SCRIPTDIR%..\..\..\Tools\TraceScript\ovrtap echo .\startovrtap.cmd echo or (command-line): echo cd %SCRIPTDIR%..\..\..\Tools\Xperf echo log
savant-nz/carbon
Dependencies/OculusRift-1.6/Source/LibOVRKernel/Src/Tracing/install.cmd
bat
mpl-2.0
4,297
# setup SCA, ROIs, etc for channel CHAN dbLoadRecords("xspress3_AttrReset.template", "P=$(PREFIX),R=det1:,CHAN=$(CHAN)") #SCAs: create an NDAttribute plugin with 9 attributes NDAttrConfigure("$(PORT).C$(CHAN)SCA", $(QSIZE), 0, "$(PORT)", 0, 9, 0, 0, 0) dbLoadRecords("NDAttribute.template", "P=$(PREFIX),R=C$(CHAN)SCA:, PORT=$(PORT).C$(CHAN)SCA, ADDR=0,TIMEOUT=1,NCHANS=$(NCHANS),NDARRAY_PORT=$(PORT)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA0:, PORT=$(PORT).C$(CHAN)SCA, ADDR=0,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA1:, PORT=$(PORT).C$(CHAN)SCA, ADDR=1,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA2:, PORT=$(PORT).C$(CHAN)SCA, ADDR=2,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA3:, PORT=$(PORT).C$(CHAN)SCA, ADDR=3,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA4:, PORT=$(PORT).C$(CHAN)SCA, ADDR=4,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA5:, PORT=$(PORT).C$(CHAN)SCA, ADDR=5,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA6:, PORT=$(PORT).C$(CHAN)SCA, ADDR=6,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA7:, PORT=$(PORT).C$(CHAN)SCA, ADDR=7,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDAttributeN.template", "P=$(PREFIX),R=C$(CHAN)SCA8:, PORT=$(PORT).C$(CHAN)SCA, ADDR=8,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("xspress3ChannelSCAThreshold.template", "P=$(PREFIX),R=det1:,PORT=$(PORT), ADDR=$(XADDR), TIMEOUT=1, CHAN=$(CHAN), SCA=4") dbLoadRecords("xspress3ChannelSCALimits.template", "P=$(PREFIX),R=det1:,PORT=$(PORT), ADDR=$(XADDR), TIMEOUT=1, CHAN=$(CHAN), SCA=5") dbLoadRecords("xspress3ChannelSCALimits.template", "P=$(PREFIX),R=det1:,PORT=$(PORT), ADDR=$(XADDR), TIMEOUT=1, CHAN=$(CHAN), SCA=6") dbLoadRecords("xspress3ChannelDTC.template", "P=$(PREFIX),R=det1:,PORT=$(PORT), CHAN=$(CHAN), NDARRAY_PORT=$(PORT),ADDR=$(XADDR),TIMEOUT=5") dbLoadRecords("xspress3ChannelDeadtime.template", "P=$(PREFIX),R=det1:,PORT=$(PORT), ADDR=$(XADDR), TIMEOUT=1, CHAN=$(CHAN)") #ROIs: take 2D array and turn it into two 1D spectra for each channel: # 1 for per-frame spectra, 1 for accumulated spectra (using PROC plugin to do accumulation) NDROIConfigure("CHAN$(CHAN)", $(QSIZE), 0, "XSP3", 0, -1, -1) dbLoadRecords("NDROI.template", ,"P=$(PREFIX), R=ROI$(CHAN):, PORT=CHAN$(CHAN), TIMEOUT=1, ADDR=0, NDARRAY_PORT=XSP3, NDARRAY_ADDR=0, Enabled=0") NDROIConfigure("CHANSUM$(CHAN)", $(QSIZE), 0, "PROC1", 0, -1, -1) dbLoadRecords("NDROI.template", ,"P=$(PREFIX), R=ROISUM$(CHAN):, PORT=CHANSUM$(CHAN), TIMEOUT=1, ADDR=0, NDARRAY_PORT=PROC1, NDARRAY_ADDR=0, Enabled=0") #MCAs: create StdArray for Visualization: NDStdArraysConfigure("MCA$(CHAN)", 5, 0, "CHAN$(CHAN)", 0, 0) dbLoadRecords("$(ADCORE)/db/NDStdArrays.template", "P=$(PREFIX),R=MCA$(CHAN):,PORT=MCA$(CHAN),ADDR=0,TIMEOUT=1,NDARRAY_PORT=CHAN$(CHAN),TYPE=Float64,FTVL=DOUBLE,NELEMENTS=$(XSIZE)") NDStdArraysConfigure("MCASUM$(CHAN)", 5, 0, "CHANSUM$(CHAN)", 0, 0) dbLoadRecords("$(ADCORE)/db/NDStdArrays.template", "P=$(PREFIX),R=MCASUM$(CHAN):,PORT=MCASUM$(CHAN),ADDR=0,TIMEOUT=1,NDARRAY_PORT=CHANSUM$(CHAN),TYPE=Float64,FTVL=DOUBLE,NELEMENTS=$(XSIZE)") #ROIStats: build 48 ROIs for each of the 1D spectra (per-frame). NDROIStatConfigure("ROISTAT$(CHAN)", $(QSIZE), 0, "CHAN$(CHAN)", 0, 48, 0, 0) dbLoadRecords("NDROIStat.template", "P=$(PREFIX),R=MCA$(CHAN)ROI: ,PORT=ROISTAT$(CHAN),ADDR=0,TIMEOUT=1, NDARRAY_PORT=CHAN$(CHAN),NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:1:,PORT=ROISTAT$(CHAN),ADDR=0,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:2:,PORT=ROISTAT$(CHAN),ADDR=1,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:3:,PORT=ROISTAT$(CHAN),ADDR=2,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:4:,PORT=ROISTAT$(CHAN),ADDR=3,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:5:,PORT=ROISTAT$(CHAN),ADDR=4,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:6:,PORT=ROISTAT$(CHAN),ADDR=5,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:7:,PORT=ROISTAT$(CHAN),ADDR=6,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:8:,PORT=ROISTAT$(CHAN),ADDR=7,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:9:,PORT=ROISTAT$(CHAN),ADDR=8,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:10:,PORT=ROISTAT$(CHAN),ADDR=9,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:11:,PORT=ROISTAT$(CHAN),ADDR=10,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:12:,PORT=ROISTAT$(CHAN),ADDR=11,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:13:,PORT=ROISTAT$(CHAN),ADDR=12,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:14:,PORT=ROISTAT$(CHAN),ADDR=13,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:15:,PORT=ROISTAT$(CHAN),ADDR=14,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:16:,PORT=ROISTAT$(CHAN),ADDR=15,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:17:,PORT=ROISTAT$(CHAN),ADDR=16,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:18:,PORT=ROISTAT$(CHAN),ADDR=17,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:19:,PORT=ROISTAT$(CHAN),ADDR=18,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:20:,PORT=ROISTAT$(CHAN),ADDR=19,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:21:,PORT=ROISTAT$(CHAN),ADDR=20,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:22:,PORT=ROISTAT$(CHAN),ADDR=21,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:23:,PORT=ROISTAT$(CHAN),ADDR=22,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:24:,PORT=ROISTAT$(CHAN),ADDR=23,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:25:,PORT=ROISTAT$(CHAN),ADDR=24,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:26:,PORT=ROISTAT$(CHAN),ADDR=25,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:27:,PORT=ROISTAT$(CHAN),ADDR=26,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:28:,PORT=ROISTAT$(CHAN),ADDR=27,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:29:,PORT=ROISTAT$(CHAN),ADDR=28,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:30:,PORT=ROISTAT$(CHAN),ADDR=29,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:31:,PORT=ROISTAT$(CHAN),ADDR=30,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:32:,PORT=ROISTAT$(CHAN),ADDR=31,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:33:,PORT=ROISTAT$(CHAN),ADDR=32,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:34:,PORT=ROISTAT$(CHAN),ADDR=33,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:35:,PORT=ROISTAT$(CHAN),ADDR=34,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:36:,PORT=ROISTAT$(CHAN),ADDR=35,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:37:,PORT=ROISTAT$(CHAN),ADDR=36,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:38:,PORT=ROISTAT$(CHAN),ADDR=37,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:39:,PORT=ROISTAT$(CHAN),ADDR=38,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:40:,PORT=ROISTAT$(CHAN),ADDR=29,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:41:,PORT=ROISTAT$(CHAN),ADDR=40,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:42:,PORT=ROISTAT$(CHAN),ADDR=41,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:43:,PORT=ROISTAT$(CHAN),ADDR=42,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:44:,PORT=ROISTAT$(CHAN),ADDR=43,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:45:,PORT=ROISTAT$(CHAN),ADDR=44,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:46:,PORT=ROISTAT$(CHAN),ADDR=45,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:47:,PORT=ROISTAT$(CHAN),ADDR=46,TIMEOUT=1,NCHANS=$(NCHANS)") dbLoadRecords("NDROIStatN.template", "P=$(PREFIX),R=MCA$(CHAN)ROI:48:,PORT=ROISTAT$(CHAN),ADDR=47,TIMEOUT=1,NCHANS=$(NCHANS)")
epics-modules/xspress3
iocs/xspress3IOC/iocBoot/iocDualMini_4Channel/SCAROI.cmd
bat
lgpl-3.0
9,851
decompile.exe --heuristic shingle Executable.exe
nemerle/reko
subjects/PE/x86/ExeDll/subject.cmd
bat
gpl-2.0
50
@echo off rem MSVC100OPTS.BAT rem rem Compile and link options used for building MEX-files rem using the Microsoft Visual C++ compiler version 10.0 rem rem $Revision: 1.1.6.5 $ $Date: 2012/07/23 18:50:27 $ rem Copyright 2007-2009 The MathWorks, Inc. rem rem StorageVersion: 1.0 rem C++keyFileName: MSVC100OPTS.BAT rem C++keyName: Microsoft Visual C++ 2010 rem C++keyManufacturer: Microsoft rem C++keyVersion: 10.0 rem C++keyLanguage: C++ rem C++keyLinkerName: Microsoft Visual C++ 2010 rem C++keyLinkerVersion: 10.0 rem rem ******************************************************************** rem General parameters rem ******************************************************************** set MATLAB=%MATLAB% set VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio 10.0 set VCINSTALLDIR=%VSINSTALLDIR%\VC rem In this case, LINKERDIR is being used to specify the location of the SDK set LINKERDIR=C:\Program Files\Microsoft SDKs\Windows\v7.0A\ set PATH=%VCINSTALLDIR%\bin;%VCINSTALLDIR%\VCPackages;%VSINSTALLDIR%\Common7\IDE;%VSINSTALLDIR%\Common7\Tools;%LINKERDIR%\bin;%MATLAB_BIN%;%PATH% set INCLUDE=%VCINSTALLDIR%\INCLUDE;%VCINSTALLDIR%\ATLMFC\INCLUDE;%LINKERDIR%\include;%INCLUDE% set LIB=%VCINSTALLDIR%\LIB;%VCINSTALLDIR%\ATLMFC\LIB;%LINKERDIR%\lib;%MATLAB%\extern\lib\win32;%LIB% set MW_TARGET_ARCH=win32 rem ******************************************************************** rem Compiler parameters rem ******************************************************************** set COMPILER=cl set COMPFLAGS=/c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD set OPTIMFLAGS=/O2 /Oy- /DNDEBUG set DEBUGFLAGS=/Z7 set NAME_OBJECT=/Fo rem ******************************************************************** rem Linker parameters rem ******************************************************************** set LIBLOC=%MATLAB%\extern\lib\win32\microsoft set LINKER=link set LINKFLAGS=/dll /export:%ENTRYPOINT% /LIBPATH:"%LIBLOC%" libmx.lib libmex.lib libmat.lib /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /manifest /incremental:NO /implib:"%LIB_NAME%.x" /MAP:"%OUTDIR%%MEX_NAME%%MEX_EXT%.map" set LINKOPTIMFLAGS= set LINKDEBUGFLAGS=/debug /PDB:"%OUTDIR%%MEX_NAME%%MEX_EXT%.pdb" set LINK_FILE= set LINK_LIB= set NAME_OUTPUT=/out:"%OUTDIR%%MEX_NAME%%MEX_EXT%" set RSP_FILE_INDICATOR=@ rem ******************************************************************** rem Resource compiler parameters rem ******************************************************************** set RC_COMPILER=rc /fo "%OUTDIR%mexversion.res" set RC_LINKER= set POSTLINK_CMDS=del "%LIB_NAME%.x" "%LIB_NAME%.exp" set POSTLINK_CMDS1=mt -outputresource:"%OUTDIR%%MEX_NAME%%MEX_EXT%;2" -manifest "%OUTDIR%%MEX_NAME%%MEX_EXT%.manifest" set POSTLINK_CMDS2=del "%OUTDIR%%MEX_NAME%%MEX_EXT%.manifest" set POSTLINK_CMDS3=del "%OUTDIR%%MEX_NAME%%MEX_EXT%.map"
lumenrobot/dance-modelling
Samples/win/11b/slprj/_sfprj/nid_cvst_pattern_tracking/_self/sfun/src/mexopts.bat
bat
epl-1.0
3,015
@echo off if not exist scripts/fontdump.c cd ../.. if not exist scripts/fontdump.c goto usage if not exist generated mkdir generated cl /nologo -Iinclude scripts/fontdump.c setargv.obj cl /nologo -Iinclude scripts/cmapdump.c setargv.obj cl /nologo -Iinclude scripts/cquote.c setargv.obj cl /nologo -Iinclude scripts/bin2hex.c setargv.obj if not exist fontdump.exe goto usage if not exist cmapdump.exe goto usage if not exist cquote.exe goto usage if not exist bin2hex.exe goto usage if not exist generated/gen_font_base14.h fontdump.exe generated/gen_font_base14.h resources/fonts/*.cff if not exist generated/gen_font_droid.h fontdump.exe generated/gen_font_droid.h resources/fonts/droid/DroidSans.ttf resources/fonts/droid/DroidSansMono.ttf if not exist generated/gen_font_cjk.h fontdump.exe generated/gen_font_cjk.h resources/fonts/droid/DroidSansFallback.ttf if not exist generated/gen_font_cjk_full.h fontdump.exe generated/gen_font_cjk_full.h resources/fonts/droid/DroidSansFallbackFull.ttf if not exist generated/gen_cmap_cns.h cmapdump.exe generated/gen_cmap_cns.h resources\cmaps\cns\* if not exist generated/gen_cmap_gb.h cmapdump.exe generated/gen_cmap_gb.h resources\cmaps\gb\* if not exist generated/gen_cmap_japan.h cmapdump.exe generated/gen_cmap_japan.h resources\cmaps\japan\* if not exist generated/gen_cmap_korea.h cmapdump.exe generated/gen_cmap_korea.h resources\cmaps\korea\* if not exist generated/gen_adobe_ca.h bin2hex.exe generated/gen_adobe_ca.h resources/certs/AdobeCA.p7c if not exist generated/gen_js_util.h cquote.exe generated/gen_js_util.h source/pdf/js/pdf-util.js del cmapdump.obj fontdump.obj cquote.obj bin2hex.obj cmapdump.exe fontdump.exe cquote.exe bin2hex.exe goto fin :usage echo ERROR: Run this script in the mupdf directory. echo ERROR: Run this script in a Visual Studio command prompt. pause :fin
wzhsunn/mupdf
platform/winrt/generate.bat
bat
agpl-3.0
1,853
rmdir /S /Q build-vc2015-zip-32 mkdir build-vc2015-zip-32 cd build-vc2015-zip-32 cmake ..\source -G "Visual Studio 14" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log cmake --build . --config RelWithDebInfo > build.log cmake --build . --config RelWithDebInfo --target package > zip.log move *.zip ..\ cd ..
ChengXiaoZ/MariaDBserver
storage/mroonga/packages/windows/build-vc2015-zip-32.bat
bat
gpl-2.0
337
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 2> nul if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\LetsEncrypt.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\LetsEncrypt.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
nohona/cron-crm
usr/local/certbot/docs/make.bat
bat
gpl-3.0
6,991
@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" set _SPARK_CMD_USAGE=Usage: .\bin\sparkR [options] call "%SPARK_HOME%\bin\spark-submit2.cmd" sparkr-shell-main %*
bravo-zhang/spark
bin/sparkR2.cmd
bat
apache-2.0
1,072
:: Batch Script to compass watch all Compass Directories setlocal EnableDelayedExpansion ::Specifiy which locations to watch ONE location per line, no comments. set file=%~dp0\locations.txt ::Specifiy Ruby location set rubyLocation=C:\Ruby200-x64\bin\ ::Iterate watch locations FOR /F %%i IN (%file%) DO ( set watchLocation=%%i ::Call watch and send it current watch location, and ruby location start cleanDirectory.CMD %watchLocation% ) EXIT
ltomes/startCompass
cleanCompass.bat
bat
mit
447
@echo off set "VIRTUAL_ENV=C:\Users\Nicholas\Source\Repos\bip-switch\BipFlaskProject\BipFlaskProject\env" if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) else ( if not defined PROMPT ( set "PROMPT=$P$G" ) set "_OLD_VIRTUAL_PROMPT=%PROMPT%" ) set "PROMPT=(env) %PROMPT%" if not defined _OLD_VIRTUAL_PYTHONHOME ( set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%" ) set PYTHONHOME= if defined _OLD_VIRTUAL_PATH ( set "PATH=%_OLD_VIRTUAL_PATH%" ) else ( set "_OLD_VIRTUAL_PATH=%PATH%" ) set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%" :END
nic7aller/bip-switch
BipFlaskProject/BipFlaskProject/env/Scripts/activate.bat
bat
mit
581
@Echo off echo ========================================= echo Syncing Manitou props from Propper... echo ========================================= REM Materials rmdir "C:\TF2\Maps\jump_manitou\Content\materials\jump_manitou\models" /s /q xcopy "C:\Program Files (x86)\Steam\steamapps\sourcemods\propper\materials\jump_manitou\models\*.*" "C:\TF2\Maps\jump_manitou\Content\materials\jump_manitou\models\" /E /Y REM Models rmdir "C:\TF2\Maps\jump_manitou\Content\models\jump_manitou\props" /s /q xcopy "C:\Program Files (x86)\steam\steamapps\sourcemods\propper\models\jump_manitou\*.*" "C:\TF2\Maps\jump_manitou\Content\models\jump_manitou\" /E /Y
alexwnovak/TF2Maps
jump_manitou/map/SyncProps.bat
bat
mit
652
@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\LiveSource.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\LiveSource.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
macie/livesource
docs/make.bat
bat
mit
6,709
set HUBOT_SLACK_TOKEN= bin/hubot --adapter slack
JakeSiegers/TrickOrTreat
startBot.template.bat
bat
mit
48
npm publish ./dist
alenny/angular2-adal
scripts/npm-publish.cmd
bat
mit
18
"C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe" sign /f "App.pfx" -fd SHA256 /p apptest "App.appx"
Code-Inside/Samples
2016/WpfToUwpTestApp/WpfToUwpTestApp/_Scripts/3.SignTool.cmd
bat
mit
112
@echo off set REL_PATH=..\..\ set ABS_PATH= rem // Save current directory and change to target directory pushd %REL_PATH% rem // Save value of CD variable (current directory) set ABS_PATH=%CD% rem // Restore original directory popd "%ABS_PATH%\3rdParty\OpenCppCoverage\OpenCppCoverage.exe" --sources %ABS_PATH%\Libs\ -- %ABS_PATH%\Tools\Bin\Debug\UnitTestRunner.exe
Flourish-Team/Flourish
Tools/CodeCoverageChecker/VStudioCheckCodeCoverage_TestProject.bat
bat
mit
370
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 2> nul if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\BASC-WARC.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\BASC-WARC.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
bibanon/BASC-WARC
docs/make.bat
bat
cc0-1.0
7,250
@echo off if (%1)==() goto errore1 IF NOT EXIST %1 GOTO errore2 set filename=%~n1 set ext=%~x1 if %ext%==.flv set ext=.mp3 if %ext%==.mp4 set ext=.aac ffmpeg -i %1 -acodec copy -vn %filename%%ext% goto fine :errore1 echo Non e' stato specificato nessun file in ingresso goto fine :errore2 echo Il file '%1' non esiste :fine
gialloporpora/yellowpy
batch/ea.bat
bat
gpl-2.0
352
cmd_sound/pci/ac97/built-in.o := rm -f sound/pci/ac97/built-in.o; /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ar rcsD sound/pci/ac97/built-in.o
jashasweejena/VibeKernel
sound/pci/ac97/.built-in.o.cmd
bat
gpl-2.0
196
cmd_sound/core/init.o := arm-eabi-gcc -Wp,-MD,sound/core/.init.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(init)" -D"KBUILD_MODNAME=KBUILD_STR(snd)" -D"DEBUG_HASH=43" -D"DEBUG_HASH2=42" -c -o sound/core/init.o sound/core/init.c deps_sound/core/init.o := \ sound/core/init.c \ $(wildcard include/config/snd/mixer/oss.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/pm.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/sysfs/deprecated.h) \ $(wildcard include/config/snd/ossemul.h) \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/prove/rcu.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/preempt/notifiers.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/debug/mutexes.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/lockdep.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/numa.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/cgroup/sched.h) \ $(wildcard include/config/mm/owner.h) \ /data/repos/kernels/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /data/repos/kernels/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /data/repos/kernels/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ /data/repos/kernels/arch/arm/include/asm/posix_types.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include/stdarg.h \ include/linux/linkage.h \ /data/repos/kernels/arch/arm/include/asm/linkage.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /data/repos/kernels/arch/arm/include/asm/bitops.h \ /data/repos/kernels/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/irqflags.h \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /data/repos/kernels/arch/arm/include/asm/irqflags.h \ /data/repos/kernels/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /data/repos/kernels/arch/arm/include/asm/hwcap.h \ /data/repos/kernels/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /data/repos/kernels/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/repos/kernels/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/repos/kernels/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /data/repos/kernels/arch/arm/include/asm/div64.h \ include/linux/timex.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ /data/repos/kernels/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ /data/repos/kernels/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/repos/kernels/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/repos/kernels/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/emulate/domain/manager/v7.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /data/repos/kernels/arch/arm/include/asm/processor.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lock/stat.h) \ include/linux/rwlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /data/repos/kernels/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/param.h \ /data/repos/kernels/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ $(wildcard include/config/arch/msm/scorpionmp.h) \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/cpumask.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /data/repos/kernels/arch/arm/include/asm/string.h \ include/linux/errno.h \ /data/repos/kernels/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/nodemask.h \ $(wildcard include/config/highmem.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /data/repos/kernels/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /data/repos/kernels/arch/arm/include/asm/rwsem.h \ include/linux/completion.h \ include/linux/wait.h \ /data/repos/kernels/arch/arm/include/asm/current.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /data/repos/kernels/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /data/repos/kernels/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /data/repos/kernels/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/arch/msm/cortex/a5.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ $(wildcard include/config/arch/msm7x27.h) \ /data/repos/kernels/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ /data/repos/kernels/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /data/repos/kernels/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /data/repos/kernels/arch/arm/include/asm/smp.h \ arch/arm/mach-msm/include/mach/smp.h \ /data/repos/kernels/arch/arm/include/asm/hardware/gic.h \ include/linux/sem.h \ include/linux/ipc.h \ /data/repos/kernels/arch/arm/include/asm/ipcbuf.h \ /data/repos/kernels/arch/arm/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /data/repos/kernels/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /data/repos/kernels/arch/arm/include/asm/sigcontext.h \ /data/repos/kernels/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /data/repos/kernels/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/mutex.h \ include/linux/srcu.h \ /data/repos/kernels/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /data/repos/kernels/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ $(wildcard include/config/sysfs.h) \ include/linux/kref.h \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/file.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/debug/vm.h) \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.h) \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/linux/ctype.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ include/sound/core.h \ $(wildcard include/config/snd/dynamic/minors.h) \ $(wildcard include/config/snd/major.h) \ $(wildcard include/config/pci.h) \ $(wildcard include/config/isa/dma/api.h) \ $(wildcard include/config/snd/debug.h) \ $(wildcard include/config/snd/verbose/printk.h) \ $(wildcard include/config/snd/debug/verbose.h) \ $(wildcard include/config/gameport.h) \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/stat.h \ /data/repos/kernels/arch/arm/include/asm/stat.h \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /data/repos/kernels/arch/arm/include/asm/elf.h \ /data/repos/kernels/arch/arm/include/asm/user.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ /data/repos/kernels/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ /data/repos/kernels/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ include/sound/control.h \ include/sound/asound.h \ include/linux/ioctl.h \ /data/repos/kernels/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/sound/info.h \ include/linux/poll.h \ /data/repos/kernels/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /data/repos/kernels/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ /data/repos/kernels/arch/arm/include/asm/uaccess.h \ /data/repos/kernels/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ sound/core/init.o: $(deps_sound/core/init.o) $(deps_sound/core/init.o):
bigbiff/i717-GB-Kernel
sound/core/.init.o.cmd
bat
gpl-2.0
24,138
cmd_arch/arm/mm/abort-ev5tj.o := arm-arago-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev5tj.o.d -nostdinc -isystem /home/shyam/calixto/ti-sdk-am335x-evm/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/include -I/home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -include asm/unified.h -msoft-float -c -o arch/arm/mm/abort-ev5tj.o arch/arm/mm/abort-ev5tj.S deps_arch/arm/mm/abort-ev5tj.o := \ arch/arm/mm/abort-ev5tj.S \ /home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/linkage.h \ /home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/shyam/calixto/Git_Controlled_Kernel/linux-2.6.37-calixto-versa-evm-v1/arch/arm/include/asm/hwcap.h \ arch/arm/mm/abort-macro.S \ arch/arm/mm/abort-ev5tj.o: $(deps_arch/arm/mm/abort-ev5tj.o) $(deps_arch/arm/mm/abort-ev5tj.o):
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
arch/arm/mm/.abort-ev5tj.o.cmd
bat
gpl-2.0
2,054