code
stringlengths
3
1.03M
repo_name
stringlengths
5
84
path
stringlengths
4
233
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
3
1.03M
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S02_ProcessServerSideRulesOtherthanOOF.MSOXORULE_S02_TC03_ServerExecuteRule_Action_OP_REPLY_ActionFlavor_NS /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORULE\MS-OXORULE.testsettings /unique pause
OfficeDev/Interop-TestSuites
ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S02_TC03_ServerExecuteRule_Action_OP_REPLY_ActionFlavor_NS.cmd
bat
mit
352
if errorlevel 1 type nul if not exist dup\nul mkdir dup if errorlevel 1 exit /b if not errorlevel 1 copy /y ..\*.bdf if not errorlevel 1 make -B -j4 terminus.fon if not errorlevel 1 move /y terminus.fon terminus.bak if not errorlevel 1 call :difftofcp ao2 if not errorlevel 1 call :difftofcp dv1 if not errorlevel 1 call :difftofcp ge2 if not errorlevel 1 call :difftofcp gq2 if not errorlevel 1 call :difftofcp ij1 if not errorlevel 1 copy /y ..\dup\xos4-2.dup dup if not errorlevel 1 call :difftofcp ka2 if not errorlevel 1 call :difftofcp ll2 if not errorlevel 1 call :difftofcp td1 if not errorlevel 1 call :difftofcp hi2 if not errorlevel 1 move /y terminus.fon terminus.bak if not errorlevel 1 patch --binary -p1 < ..\alt\hi2.diff if not errorlevel 1 call :difftofcp hi2-dv1 if not errorlevel 1 patch --binary -p1 < ..\alt\hi2.diff if not errorlevel 1 copy /y ..\dup\xos4-2.dup dup if not errorlevel 1 call :difftofcp hi2-ka2 if not errorlevel 1 make -B -j4 terminus.fon if not errorlevel 1 make fcpw.exe if not errorlevel 1 del /q *.bdf *.fnt terminus.bak ter-font.o exit /b :difftofcp if not errorlevel 1 patch --binary -p1 < ..\alt\%1.diff if not errorlevel 1 make -B -j4 fnt if not errorlevel 1 make terminus.fon if not errorlevel 1 fc /b terminus.bak terminus.fon > %1.txt rem fc sets errorlevel 1 on differences if not errorlevel 2 copy /y ..\*.bdf
danrharms/harmsway
repos/fonts/terminus-font-4.46/win32/build.cmd
bat
mit
1,410
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S05_ManageMeetingItems.MSOXWSCORE_S05_TC06_UpdateMeetingItemFailed /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S05_TC06_UpdateMeetingItemFailed.cmd
bat
mit
316
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=piqueserver if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
feikname/spades-server
doc/make.bat
bat
gpl-3.0
779
set INCLUDEPATH="%WindowsSdkDir%\Include\%WindowsSDKVersion%\um" fxc i420.hlsl /nologo /T lib_4_0_level_9_3_ps_only /D D2D_FUNCTION /D D2D_ENTRY=main /Fl i420.fxlib /I %INCLUDEPATH% fxc i420.hlsl /nologo /T ps_4_0_level_9_3 /D D2D_FULL_SHADER /D D2D_ENTRY=main /E main /setprivate i420.fxlib /Fo:i420.bin /I %INCLUDEPATH%
rabiet/Unigram
Unigram/Unigram/Assets/i420.bat
bat
gpl-3.0
322
rem copies files into the lib folders and bin folders based on standard build rem assumes wxWidgets is installed in the ../wxWidgets folder relative to the root xlights folder rem 64 bit rem wxWidgets copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31u.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31ud.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31u_net.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31ud_net.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31u_xml.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31ud_xml.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxexpat.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxexpatd.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxjpeg.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxjpegd.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31u_aui.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31ud_aui.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31u_core.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31ud_core.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31u_gl.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31ud_gl.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31u_html.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31ud_html.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31u_media.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31ud_media.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31u_qa.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxmsw31ud_qa.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxpng.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxpngd.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxregexu.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxregexud.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxscintilla.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxscintillad.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxtiff.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxtiffd.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxzlib.lib .\windows64 copy ..\..\wxWidgets\lib\vc_x64_lib\wxzlibd.lib .\windows64 goto skip64_gcc_wx copy ..\..\wxWidgets\lib\gcc_dll\libwxbase31u.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxbase31u_net.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxbase31u_xml.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxexpat.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxjpeg.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_aui.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_core.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_gl.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_html.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_propgrid.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_qa.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxpng.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxregexu.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxscintilla.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxtiff.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\libwxzlib.a .\windows64 copy ..\..\wxWidgets\lib\gcc_dll\wxbase314u_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxbase314u_net_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxbase314u_xml_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_aui_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_core_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_gl_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_html_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_propgrid_gcc_custom.dll ..\bin64 copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_qa_gcc_custom.dll ..\bin64 :skip64_gcc_wx rem 32 bit rem wxWidgets copy ..\..\wxWidgets\lib\vc_lib\wxbase31u.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxbase31ud.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxbase31u_net.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxbase31ud_net.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxbase31u_xml.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxbase31ud_xml.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxexpat.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxexpatd.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxjpeg.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxjpegd.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31u_aui.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31ud_aui.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31u_core.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31ud_core.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31u_gl.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31ud_gl.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31u_html.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31ud_html.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31u_media.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31ud_media.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31u_qa.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxmsw31ud_qa.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxpng.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxpngd.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxregexu.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxregexud.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxscintilla.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxscintillad.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxtiff.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxtiffd.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxzlib.lib .\windows copy ..\..\wxWidgets\lib\vc_lib\wxzlibd.lib .\windows goto skip32_gcc_wx copy ..\..\wxWidgets\lib\gcc_dll\libwxbase31u.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxbase31u_net.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxbase31u_xml.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxexpat.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxjpeg.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_aui.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_core.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_gl.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_html.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_propgrid.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxmsw31u_qa.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxpng.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxregexu.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxscintilla.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxtiff.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\libwxzlib.a .\windows copy ..\..\wxWidgets\lib\gcc_dll\wxbase314u_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxbase314u_net_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxbase314u_xml_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_aui_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_core_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_gl_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_html_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_propgrid_gcc_custom.dll ..\bin copy ..\..\wxWidgets\lib\gcc_dll\wxmsw314u_qa_gcc_custom.dll ..\bin :skip32_gcc_wx pause
smeighan/xLights
lib/CopyDLLLIBFromDependentProjects.cmd
bat
gpl-3.0
7,367
@ECHO OFF ECHO. REM Only the filename set filename=%~n1 set filepath=%~dp1 set mayaFilename=%~nx1 set mayaFilenamePath=%~f1 set stripped=%mayaFilename:.mb=% set daeFilename=%filename%.nextgen.dae set daeFilenamePath=%filepath%%daeFilename% ECHO Creating %daeFilename% file from %mayaFilename%... CALL COLLADAMaya.exe %mayaFilenamePath% %daeFilenamePath% IF ERRORLEVEL 1 GOTO error1 CALL coherencytest.exe %daeFilenamePath% IF ERRORLEVEL 1 GOTO error2 ECHO Coherencytest on %daeFilename% successful. GOTO end :error1 ECHO. ECHO Something went wrong on creating %daeFilename% file from %mayaFilename%. GOTO end :error2 ECHO. ECHO Something went wrong with coherencytest on %daeFilename% file. GOTO end :end
AsherBond/MondocosmOS
opencollada/COLLADAMaya/testsuite/testFile.bat
bat
agpl-3.0
751
call mvn clean p2:site REM start mvn jetty:start pause
AndrewKhitrin/dbeaver
product/localRepository/startRepository.cmd
bat
apache-2.0
56
SET _TARGET=%1 IF [%1] == [] (SET _TARGET="Make") SET _CONFIG=%2 IF [%2] == [] (SET _CONFIG="Release") SET _PLATFORM=%3 IF [%3] == [] (SET _PLATFORM="Win32") SET BUILDTARGET="/t:%_TARGET%" SET BUILDCONFIG="/p:config=%_CONFIG%" SET BUILDPLATFORM="/p:platform=%_PLATFORM%" ECHO Compile... @ECHO OFF msbuild Framework\WiRL.Tests.Framework.dproj %BUILDTARGET% %BUILDCONFIG% %BUILDPLATFORM% /property:DCC_Define=CI >nul IF %ERRORLEVEL% NEQ 0 ( ECHO =========================================== ECHO === WiRL Tests Failed to Compile === ECHO =========================================== EXIT /B 1 ) ELSE ( Framework\%_PLATFORM%\%_CONFIG%\WiRL.Tests.Framework.exe )
lminuti/MARS
Tests/WiRL.Tests.Build.Common.bat
bat
mpl-2.0
693
@REM @REM Copyright (C) 2009-2013 FoundationDB, LLC @REM @REM This program is free software: you can redistribute it and/or modify @REM it under the terms of the GNU Affero General Public License as published by @REM the Free Software Foundation, either version 3 of the License, or @REM (at your option) any later version. @REM @REM This program is distributed in the hope that it will be useful, @REM but WITHOUT ANY WARRANTY; without even the implied warranty of @REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @REM GNU Affero General Public License for more details. @REM @REM You should have received a copy of the GNU Affero General Public License @REM along with this program. If not, see <http://www.gnu.org/licenses/>. @REM @echo off setlocal for %%f in (%~dp0..\..\..\target) do set TARGET=%%~dpnf for %%f in (%TARGET%\fdb-sql-layer-*.*.*-SNAPSHOT.jar) do set BASEJAR=%%~dpnf java -cp %BASEJAR%.jar;%BASEJAR%-tests.jar;%TARGET%\dependency\* com.foundationdb.sql.test.SQLClient %* endlocal
AydinSakar/sql-layer
src/test/bin/fdbsqlclient.cmd
bat
agpl-3.0
1,020
echo {> config.json echo "api": "api.%DOMAIN%",>> config.json echo "apps_domain": "%DOMAIN%",>> config.json echo "admin_user": "%ADMIN_USER%",>> config.json echo "admin_password": "%ADMIN_PASSWORD%",>> config.json echo "skip_ssl_validation": true,>> config.json echo "persistent_app_host": "persistent-app-win64",>> config.json echo "default_timeout": 120,>> config.json echo "cf_push_timeout": 210,>> config.json echo "long_curl_timeout": 210,>> config.json echo "broker_start_timeout": 330,>> config.json echo "use_http": false,>> config.json echo "include_v3": false>> config.json echo }>> config.json
jabley/cf-metrics
vendor/src/code.cloudfoundry.org/cli/ci/cli/tasks/create-cats-config.bat
bat
mit
605
@echo off if NOT DEFINED JAVA_HOME goto javahome if "%JAVA_HOME%" == "" goto javahome if "%1" == "" goto projecthelp :build SETLOCAL set CLASSPATH=compile\lib\ant-launcher.jar;%CLASSPATH% echo %CLASSPATH% cd .. "%JAVA_HOME%\bin\java" "-Dant.home=compile" "-Dant.library.dir=compile/lib" -Xmx512000000 org.apache.tools.ant.launch.Launcher -buildfile compile/build.xml %* %WHEN_NO_ARGS% ENDLOCAL goto end :projecthelp set WHEN_NO_ARGS="-projecthelp" goto build :javahome echo. echo The enviroment variable JAVA_HOME must be set to the current jdk echo distribution installed on your computer. echo Use echo set JAVA_HOME=<the directory where is the JDK> goto end :end set WHEN_NO_ARGS=
PaulKh/scale-proactive
compile/build.bat
bat
agpl-3.0
699
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem ## @rem Gradle startup script for Windows ## @rem ## @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal @rem Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together. @rem set GRADLE_OPTS=%GRADLE_OPTS% -Xmx512m @rem set JAVA_OPTS=%JAVA_OPTS% -Xmx512m set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=.\ @rem Find java.exe set JAVA_EXE=java.exe if not defined JAVA_HOME goto init set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto init echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. echo. goto end :init @rem Get command-line arguments, handling Windowz variants if not "%OS%" == "Windows_NT" goto win9xME_args if "%eval[2+2]" == "4" goto 4NT_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= set _SKIP=2 :win9xME_args_slurp if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* goto execute :4NT_args @rem Get arguments from the 4NT Shell from JP Software set CMD_LINE_ARGS=%$ :execute @rem Setup the command line set STARTER_MAIN_CLASS=org.gradle.wrapper.GradleWrapperMain set CLASSPATH=%DIRNAME%\gradle\wrapper\gradle-wrapper.jar set WRAPPER_PROPERTIES=%DIRNAME%\gradle\wrapper\gradle-wrapper.properties set GRADLE_OPTS=%JAVA_OPTS% %GRADLE_OPTS% -Dorg.gradle.wrapper.properties="%WRAPPER_PROPERTIES%" @rem Execute Gradle "%JAVA_EXE%" %GRADLE_OPTS% -classpath "%CLASSPATH%" %STARTER_MAIN_CLASS% %CMD_LINE_ARGS% :end @rem End local scope for the variables with windows NT shell if "%ERRORLEVEL%"=="0" goto mainEnd if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! if not "" == "%GRADLE_EXIT_CONSOLE%" exit "%ERRORLEVEL%" exit /b "%ERRORLEVEL%" :mainEnd if "%OS%"=="Windows_NT" endlocal :omega
aantono/gradle-plugin-protobuf
testProject/gradlew.bat
bat
bsd-3-clause
2,488
java -cp MemTest.jar MemTest pause
freecores/usb_fpga_2_13
examples/usb-fpga-2.04/2.04b/memtest/memtest.bat
bat
gpl-3.0
36
@echo off if exist ..\..\bin\Debug\data\opencl ( rmdir /Q /S ..\..\bin\Debug\data\opencl ) if exist ..\..\bin\Release\data\opencl ( rmdir /Q /S ..\..\bin\Release\data\opencl ) if exist ..\..\bin\Debug\data ( mklink /D ..\..\bin\Debug\data\opencl ..\..\..\data\opencl ) if exist ..\..\bin\Release\data ( mklink /D ..\..\bin\Release\data\opencl ..\..\..\data\opencl )
mikoro/raycer
platform/windows/symlink-opencl.bat
bat
mit
378
@echo off setlocal call "%%~dp0__init__\__init__.bat" || exit /b "%CALLF_EXE_PATH%" /reopen-stdin "%TEST_CALLF_REF_INPUT_FILE_0%" . pause
andry81/contools
Utilities/tests/manual/contools/callf/07-test--01-print_file.bat
bat
mit
151
cd "C:\Users\eric\projects\navigation-app" gulp watch
ericedgar/GuessTheGuitarSolo
aurelia.bat
bat
mit
53
@echo off cd /d "%~dp0" if exist "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ( echo. echo Using Visual Studio 2022 Build Tools echo. set "root_path=%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ) else if exist "%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise" ( echo. echo Using Visual Studio 2022 Enterprise echo. set "root_path=%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise" ) else if exist "%ProgramFiles%\Microsoft Visual Studio\2022\Professional" ( echo. echo Using Visual Studio 2022 Professional echo. set "root_path=%ProgramFiles%\Microsoft Visual Studio\2022\Professional" ) else if exist "%ProgramFiles%\Microsoft Visual Studio\2022\Community" ( echo. echo Using Visual Studio 2022 Community echo. set "root_path=%ProgramFiles%\Microsoft Visual Studio\2022\Community" ) else ( echo Could not find an installed version of Visual Studio 2022 or Build Tools exit ) set "msbuild_path=%root_path%\MSBuild\Current\Bin\amd64\MSBuild.exe" "%msbuild_path%" linq2db.sln /p:Configuration=Release /t:Restore;Rebuild /v:m "%msbuild_path%" linq2db.sln /p:Configuration=Debug /t:Restore;Rebuild /v:m "%msbuild_path%" linq2db.sln /p:Configuration=Azure /t:Restore;Rebuild /v:m
linq2db/linq2db
Build.cmd
bat
mit
1,300
SET configuration=Release SET out=C:\Publish call dotnet pack -c %configuration% -o "%out%/EdjCase.JsonRpc.Router.Swagger"
edjCase/JsonRpc
src/EdjCase.JsonRpc.Router.Swagger/Publish.cmd
bat
mit
123
if "%VSINSTALLDIR%" NEQ "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\" call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set vmAspectsVersion=1.5.0 cd %~dp0.. del *.nupkg del /q bin\pack NuGet Update -self if /i .%1. EQU .. ( set Configuration=Release set suffix= ) else ( set Configuration=Debug set suffix=%1 ) rem ------- .NET 4.6.2 ------- set FrameworkVersion=4.6.2 set commonBuildOptions=/t:Rebuild /p:Configuration=%Configuration% /p:TargetFrameworkVersion=v%FrameworkVersion% /p:OutDir=bin\pack%FrameworkVersion% /m del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.csproj %commonBuildOptions% if errorlevel 1 goto exit cd Model del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Model.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\Parsers del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Parsers.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\FtpTransfer del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.FtpTransfer.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\Wcf del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Wcf.csproj %commonBuildOptions% if errorlevel 1 goto exit cd .. rem ------- .NET 4.7.1 ------- set FrameworkVersion=4.7.1 set commonBuildOptions=/t:Rebuild /p:Configuration=%Configuration% /p:TargetFrameworkVersion=v%FrameworkVersion% /p:OutDir=bin\pack%FrameworkVersion% /m del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.csproj %commonBuildOptions% if errorlevel 1 goto exit cd Model del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Model.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\Parsers del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Parsers.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\FtpTransfer del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.FtpTransfer.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\Wcf del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Wcf.csproj %commonBuildOptions% if errorlevel 1 goto exit cd .. rem ------- .NET 4.7.2 ------- set FrameworkVersion=4.7.2 set commonBuildOptions=/t:Rebuild /p:Configuration=%Configuration% /p:TargetFrameworkVersion=v%FrameworkVersion% /p:OutDir=bin\pack%FrameworkVersion% /m del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.csproj %commonBuildOptions% if errorlevel 1 goto exit cd Model del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Model.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\Parsers del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Parsers.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\FtpTransfer del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.FtpTransfer.csproj %commonBuildOptions% if errorlevel 1 goto exit cd ..\Wcf del /q bin\pack%FrameworkVersion% if not exist obj md obj copy /y project.assets.json obj msbuild vm.Aspects.Wcf.csproj %commonBuildOptions% if errorlevel 1 goto exit cd .. rem ------- Package ------- if /i .%suffix%. EQU .. ( NuGet Pack NuGet\vm.Aspects.nuspec -version %vmAspectsVersion% -Prop Configuration=%Configuration% ) else ( NuGet Pack NuGet\vm.Aspects.nuspec -version %vmAspectsVersion% -suffix %suffix% -Prop Configuration=%Configuration% ) if /i .%suffix%. EQU .. ( NuGet Pack NuGet\vm.Aspects.symbols.nuspec -version %vmAspectsVersion% -Prop Configuration=%Configuration% -symbols ) else ( NuGet Pack NuGet\vm.Aspects.symbols.nuspec -version %vmAspectsVersion% -suffix %suffix% -Prop Configuration=%Configuration% -symbols ) if /i .%suffix%. NEQ .. ren vm.Aspects.%vmAspectsVersion%.symbols.nupkg vm.Aspects.%vmAspectsVersion%-%suffix%.symbols.nupkg if errorlevel 1 goto exit if not exist c:\NuGet md c:\NuGet copy /y *.nupkg c:\NuGet rem ------- Upload to NuGet.org ------- @echo Press any key to push to NuGet.org... > con: @pause > nul: if /i .%suffix%. EQU .. ( NuGet Push vm.Aspects.%vmAspectsVersion%.nupkg -source https://www.nuget.org ) else ( NuGet Push vm.Aspects.%vmAspectsVersion%-%suffix%.nupkg -source https://www.nuget.org ) :exit cd nuget pause
vmelamed/vm
Aspects/NuGet/PublishAspects.cmd
bat
mit
4,849
xcopy ..\..\source\ServiceProxy.Zmq_old\bin\Release\ServiceProxy.Zmq.dll lib\net45\ /y NuGet.exe pack ServiceProxy.Zmq.nuspec -exclude *.cmd -OutputDirectory ..\
mfelicio/ServiceProxy
nuget/ServiceProxy.Zmq_old/pack.cmd
bat
mit
162
del test\01-* pause java YUIHelper ./test 01- pause
njflabs/evenflow
boil/tools/yuicompressor4/run-test.bat
bat
mit
52
@echo off setlocal set EXEC_DIR=Release set EXEC=MIECCompiler.exe set /a CNT=0 set /a NRTESTS=0 for /f %%a IN ('dir /b tests\*.iex') do ( echo # starting test tests\%%a %EXEC_DIR%\%EXEC% -regcount 32 -execute tests\%%a IF ERRORLEVEL 0 ( set /a CNT+=1 ) set /a NRTESTS+=1 ) echo %CNT% of %NRTESTS% test cases executed successully echo. :choice set /P c=Display execution results [Y/N]? if /I "%c%" EQU "Y" goto :printresults if /I "%c%" EQU "N" goto :leave goto :choice :printresults echo. echo =============================== echo Execution results: echo =============================== echo. for /f %%a IN ('dir /b tests\*.iex.run.log') do ( echo Results for %%a echo ============================================= type tests\%%a echo ============================================= echo. ) :leave :sanity set /P c=Sanity check of execution output [Y/N]? if /I "%c%" EQU "Y" goto :printsanityresults if /I "%c%" EQU "N" goto :outputlblit goto :sanity :printsanityresults echo. echo =============================== echo Sanity check: echo =============================== call _4-SanityCheck.bat :outputlblit pause endlocal
rknoll/MIEC-Compiler
_3-RunAllTests.bat
bat
mit
1,150
consul.exe agent -config-file ../server.json
munHunger/ScraperServer
consul/windows/runServer.bat
bat
mit
44
cmd_arch/arm/lib/io-writesw-armv4.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/home/xfile/myProject/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c2410/include -Iarch/arm/mach-s3c2400/include -Iarch/arm/mach-s3c2412/include -Iarch/arm/mach-s3c2440/include -Iarch/arm/mach-s3c2442/include -Iarch/arm/mach-s3c2443/include -Iarch/arm/plat-s3c24xx/include -Iarch/arm/plat-s3c/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=4 -march=armv4t -mtune=arm9tdmi -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-writesw-armv4.o arch/arm/lib/io-writesw-armv4.S deps_arch/arm/lib/io-writesw-armv4.o := \ arch/arm/lib/io-writesw-armv4.S \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/linkage.h \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/xfile/myProject/linux-2.6.32.2/arch/arm/include/asm/hwcap.h \ arch/arm/lib/io-writesw-armv4.o: $(deps_arch/arm/lib/io-writesw-armv4.o) $(deps_arch/arm/lib/io-writesw-armv4.o):
beebingoo/linux-2.6.32.2
arch/arm/lib/.io-writesw-armv4.o.cmd
bat
gpl-2.0
1,985
cmd_libbb/appletlib.o := gcc -Wp,-MD,libbb/.appletlib.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -Os -march=i386 -mpreferred-stack-boundary=2 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(appletlib)" -D"KBUILD_MODNAME=KBUILD_STR(appletlib)" -c -o libbb/appletlib.o libbb/appletlib.c deps_libbb/appletlib.o := \ libbb/appletlib.c \ $(wildcard include/config/feature/individual.h) \ $(wildcard include/config/show/usage.h) \ $(wildcard include/config/feature/compress/usage.h) \ $(wildcard include/config/feature/clean/up.h) \ $(wildcard include/config/locale/support.h) \ $(wildcard include/config/test.h) \ $(wildcard include/config/feature/suid.h) \ $(wildcard include/config/feature/suid/config.h) \ $(wildcard include/config/feature/suid/config/quiet.h) \ $(wildcard include/config/feature/installer.h) \ $(wildcard include/config/install/no/usr.h) \ $(wildcard include/config/feature/autowidth.h) \ $(wildcard include/config/build/libbusybox.h) \ include/busybox.h \ $(wildcard include/config/feature/prefer/applets.h) \ $(wildcard include/config/feature/shared/busybox.h) \ include/libbb.h \ $(wildcard include/config/feature/shadowpasswds.h) \ $(wildcard include/config/use/bb/shadow.h) \ $(wildcard include/config/selinux.h) \ $(wildcard include/config/feature/utmp.h) \ $(wildcard include/config/use/bb/pwd/grp.h) \ $(wildcard include/config/lfs.h) \ $(wildcard include/config/feature/buffers/go/on/stack.h) \ $(wildcard include/config/feature/buffers/go/in/bss.h) \ $(wildcard include/config/feature/ipv6.h) \ $(wildcard include/config/feature/seamless/xz.h) \ $(wildcard include/config/feature/seamless/lzma.h) \ $(wildcard include/config/feature/seamless/bz2.h) \ $(wildcard include/config/feature/seamless/gz.h) \ $(wildcard include/config/feature/seamless/z.h) \ $(wildcard include/config/feature/check/names.h) \ $(wildcard include/config/long/opts.h) \ $(wildcard include/config/feature/getopt/long.h) \ $(wildcard include/config/feature/pidfile.h) \ $(wildcard include/config/feature/syslog.h) \ $(wildcard include/config/echo.h) \ $(wildcard include/config/printf.h) \ $(wildcard include/config/kill.h) \ $(wildcard include/config/chown.h) \ $(wildcard include/config/ls.h) \ $(wildcard include/config/xxx.h) \ $(wildcard include/config/route.h) \ $(wildcard include/config/feature/hwib.h) \ $(wildcard include/config/desktop.h) \ $(wildcard include/config/feature/crond/d.h) \ $(wildcard include/config/use/bb/crypt.h) \ $(wildcard include/config/feature/adduser/to/group.h) \ $(wildcard include/config/feature/del/user/from/group.h) \ $(wildcard include/config/ioctl/hex2str/error.h) \ $(wildcard include/config/feature/editing.h) \ $(wildcard include/config/feature/editing/history.h) \ $(wildcard include/config/feature/editing/savehistory.h) \ $(wildcard include/config/feature/tab/completion.h) \ $(wildcard include/config/feature/username/completion.h) \ $(wildcard include/config/feature/editing/vi.h) \ $(wildcard include/config/feature/editing/save/on/exit.h) \ $(wildcard include/config/pmap.h) \ $(wildcard include/config/feature/show/threads.h) \ $(wildcard include/config/feature/ps/additional/columns.h) \ $(wildcard include/config/feature/topmem.h) \ $(wildcard include/config/feature/top/smp/process.h) \ $(wildcard include/config/killall.h) \ $(wildcard include/config/pgrep.h) \ $(wildcard include/config/pkill.h) \ $(wildcard include/config/pidof.h) \ $(wildcard include/config/sestatus.h) \ $(wildcard include/config/unicode/support.h) \ $(wildcard include/config/feature/mtab/support.h) \ $(wildcard include/config/feature/devfs.h) \ include/platform.h \ $(wildcard include/config/werror.h) \ $(wildcard include/config/big/endian.h) \ $(wildcard include/config/little/endian.h) \ $(wildcard include/config/nommu.h) \ /usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/limits.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/features.h \ /usr/include/i386-linux-gnu/bits/predefs.h \ /usr/include/i386-linux-gnu/sys/cdefs.h \ /usr/include/i386-linux-gnu/bits/wordsize.h \ /usr/include/i386-linux-gnu/gnu/stubs.h \ /usr/include/i386-linux-gnu/gnu/stubs-32.h \ /usr/include/i386-linux-gnu/bits/posix1_lim.h \ /usr/include/i386-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/i386-linux-gnu/bits/posix2_lim.h \ /usr/include/i386-linux-gnu/bits/xopen_lim.h \ /usr/include/i386-linux-gnu/bits/stdio_lim.h \ /usr/include/byteswap.h \ /usr/include/i386-linux-gnu/bits/byteswap.h \ /usr/include/endian.h \ /usr/include/i386-linux-gnu/bits/endian.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdint.h \ /usr/include/stdint.h \ /usr/include/i386-linux-gnu/bits/wchar.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdbool.h \ /usr/include/unistd.h \ /usr/include/i386-linux-gnu/bits/posix_opt.h \ /usr/include/i386-linux-gnu/bits/environments.h \ /usr/include/i386-linux-gnu/bits/types.h \ /usr/include/i386-linux-gnu/bits/typesizes.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h \ /usr/include/i386-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/i386-linux-gnu/bits/unistd.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/dirent.h \ /usr/include/i386-linux-gnu/bits/dirent.h \ /usr/include/errno.h \ /usr/include/i386-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/i386-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/fcntl.h \ /usr/include/i386-linux-gnu/bits/fcntl.h \ /usr/include/i386-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/i386-linux-gnu/sys/select.h \ /usr/include/i386-linux-gnu/bits/select.h \ /usr/include/i386-linux-gnu/bits/sigset.h \ /usr/include/i386-linux-gnu/bits/time.h \ /usr/include/i386-linux-gnu/bits/select2.h \ /usr/include/i386-linux-gnu/sys/sysmacros.h \ /usr/include/i386-linux-gnu/bits/pthreadtypes.h \ /usr/include/i386-linux-gnu/bits/uio.h \ /usr/include/i386-linux-gnu/bits/stat.h \ /usr/include/i386-linux-gnu/bits/fcntl2.h \ /usr/include/inttypes.h \ /usr/include/netdb.h \ /usr/include/netinet/in.h \ /usr/include/i386-linux-gnu/sys/socket.h \ /usr/include/i386-linux-gnu/sys/uio.h \ /usr/include/i386-linux-gnu/bits/socket.h \ /usr/include/i386-linux-gnu/bits/sockaddr.h \ /usr/include/i386-linux-gnu/asm/socket.h \ /usr/include/asm-generic/socket.h \ /usr/include/i386-linux-gnu/asm/sockios.h \ /usr/include/asm-generic/sockios.h \ /usr/include/i386-linux-gnu/bits/socket2.h \ /usr/include/i386-linux-gnu/bits/in.h \ /usr/include/rpc/netdb.h \ /usr/include/i386-linux-gnu/bits/siginfo.h \ /usr/include/i386-linux-gnu/bits/netdb.h \ /usr/include/setjmp.h \ /usr/include/i386-linux-gnu/bits/setjmp.h \ /usr/include/i386-linux-gnu/bits/setjmp2.h \ /usr/include/signal.h \ /usr/include/i386-linux-gnu/bits/signum.h \ /usr/include/i386-linux-gnu/bits/sigaction.h \ /usr/include/i386-linux-gnu/bits/sigcontext.h \ /usr/include/i386-linux-gnu/asm/sigcontext.h \ /usr/include/linux/types.h \ /usr/include/i386-linux-gnu/asm/types.h \ /usr/include/asm-generic/types.h \ /usr/include/asm-generic/int-ll64.h \ /usr/include/i386-linux-gnu/asm/bitsperlong.h \ /usr/include/asm-generic/bitsperlong.h \ $(wildcard include/config/64bit.h) \ /usr/include/linux/posix_types.h \ /usr/include/linux/stddef.h \ /usr/include/i386-linux-gnu/asm/posix_types.h \ /usr/include/i386-linux-gnu/asm/posix_types_32.h \ /usr/include/i386-linux-gnu/bits/sigstack.h \ /usr/include/i386-linux-gnu/sys/ucontext.h \ /usr/include/i386-linux-gnu/bits/sigthread.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdarg.h \ /usr/include/i386-linux-gnu/bits/sys_errlist.h \ /usr/include/i386-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/i386-linux-gnu/bits/waitflags.h \ /usr/include/i386-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/i386-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/i386-linux-gnu/bits/string3.h \ /usr/include/libgen.h \ /usr/include/poll.h \ /usr/include/i386-linux-gnu/sys/poll.h \ /usr/include/i386-linux-gnu/bits/poll.h \ /usr/include/i386-linux-gnu/sys/ioctl.h \ /usr/include/i386-linux-gnu/bits/ioctls.h \ /usr/include/i386-linux-gnu/asm/ioctls.h \ /usr/include/asm-generic/ioctls.h \ /usr/include/linux/ioctl.h \ /usr/include/i386-linux-gnu/asm/ioctl.h \ /usr/include/asm-generic/ioctl.h \ /usr/include/i386-linux-gnu/bits/ioctl-types.h \ /usr/include/i386-linux-gnu/sys/ttydefaults.h \ /usr/include/i386-linux-gnu/sys/mman.h \ /usr/include/i386-linux-gnu/bits/mman.h \ /usr/include/i386-linux-gnu/sys/stat.h \ /usr/include/i386-linux-gnu/sys/time.h \ /usr/include/i386-linux-gnu/sys/wait.h \ /usr/include/i386-linux-gnu/sys/resource.h \ /usr/include/i386-linux-gnu/bits/resource.h \ /usr/include/termios.h \ /usr/include/i386-linux-gnu/bits/termios.h \ /usr/include/i386-linux-gnu/bits/timex.h \ /usr/include/i386-linux-gnu/sys/param.h \ /usr/include/linux/param.h \ /usr/include/i386-linux-gnu/asm/param.h \ /usr/include/asm-generic/param.h \ /usr/include/pwd.h \ /usr/include/grp.h \ /usr/include/mntent.h \ /usr/include/paths.h \ /usr/include/i386-linux-gnu/sys/statfs.h \ /usr/include/i386-linux-gnu/bits/statfs.h \ /usr/include/utmp.h \ /usr/include/i386-linux-gnu/bits/utmp.h \ /usr/include/arpa/inet.h \ include/xatonum.h \ include/applet_metadata.h \ /usr/include/malloc.h \ include/applets.h \ $(wildcard include/config/feature/verbose/usage.h) \ $(wildcard include/config/ar.h) \ $(wildcard include/config/uncompress.h) \ $(wildcard include/config/gunzip.h) \ $(wildcard include/config/bunzip2.h) \ $(wildcard include/config/unlzma.h) \ $(wildcard include/config/lzma.h) \ $(wildcard include/config/unxz.h) \ $(wildcard include/config/xz.h) \ $(wildcard include/config/bzip2.h) \ $(wildcard include/config/cpio.h) \ $(wildcard include/config/dpkg.h) \ $(wildcard include/config/dpkg/deb.h) \ $(wildcard include/config/gzip.h) \ $(wildcard include/config/lzop.h) \ $(wildcard include/config/rpm.h) \ $(wildcard include/config/rpm2cpio.h) \ $(wildcard include/config/tar.h) \ $(wildcard include/config/unzip.h) \ $(wildcard include/config/date.h) \ $(wildcard include/config/hostid.h) \ $(wildcard include/config/groups.h) \ $(wildcard include/config/id.h) \ $(wildcard include/config/touch.h) \ $(wildcard include/config/base64.h) \ $(wildcard include/config/users.h) \ $(wildcard include/config/who.h) \ $(wildcard include/config/awk.h) \ $(wildcard include/config/cmp.h) \ $(wildcard include/config/diff.h) \ $(wildcard include/config/ed.h) \ $(wildcard include/config/patch.h) \ $(wildcard include/config/sed.h) \ $(wildcard include/config/vi.h) \ $(wildcard include/config/find.h) \ $(wildcard include/config/grep.h) \ $(wildcard include/config/feature/grep/egrep/alias.h) \ $(wildcard include/config/feature/grep/fgrep/alias.h) \ $(wildcard include/config/xargs.h) \ $(wildcard include/config/bootchartd.h) \ $(wildcard include/config/halt.h) \ $(wildcard include/config/init.h) \ $(wildcard include/config/feature/initrd.h) \ $(wildcard include/config/mesg.h) \ $(wildcard include/config/add/shell.h) \ $(wildcard include/config/remove/shell.h) \ $(wildcard include/config/conspy.h) \ $(wildcard include/config/nandwrite.h) \ $(wildcard include/config/nanddump.h) \ $(wildcard include/config/rfkill.h) \ $(wildcard include/config/setserial.h) \ $(wildcard include/config/ubiattach.h) \ $(wildcard include/config/ubidetach.h) \ $(wildcard include/config/ubimkvol.h) \ $(wildcard include/config/ubirmvol.h) \ $(wildcard include/config/ubirsvol.h) \ $(wildcard include/config/ubiupdatevol.h) \ $(wildcard include/config/wall.h) \ $(wildcard include/config/depmod.h) \ $(wildcard include/config/insmod.h) \ $(wildcard include/config/lsmod.h) \ $(wildcard include/config/modinfo.h) \ $(wildcard include/config/modprobe/small.h) \ $(wildcard include/config/modprobe.h) \ $(wildcard include/config/rmmod.h) \ $(wildcard include/config/nbdclient.h) \ $(wildcard include/config/ping.h) \ $(wildcard include/config/ping6.h) \ $(wildcard include/config/whois.h) \ $(wildcard include/config/iostat.h) \ $(wildcard include/config/lsof.h) \ $(wildcard include/config/mpstat.h) \ $(wildcard include/config/nmeter.h) \ $(wildcard include/config/powertop.h) \ $(wildcard include/config/pstree.h) \ $(wildcard include/config/pwdx.h) \ $(wildcard include/config/smemcap.h) \ $(wildcard include/config/ash.h) \ $(wildcard include/config/feature/sh/is/ash.h) \ $(wildcard include/config/feature/bash/is/ash.h) \ $(wildcard include/config/cttyhack.h) \ $(wildcard include/config/hush.h) \ $(wildcard include/config/msh.h) \ $(wildcard include/config/feature/sh/is/hush.h) \ $(wildcard include/config/feature/bash/is/hush.h) \ $(wildcard include/config/blockdev.h) \ $(wildcard include/config/fstrim.h) \ $(wildcard include/config/mdev.h) \ $(wildcard include/config/rev.h) \ $(wildcard include/config/udhcpc6.h) \ $(wildcard include/config/acpid.h) \ $(wildcard include/config/addgroup.h) \ $(wildcard include/config/adduser.h) \ $(wildcard include/config/adjtimex.h) \ $(wildcard include/config/arp.h) \ $(wildcard include/config/arping.h) \ $(wildcard include/config/basename.h) \ $(wildcard include/config/bbconfig.h) \ $(wildcard include/config/beep.h) \ $(wildcard include/config/blkid.h) \ $(wildcard include/config/brctl.h) \ $(wildcard include/config/cal.h) \ $(wildcard include/config/cat.h) \ $(wildcard include/config/catv.h) \ $(wildcard include/config/chat.h) \ $(wildcard include/config/chattr.h) \ $(wildcard include/config/chcon.h) \ $(wildcard include/config/chgrp.h) \ $(wildcard include/config/chmod.h) \ $(wildcard include/config/chpasswd.h) \ $(wildcard include/config/chpst.h) \ $(wildcard include/config/chroot.h) \ $(wildcard include/config/chrt.h) \ $(wildcard include/config/chvt.h) \ $(wildcard include/config/cksum.h) \ $(wildcard include/config/clear.h) \ $(wildcard include/config/comm.h) \ $(wildcard include/config/cp.h) \ $(wildcard include/config/crond.h) \ $(wildcard include/config/crontab.h) \ $(wildcard include/config/cryptpw.h) \ $(wildcard include/config/cut.h) \ $(wildcard include/config/dc.h) \ $(wildcard include/config/dd.h) \ $(wildcard include/config/deallocvt.h) \ $(wildcard include/config/delgroup.h) \ $(wildcard include/config/deluser.h) \ $(wildcard include/config/devfsd.h) \ $(wildcard include/config/devmem.h) \ $(wildcard include/config/df.h) \ $(wildcard include/config/dhcprelay.h) \ $(wildcard include/config/dirname.h) \ $(wildcard include/config/dmesg.h) \ $(wildcard include/config/dnsd.h) \ $(wildcard include/config/hostname.h) \ $(wildcard include/config/dos2unix.h) \ $(wildcard include/config/du.h) \ $(wildcard include/config/dumpkmap.h) \ $(wildcard include/config/dumpleases.h) \ $(wildcard include/config/e2fsck.h) \ $(wildcard include/config/e2label.h) \ $(wildcard include/config/eject.h) \ $(wildcard include/config/env.h) \ $(wildcard include/config/envdir.h) \ $(wildcard include/config/envuidgid.h) \ $(wildcard include/config/ether/wake.h) \ $(wildcard include/config/expand.h) \ $(wildcard include/config/expr.h) \ $(wildcard include/config/fakeidentd.h) \ $(wildcard include/config/false.h) \ $(wildcard include/config/fbset.h) \ $(wildcard include/config/fbsplash.h) \ $(wildcard include/config/fdflush.h) \ $(wildcard include/config/fdformat.h) \ $(wildcard include/config/fdisk.h) \ $(wildcard include/config/fgconsole.h) \ $(wildcard include/config/findfs.h) \ $(wildcard include/config/flash/eraseall.h) \ $(wildcard include/config/flash/lock.h) \ $(wildcard include/config/flash/unlock.h) \ $(wildcard include/config/flashcp.h) \ $(wildcard include/config/flock.h) \ $(wildcard include/config/fold.h) \ $(wildcard include/config/free.h) \ $(wildcard include/config/freeramdisk.h) \ $(wildcard include/config/fsck.h) \ $(wildcard include/config/fsck/minix.h) \ $(wildcard include/config/fsync.h) \ $(wildcard include/config/ftpd.h) \ $(wildcard include/config/ftpget.h) \ $(wildcard include/config/ftpput.h) \ $(wildcard include/config/fuser.h) \ $(wildcard include/config/getenforce.h) \ $(wildcard include/config/getopt.h) \ $(wildcard include/config/getsebool.h) \ $(wildcard include/config/getty.h) \ $(wildcard include/config/hd.h) \ $(wildcard include/config/hdparm.h) \ $(wildcard include/config/head.h) \ $(wildcard include/config/hexdump.h) \ $(wildcard include/config/httpd.h) \ $(wildcard include/config/hwclock.h) \ $(wildcard include/config/ifconfig.h) \ $(wildcard include/config/ifupdown.h) \ $(wildcard include/config/ifenslave.h) \ $(wildcard include/config/ifplugd.h) \ $(wildcard include/config/inetd.h) \ $(wildcard include/config/inotifyd.h) \ $(wildcard include/config/install.h) \ $(wildcard include/config/ionice.h) \ $(wildcard include/config/feature/ip/address.h) \ $(wildcard include/config/feature/ip/route.h) \ $(wildcard include/config/feature/ip/link.h) \ $(wildcard include/config/feature/ip/tunnel.h) \ $(wildcard include/config/feature/ip/rule.h) \ $(wildcard include/config/ip.h) \ $(wildcard include/config/ipaddr.h) \ $(wildcard include/config/ipcalc.h) \ $(wildcard include/config/ipcrm.h) \ $(wildcard include/config/ipcs.h) \ $(wildcard include/config/iplink.h) \ $(wildcard include/config/iproute.h) \ $(wildcard include/config/iprule.h) \ $(wildcard include/config/iptunnel.h) \ $(wildcard include/config/kbd/mode.h) \ $(wildcard include/config/killall5.h) \ $(wildcard include/config/klogd.h) \ $(wildcard include/config/last.h) \ $(wildcard include/config/length.h) \ $(wildcard include/config/less.h) \ $(wildcard include/config/setarch.h) \ $(wildcard include/config/ln.h) \ $(wildcard include/config/load/policy.h) \ $(wildcard include/config/loadfont.h) \ $(wildcard include/config/loadkmap.h) \ $(wildcard include/config/logger.h) \ $(wildcard include/config/login.h) \ $(wildcard include/config/logname.h) \ $(wildcard include/config/logread.h) \ $(wildcard include/config/losetup.h) \ $(wildcard include/config/lpd.h) \ $(wildcard include/config/lpq.h) \ $(wildcard include/config/lpr.h) \ $(wildcard include/config/lsattr.h) \ $(wildcard include/config/lspci.h) \ $(wildcard include/config/lsusb.h) \ $(wildcard include/config/makedevs.h) \ $(wildcard include/config/makemime.h) \ $(wildcard include/config/man.h) \ $(wildcard include/config/matchpathcon.h) \ $(wildcard include/config/md5sum.h) \ $(wildcard include/config/microcom.h) \ $(wildcard include/config/mkdir.h) \ $(wildcard include/config/mkfs/vfat.h) \ $(wildcard include/config/mkfs/ext2.h) \ $(wildcard include/config/mkfifo.h) \ $(wildcard include/config/mke2fs.h) \ $(wildcard include/config/mkfs/minix.h) \ $(wildcard include/config/mkfs/reiser.h) \ $(wildcard include/config/mknod.h) \ $(wildcard include/config/mkswap.h) \ $(wildcard include/config/mktemp.h) \ $(wildcard include/config/more.h) \ $(wildcard include/config/mount.h) \ $(wildcard include/config/mountpoint.h) \ $(wildcard include/config/mt.h) \ $(wildcard include/config/mv.h) \ $(wildcard include/config/nameif.h) \ $(wildcard include/config/nc.h) \ $(wildcard include/config/netstat.h) \ $(wildcard include/config/nice.h) \ $(wildcard include/config/nohup.h) \ $(wildcard include/config/nslookup.h) \ $(wildcard include/config/ntpd.h) \ $(wildcard include/config/od.h) \ $(wildcard include/config/openvt.h) \ $(wildcard include/config/parse.h) \ $(wildcard include/config/passwd.h) \ $(wildcard include/config/pipe/progress.h) \ $(wildcard include/config/pivot/root.h) \ $(wildcard include/config/popmaildir.h) \ $(wildcard include/config/printenv.h) \ $(wildcard include/config/ps.h) \ $(wildcard include/config/pscan.h) \ $(wildcard include/config/pwd.h) \ $(wildcard include/config/raidautorun.h) \ $(wildcard include/config/rdate.h) \ $(wildcard include/config/rdev.h) \ $(wildcard include/config/readahead.h) \ $(wildcard include/config/readlink.h) \ $(wildcard include/config/readprofile.h) \ $(wildcard include/config/realpath.h) \ $(wildcard include/config/reformime.h) \ $(wildcard include/config/renice.h) \ $(wildcard include/config/reset.h) \ $(wildcard include/config/resize.h) \ $(wildcard include/config/restorecon.h) \ $(wildcard include/config/rm.h) \ $(wildcard include/config/rmdir.h) \ $(wildcard include/config/rtcwake.h) \ $(wildcard include/config/run/parts.h) \ $(wildcard include/config/runcon.h) \ $(wildcard include/config/runlevel.h) \ $(wildcard include/config/runsv.h) \ $(wildcard include/config/runsvdir.h) \ $(wildcard include/config/rx.h) \ $(wildcard include/config/script.h) \ $(wildcard include/config/scriptreplay.h) \ $(wildcard include/config/selinuxenabled.h) \ $(wildcard include/config/sendmail.h) \ $(wildcard include/config/seq.h) \ $(wildcard include/config/setconsole.h) \ $(wildcard include/config/setenforce.h) \ $(wildcard include/config/setfiles.h) \ $(wildcard include/config/setfont.h) \ $(wildcard include/config/setkeycodes.h) \ $(wildcard include/config/setlogcons.h) \ $(wildcard include/config/setsebool.h) \ $(wildcard include/config/setsid.h) \ $(wildcard include/config/setuidgid.h) \ $(wildcard include/config/sha1sum.h) \ $(wildcard include/config/sha3sum.h) \ $(wildcard include/config/sha256sum.h) \ $(wildcard include/config/sha512sum.h) \ $(wildcard include/config/showkey.h) \ $(wildcard include/config/slattach.h) \ $(wildcard include/config/sleep.h) \ $(wildcard include/config/softlimit.h) \ $(wildcard include/config/sort.h) \ $(wildcard include/config/split.h) \ $(wildcard include/config/start/stop/daemon.h) \ $(wildcard include/config/stat.h) \ $(wildcard include/config/strings.h) \ $(wildcard include/config/stty.h) \ $(wildcard include/config/su.h) \ $(wildcard include/config/sulogin.h) \ $(wildcard include/config/sum.h) \ $(wildcard include/config/sv.h) \ $(wildcard include/config/svlogd.h) \ $(wildcard include/config/swaponoff.h) \ $(wildcard include/config/switch/root.h) \ $(wildcard include/config/sync.h) \ $(wildcard include/config/bb/sysctl.h) \ $(wildcard include/config/syslogd.h) \ $(wildcard include/config/tac.h) \ $(wildcard include/config/tail.h) \ $(wildcard include/config/taskset.h) \ $(wildcard include/config/tc.h) \ $(wildcard include/config/tcpsvd.h) \ $(wildcard include/config/tee.h) \ $(wildcard include/config/telnet.h) \ $(wildcard include/config/telnetd.h) \ $(wildcard include/config/feature/tftp/get.h) \ $(wildcard include/config/feature/tftp/put.h) \ $(wildcard include/config/tftp.h) \ $(wildcard include/config/tftpd.h) \ $(wildcard include/config/time.h) \ $(wildcard include/config/timeout.h) \ $(wildcard include/config/top.h) \ $(wildcard include/config/tr.h) \ $(wildcard include/config/tracebox.h) \ $(wildcard include/config/traceroute.h) \ $(wildcard include/config/traceroute6.h) \ $(wildcard include/config/true.h) \ $(wildcard include/config/tty.h) \ $(wildcard include/config/ttysize.h) \ $(wildcard include/config/tunctl.h) \ $(wildcard include/config/tune2fs.h) \ $(wildcard include/config/udhcpc.h) \ $(wildcard include/config/udhcpd.h) \ $(wildcard include/config/udpsvd.h) \ $(wildcard include/config/umount.h) \ $(wildcard include/config/uname.h) \ $(wildcard include/config/unexpand.h) \ $(wildcard include/config/uniq.h) \ $(wildcard include/config/unix2dos.h) \ $(wildcard include/config/uptime.h) \ $(wildcard include/config/usleep.h) \ $(wildcard include/config/uudecode.h) \ $(wildcard include/config/uuencode.h) \ $(wildcard include/config/vconfig.h) \ $(wildcard include/config/vlock.h) \ $(wildcard include/config/volname.h) \ $(wildcard include/config/watch.h) \ $(wildcard include/config/watchdog.h) \ $(wildcard include/config/wc.h) \ $(wildcard include/config/wget.h) \ $(wildcard include/config/which.h) \ $(wildcard include/config/whoami.h) \ $(wildcard include/config/yes.h) \ $(wildcard include/config/zcip.h) \ include/applet_tables.h \ include/usage_compressed.h \ include/bb_archive.h \ $(wildcard include/config/feature/tar/uname/gname.h) \ $(wildcard include/config/feature/tar/gnu/extensions.h) \ $(wildcard include/config/feature/tar/to/command.h) \ $(wildcard include/config/feature/tar/selinux.h) \ $(wildcard include/config/feature/ar/create.h) \ libbb/appletlib.o: $(deps_libbb/appletlib.o) $(deps_libbb/appletlib.o):
valentinthirion/android-tracebox-busybox
libbb/.appletlib.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd
bat
gpl-2.0
26,955
cmd_crypto/rng.o := arm-eabi-gcc -Wp,-MD,crypto/.rng.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/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 -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=6 -march=armv6 -mtune=arm1136j-s -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -fno-dwarf2-cfi-asm -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(rng)" -D"KBUILD_MODNAME=KBUILD_STR(rng)" -c -o crypto/rng.o crypto/rng.c deps_crypto/rng.o := \ crypto/rng.c \ $(wildcard include/config/proc/fs.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/atomic.h \ $(wildcard include/config/smp.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/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/posix_types.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ /home/jacob/source/wildfire-kernel/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) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm7225.h) \ $(wildcard include/config/arch/msm7200a.h) \ $(wildcard include/config/arch/msm7201a.h) \ $(wildcard include/config/arch/msm7x00a.h) \ $(wildcard include/config/mach/desirec.h) \ $(wildcard include/config/arch/msm7227.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ include/asm/mach-types.h \ $(wildcard include/config/arch/ebsa110.h) \ $(wildcard include/config/arch/rpc.h) \ $(wildcard include/config/arch/nexuspci.h) \ $(wildcard include/config/arch/ebsa285.h) \ $(wildcard include/config/arch/netwinder.h) \ $(wildcard include/config/arch/cats.h) \ $(wildcard include/config/arch/tbox.h) \ $(wildcard include/config/arch/co285.h) \ $(wildcard include/config/arch/clps7110.h) \ $(wildcard include/config/arch/arc.h) \ $(wildcard include/config/arch/a5k.h) \ $(wildcard include/config/arch/etoile.h) \ $(wildcard include/config/arch/lacie/nas.h) \ $(wildcard include/config/arch/clps7500.h) \ $(wildcard include/config/arch/shark.h) \ $(wildcard include/config/sa1100/brutus.h) \ $(wildcard include/config/arch/personal/server.h) \ $(wildcard include/config/sa1100/itsy.h) \ $(wildcard include/config/arch/l7200.h) \ $(wildcard include/config/sa1100/pleb.h) \ $(wildcard include/config/arch/integrator.h) \ $(wildcard include/config/sa1100/h3600.h) \ $(wildcard include/config/arch/ixp1200.h) \ $(wildcard include/config/arch/p720t.h) \ $(wildcard include/config/sa1100/assabet.h) \ $(wildcard include/config/sa1100/victor.h) \ $(wildcard include/config/sa1100/lart.h) \ $(wildcard include/config/sa1100/ranger.h) \ $(wildcard include/config/sa1100/graphicsclient.h) \ $(wildcard include/config/sa1100/xp860.h) \ $(wildcard include/config/sa1100/cerf.h) \ $(wildcard include/config/sa1100/nanoengine.h) \ $(wildcard include/config/sa1100/fpic.h) \ $(wildcard include/config/sa1100/extenex1.h) \ $(wildcard include/config/sa1100/sherman.h) \ $(wildcard include/config/sa1100/accelent.h) \ $(wildcard include/config/arch/l7200/accelent.h) \ $(wildcard include/config/sa1100/netport.h) \ $(wildcard include/config/sa1100/pangolin.h) \ $(wildcard include/config/sa1100/yopy.h) \ $(wildcard include/config/sa1100/coolidge.h) \ $(wildcard include/config/sa1100/huw/webpanel.h) \ $(wildcard include/config/arch/spotme.h) \ $(wildcard include/config/arch/freebird.h) \ $(wildcard include/config/arch/ti925.h) \ $(wildcard include/config/arch/riscstation.h) \ $(wildcard include/config/sa1100/cavy.h) \ $(wildcard include/config/sa1100/jornada720.h) \ $(wildcard include/config/sa1100/omnimeter.h) \ $(wildcard include/config/arch/edb7211.h) \ $(wildcard include/config/sa1100/citygo.h) \ $(wildcard include/config/sa1100/pfs168.h) \ $(wildcard include/config/sa1100/spot.h) \ $(wildcard include/config/sa1100/flexanet.h) \ $(wildcard include/config/arch/webpal.h) \ $(wildcard include/config/sa1100/linpda.h) \ $(wildcard include/config/arch/anakin.h) \ $(wildcard include/config/sa1100/mvi.h) \ $(wildcard include/config/sa1100/jupiter.h) \ $(wildcard include/config/arch/psionw.h) \ $(wildcard include/config/sa1100/aln.h) \ $(wildcard include/config/arch/camelot.h) \ $(wildcard include/config/sa1100/gds2200.h) \ $(wildcard include/config/sa1100/psion/series7.h) \ $(wildcard include/config/sa1100/xfile.h) \ $(wildcard include/config/arch/accelent/ep9312.h) \ $(wildcard include/config/arch/ic200.h) \ $(wildcard include/config/sa1100/creditlart.h) \ $(wildcard include/config/sa1100/htm.h) \ $(wildcard include/config/arch/iq80310.h) \ $(wildcard include/config/sa1100/freebot.h) \ $(wildcard include/config/arch/entel.h) \ $(wildcard include/config/arch/enp3510.h) \ $(wildcard include/config/sa1100/trizeps.h) \ $(wildcard include/config/sa1100/nesa.h) \ $(wildcard include/config/arch/venus.h) \ $(wildcard include/config/arch/tardis.h) \ $(wildcard include/config/arch/mercury.h) \ $(wildcard include/config/sa1100/empeg.h) \ $(wildcard include/config/arch/i80200fcc.h) \ $(wildcard include/config/sa1100/itt/cpb.h) \ $(wildcard include/config/sa1100/svc.h) \ $(wildcard include/config/sa1100/alpha2.h) \ $(wildcard include/config/sa1100/alpha1.h) \ $(wildcard include/config/arch/netarm.h) \ $(wildcard include/config/sa1100/simpad.h) \ $(wildcard include/config/arch/pda1.h) \ $(wildcard include/config/arch/lubbock.h) \ $(wildcard include/config/arch/aniko.h) \ $(wildcard include/config/arch/clep7212.h) \ $(wildcard include/config/arch/cs89712.h) \ $(wildcard include/config/sa1100/weararm.h) \ $(wildcard include/config/sa1100/possio/px.h) \ $(wildcard include/config/sa1100/sidearm.h) \ $(wildcard include/config/sa1100/stork.h) \ $(wildcard include/config/sa1100/shannon.h) \ $(wildcard include/config/arch/ace.h) \ $(wildcard include/config/sa1100/ballyarm.h) \ $(wildcard include/config/sa1100/simputer.h) \ $(wildcard include/config/sa1100/nexterm.h) \ $(wildcard include/config/sa1100/sa1100/elf.h) \ $(wildcard include/config/sa1100/gator.h) \ $(wildcard include/config/arch/granite.h) \ $(wildcard include/config/sa1100/consus.h) \ $(wildcard include/config/arch/aaed2000.h) \ $(wildcard include/config/arch/cdb89712.h) \ $(wildcard include/config/sa1100/graphicsmaster.h) \ $(wildcard include/config/sa1100/adsbitsy.h) \ $(wildcard include/config/arch/pxa/idp.h) \ $(wildcard include/config/arch/plce.h) \ $(wildcard include/config/sa1100/pt/system3.h) \ $(wildcard include/config/arch/medalb.h) \ $(wildcard include/config/arch/eagle.h) \ $(wildcard include/config/arch/dsc21.h) \ $(wildcard include/config/arch/dsc24.h) \ $(wildcard include/config/arch/ti5472.h) \ $(wildcard include/config/arch/autcpu12.h) \ $(wildcard include/config/arch/uengine.h) \ $(wildcard include/config/sa1100/bluestem.h) \ $(wildcard include/config/arch/xingu8.h) \ $(wildcard include/config/arch/bushstb.h) \ $(wildcard include/config/sa1100/epsilon1.h) \ $(wildcard include/config/sa1100/balloon.h) \ $(wildcard include/config/arch/puppy.h) \ $(wildcard include/config/sa1100/elroy.h) \ $(wildcard include/config/arch/gms720.h) \ $(wildcard include/config/arch/s24x.h) \ $(wildcard include/config/arch/jtel/clep7312.h) \ $(wildcard include/config/arch/cx821xx.h) \ $(wildcard include/config/arch/edb7312.h) \ $(wildcard include/config/sa1100/bsa1110.h) \ $(wildcard include/config/arch/powerpin.h) \ $(wildcard include/config/arch/openarm.h) \ $(wildcard include/config/sa1100/whitechapel.h) \ $(wildcard include/config/sa1100/h3100.h) \ $(wildcard include/config/sa1100/h3800.h) \ $(wildcard include/config/arch/blue/v1.h) \ $(wildcard include/config/arch/pxa/cerf.h) \ $(wildcard include/config/arch/arm7tevb.h) \ $(wildcard include/config/sa1100/d7400.h) \ $(wildcard include/config/arch/piranha.h) \ $(wildcard include/config/sa1100/sbcamelot.h) \ $(wildcard include/config/sa1100/kings.h) \ $(wildcard include/config/arch/smdk2400.h) \ $(wildcard include/config/sa1100/collie.h) \ $(wildcard include/config/arch/idr.h) \ $(wildcard include/config/sa1100/badge4.h) \ $(wildcard include/config/arch/webnet.h) \ $(wildcard include/config/sa1100/d7300.h) \ $(wildcard include/config/sa1100/cep.h) \ $(wildcard include/config/arch/fortunet.h) \ $(wildcard include/config/arch/vc547x.h) \ $(wildcard include/config/sa1100/filewalker.h) \ $(wildcard include/config/sa1100/netgateway.h) \ $(wildcard include/config/sa1100/symbol2800.h) \ $(wildcard include/config/sa1100/suns.h) \ $(wildcard include/config/sa1100/frodo.h) \ $(wildcard include/config/sa1100/mach/tyte/ms301.h) \ $(wildcard include/config/arch/mx1ads.h) \ $(wildcard include/config/arch/h7201.h) \ $(wildcard include/config/arch/h7202.h) \ $(wildcard include/config/arch/amico.h) \ $(wildcard include/config/sa1100/iam.h) \ $(wildcard include/config/sa1100/tt530.h) \ $(wildcard include/config/arch/sam2400.h) \ $(wildcard include/config/sa1100/jornada56x.h) \ $(wildcard include/config/sa1100/active.h) \ $(wildcard include/config/arch/iq80321.h) \ $(wildcard include/config/sa1100/wid.h) \ $(wildcard include/config/arch/sabinal.h) \ $(wildcard include/config/arch/ixp425/matacumbe.h) \ $(wildcard include/config/sa1100/miniprint.h) \ $(wildcard include/config/arch/adm510x.h) \ $(wildcard include/config/sa1100/svs200.h) \ $(wildcard include/config/arch/atg/tcu.h) \ $(wildcard include/config/sa1100/jornada820.h) \ $(wildcard include/config/arch/s3c44b0.h) \ $(wildcard include/config/arch/margis2.h) \ $(wildcard include/config/arch/ks8695.h) \ $(wildcard include/config/arch/brh.h) \ $(wildcard include/config/arch/s3c2410.h) \ $(wildcard include/config/arch/possio/px30.h) \ $(wildcard include/config/arch/s3c2800.h) \ $(wildcard include/config/sa1100/fleetwood.h) \ $(wildcard include/config/arch/omaha.h) \ $(wildcard include/config/arch/ta7.h) \ $(wildcard include/config/sa1100/nova.h) \ $(wildcard include/config/arch/hmk.h) \ $(wildcard include/config/arch/karo.h) \ $(wildcard include/config/sa1100/fester.h) \ $(wildcard include/config/arch/gpi.h) \ $(wildcard include/config/arch/smdk2410.h) \ $(wildcard include/config/arch/i519.h) \ $(wildcard include/config/sa1100/nexio.h) \ $(wildcard include/config/sa1100/bitbox.h) \ $(wildcard include/config/sa1100/g200.h) \ $(wildcard include/config/sa1100/gill.h) \ $(wildcard include/config/arch/pxa/mercury.h) \ $(wildcard include/config/arch/ceiva.h) \ $(wildcard include/config/sa1100/fret.h) \ $(wildcard include/config/sa1100/emailphone.h) \ $(wildcard include/config/arch/h3900.h) \ $(wildcard include/config/arch/pxa1.h) \ $(wildcard include/config/sa1100/koan369.h) \ $(wildcard include/config/arch/cogent.h) \ $(wildcard include/config/arch/esl/simputer.h) \ $(wildcard include/config/arch/esl/simputer/clr.h) \ $(wildcard include/config/arch/esl/simputer/bw.h) \ $(wildcard include/config/arch/hhp/cradle.h) \ $(wildcard include/config/arch/he500.h) \ $(wildcard include/config/sa1100/inhandelf2.h) \ $(wildcard include/config/sa1100/inhandftip.h) \ $(wildcard include/config/sa1100/dnp1110.h) \ $(wildcard include/config/sa1100/pnp1110.h) \ $(wildcard include/config/arch/csb226.h) \ $(wildcard include/config/sa1100/arnold.h) \ $(wildcard include/config/mach/voiceblue.h) \ $(wildcard include/config/arch/jz8028.h) \ $(wildcard include/config/arch/h5400.h) \ $(wildcard include/config/sa1100/forte.h) \ $(wildcard include/config/sa1100/acam.h) \ $(wildcard include/config/sa1100/abox.h) \ $(wildcard include/config/arch/atmel.h) \ $(wildcard include/config/arch/sitsang.h) \ $(wildcard include/config/sa1100/cpu1110lcdnet.h) \ $(wildcard include/config/arch/mpl/vcma9.h) \ $(wildcard include/config/arch/opus/a1.h) \ $(wildcard include/config/arch/daytona.h) \ $(wildcard include/config/sa1100/killbear.h) \ $(wildcard include/config/arch/yoho.h) \ $(wildcard include/config/arch/jasper.h) \ $(wildcard include/config/arch/dsc25.h) \ $(wildcard include/config/mach/omap/innovator.h) \ $(wildcard include/config/arch/ramses.h) \ $(wildcard include/config/arch/s28x.h) \ $(wildcard include/config/arch/mport3.h) \ $(wildcard include/config/arch/pxa/eagle250.h) \ $(wildcard include/config/arch/pdb.h) \ $(wildcard include/config/sa1100/blue/2g.h) \ $(wildcard include/config/sa1100/bluearch.h) \ $(wildcard include/config/arch/ixdp2400.h) \ $(wildcard include/config/arch/ixdp2800.h) \ $(wildcard include/config/sa1100/explorer.h) \ $(wildcard include/config/arch/ixdp425.h) \ $(wildcard include/config/arch/chimp.h) \ $(wildcard include/config/arch/stork/nest.h) \ $(wildcard include/config/arch/stork/egg.h) \ $(wildcard include/config/sa1100/wismo.h) \ $(wildcard include/config/arch/ezlinx.h) \ $(wildcard include/config/arch/at91rm9200.h) \ $(wildcard include/config/arch/adtech/orion.h) \ $(wildcard include/config/arch/neptune.h) \ $(wildcard include/config/sa1100/hackkit.h) \ $(wildcard include/config/arch/pxa/wins30.h) \ $(wildcard include/config/sa1100/lavinna.h) \ $(wildcard include/config/arch/pxa/uengine.h) \ $(wildcard include/config/arch/innokom.h) \ $(wildcard include/config/arch/bms.h) \ $(wildcard include/config/arch/ixcdp1100.h) \ $(wildcard include/config/arch/prpmc1100.h) \ $(wildcard include/config/arch/at91rm9200dk.h) \ $(wildcard include/config/arch/armstick.h) \ $(wildcard include/config/arch/armonie.h) \ $(wildcard include/config/arch/mport1.h) \ $(wildcard include/config/arch/s3c5410.h) \ $(wildcard include/config/arch/zcp320a.h) \ $(wildcard include/config/arch/i/box.h) \ $(wildcard include/config/arch/stlc1502.h) \ $(wildcard include/config/arch/siren.h) \ $(wildcard include/config/arch/greenlake.h) \ $(wildcard include/config/arch/argus.h) \ $(wildcard include/config/sa1100/combadge.h) \ $(wildcard include/config/arch/rokepxa.h) \ $(wildcard include/config/arch/cintegrator.h) \ $(wildcard include/config/arch/guidea07.h) \ $(wildcard include/config/arch/tat257.h) \ $(wildcard include/config/arch/igp2425.h) \ $(wildcard include/config/arch/bluegramma.h) \ $(wildcard include/config/arch/ipod.h) \ $(wildcard include/config/arch/adsbitsyx.h) \ $(wildcard include/config/arch/trizeps2.h) \ $(wildcard include/config/arch/viper.h) \ $(wildcard include/config/sa1100/adsbitsyplus.h) \ $(wildcard include/config/sa1100/adsagc.h) \ $(wildcard include/config/arch/stp7312.h) \ $(wildcard include/config/mach/nx/phnx.h) \ $(wildcard include/config/arch/wep/ep250.h) \ $(wildcard include/config/arch/inhandelf3.h) \ $(wildcard include/config/arch/adi/coyote.h) \ $(wildcard include/config/arch/iyonix.h) \ $(wildcard include/config/arch/damicam/sa1110.h) \ $(wildcard include/config/arch/meg03.h) \ $(wildcard include/config/arch/pxa/whitechapel.h) \ $(wildcard include/config/arch/nwsc.h) \ $(wildcard include/config/arch/nwlarm.h) \ $(wildcard include/config/arch/ixp425/mguard.h) \ $(wildcard include/config/arch/pxa/netdcu4.h) \ $(wildcard include/config/arch/ixdp2401.h) \ $(wildcard include/config/arch/ixdp2801.h) \ $(wildcard include/config/arch/zodiac.h) \ $(wildcard include/config/arch/armmodul.h) \ $(wildcard include/config/sa1100/ketop.h) \ $(wildcard include/config/arch/av7200.h) \ $(wildcard include/config/arch/arch/ti925.h) \ $(wildcard include/config/arch/acq200.h) \ $(wildcard include/config/sa1100/pt/dafit.h) \ $(wildcard include/config/arch/ihba.h) \ $(wildcard include/config/arch/quinque.h) \ $(wildcard include/config/arch/nimbraone.h) \ $(wildcard include/config/arch/nimbra29x.h) \ $(wildcard include/config/arch/nimbra210.h) \ $(wildcard include/config/arch/hhp/d95xx.h) \ $(wildcard include/config/arch/labarm.h) \ $(wildcard include/config/arch/m825xx.h) \ $(wildcard include/config/sa1100/m7100.h) \ $(wildcard include/config/arch/nipc2.h) \ $(wildcard include/config/arch/fu7202.h) \ $(wildcard include/config/arch/adsagx.h) \ $(wildcard include/config/arch/pxa/pooh.h) \ $(wildcard include/config/arch/bandon.h) \ $(wildcard include/config/arch/pcm7210.h) \ $(wildcard include/config/arch/nms9200.h) \ $(wildcard include/config/arch/logodl.h) \ $(wildcard include/config/sa1100/m7140.h) \ $(wildcard include/config/arch/korebot.h) \ $(wildcard include/config/arch/iq31244.h) \ $(wildcard include/config/sa1100/koan393.h) \ $(wildcard include/config/arch/inhandftip3.h) \ $(wildcard include/config/arch/gonzo.h) \ $(wildcard include/config/arch/bast.h) \ $(wildcard include/config/arch/scanpass.h) \ $(wildcard include/config/arch/ep7312/pooh.h) \ $(wildcard include/config/arch/ta7s.h) \ $(wildcard include/config/arch/ta7v.h) \ $(wildcard include/config/sa1100/icarus.h) \ $(wildcard include/config/arch/h1900.h) \ $(wildcard include/config/sa1100/gemini.h) \ $(wildcard include/config/arch/axim.h) \ $(wildcard include/config/arch/audiotron.h) \ $(wildcard include/config/arch/h2200.h) \ $(wildcard include/config/arch/loox600.h) \ $(wildcard include/config/arch/niop.h) \ $(wildcard include/config/arch/dm310.h) \ $(wildcard include/config/arch/seedpxa/c2.h) \ $(wildcard include/config/arch/ixp4xx/mguard/pci.h) \ $(wildcard include/config/arch/h1940.h) \ $(wildcard include/config/arch/scorpio.h) \ $(wildcard include/config/arch/viva.h) \ $(wildcard include/config/arch/pxa/xcard.h) \ $(wildcard include/config/arch/csb335.h) \ $(wildcard include/config/arch/ixrd425.h) \ $(wildcard include/config/arch/iq80315.h) \ $(wildcard include/config/arch/nmp7312.h) \ $(wildcard include/config/arch/cx861xx.h) \ $(wildcard include/config/arch/enp2611.h) \ $(wildcard include/config/sa1100/xda.h) \ $(wildcard include/config/arch/csir/ims.h) \ $(wildcard include/config/arch/ixp421/dnaeeth.h) \ $(wildcard include/config/arch/pocketserv9200.h) \ $(wildcard include/config/arch/toto.h) \ $(wildcard include/config/arch/s3c2440.h) \ $(wildcard include/config/arch/ks8695p.h) \ $(wildcard include/config/arch/se4000.h) \ $(wildcard include/config/arch/quadriceps.h) \ $(wildcard include/config/arch/bronco.h) \ $(wildcard include/config/arch/esl/wireless/tab.h) \ $(wildcard include/config/arch/esl/sofcomp.h) \ $(wildcard include/config/arch/s5c7375.h) \ $(wildcard include/config/arch/spearhead.h) \ $(wildcard include/config/arch/pantera.h) \ $(wildcard include/config/arch/prayoglite.h) \ $(wildcard include/config/arch/gumstix.h) \ $(wildcard include/config/arch/rcube.h) \ $(wildcard include/config/arch/rea/olv.h) \ $(wildcard include/config/arch/pxa/iphone.h) \ $(wildcard include/config/arch/s3c3410.h) \ $(wildcard include/config/arch/espd/4510b.h) \ $(wildcard include/config/arch/mp1x.h) \ $(wildcard include/config/arch/at91rm9200tb.h) \ $(wildcard include/config/arch/adsvgx.h) \ $(wildcard include/config/mach/omap/h2.h) \ $(wildcard include/config/arch/pelee.h) \ $(wildcard include/config/mach/e740.h) \ $(wildcard include/config/arch/iq80331.h) \ $(wildcard include/config/arch/versatile/pb.h) \ $(wildcard include/config/mach/kev7a400.h) \ $(wildcard include/config/mach/lpd7a400.h) \ $(wildcard include/config/mach/lpd7a404.h) \ $(wildcard include/config/arch/fujitsu/camelot.h) \ $(wildcard include/config/arch/janus2m.h) \ $(wildcard include/config/mach/embtf.h) \ $(wildcard include/config/mach/hpm.h) \ $(wildcard include/config/mach/smdk2410tk.h) \ $(wildcard include/config/mach/smdk2410aj.h) \ $(wildcard include/config/mach/streetracer.h) \ $(wildcard include/config/mach/eframe.h) \ $(wildcard include/config/mach/csb337.h) \ $(wildcard include/config/mach/pxa/lark.h) \ $(wildcard include/config/mach/pnp2110.h) \ $(wildcard include/config/mach/tcc72x.h) \ $(wildcard include/config/mach/altair.h) \ $(wildcard include/config/mach/kc3.h) \ $(wildcard include/config/mach/sinteftd.h) \ $(wildcard include/config/mach/mainstone.h) \ $(wildcard include/config/mach/aday4x.h) \ $(wildcard include/config/mach/lite300.h) \ $(wildcard include/config/mach/s5c7376.h) \ $(wildcard include/config/mach/mt02.h) \ $(wildcard include/config/mach/mport3s.h) \ $(wildcard include/config/mach/ra/alpha.h) \ $(wildcard include/config/mach/xcep.h) \ $(wildcard include/config/mach/arcom/vulcan.h) \ $(wildcard include/config/mach/stargate.h) \ $(wildcard include/config/mach/armadilloj.h) \ $(wildcard include/config/mach/elroy/jack.h) \ $(wildcard include/config/mach/backend.h) \ $(wildcard include/config/mach/s5linbox.h) \ $(wildcard include/config/mach/nomadik.h) \ $(wildcard include/config/mach/ia/cpu/9200.h) \ $(wildcard include/config/mach/at91/bja1.h) \ $(wildcard include/config/mach/corgi.h) \ $(wildcard include/config/mach/poodle.h) \ $(wildcard include/config/mach/ten.h) \ $(wildcard include/config/mach/roverp5p.h) \ $(wildcard include/config/mach/sc2700.h) \ $(wildcard include/config/mach/ex/eagle.h) \ $(wildcard include/config/mach/nx/pxa12.h) \ $(wildcard include/config/mach/nx/pxa5.h) \ $(wildcard include/config/mach/blackboard2.h) \ $(wildcard include/config/mach/i819.h) \ $(wildcard include/config/mach/ixmb995e.h) \ $(wildcard include/config/mach/skyrider.h) \ $(wildcard include/config/mach/skyhawk.h) \ $(wildcard include/config/mach/enterprise.h) \ $(wildcard include/config/mach/dep2410.h) \ $(wildcard include/config/mach/armcore.h) \ $(wildcard include/config/mach/hobbit.h) \ $(wildcard include/config/mach/h7210.h) \ $(wildcard include/config/mach/pxa/netdcu5.h) \ $(wildcard include/config/mach/acc.h) \ $(wildcard include/config/mach/esl/sarva.h) \ $(wildcard include/config/mach/xm250.h) \ $(wildcard include/config/mach/t6tc1xb.h) \ $(wildcard include/config/mach/ess710.h) \ $(wildcard include/config/mach/mx31ads.h) \ $(wildcard include/config/mach/himalaya.h) \ $(wildcard include/config/mach/bolfenk.h) \ $(wildcard include/config/mach/at91rm9200kr.h) \ $(wildcard include/config/mach/edb9312.h) \ $(wildcard include/config/mach/omap/generic.h) \ $(wildcard include/config/mach/aximx3.h) \ $(wildcard include/config/mach/eb67xdip.h) \ $(wildcard include/config/mach/webtxs.h) \ $(wildcard include/config/mach/hawk.h) \ $(wildcard include/config/mach/ccat91sbc001.h) \ $(wildcard include/config/mach/expresso.h) \ $(wildcard include/config/mach/h4000.h) \ $(wildcard include/config/mach/dino.h) \ $(wildcard include/config/mach/ml675k.h) \ $(wildcard include/config/mach/edb9301.h) \ $(wildcard include/config/mach/edb9315.h) \ $(wildcard include/config/mach/reciva/tt.h) \ $(wildcard include/config/mach/cstcb01.h) \ $(wildcard include/config/mach/cstcb1.h) \ $(wildcard include/config/mach/shadwell.h) \ $(wildcard include/config/mach/goepel263.h) \ $(wildcard include/config/mach/acq100.h) \ $(wildcard include/config/mach/mx1fs2.h) \ $(wildcard include/config/mach/hiptop/g1.h) \ $(wildcard include/config/mach/sparky.h) \ $(wildcard include/config/mach/ns9750.h) \ $(wildcard include/config/mach/phoenix.h) \ $(wildcard include/config/mach/vr1000.h) \ $(wildcard include/config/mach/deisterpxa.h) \ $(wildcard include/config/mach/bcm1160.h) \ $(wildcard include/config/mach/pcm022.h) \ $(wildcard include/config/mach/adsgcx.h) \ $(wildcard include/config/mach/dreadnaught.h) \ $(wildcard include/config/mach/dm320.h) \ $(wildcard include/config/mach/markov.h) \ $(wildcard include/config/mach/cos7a400.h) \ $(wildcard include/config/mach/milano.h) \ $(wildcard include/config/mach/ue9328.h) \ $(wildcard include/config/mach/uex255.h) \ $(wildcard include/config/mach/ue2410.h) \ $(wildcard include/config/mach/a620.h) \ $(wildcard include/config/mach/ocelot.h) \ $(wildcard include/config/mach/cheetah.h) \ $(wildcard include/config/mach/omap/perseus2.h) \ $(wildcard include/config/mach/zvue.h) \ $(wildcard include/config/mach/roverp1.h) \ $(wildcard include/config/mach/asidial2.h) \ $(wildcard include/config/mach/s3c24a0.h) \ $(wildcard include/config/mach/e800.h) \ $(wildcard include/config/mach/e750.h) \ $(wildcard include/config/mach/s3c5500.h) \ $(wildcard include/config/mach/smdk5500.h) \ $(wildcard include/config/mach/signalsync.h) \ $(wildcard include/config/mach/nbc.h) \ $(wildcard include/config/mach/kodiak.h) \ $(wildcard include/config/mach/netbookpro.h) \ $(wildcard include/config/mach/hw90200.h) \ $(wildcard include/config/mach/condor.h) \ $(wildcard include/config/mach/cup.h) \ $(wildcard include/config/mach/kite.h) \ $(wildcard include/config/mach/scb9328.h) \ $(wildcard include/config/mach/omap/h3.h) \ $(wildcard include/config/mach/omap/h4.h) \ $(wildcard include/config/mach/n10.h) \ $(wildcard include/config/mach/montajade.h) \ $(wildcard include/config/mach/sg560.h) \ $(wildcard include/config/mach/dp1000.h) \ $(wildcard include/config/mach/omap/osk.h) \ $(wildcard include/config/mach/rg100v3.h) \ $(wildcard include/config/mach/mx2ads.h) \ $(wildcard include/config/mach/pxa/kilo.h) \ $(wildcard include/config/mach/ixp4xx/eagle.h) \ $(wildcard include/config/mach/tosa.h) \ $(wildcard include/config/mach/mb2520f.h) \ $(wildcard include/config/mach/emc1000.h) \ $(wildcard include/config/mach/tidsc25.h) \ $(wildcard include/config/mach/akcpmxl.h) \ $(wildcard include/config/mach/av3xx.h) \ $(wildcard include/config/mach/avila.h) \ $(wildcard include/config/mach/pxa/mpm10.h) \ $(wildcard include/config/mach/pxa/kyanite.h) \ $(wildcard include/config/mach/sgold.h) \ $(wildcard include/config/mach/oscar.h) \ $(wildcard include/config/mach/epxa4usb2.h) \ $(wildcard include/config/mach/xsengine.h) \ $(wildcard include/config/mach/ip600.h) \ $(wildcard include/config/mach/mcan2.h) \ $(wildcard include/config/mach/ddi/blueridge.h) \ $(wildcard include/config/mach/skyminder.h) \ $(wildcard include/config/mach/lpd79520.h) \ $(wildcard include/config/mach/edb9302.h) \ $(wildcard include/config/mach/hw90340.h) \ $(wildcard include/config/mach/cip/box.h) \ $(wildcard include/config/mach/ivpn.h) \ $(wildcard include/config/mach/rsoc2.h) \ $(wildcard include/config/mach/husky.h) \ $(wildcard include/config/mach/boxer.h) \ $(wildcard include/config/mach/shepherd.h) \ $(wildcard include/config/mach/aml42800aa.h) \ $(wildcard include/config/mach/lpc2294.h) \ $(wildcard include/config/mach/switchgrass.h) \ $(wildcard include/config/mach/ens/cmu.h) \ $(wildcard include/config/mach/mm6/sdb.h) \ $(wildcard include/config/mach/saturn.h) \ $(wildcard include/config/mach/i30030evb.h) \ $(wildcard include/config/mach/mxc27530evb.h) \ $(wildcard include/config/mach/smdk2800.h) \ $(wildcard include/config/mach/mtwilson.h) \ $(wildcard include/config/mach/ziti.h) \ $(wildcard include/config/mach/grandfather.h) \ $(wildcard include/config/mach/tengine.h) \ $(wildcard include/config/mach/s3c2460.h) \ $(wildcard include/config/mach/pdm.h) \ $(wildcard include/config/mach/h4700.h) \ $(wildcard include/config/mach/h6300.h) \ $(wildcard include/config/mach/rz1700.h) \ $(wildcard include/config/mach/a716.h) \ $(wildcard include/config/mach/estk2440a.h) \ $(wildcard include/config/mach/atwixp425.h) \ $(wildcard include/config/mach/csb336.h) \ $(wildcard include/config/mach/rirm2.h) \ $(wildcard include/config/mach/cx23518.h) \ $(wildcard include/config/mach/cx2351x.h) \ $(wildcard include/config/mach/computime.h) \ $(wildcard include/config/mach/izarus.h) \ $(wildcard include/config/mach/rts.h) \ $(wildcard include/config/mach/se5100.h) \ $(wildcard include/config/mach/s3c2510.h) \ $(wildcard include/config/mach/csb437tl.h) \ $(wildcard include/config/mach/slauson.h) \ $(wildcard include/config/mach/pearlriver.h) \ $(wildcard include/config/mach/tdc/p210.h) \ $(wildcard include/config/mach/sg580.h) \ $(wildcard include/config/mach/wrsbcarm7.h) \ $(wildcard include/config/mach/ipd.h) \ $(wildcard include/config/mach/pxa/dnp2110.h) \ $(wildcard include/config/mach/xaeniax.h) \ $(wildcard include/config/mach/somn4250.h) \ $(wildcard include/config/mach/pleb2.h) \ $(wildcard include/config/mach/cornwallis.h) \ $(wildcard include/config/mach/gurney/drv.h) \ $(wildcard include/config/mach/chaffee.h) \ $(wildcard include/config/mach/rms101.h) \ $(wildcard include/config/mach/rx3715.h) \ $(wildcard include/config/mach/swift.h) \ $(wildcard include/config/mach/roverp7.h) \ $(wildcard include/config/mach/pr818s.h) \ $(wildcard include/config/mach/trxpro.h) \ $(wildcard include/config/mach/nslu2.h) \ $(wildcard include/config/mach/e400.h) \ $(wildcard include/config/mach/trab.h) \ $(wildcard include/config/mach/cmc/pu2.h) \ $(wildcard include/config/mach/fulcrum.h) \ $(wildcard include/config/mach/netgate42x.h) \ $(wildcard include/config/mach/str710.h) \ $(wildcard include/config/mach/ixdpg425.h) \ $(wildcard include/config/mach/tomtomgo.h) \ $(wildcard include/config/mach/versatile/ab.h) \ $(wildcard include/config/mach/edb9307.h) \ $(wildcard include/config/mach/sg565.h) \ $(wildcard include/config/mach/lpd79524.h) \ $(wildcard include/config/mach/lpd79525.h) \ $(wildcard include/config/mach/rms100.h) \ $(wildcard include/config/mach/kb9200.h) \ $(wildcard include/config/mach/sx1.h) \ $(wildcard include/config/mach/hms39c7092.h) \ $(wildcard include/config/mach/armadillo.h) \ $(wildcard include/config/mach/ipcu.h) \ $(wildcard include/config/mach/loox720.h) \ $(wildcard include/config/mach/ixdp465.h) \ $(wildcard include/config/mach/ixdp2351.h) \ $(wildcard include/config/mach/adsvix.h) \ $(wildcard include/config/mach/dm270.h) \ $(wildcard include/config/mach/socltplus.h) \ $(wildcard include/config/mach/ecia.h) \ $(wildcard include/config/mach/cm4008.h) \ $(wildcard include/config/mach/p2001.h) \ $(wildcard include/config/mach/twister.h) \ $(wildcard include/config/mach/mudshark.h) \ $(wildcard include/config/mach/hb2.h) \ $(wildcard include/config/mach/iq80332.h) \ $(wildcard include/config/mach/sendt.h) \ $(wildcard include/config/mach/mx2jazz.h) \ $(wildcard include/config/mach/multiio.h) \ $(wildcard include/config/mach/hrdisplay.h) \ $(wildcard include/config/mach/mxc27530ads.h) \ $(wildcard include/config/mach/trizeps3.h) \ $(wildcard include/config/mach/zefeerdza.h) \ $(wildcard include/config/mach/zefeerdzb.h) \ $(wildcard include/config/mach/zefeerdzg.h) \ $(wildcard include/config/mach/zefeerdzn.h) \ $(wildcard include/config/mach/zefeerdzq.h) \ $(wildcard include/config/mach/gtwx5715.h) \ $(wildcard include/config/mach/astro/jack.h) \ $(wildcard include/config/mach/tip03.h) \ $(wildcard include/config/mach/a9200ec.h) \ $(wildcard include/config/mach/pnx0105.h) \ $(wildcard include/config/mach/adcpoecpu.h) \ $(wildcard include/config/mach/csb637.h) \ $(wildcard include/config/mach/mb9200.h) \ $(wildcard include/config/mach/kulun.h) \ $(wildcard include/config/mach/snapper.h) \ $(wildcard include/config/mach/optima.h) \ $(wildcard include/config/mach/dlhsbc.h) \ $(wildcard include/config/mach/x30.h) \ $(wildcard include/config/mach/n30.h) \ $(wildcard include/config/mach/manga/ks8695.h) \ $(wildcard include/config/mach/ajax.h) \ $(wildcard include/config/mach/nec/mp900.h) \ $(wildcard include/config/mach/vvtk1000.h) \ $(wildcard include/config/mach/kafa.h) \ $(wildcard include/config/mach/vvtk3000.h) \ $(wildcard include/config/mach/pimx1.h) \ $(wildcard include/config/mach/ollie.h) \ $(wildcard include/config/mach/skymax.h) \ $(wildcard include/config/mach/jazz.h) \ $(wildcard include/config/mach/tel/t3.h) \ $(wildcard include/config/mach/aisino/fcr255.h) \ $(wildcard include/config/mach/btweb.h) \ $(wildcard include/config/mach/dbg/lh79520.h) \ $(wildcard include/config/mach/cm41xx.h) \ $(wildcard include/config/mach/ts72xx.h) \ $(wildcard include/config/mach/nggpxa.h) \ $(wildcard include/config/mach/csb535.h) \ $(wildcard include/config/mach/csb536.h) \ $(wildcard include/config/mach/pxa/trakpod.h) \ $(wildcard include/config/mach/praxis.h) \ $(wildcard include/config/mach/lh75411.h) \ $(wildcard include/config/mach/otom.h) \ $(wildcard include/config/mach/nexcoder/2440.h) \ $(wildcard include/config/mach/loox410.h) \ $(wildcard include/config/mach/westlake.h) \ $(wildcard include/config/mach/nsb.h) \ $(wildcard include/config/mach/esl/sarva/stn.h) \ $(wildcard include/config/mach/esl/sarva/tft.h) \ $(wildcard include/config/mach/esl/sarva/iad.h) \ $(wildcard include/config/mach/esl/sarva/acc.h) \ $(wildcard include/config/mach/typhoon.h) \ $(wildcard include/config/mach/cnav.h) \ $(wildcard include/config/mach/a730.h) \ $(wildcard include/config/mach/netstar.h) \ $(wildcard include/config/mach/phasefale/supercon.h) \ $(wildcard include/config/mach/shiva1100.h) \ $(wildcard include/config/mach/etexsc.h) \ $(wildcard include/config/mach/ixdpg465.h) \ $(wildcard include/config/mach/a9m2410.h) \ $(wildcard include/config/mach/a9m2440.h) \ $(wildcard include/config/mach/a9m9750.h) \ $(wildcard include/config/mach/a9m9360.h) \ $(wildcard include/config/mach/unc90.h) \ $(wildcard include/config/mach/eco920.h) \ $(wildcard include/config/mach/satview.h) \ $(wildcard include/config/mach/roadrunner.h) \ $(wildcard include/config/mach/at91rm9200ek.h) \ $(wildcard include/config/mach/gp32.h) \ $(wildcard include/config/mach/gem.h) \ $(wildcard include/config/mach/i858.h) \ $(wildcard include/config/mach/hx2750.h) \ $(wildcard include/config/mach/mxc91131evb.h) \ $(wildcard include/config/mach/p700.h) \ $(wildcard include/config/mach/cpe.h) \ $(wildcard include/config/mach/spitz.h) \ $(wildcard include/config/mach/nimbra340.h) \ $(wildcard include/config/mach/lpc22xx.h) \ $(wildcard include/config/mach/comet3.h) \ $(wildcard include/config/mach/comet4.h) \ $(wildcard include/config/mach/csb625.h) \ $(wildcard include/config/mach/fortunet2.h) \ $(wildcard include/config/mach/s5h2200.h) \ $(wildcard include/config/mach/optorm920.h) \ $(wildcard include/config/mach/adsbitsyxb.h) \ $(wildcard include/config/mach/adssphere.h) \ $(wildcard include/config/mach/adsportal.h) \ $(wildcard include/config/mach/ln2410sbc.h) \ $(wildcard include/config/mach/cb3rufc.h) \ $(wildcard include/config/mach/mp2usb.h) \ $(wildcard include/config/mach/ntnp425c.h) \ $(wildcard include/config/mach/colibri.h) \ $(wildcard include/config/mach/pcm7220.h) \ $(wildcard include/config/mach/gateway7001.h) \ $(wildcard include/config/mach/pcm027.h) \ $(wildcard include/config/mach/cmpxa.h) \ $(wildcard include/config/mach/anubis.h) \ $(wildcard include/config/mach/ite8152.h) \ $(wildcard include/config/mach/lpc3xxx.h) \ $(wildcard include/config/mach/puppeteer.h) \ $(wildcard include/config/mach/e570.h) \ $(wildcard include/config/mach/x50.h) \ $(wildcard include/config/mach/recon.h) \ $(wildcard include/config/mach/xboardgp8.h) \ $(wildcard include/config/mach/fpic2.h) \ $(wildcard include/config/mach/akita.h) \ $(wildcard include/config/mach/a81.h) \ $(wildcard include/config/mach/svm/sc25x.h) \ $(wildcard include/config/mach/vadatech020.h) \ $(wildcard include/config/mach/tli.h) \ $(wildcard include/config/mach/edb9315lc.h) \ $(wildcard include/config/mach/passec.h) \ $(wildcard include/config/mach/ds/tiger.h) \ $(wildcard include/config/mach/e310.h) \ $(wildcard include/config/mach/e330.h) \ $(wildcard include/config/mach/rt3000.h) \ $(wildcard include/config/mach/nokia770.h) \ $(wildcard include/config/mach/pnx0106.h) \ $(wildcard include/config/mach/hx21xx.h) \ $(wildcard include/config/mach/faraday.h) \ $(wildcard include/config/mach/sbc9312.h) \ $(wildcard include/config/mach/batman.h) \ $(wildcard include/config/mach/jpd201.h) \ $(wildcard include/config/mach/mipsa.h) \ $(wildcard include/config/mach/kacom.h) \ $(wildcard include/config/mach/swarcocpu.h) \ $(wildcard include/config/mach/swarcodsl.h) \ $(wildcard include/config/mach/blueangel.h) \ $(wildcard include/config/mach/hairygrama.h) \ $(wildcard include/config/mach/banff.h) \ $(wildcard include/config/mach/carmeva.h) \ $(wildcard include/config/mach/sam255.h) \ $(wildcard include/config/mach/ppm10.h) \ $(wildcard include/config/mach/edb9315a.h) \ $(wildcard include/config/mach/sunset.h) \ $(wildcard include/config/mach/stargate2.h) \ $(wildcard include/config/mach/intelmote2.h) \ $(wildcard include/config/mach/trizeps4.h) \ $(wildcard include/config/mach/mainstone2.h) \ $(wildcard include/config/mach/ez/ixp42x.h) \ $(wildcard include/config/mach/tapwave/zodiac.h) \ $(wildcard include/config/mach/universalmeter.h) \ $(wildcard include/config/mach/hicoarm9.h) \ $(wildcard include/config/mach/pnx4008.h) \ $(wildcard include/config/mach/kws6000.h) \ $(wildcard include/config/mach/portux920t.h) \ $(wildcard include/config/mach/ez/x5.h) \ $(wildcard include/config/mach/omap/rudolph.h) \ $(wildcard include/config/mach/cpuat91.h) \ $(wildcard include/config/mach/rea9200.h) \ $(wildcard include/config/mach/acts/pune/sa1110.h) \ $(wildcard include/config/mach/ixp425.h) \ $(wildcard include/config/mach/i30030ads.h) \ $(wildcard include/config/mach/perch.h) \ $(wildcard include/config/mach/eis05r1.h) \ $(wildcard include/config/mach/pepperpad.h) \ $(wildcard include/config/mach/sb3010.h) \ $(wildcard include/config/mach/rm9200.h) \ $(wildcard include/config/mach/dma03.h) \ $(wildcard include/config/mach/road/s101.h) \ $(wildcard include/config/mach/iq81340sc.h) \ $(wildcard include/config/mach/iq/nextgen/b.h) \ $(wildcard include/config/mach/iq81340mc.h) \ $(wildcard include/config/mach/iq/nextgen/d.h) \ $(wildcard include/config/mach/iq/nextgen/e.h) \ $(wildcard include/config/mach/mallow/at91.h) \ $(wildcard include/config/mach/cybertracker/i.h) \ $(wildcard include/config/mach/gesbc931x.h) \ $(wildcard include/config/mach/centipad.h) \ $(wildcard include/config/mach/armsoc.h) \ $(wildcard include/config/mach/se4200.h) \ $(wildcard include/config/mach/ems197a.h) \ $(wildcard include/config/mach/micro9.h) \ $(wildcard include/config/mach/micro9l.h) \ $(wildcard include/config/mach/uc5471dsp.h) \ $(wildcard include/config/mach/sj5471eng.h) \ $(wildcard include/config/mach/cmpxa26x.h) \ $(wildcard include/config/mach/nc.h) \ $(wildcard include/config/mach/omap/palmte.h) \ $(wildcard include/config/mach/ajax52x.h) \ $(wildcard include/config/mach/siriustar.h) \ $(wildcard include/config/mach/iodata/hdlg.h) \ $(wildcard include/config/mach/at91rm9200utl.h) \ $(wildcard include/config/mach/biosafe.h) \ $(wildcard include/config/mach/mp1000.h) \ $(wildcard include/config/mach/parsy.h) \ $(wildcard include/config/mach/ccxp.h) \ $(wildcard include/config/mach/omap/gsample.h) \ $(wildcard include/config/mach/realview/eb.h) \ $(wildcard include/config/mach/samoa.h) \ $(wildcard include/config/mach/palmt3.h) \ $(wildcard include/config/mach/i878.h) \ $(wildcard include/config/mach/borzoi.h) \ $(wildcard include/config/mach/gecko.h) \ $(wildcard include/config/mach/ds101.h) \ $(wildcard include/config/mach/omap/palmtt2.h) \ $(wildcard include/config/mach/palmld.h) \ $(wildcard include/config/mach/cc9c.h) \ $(wildcard include/config/mach/sbc1670.h) \ $(wildcard include/config/mach/ixdp28x5.h) \ $(wildcard include/config/mach/omap/palmtt.h) \ $(wildcard include/config/mach/ml696k.h) \ $(wildcard include/config/mach/arcom/zeus.h) \ $(wildcard include/config/mach/osiris.h) \ $(wildcard include/config/mach/maestro.h) \ $(wildcard include/config/mach/palmte2.h) \ $(wildcard include/config/mach/ixbbm.h) \ $(wildcard include/config/mach/mx27ads.h) \ $(wildcard include/config/mach/ax8004.h) \ $(wildcard include/config/mach/at91sam9261ek.h) \ $(wildcard include/config/mach/loft.h) \ $(wildcard include/config/mach/magpie.h) \ $(wildcard include/config/mach/mx21ads.h) \ $(wildcard include/config/mach/mb87m3400.h) \ $(wildcard include/config/mach/mguard/delta.h) \ $(wildcard include/config/mach/davinci/dvdp.h) \ $(wildcard include/config/mach/htcuniversal.h) \ $(wildcard include/config/mach/tpad.h) \ $(wildcard include/config/mach/roverp3.h) \ $(wildcard include/config/mach/jornada928.h) \ $(wildcard include/config/mach/mv88fxx81.h) \ $(wildcard include/config/mach/stmp36xx.h) \ $(wildcard include/config/mach/sxni79524.h) \ $(wildcard include/config/mach/ams/delta.h) \ $(wildcard include/config/mach/uranium.h) \ $(wildcard include/config/mach/ucon.h) \ $(wildcard include/config/mach/nas100d.h) \ $(wildcard include/config/mach/l083/1000.h) \ $(wildcard include/config/mach/ezx.h) \ $(wildcard include/config/mach/pnx5220.h) \ $(wildcard include/config/mach/butte.h) \ $(wildcard include/config/mach/srm2.h) \ $(wildcard include/config/mach/dsbr.h) \ $(wildcard include/config/mach/crystalball.h) \ $(wildcard include/config/mach/tinypxa27x.h) \ $(wildcard include/config/mach/herbie.h) \ $(wildcard include/config/mach/magician.h) \ $(wildcard include/config/mach/cm4002.h) \ $(wildcard include/config/mach/b4.h) \ $(wildcard include/config/mach/maui.h) \ $(wildcard include/config/mach/cybertracker/g.h) \ $(wildcard include/config/mach/nxdkn.h) \ $(wildcard include/config/mach/mio8390.h) \ $(wildcard include/config/mach/omi/board.h) \ $(wildcard include/config/mach/mx21civ.h) \ $(wildcard include/config/mach/mahi/cdac.h) \ $(wildcard include/config/mach/palmtx.h) \ $(wildcard include/config/mach/s3c2413.h) \ $(wildcard include/config/mach/samsys/ep0.h) \ $(wildcard include/config/mach/wg302v1.h) \ $(wildcard include/config/mach/wg302v2.h) \ $(wildcard include/config/mach/eb42x.h) \ $(wildcard include/config/mach/iq331es.h) \ $(wildcard include/config/mach/cosydsp.h) \ $(wildcard include/config/mach/uplat7d.h) \ $(wildcard include/config/mach/ptdavinci.h) \ $(wildcard include/config/mach/mbus.h) \ $(wildcard include/config/mach/nadia2vb.h) \ $(wildcard include/config/mach/r1000.h) \ $(wildcard include/config/mach/hw90250.h) \ $(wildcard include/config/mach/omap/2430sdp.h) \ $(wildcard include/config/mach/davinci/evm.h) \ $(wildcard include/config/mach/omap/tornado.h) \ $(wildcard include/config/mach/olocreek.h) \ $(wildcard include/config/mach/palmz72.h) \ $(wildcard include/config/mach/nxdb500.h) \ $(wildcard include/config/mach/apf9328.h) \ $(wildcard include/config/mach/omap/wipoq.h) \ $(wildcard include/config/mach/omap/twip.h) \ $(wildcard include/config/mach/treo650.h) \ $(wildcard include/config/mach/acumen.h) \ $(wildcard include/config/mach/xp100.h) \ $(wildcard include/config/mach/fs2410.h) \ $(wildcard include/config/mach/pxa270/cerf.h) \ $(wildcard include/config/mach/sq2ftlpalm.h) \ $(wildcard include/config/mach/bsemserver.h) \ $(wildcard include/config/mach/netclient.h) \ $(wildcard include/config/mach/palmt5.h) \ $(wildcard include/config/mach/palmtc.h) \ $(wildcard include/config/mach/omap/apollon.h) \ $(wildcard include/config/mach/mxc30030evb.h) \ $(wildcard include/config/mach/rea/2d.h) \ $(wildcard include/config/mach/ti3e524.h) \ $(wildcard include/config/mach/ateb9200.h) \ $(wildcard include/config/mach/auckland.h) \ $(wildcard include/config/mach/ak3320m.h) \ $(wildcard include/config/mach/duramax.h) \ $(wildcard include/config/mach/n35.h) \ $(wildcard include/config/mach/pronghorn.h) \ $(wildcard include/config/mach/fundy.h) \ $(wildcard include/config/mach/logicpd/pxa270.h) \ $(wildcard include/config/mach/cpu777.h) \ $(wildcard include/config/mach/simicon9201.h) \ $(wildcard include/config/mach/leap2/hpm.h) \ $(wildcard include/config/mach/cm922txa10.h) \ $(wildcard include/config/mach/pxa.h) \ $(wildcard include/config/mach/sandgate2.h) \ $(wildcard include/config/mach/sandgate2g.h) \ $(wildcard include/config/mach/sandgate2p.h) \ $(wildcard include/config/mach/fred/jack.h) \ $(wildcard include/config/mach/ttg/color1.h) \ $(wildcard include/config/mach/nxeb500hmi.h) \ $(wildcard include/config/mach/netdcu8.h) \ $(wildcard include/config/mach/ng/fvx538.h) \ $(wildcard include/config/mach/ng/fvs338.h) \ $(wildcard include/config/mach/pnx4103.h) \ $(wildcard include/config/mach/hesdb.h) \ $(wildcard include/config/mach/xsilo.h) \ $(wildcard include/config/mach/espresso.h) \ $(wildcard include/config/mach/emlc.h) \ $(wildcard include/config/mach/sisteron.h) \ $(wildcard include/config/mach/rx1950.h) \ $(wildcard include/config/mach/tsc/venus.h) \ $(wildcard include/config/mach/ds101j.h) \ $(wildcard include/config/mach/mxc30030ads.h) \ $(wildcard include/config/mach/fujitsu/wimaxsoc.h) \ $(wildcard include/config/mach/dualpcmodem.h) \ $(wildcard include/config/mach/gesbc9312.h) \ $(wildcard include/config/mach/htcapache.h) \ $(wildcard include/config/mach/ixdp435.h) \ $(wildcard include/config/mach/catprovt100.h) \ $(wildcard include/config/mach/picotux1xx.h) \ $(wildcard include/config/mach/picotux2xx.h) \ $(wildcard include/config/mach/dsmg600.h) \ $(wildcard include/config/mach/empc2.h) \ $(wildcard include/config/mach/ventura.h) \ $(wildcard include/config/mach/phidget/sbc.h) \ $(wildcard include/config/mach/ij3k.h) \ $(wildcard include/config/mach/pisgah.h) \ $(wildcard include/config/mach/omap/fsample.h) \ $(wildcard include/config/mach/sg720.h) \ $(wildcard include/config/mach/redfox.h) \ $(wildcard include/config/mach/mysh/ep9315/1.h) \ $(wildcard include/config/mach/tpf106.h) \ $(wildcard include/config/mach/at91rm9200kg.h) \ $(wildcard include/config/mach/sledb.h) \ $(wildcard include/config/mach/ontrack.h) \ $(wildcard include/config/mach/pm1200.h) \ $(wildcard include/config/mach/ess24xxx.h) \ $(wildcard include/config/mach/coremp7.h) \ $(wildcard include/config/mach/nexcoder/6446.h) \ $(wildcard include/config/mach/stvc8380.h) \ $(wildcard include/config/mach/teklynx.h) \ $(wildcard include/config/mach/carbonado.h) \ $(wildcard include/config/mach/sysmos/mp730.h) \ $(wildcard include/config/mach/snapper/cl15.h) \ $(wildcard include/config/mach/pgigim.h) \ $(wildcard include/config/mach/ptx9160p2.h) \ $(wildcard include/config/mach/dcore1.h) \ $(wildcard include/config/mach/victorpxa.h) \ $(wildcard include/config/mach/mx2dtb.h) \ $(wildcard include/config/mach/pxa/irex/er0100.h) \ $(wildcard include/config/mach/omap/palmz71.h) \ $(wildcard include/config/mach/bartec/deg.h) \ $(wildcard include/config/mach/hw50251.h) \ $(wildcard include/config/mach/ibox.h) \ $(wildcard include/config/mach/atlaslh7a404.h) \ $(wildcard include/config/mach/pt2026.h) \ $(wildcard include/config/mach/htcalpine.h) \ $(wildcard include/config/mach/bartec/vtu.h) \ $(wildcard include/config/mach/vcoreii.h) \ $(wildcard include/config/mach/pdnb3.h) \ $(wildcard include/config/mach/htcbeetles.h) \ $(wildcard include/config/mach/s3c6400.h) \ $(wildcard include/config/mach/s3c2443.h) \ $(wildcard include/config/mach/omap/ldk.h) \ $(wildcard include/config/mach/smdk2460.h) \ $(wildcard include/config/mach/smdk2440.h) \ $(wildcard include/config/mach/smdk2412.h) \ $(wildcard include/config/mach/webbox.h) \ $(wildcard include/config/mach/cwwndp.h) \ $(wildcard include/config/mach/dragon.h) \ $(wildcard include/config/mach/opendo/cpu/board.h) \ $(wildcard include/config/mach/ccm2200.h) \ $(wildcard include/config/mach/etwarm.h) \ $(wildcard include/config/mach/m93030.h) \ $(wildcard include/config/mach/cc7u.h) \ $(wildcard include/config/mach/mtt/ranger.h) \ $(wildcard include/config/mach/nexus.h) \ $(wildcard include/config/mach/desman.h) \ $(wildcard include/config/mach/bkde303.h) \ $(wildcard include/config/mach/smdk2413.h) \ $(wildcard include/config/mach/aml/m7200.h) \ $(wildcard include/config/mach/aml/m5900.h) \ $(wildcard include/config/mach/sg640.h) \ $(wildcard include/config/mach/edg79524.h) \ $(wildcard include/config/mach/ai2410.h) \ $(wildcard include/config/mach/ixp465.h) \ $(wildcard include/config/mach/balloon3.h) \ $(wildcard include/config/mach/heins.h) \ $(wildcard include/config/mach/mpluseva.h) \ $(wildcard include/config/mach/rt042.h) \ $(wildcard include/config/mach/cwiem.h) \ $(wildcard include/config/mach/cm/x270.h) \ $(wildcard include/config/mach/cm/x255.h) \ $(wildcard include/config/mach/esh/at91.h) \ $(wildcard include/config/mach/sandgate3.h) \ $(wildcard include/config/mach/primo.h) \ $(wildcard include/config/mach/gemstone.h) \ $(wildcard include/config/mach/pronghornmetro.h) \ $(wildcard include/config/mach/sidewinder.h) \ $(wildcard include/config/mach/picomod1.h) \ $(wildcard include/config/mach/sg590.h) \ $(wildcard include/config/mach/akai9307.h) \ $(wildcard include/config/mach/fontaine.h) \ $(wildcard include/config/mach/wombat.h) \ $(wildcard include/config/mach/acq300.h) \ $(wildcard include/config/mach/mod/270.h) \ $(wildcard include/config/mach/vc0820.h) \ $(wildcard include/config/mach/ani/aim.h) \ $(wildcard include/config/mach/jellyfish.h) \ $(wildcard include/config/mach/amanita.h) \ $(wildcard include/config/mach/vlink.h) \ $(wildcard include/config/mach/dexflex.h) \ $(wildcard include/config/mach/eigen/ttq.h) \ $(wildcard include/config/mach/arcom/titan.h) \ $(wildcard include/config/mach/tabla.h) \ $(wildcard include/config/mach/mdirac3.h) \ $(wildcard include/config/mach/mrhfbp2.h) \ $(wildcard include/config/mach/at91rm9200rb.h) \ $(wildcard include/config/mach/ani/apm.h) \ $(wildcard include/config/mach/ella1.h) \ $(wildcard include/config/mach/inhand/pxa27x.h) \ $(wildcard include/config/mach/inhand/pxa25x.h) \ $(wildcard include/config/mach/empos/xm.h) \ $(wildcard include/config/mach/empos.h) \ $(wildcard include/config/mach/empos/tiny.h) \ $(wildcard include/config/mach/empos/sm.h) \ $(wildcard include/config/mach/egret.h) \ $(wildcard include/config/mach/ostrich.h) \ $(wildcard include/config/mach/n50.h) \ $(wildcard include/config/mach/ecbat91.h) \ $(wildcard include/config/mach/stareast.h) \ $(wildcard include/config/mach/dspg/dw.h) \ $(wildcard include/config/mach/onearm.h) \ $(wildcard include/config/mach/mrg110/6.h) \ $(wildcard include/config/mach/wrt300nv2.h) \ $(wildcard include/config/mach/xm/bulverde.h) \ $(wildcard include/config/mach/msm6100.h) \ $(wildcard include/config/mach/eti/b1.h) \ $(wildcard include/config/mach/zilog/za9l.h) \ $(wildcard include/config/mach/bit2440.h) \ $(wildcard include/config/mach/nbi.h) \ $(wildcard include/config/mach/smdk2443.h) \ $(wildcard include/config/mach/vdavinci.h) \ $(wildcard include/config/mach/atc6.h) \ $(wildcard include/config/mach/multmdw.h) \ $(wildcard include/config/mach/mba2440.h) \ $(wildcard include/config/mach/ecsd.h) \ $(wildcard include/config/mach/palmz31.h) \ $(wildcard include/config/mach/fsg.h) \ $(wildcard include/config/mach/razor101.h) \ $(wildcard include/config/mach/opera/tdm.h) \ $(wildcard include/config/mach/comcerto.h) \ $(wildcard include/config/mach/tb0319.h) \ $(wildcard include/config/mach/kws8000.h) \ $(wildcard include/config/mach/b2.h) \ $(wildcard include/config/mach/lcl54.h) \ $(wildcard include/config/mach/at91sam9260ek.h) \ $(wildcard include/config/mach/glantank.h) \ $(wildcard include/config/mach/n2100.h) \ $(wildcard include/config/mach/n4100.h) \ $(wildcard include/config/mach/vertical/rsc4.h) \ $(wildcard include/config/mach/sg8100.h) \ $(wildcard include/config/mach/im42xx.h) \ $(wildcard include/config/mach/ftxx.h) \ $(wildcard include/config/mach/lwfusion.h) \ $(wildcard include/config/mach/qt2410.h) \ $(wildcard include/config/mach/kixrp435.h) \ $(wildcard include/config/mach/ccw9c.h) \ $(wildcard include/config/mach/dabhs.h) \ $(wildcard include/config/mach/gzmx.h) \ $(wildcard include/config/mach/ipnw100ap.h) \ $(wildcard include/config/mach/cc9p9360dev.h) \ $(wildcard include/config/mach/cc9p9750dev.h) \ $(wildcard include/config/mach/cc9p9360val.h) \ $(wildcard include/config/mach/cc9p9750val.h) \ $(wildcard include/config/mach/nx70v.h) \ $(wildcard include/config/mach/at91rm9200df.h) \ $(wildcard include/config/mach/se/pilot2.h) \ $(wildcard include/config/mach/mtcn/t800.h) \ $(wildcard include/config/mach/vcmx212.h) \ $(wildcard include/config/mach/lynx.h) \ $(wildcard include/config/mach/at91sam9260id.h) \ $(wildcard include/config/mach/hw86052.h) \ $(wildcard include/config/mach/pilz/pmi3.h) \ $(wildcard include/config/mach/edb9302a.h) \ $(wildcard include/config/mach/edb9307a.h) \ $(wildcard include/config/mach/ct/dfs.h) \ $(wildcard include/config/mach/pilz/pmi4.h) \ $(wildcard include/config/mach/xceednp/ixp.h) \ $(wildcard include/config/mach/smdk2442b.h) \ $(wildcard include/config/mach/xnode.h) \ $(wildcard include/config/mach/aidx270.h) \ $(wildcard include/config/mach/rema.h) \ $(wildcard include/config/mach/bps1000.h) \ $(wildcard include/config/mach/hw90350.h) \ $(wildcard include/config/mach/omap/3430sdp.h) \ $(wildcard include/config/mach/bluetouch.h) \ $(wildcard include/config/mach/vstms.h) \ $(wildcard include/config/mach/xsbase270.h) \ $(wildcard include/config/mach/at91sam9260ek/cn.h) \ $(wildcard include/config/mach/adsturboxb.h) \ $(wildcard include/config/mach/oti4110.h) \ $(wildcard include/config/mach/hme/pxa.h) \ $(wildcard include/config/mach/deisterdca.h) \ $(wildcard include/config/mach/ces/ssem2.h) \ $(wildcard include/config/mach/ces/mtr.h) \ $(wildcard include/config/mach/tds/avng/sbc.h) \ $(wildcard include/config/mach/everest.h) \ $(wildcard include/config/mach/pnx4010.h) \ $(wildcard include/config/mach/oxnas.h) \ $(wildcard include/config/mach/fiori.h) \ $(wildcard include/config/mach/ml1200.h) \ $(wildcard include/config/mach/pecos.h) \ $(wildcard include/config/mach/nb2xxx.h) \ $(wildcard include/config/mach/hw6900.h) \ $(wildcard include/config/mach/cdcs/quoll.h) \ $(wildcard include/config/mach/quicksilver.h) \ $(wildcard include/config/mach/uplat926.h) \ $(wildcard include/config/mach/dep2410/thomas.h) \ $(wildcard include/config/mach/dtk2410.h) \ $(wildcard include/config/mach/chili.h) \ $(wildcard include/config/mach/demeter.h) \ $(wildcard include/config/mach/dionysus.h) \ $(wildcard include/config/mach/as352x.h) \ $(wildcard include/config/mach/service.h) \ $(wildcard include/config/mach/cs/e9301.h) \ $(wildcard include/config/mach/micro9m.h) \ $(wildcard include/config/mach/ia/mospck.h) \ $(wildcard include/config/mach/ql201b.h) \ $(wildcard include/config/mach/bbm.h) \ $(wildcard include/config/mach/exxx.h) \ $(wildcard include/config/mach/wma11b.h) \ $(wildcard include/config/mach/pelco/atlas.h) \ $(wildcard include/config/mach/g500.h) \ $(wildcard include/config/mach/bug.h) \ $(wildcard include/config/mach/mx33ads.h) \ $(wildcard include/config/mach/chub.h) \ $(wildcard include/config/mach/neo1973/gta01.h) \ $(wildcard include/config/mach/w90n740.h) \ $(wildcard include/config/mach/medallion/sa2410.h) \ $(wildcard include/config/mach/ia/cpu/9200/2.h) \ $(wildcard include/config/mach/dimmrm9200.h) \ $(wildcard include/config/mach/pm9261.h) \ $(wildcard include/config/mach/ml7304.h) \ $(wildcard include/config/mach/ucp250.h) \ $(wildcard include/config/mach/intboard.h) \ $(wildcard include/config/mach/gulfstream.h) \ $(wildcard include/config/mach/labquest.h) \ $(wildcard include/config/mach/vcmx313.h) \ $(wildcard include/config/mach/urg200.h) \ $(wildcard include/config/mach/cpux255lcdnet.h) \ $(wildcard include/config/mach/netdcu9.h) \ $(wildcard include/config/mach/netdcu10.h) \ $(wildcard include/config/mach/dspg/dga.h) \ $(wildcard include/config/mach/dspg/dvw.h) \ $(wildcard include/config/mach/solos.h) \ $(wildcard include/config/mach/at91sam9263ek.h) \ $(wildcard include/config/mach/osstbox.h) \ $(wildcard include/config/mach/kbat9261.h) \ $(wildcard include/config/mach/ct1100.h) \ $(wildcard include/config/mach/akcppxa.h) \ $(wildcard include/config/mach/ochaya1020.h) \ $(wildcard include/config/mach/hitrack.h) \ $(wildcard include/config/mach/syme1.h) \ $(wildcard include/config/mach/syhl1.h) \ $(wildcard include/config/mach/empca400.h) \ $(wildcard include/config/mach/em7210.h) \ $(wildcard include/config/mach/htchermes.h) \ $(wildcard include/config/mach/eti/c1.h) \ $(wildcard include/config/mach/ac100.h) \ $(wildcard include/config/mach/sneetch.h) \ $(wildcard include/config/mach/studentmate.h) \ $(wildcard include/config/mach/zir2410.h) \ $(wildcard include/config/mach/zir2413.h) \ $(wildcard include/config/mach/dlonip3.h) \ $(wildcard include/config/mach/instream.h) \ $(wildcard include/config/mach/ambarella.h) \ $(wildcard include/config/mach/nevis.h) \ $(wildcard include/config/mach/htc/trinity.h) \ $(wildcard include/config/mach/ql202b.h) \ $(wildcard include/config/mach/vpac270.h) \ $(wildcard include/config/mach/rd129.h) \ $(wildcard include/config/mach/htcwizard.h) \ $(wildcard include/config/mach/treo680.h) \ $(wildcard include/config/mach/tecon/tmezon.h) \ $(wildcard include/config/mach/zylonite.h) \ $(wildcard include/config/mach/gene1270.h) \ $(wildcard include/config/mach/zir2412.h) \ $(wildcard include/config/mach/mx31lite.h) \ $(wildcard include/config/mach/t700wx.h) \ $(wildcard include/config/mach/vf100.h) \ $(wildcard include/config/mach/nsb2.h) \ $(wildcard include/config/mach/nxhmi/bb.h) \ $(wildcard include/config/mach/nxhmi/re.h) \ $(wildcard include/config/mach/n4100pro.h) \ $(wildcard include/config/mach/sam9260.h) \ $(wildcard include/config/mach/omap/treo600.h) \ $(wildcard include/config/mach/indy2410.h) \ $(wildcard include/config/mach/nelt/a.h) \ $(wildcard include/config/mach/n311.h) \ $(wildcard include/config/mach/at91sam9260vgk.h) \ $(wildcard include/config/mach/at91leppe.h) \ $(wildcard include/config/mach/at91lepccn.h) \ $(wildcard include/config/mach/apc7100.h) \ $(wildcard include/config/mach/stargazer.h) \ $(wildcard include/config/mach/sonata.h) \ $(wildcard include/config/mach/schmoogie.h) \ $(wildcard include/config/mach/aztool.h) \ $(wildcard include/config/mach/mioa701.h) \ $(wildcard include/config/mach/sxni9260.h) \ $(wildcard include/config/mach/mxc27520evb.h) \ $(wildcard include/config/mach/armadillo5x0.h) \ $(wildcard include/config/mach/mb9260.h) \ $(wildcard include/config/mach/mb9263.h) \ $(wildcard include/config/mach/ipac9302.h) \ $(wildcard include/config/mach/cc9p9360js.h) \ $(wildcard include/config/mach/gallium.h) \ $(wildcard include/config/mach/msc2410.h) \ $(wildcard include/config/mach/ghi270.h) \ $(wildcard include/config/mach/davinci/leonardo.h) \ $(wildcard include/config/mach/oiab.h) \ $(wildcard include/config/mach/smdk6400.h) \ $(wildcard include/config/mach/nokia/n800.h) \ $(wildcard include/config/mach/greenphone.h) \ $(wildcard include/config/mach/compexwp18.h) \ $(wildcard include/config/mach/xmate.h) \ $(wildcard include/config/mach/energizer.h) \ $(wildcard include/config/mach/ime1.h) \ $(wildcard include/config/mach/swedatms.h) \ $(wildcard include/config/mach/ntnp435c.h) \ $(wildcard include/config/mach/spectro2.h) \ $(wildcard include/config/mach/h6039.h) \ $(wildcard include/config/mach/ep80219.h) \ $(wildcard include/config/mach/samoa/ii.h) \ $(wildcard include/config/mach/cwmxl.h) \ $(wildcard include/config/mach/as9200.h) \ $(wildcard include/config/mach/sfx1149.h) \ $(wildcard include/config/mach/navi010.h) \ $(wildcard include/config/mach/multmdp.h) \ $(wildcard include/config/mach/scb9520.h) \ $(wildcard include/config/mach/htcathena.h) \ $(wildcard include/config/mach/xp179.h) \ $(wildcard include/config/mach/h4300.h) \ $(wildcard include/config/mach/goramo/mlr.h) \ $(wildcard include/config/mach/mxc30020evb.h) \ $(wildcard include/config/mach/adsbitsyg5.h) \ $(wildcard include/config/mach/adsportalplus.h) \ $(wildcard include/config/mach/mmsp2plus.h) \ $(wildcard include/config/mach/em/x270.h) \ $(wildcard include/config/mach/tpp302.h) \ $(wildcard include/config/mach/tpm104.h) \ $(wildcard include/config/mach/tpm102.h) \ $(wildcard include/config/mach/tpm109.h) \ $(wildcard include/config/mach/fbxo1.h) \ $(wildcard include/config/mach/hxd8.h) \ $(wildcard include/config/mach/neo1973/gta02.h) \ $(wildcard include/config/mach/emtest.h) \ $(wildcard include/config/mach/ad6900.h) \ $(wildcard include/config/mach/europa.h) \ $(wildcard include/config/mach/metroconnect.h) \ $(wildcard include/config/mach/ez/s2410.h) \ $(wildcard include/config/mach/ez/s2440.h) \ $(wildcard include/config/mach/ez/ep9312.h) \ $(wildcard include/config/mach/ez/ep9315.h) \ $(wildcard include/config/mach/ez/x7.h) \ $(wildcard include/config/mach/godotdb.h) \ $(wildcard include/config/mach/mistral.h) \ $(wildcard include/config/mach/msm.h) \ $(wildcard include/config/mach/ct5910.h) \ $(wildcard include/config/mach/ct5912.h) \ $(wildcard include/config/mach/hynet/ine.h) \ $(wildcard include/config/mach/hynet/app.h) \ $(wildcard include/config/mach/msm7200.h) \ $(wildcard include/config/mach/msm7600.h) \ $(wildcard include/config/mach/ceb255.h) \ $(wildcard include/config/mach/ciel.h) \ $(wildcard include/config/mach/slm5650.h) \ $(wildcard include/config/mach/at91sam9rlek.h) \ $(wildcard include/config/mach/comtech/router.h) \ $(wildcard include/config/mach/sbc2410x.h) \ $(wildcard include/config/mach/at4x0bd.h) \ $(wildcard include/config/mach/cbifr.h) \ $(wildcard include/config/mach/arcom/quantum.h) \ $(wildcard include/config/mach/matrix520.h) \ $(wildcard include/config/mach/matrix510.h) \ $(wildcard include/config/mach/matrix500.h) \ $(wildcard include/config/mach/m501.h) \ $(wildcard include/config/mach/aaeon1270.h) \ $(wildcard include/config/mach/matrix500ev.h) \ $(wildcard include/config/mach/pac500.h) \ $(wildcard include/config/mach/pnx8181.h) \ $(wildcard include/config/mach/colibri320.h) \ $(wildcard include/config/mach/aztoolbb.h) \ $(wildcard include/config/mach/aztoolg2.h) \ $(wildcard include/config/mach/dvlhost.h) \ $(wildcard include/config/mach/zir9200.h) \ $(wildcard include/config/mach/zir9260.h) \ $(wildcard include/config/mach/cocopah.h) \ $(wildcard include/config/mach/nds.h) \ $(wildcard include/config/mach/rosencrantz.h) \ $(wildcard include/config/mach/fttx/odsc.h) \ $(wildcard include/config/mach/classe/r6904.h) \ $(wildcard include/config/mach/cam60.h) \ $(wildcard include/config/mach/mxc30031ads.h) \ $(wildcard include/config/mach/datacall.h) \ $(wildcard include/config/mach/at91eb01.h) \ $(wildcard include/config/mach/rty.h) \ $(wildcard include/config/mach/dwl2100.h) \ $(wildcard include/config/mach/vinsi.h) \ $(wildcard include/config/mach/db88f5281.h) \ $(wildcard include/config/mach/csb726.h) \ $(wildcard include/config/mach/tik27.h) \ $(wildcard include/config/mach/mx/uc7420.h) \ $(wildcard include/config/mach/rirm3.h) \ $(wildcard include/config/mach/pelco/odyssey.h) \ $(wildcard include/config/mach/adx/abox.h) \ $(wildcard include/config/mach/adx/tpid.h) \ $(wildcard include/config/mach/minicheck.h) \ $(wildcard include/config/mach/idam.h) \ $(wildcard include/config/mach/mario/mx.h) \ $(wildcard include/config/mach/vi1888.h) \ $(wildcard include/config/mach/zr4230.h) \ $(wildcard include/config/mach/t1/ix/blue.h) \ $(wildcard include/config/mach/syhq2.h) \ $(wildcard include/config/mach/computime/r3.h) \ $(wildcard include/config/mach/oratis.h) \ $(wildcard include/config/mach/mikko.h) \ $(wildcard include/config/mach/holon.h) \ $(wildcard include/config/mach/olip8.h) \ $(wildcard include/config/mach/ghi270hg.h) \ $(wildcard include/config/mach/davinci/dm6467/evm.h) \ $(wildcard include/config/mach/davinci/dm355/evm.h) \ $(wildcard include/config/mach/blackriver.h) \ $(wildcard include/config/mach/sandgatewp.h) \ $(wildcard include/config/mach/cdotbwsg.h) \ $(wildcard include/config/mach/quark963.h) \ $(wildcard include/config/mach/csb735.h) \ $(wildcard include/config/mach/littleton.h) \ $(wildcard include/config/mach/mio/p550.h) \ $(wildcard include/config/mach/motion2440.h) \ $(wildcard include/config/mach/imm500.h) \ $(wildcard include/config/mach/homematic.h) \ $(wildcard include/config/mach/ermine.h) \ $(wildcard include/config/mach/kb9202b.h) \ $(wildcard include/config/mach/hs1xx.h) \ $(wildcard include/config/mach/studentmate2440.h) \ $(wildcard include/config/mach/arvoo/l1/z1.h) \ $(wildcard include/config/mach/dep2410k.h) \ $(wildcard include/config/mach/xxsvideo.h) \ $(wildcard include/config/mach/im4004.h) \ $(wildcard include/config/mach/ochaya1050.h) \ $(wildcard include/config/mach/lep9261.h) \ $(wildcard include/config/mach/svenmeb.h) \ $(wildcard include/config/mach/fortunet2ne.h) \ $(wildcard include/config/mach/nxhx.h) \ $(wildcard include/config/mach/realview/pb11mp.h) \ $(wildcard include/config/mach/ids500.h) \ $(wildcard include/config/mach/ors/n725.h) \ $(wildcard include/config/mach/hsdarm.h) \ $(wildcard include/config/mach/sha/pon003.h) \ $(wildcard include/config/mach/sha/pon004.h) \ $(wildcard include/config/mach/sha/pon007.h) \ $(wildcard include/config/mach/sha/pon011.h) \ $(wildcard include/config/mach/h6042.h) \ $(wildcard include/config/mach/h6043.h) \ $(wildcard include/config/mach/looxc550.h) \ $(wildcard include/config/mach/cnty/titan.h) \ $(wildcard include/config/mach/app3xx.h) \ $(wildcard include/config/mach/sideoatsgrama.h) \ $(wildcard include/config/mach/treo700p.h) \ $(wildcard include/config/mach/treo700w.h) \ $(wildcard include/config/mach/treo750.h) \ $(wildcard include/config/mach/treo755p.h) \ $(wildcard include/config/mach/ezreganut9200.h) \ $(wildcard include/config/mach/sarge.h) \ $(wildcard include/config/mach/a696.h) \ $(wildcard include/config/mach/turtle.h) \ $(wildcard include/config/mach/mx27/3ds.h) \ $(wildcard include/config/mach/bishop.h) \ $(wildcard include/config/mach/pxx.h) \ $(wildcard include/config/mach/redwood.h) \ $(wildcard include/config/mach/omap/2430dlp.h) \ $(wildcard include/config/mach/omap/2430osk.h) \ $(wildcard include/config/mach/sardine.h) \ $(wildcard include/config/mach/halibut.h) \ $(wildcard include/config/mach/trout.h) \ $(wildcard include/config/mach/goldfish.h) \ $(wildcard include/config/mach/gesbc2440.h) \ $(wildcard include/config/mach/nomad.h) \ $(wildcard include/config/mach/rosalind.h) \ $(wildcard include/config/mach/cc9p9215.h) \ $(wildcard include/config/mach/cc9p9210.h) \ $(wildcard include/config/mach/cc9p9215js.h) \ $(wildcard include/config/mach/cc9p9210js.h) \ $(wildcard include/config/mach/nasffe.h) \ $(wildcard include/config/mach/tn2x0bd.h) \ $(wildcard include/config/mach/gwmpxa.h) \ $(wildcard include/config/mach/exyplus.h) \ $(wildcard include/config/mach/jadoo21.h) \ $(wildcard include/config/mach/looxn560.h) \ $(wildcard include/config/mach/bonsai.h) \ $(wildcard include/config/mach/adsmilgato.h) \ $(wildcard include/config/mach/gba.h) \ $(wildcard include/config/mach/h6044.h) \ $(wildcard include/config/mach/app.h) \ $(wildcard include/config/mach/tct/hammer.h) \ $(wildcard include/config/mach/herald.h) \ $(wildcard include/config/mach/artemis.h) \ $(wildcard include/config/mach/htctitan.h) \ $(wildcard include/config/mach/qranium.h) \ $(wildcard include/config/mach/adx/wsc2.h) \ $(wildcard include/config/mach/adx/medcom.h) \ $(wildcard include/config/mach/bboard.h) \ $(wildcard include/config/mach/cambria.h) \ $(wildcard include/config/mach/mt7xxx.h) \ $(wildcard include/config/mach/matrix512.h) \ $(wildcard include/config/mach/matrix522.h) \ $(wildcard include/config/mach/ipac5010.h) \ $(wildcard include/config/mach/sakura.h) \ $(wildcard include/config/mach/grocx.h) \ $(wildcard include/config/mach/pm9263.h) \ $(wildcard include/config/mach/sim/one.h) \ $(wildcard include/config/mach/acq132.h) \ $(wildcard include/config/mach/datr.h) \ $(wildcard include/config/mach/actux1.h) \ $(wildcard include/config/mach/actux2.h) \ $(wildcard include/config/mach/actux3.h) \ $(wildcard include/config/mach/flexit.h) \ $(wildcard include/config/mach/bh2x0bd.h) \ $(wildcard include/config/mach/atb2002.h) \ $(wildcard include/config/mach/xenon.h) \ $(wildcard include/config/mach/fm607.h) \ $(wildcard include/config/mach/matrix514.h) \ $(wildcard include/config/mach/matrix524.h) \ $(wildcard include/config/mach/inpod.h) \ $(wildcard include/config/mach/jive.h) \ $(wildcard include/config/mach/tll/mx21.h) \ $(wildcard include/config/mach/sbc2800.h) \ $(wildcard include/config/mach/cc7ucamry.h) \ $(wildcard include/config/mach/ubisys/p9/sc15.h) \ $(wildcard include/config/mach/ubisys/p9/ssc2d10.h) \ $(wildcard include/config/mach/ubisys/p9/rcu3.h) \ $(wildcard include/config/mach/aml/m8000.h) \ $(wildcard include/config/mach/snapper/270.h) \ $(wildcard include/config/mach/omap/bbx.h) \ $(wildcard include/config/mach/ucn2410.h) \ $(wildcard include/config/mach/sam9/l9260.h) \ $(wildcard include/config/mach/eti/c2.h) \ $(wildcard include/config/mach/avalanche.h) \ $(wildcard include/config/mach/realview/pb1176.h) \ $(wildcard include/config/mach/dp1500.h) \ $(wildcard include/config/mach/apple/iphone.h) \ $(wildcard include/config/mach/yl9200.h) \ $(wildcard include/config/mach/rd88f5182.h) \ $(wildcard include/config/mach/kurobox/pro.h) \ $(wildcard include/config/mach/se/poet.h) \ $(wildcard include/config/mach/mx31/3ds.h) \ $(wildcard include/config/mach/r270.h) \ $(wildcard include/config/mach/armour21.h) \ $(wildcard include/config/mach/dt2.h) \ $(wildcard include/config/mach/vt4.h) \ $(wildcard include/config/mach/tyco320.h) \ $(wildcard include/config/mach/adma.h) \ $(wildcard include/config/mach/wp188.h) \ $(wildcard include/config/mach/corsica.h) \ $(wildcard include/config/mach/bigeye.h) \ $(wildcard include/config/mach/tll5000.h) \ $(wildcard include/config/mach/bebot.h) \ $(wildcard include/config/mach/qong.h) \ $(wildcard include/config/mach/tcompact.h) \ $(wildcard include/config/mach/puma5.h) \ $(wildcard include/config/mach/elara.h) \ $(wildcard include/config/mach/ellington.h) \ $(wildcard include/config/mach/xda/atom.h) \ $(wildcard include/config/mach/energizer2.h) \ $(wildcard include/config/mach/odin.h) \ $(wildcard include/config/mach/actux4.h) \ $(wildcard include/config/mach/esl/omap.h) \ $(wildcard include/config/mach/omap2evm.h) \ $(wildcard include/config/mach/omap3evm.h) \ $(wildcard include/config/mach/adx/pcu57.h) \ $(wildcard include/config/mach/monaco.h) \ $(wildcard include/config/mach/levante.h) \ $(wildcard include/config/mach/tmxipx425.h) \ $(wildcard include/config/mach/leep.h) \ $(wildcard include/config/mach/raad.h) \ $(wildcard include/config/mach/dns323.h) \ $(wildcard include/config/mach/ap1000.h) \ $(wildcard include/config/mach/a9sam6432.h) \ $(wildcard include/config/mach/shiny.h) \ $(wildcard include/config/mach/omap3/beagle.h) \ $(wildcard include/config/mach/csr/bdb2.h) \ $(wildcard include/config/mach/nokia/n810.h) \ $(wildcard include/config/mach/c270.h) \ $(wildcard include/config/mach/sentry.h) \ $(wildcard include/config/mach/pcm038.h) \ $(wildcard include/config/mach/anc300.h) \ $(wildcard include/config/mach/htckaiser.h) \ $(wildcard include/config/mach/sbat100.h) \ $(wildcard include/config/mach/modunorm.h) \ $(wildcard include/config/mach/pelos/twarm.h) \ $(wildcard include/config/mach/flank.h) \ $(wildcard include/config/mach/sirloin.h) \ $(wildcard include/config/mach/brisket.h) \ $(wildcard include/config/mach/chuck.h) \ $(wildcard include/config/mach/otter.h) \ $(wildcard include/config/mach/davinci/ldk.h) \ $(wildcard include/config/mach/phreedom.h) \ $(wildcard include/config/mach/sg310.h) \ $(wildcard include/config/mach/ts209.h) \ $(wildcard include/config/mach/at91cap9adk.h) \ $(wildcard include/config/mach/tion9315.h) \ $(wildcard include/config/mach/mast.h) \ $(wildcard include/config/mach/pfw.h) \ $(wildcard include/config/mach/yl/p2440.h) \ $(wildcard include/config/mach/zsbc32.h) \ $(wildcard include/config/mach/omap/pace2.h) \ $(wildcard include/config/mach/imx/pace2.h) \ $(wildcard include/config/mach/mx31moboard.h) \ $(wildcard include/config/mach/mx37/3ds.h) \ $(wildcard include/config/mach/rcc.h) \ $(wildcard include/config/mach/arm9.h) \ $(wildcard include/config/mach/vision/ep9307.h) \ $(wildcard include/config/mach/scly1000.h) \ $(wildcard include/config/mach/fontel/ep.h) \ $(wildcard include/config/mach/voiceblue3g.h) \ $(wildcard include/config/mach/tt9200.h) \ $(wildcard include/config/mach/digi2410.h) \ $(wildcard include/config/mach/terastation/pro2.h) \ $(wildcard include/config/mach/linkstation/pro.h) \ $(wildcard include/config/mach/motorola/a780.h) \ $(wildcard include/config/mach/motorola/e6.h) \ $(wildcard include/config/mach/motorola/e2.h) \ $(wildcard include/config/mach/motorola/e680.h) \ $(wildcard include/config/mach/ur2410.h) \ $(wildcard include/config/mach/tas9261.h) \ $(wildcard include/config/mach/hermes/hd.h) \ $(wildcard include/config/mach/perseo/hd.h) \ $(wildcard include/config/mach/stargazer2.h) \ $(wildcard include/config/mach/e350.h) \ $(wildcard include/config/mach/wpcm450.h) \ $(wildcard include/config/mach/cartesio.h) \ $(wildcard include/config/mach/toybox.h) \ $(wildcard include/config/mach/tx27.h) \ $(wildcard include/config/mach/ts409.h) \ $(wildcard include/config/mach/p300.h) \ $(wildcard include/config/mach/xdacomet.h) \ $(wildcard include/config/mach/dexflex2.h) \ $(wildcard include/config/mach/ow.h) \ $(wildcard include/config/mach/armebs3.h) \ $(wildcard include/config/mach/u3.h) \ $(wildcard include/config/mach/smdk2450.h) \ $(wildcard include/config/mach/rsi/ews.h) \ $(wildcard include/config/mach/tnb.h) \ $(wildcard include/config/mach/toepath.h) \ $(wildcard include/config/mach/kb9263.h) \ $(wildcard include/config/mach/mt7108.h) \ $(wildcard include/config/mach/smtr2440.h) \ $(wildcard include/config/mach/manao.h) \ $(wildcard include/config/mach/cm/x300.h) \ $(wildcard include/config/mach/gulfstream/kp.h) \ $(wildcard include/config/mach/lanreadyfn522.h) \ $(wildcard include/config/mach/arma37.h) \ $(wildcard include/config/mach/mendel.h) \ $(wildcard include/config/mach/pelco/iliad.h) \ $(wildcard include/config/mach/unit2p.h) \ $(wildcard include/config/mach/inc20otter.h) \ $(wildcard include/config/mach/at91sam9g20ek.h) \ $(wildcard include/config/mach/storcenter.h) \ $(wildcard include/config/mach/smdk6410.h) \ $(wildcard include/config/mach/u300.h) \ $(wildcard include/config/mach/u500.h) \ $(wildcard include/config/mach/ds9260.h) \ $(wildcard include/config/mach/riverrock.h) \ $(wildcard include/config/mach/scibath.h) \ $(wildcard include/config/mach/at91sam7se512ek.h) \ $(wildcard include/config/mach/wrt350n/v2.h) \ $(wildcard include/config/mach/multimedia.h) \ $(wildcard include/config/mach/marvin.h) \ $(wildcard include/config/mach/x500.h) \ $(wildcard include/config/mach/awlug4lcu.h) \ $(wildcard include/config/mach/palermoc.h) \ $(wildcard include/config/mach/omap/ldp.h) \ $(wildcard include/config/mach/ip500.h) \ $(wildcard include/config/mach/ase2.h) \ $(wildcard include/config/mach/mx35evb.h) \ $(wildcard include/config/mach/aml/m8050.h) \ $(wildcard include/config/mach/mx35/3ds.h) \ $(wildcard include/config/mach/mars.h) \ $(wildcard include/config/mach/neuros/osd2.h) \ $(wildcard include/config/mach/badger.h) \ $(wildcard include/config/mach/trizeps4wl.h) \ $(wildcard include/config/mach/trizeps5.h) \ $(wildcard include/config/mach/marlin.h) \ $(wildcard include/config/mach/ts78xx.h) \ $(wildcard include/config/mach/hpipaq214.h) \ $(wildcard include/config/mach/at572d940dcm.h) \ $(wildcard include/config/mach/ne1board.h) \ $(wildcard include/config/mach/zante.h) \ $(wildcard include/config/mach/sffsdr.h) \ $(wildcard include/config/mach/tw2662.h) \ $(wildcard include/config/mach/vf10xx.h) \ $(wildcard include/config/mach/zoran43xx.h) \ $(wildcard include/config/mach/sonix926.h) \ $(wildcard include/config/mach/celestialsemi.h) \ $(wildcard include/config/mach/cc9m2443js.h) \ $(wildcard include/config/mach/tw5334.h) \ $(wildcard include/config/mach/htcartemis.h) \ $(wildcard include/config/mach/nal/hlite.h) \ $(wildcard include/config/mach/htcvogue.h) \ $(wildcard include/config/mach/smartweb.h) \ $(wildcard include/config/mach/mv86xx.h) \ $(wildcard include/config/mach/mv87xx.h) \ $(wildcard include/config/mach/songyoungho.h) \ $(wildcard include/config/mach/younghotema.h) \ $(wildcard include/config/mach/pcm037.h) \ $(wildcard include/config/mach/mmvp.h) \ $(wildcard include/config/mach/mmap.h) \ $(wildcard include/config/mach/ptid2410.h) \ $(wildcard include/config/mach/james/926.h) \ $(wildcard include/config/mach/fm6000.h) \ $(wildcard include/config/mach/db88f6281/bp.h) \ $(wildcard include/config/mach/rd88f6192/nas.h) \ $(wildcard include/config/mach/rd88f6281.h) \ $(wildcard include/config/mach/db78x00/bp.h) \ $(wildcard include/config/mach/smdk2416.h) \ $(wildcard include/config/mach/oce/spider/si.h) \ $(wildcard include/config/mach/oce/spider/sk.h) \ $(wildcard include/config/mach/rovern6.h) \ $(wildcard include/config/mach/pelco/evolution.h) \ $(wildcard include/config/mach/wbd111.h) \ $(wildcard include/config/mach/elaracpe.h) \ $(wildcard include/config/mach/mabv3.h) \ $(wildcard include/config/mach/mv2120.h) \ $(wildcard include/config/mach/csb737.h) \ $(wildcard include/config/mach/mx51/3ds.h) \ $(wildcard include/config/mach/g900.h) \ $(wildcard include/config/mach/apf27.h) \ $(wildcard include/config/mach/ggus2000.h) \ $(wildcard include/config/mach/omap/2430/mimic.h) \ $(wildcard include/config/mach/imx27lite.h) \ $(wildcard include/config/mach/almex.h) \ $(wildcard include/config/mach/control.h) \ $(wildcard include/config/mach/mba2410.h) \ $(wildcard include/config/mach/volcano.h) \ $(wildcard include/config/mach/zenith.h) \ $(wildcard include/config/mach/muchip.h) \ $(wildcard include/config/mach/magellan.h) \ $(wildcard include/config/mach/usb/a9260.h) \ $(wildcard include/config/mach/usb/a9263.h) \ $(wildcard include/config/mach/qil/a9260.h) \ $(wildcard include/config/mach/cme9210.h) \ $(wildcard include/config/mach/hczh4.h) \ $(wildcard include/config/mach/spearbasic.h) \ $(wildcard include/config/mach/dep2440.h) \ $(wildcard include/config/mach/hdl/gxr.h) \ $(wildcard include/config/mach/hdl/gt.h) \ $(wildcard include/config/mach/hdl/4g.h) \ $(wildcard include/config/mach/s3c6000.h) \ $(wildcard include/config/mach/mmsp2/mdk.h) \ $(wildcard include/config/mach/mpx220.h) \ $(wildcard include/config/mach/kzm/arm11/01.h) \ $(wildcard include/config/mach/htc/polaris.h) \ $(wildcard include/config/mach/htc/kaiser.h) \ $(wildcard include/config/mach/lg/ks20.h) \ $(wildcard include/config/mach/hhgps.h) \ $(wildcard include/config/mach/nokia/n810/wimax.h) \ $(wildcard include/config/mach/insight.h) \ $(wildcard include/config/mach/sapphire.h) \ $(wildcard include/config/mach/csb637xo.h) \ $(wildcard include/config/mach/evisiong.h) \ $(wildcard include/config/mach/stmp37xx.h) \ $(wildcard include/config/mach/stmp378x.h) \ $(wildcard include/config/mach/tnt.h) \ $(wildcard include/config/mach/tbxt.h) \ $(wildcard include/config/mach/playmate.h) \ $(wildcard include/config/mach/pns10.h) \ $(wildcard include/config/mach/eznavi.h) \ $(wildcard include/config/mach/ps4000.h) \ $(wildcard include/config/mach/ezx/a780.h) \ $(wildcard include/config/mach/ezx/e680.h) \ $(wildcard include/config/mach/ezx/a1200.h) \ $(wildcard include/config/mach/ezx/e6.h) \ $(wildcard include/config/mach/ezx/e2.h) \ $(wildcard include/config/mach/ezx/a910.h) \ $(wildcard include/config/mach/cwmx31.h) \ $(wildcard include/config/mach/sl2312.h) \ $(wildcard include/config/mach/blenny.h) \ $(wildcard include/config/mach/ds107.h) \ $(wildcard include/config/mach/dsx07.h) \ $(wildcard include/config/mach/picocom1.h) \ $(wildcard include/config/mach/lynx/wolverine.h) \ $(wildcard include/config/mach/ubisys/p9/sc19.h) \ $(wildcard include/config/mach/kratos/low.h) \ $(wildcard include/config/mach/m700.h) \ $(wildcard include/config/mach/edmini/v2.h) \ $(wildcard include/config/mach/zipit2.h) \ $(wildcard include/config/mach/hslfemtocell.h) \ $(wildcard include/config/mach/daintree/at91.h) \ $(wildcard include/config/mach/sg560usb.h) \ $(wildcard include/config/mach/omap3/pandora.h) \ $(wildcard include/config/mach/usr8200.h) \ $(wildcard include/config/mach/s1s65k.h) \ $(wildcard include/config/mach/s2s65a.h) \ $(wildcard include/config/mach/icore.h) \ $(wildcard include/config/mach/mss2.h) \ $(wildcard include/config/mach/belmont.h) \ $(wildcard include/config/mach/asusp525.h) \ $(wildcard include/config/mach/lb88rc8480.h) \ $(wildcard include/config/mach/hipxa.h) \ $(wildcard include/config/mach/mx25/3ds.h) \ $(wildcard include/config/mach/m800.h) \ $(wildcard include/config/mach/omap3530/lv/som.h) \ $(wildcard include/config/mach/prima/evb.h) \ $(wildcard include/config/mach/mx31bt1.h) \ $(wildcard include/config/mach/atlas4/evb.h) \ $(wildcard include/config/mach/mx31cicada.h) \ $(wildcard include/config/mach/mi424wr.h) \ $(wildcard include/config/mach/axs/ultrax.h) \ $(wildcard include/config/mach/at572d940deb.h) \ $(wildcard include/config/mach/davinci/da830/evm.h) \ $(wildcard include/config/mach/ep9302.h) \ $(wildcard include/config/mach/at572d940hfeb.h) \ $(wildcard include/config/mach/cybook3.h) \ $(wildcard include/config/mach/wdg002.h) \ $(wildcard include/config/mach/sg560adsl.h) \ $(wildcard include/config/mach/nextio/n2800/ica.h) \ $(wildcard include/config/mach/dove/db.h) \ $(wildcard include/config/mach/marvell/newdb.h) \ $(wildcard include/config/mach/vandihud.h) \ $(wildcard include/config/mach/magx/e8.h) \ $(wildcard include/config/mach/magx/z6.h) \ $(wildcard include/config/mach/magx/v8.h) \ $(wildcard include/config/mach/magx/u9.h) \ $(wildcard include/config/mach/toughcf08.h) \ $(wildcard include/config/mach/zw4400.h) \ $(wildcard include/config/mach/marat91.h) \ $(wildcard include/config/mach/overo.h) \ $(wildcard include/config/mach/at2440evb.h) \ $(wildcard include/config/mach/neocore926.h) \ $(wildcard include/config/mach/wnr854t.h) \ $(wildcard include/config/mach/imx27.h) \ $(wildcard include/config/mach/moose/db.h) \ $(wildcard include/config/mach/fab4.h) \ $(wildcard include/config/mach/htcdiamond.h) \ $(wildcard include/config/mach/fiona.h) \ $(wildcard include/config/mach/mxc30030/x.h) \ $(wildcard include/config/mach/bmp1000.h) \ $(wildcard include/config/mach/logi9200.h) \ $(wildcard include/config/mach/tqma31.h) \ $(wildcard include/config/mach/ccw9p9215js.h) \ $(wildcard include/config/mach/rd88f5181l/ge.h) \ $(wildcard include/config/mach/sifmain.h) \ $(wildcard include/config/mach/sam9/l9261.h) \ $(wildcard include/config/mach/cc9m2443.h) \ $(wildcard include/config/mach/xaria300.h) \ $(wildcard include/config/mach/it9200.h) \ $(wildcard include/config/mach/rd88f5181l/fxo.h) \ $(wildcard include/config/mach/kriss/sensor.h) \ $(wildcard include/config/mach/pilz/pmi5.h) \ $(wildcard include/config/mach/jade.h) \ $(wildcard include/config/mach/ks8695/softplc.h) \ $(wildcard include/config/mach/gprisc3.h) \ $(wildcard include/config/mach/stamp9g20.h) \ $(wildcard include/config/mach/smdk6430.h) \ $(wildcard include/config/mach/smdkc100.h) \ $(wildcard include/config/mach/tavorevb.h) \ $(wildcard include/config/mach/saar.h) \ $(wildcard include/config/mach/deister/eyecam.h) \ $(wildcard include/config/mach/at91sam9m10g45ek.h) \ $(wildcard include/config/mach/linkstation/produo.h) \ $(wildcard include/config/mach/hit/b0.h) \ $(wildcard include/config/mach/adx/rmu.h) \ $(wildcard include/config/mach/xg/cpe/main.h) \ $(wildcard include/config/mach/edb9407a.h) \ $(wildcard include/config/mach/dtb9608.h) \ $(wildcard include/config/mach/em104v1.h) \ $(wildcard include/config/mach/demo.h) \ $(wildcard include/config/mach/logi9260.h) \ $(wildcard include/config/mach/mx31/exm32.h) \ $(wildcard include/config/mach/usb/a9g20.h) \ $(wildcard include/config/mach/picproje2008.h) \ $(wildcard include/config/mach/cs/e9315.h) \ $(wildcard include/config/mach/qil/a9g20.h) \ $(wildcard include/config/mach/sha/pon020.h) \ $(wildcard include/config/mach/nad.h) \ $(wildcard include/config/mach/sbc35/a9260.h) \ $(wildcard include/config/mach/sbc35/a9g20.h) \ $(wildcard include/config/mach/davinci/beginning.h) \ $(wildcard include/config/mach/uwc.h) \ $(wildcard include/config/mach/mxlads.h) \ $(wildcard include/config/mach/htcnike.h) \ $(wildcard include/config/mach/deister/pxa270.h) \ $(wildcard include/config/mach/cme9210js.h) \ $(wildcard include/config/mach/cc9p9360.h) \ $(wildcard include/config/mach/mocha.h) \ $(wildcard include/config/mach/wapd170ag.h) \ $(wildcard include/config/mach/linkstation/mini.h) \ $(wildcard include/config/mach/afeb9260.h) \ $(wildcard include/config/mach/w90x900.h) \ $(wildcard include/config/mach/w90x700.h) \ $(wildcard include/config/mach/kt300ip.h) \ $(wildcard include/config/mach/kt300ip/g20.h) \ $(wildcard include/config/mach/srcm.h) \ $(wildcard include/config/mach/wlnx/9260.h) \ $(wildcard include/config/mach/openmoko/gta03.h) \ $(wildcard include/config/mach/osprey2.h) \ $(wildcard include/config/mach/kbio9260.h) \ $(wildcard include/config/mach/ginza.h) \ $(wildcard include/config/mach/a636n.h) \ $(wildcard include/config/mach/imx27ipcam.h) \ $(wildcard include/config/mach/nemoc.h) \ $(wildcard include/config/mach/geneva.h) \ $(wildcard include/config/mach/htcpharos.h) \ $(wildcard include/config/mach/neonc.h) \ $(wildcard include/config/mach/nas7100.h) \ $(wildcard include/config/mach/teuphone.h) \ $(wildcard include/config/mach/annax/eth2.h) \ $(wildcard include/config/mach/csb733.h) \ $(wildcard include/config/mach/bk3.h) \ $(wildcard include/config/mach/omap/em32.h) \ $(wildcard include/config/mach/et9261cp.h) \ $(wildcard include/config/mach/jasperc.h) \ $(wildcard include/config/mach/issi/arm9.h) \ $(wildcard include/config/mach/ued.h) \ $(wildcard include/config/mach/esiblade.h) \ $(wildcard include/config/mach/eye02.h) \ $(wildcard include/config/mach/imx27kbd.h) \ $(wildcard include/config/mach/sst61vc010/fpga.h) \ $(wildcard include/config/mach/kixvp435.h) \ $(wildcard include/config/mach/kixnp435.h) \ $(wildcard include/config/mach/africa.h) \ $(wildcard include/config/mach/nh233.h) \ $(wildcard include/config/mach/rd88f6183ap/ge.h) \ $(wildcard include/config/mach/bcm4760.h) \ $(wildcard include/config/mach/eddy/v2.h) \ $(wildcard include/config/mach/realview/pba8.h) \ $(wildcard include/config/mach/hid/a7.h) \ $(wildcard include/config/mach/hero.h) \ $(wildcard include/config/mach/omap/poseidon.h) \ $(wildcard include/config/mach/realview/pbx.h) \ $(wildcard include/config/mach/micro9s.h) \ $(wildcard include/config/mach/mako.h) \ $(wildcard include/config/mach/xdaflame.h) \ $(wildcard include/config/mach/phidget/sbc2.h) \ $(wildcard include/config/mach/limestone.h) \ $(wildcard include/config/mach/iprobe/c32.h) \ $(wildcard include/config/mach/rut100.h) \ $(wildcard include/config/mach/asusp535.h) \ $(wildcard include/config/mach/htcraphael.h) \ $(wildcard include/config/mach/sygdg1.h) \ $(wildcard include/config/mach/sygdg2.h) \ $(wildcard include/config/mach/seoul.h) \ $(wildcard include/config/mach/salerno.h) \ $(wildcard include/config/mach/ucn/s3c64xx.h) \ $(wildcard include/config/mach/msm7201a.h) \ $(wildcard include/config/mach/lpr1.h) \ $(wildcard include/config/mach/armadillo500fx.h) \ $(wildcard include/config/mach/g3evm.h) \ $(wildcard include/config/mach/z3/dm355.h) \ $(wildcard include/config/mach/w90p910evb.h) \ $(wildcard include/config/mach/w90p920evb.h) \ $(wildcard include/config/mach/w90p950evb.h) \ $(wildcard include/config/mach/w90n960evb.h) \ $(wildcard include/config/mach/camhd.h) \ $(wildcard include/config/mach/mvc100.h) \ $(wildcard include/config/mach/electrum/200.h) \ $(wildcard include/config/mach/htcjade.h) \ $(wildcard include/config/mach/memphis.h) \ $(wildcard include/config/mach/imx27sbc.h) \ $(wildcard include/config/mach/lextar.h) \ $(wildcard include/config/mach/mv88f6281gtw/ge.h) \ $(wildcard include/config/mach/ncp.h) \ $(wildcard include/config/mach/z32an.h) \ $(wildcard include/config/mach/tmq/capd.h) \ $(wildcard include/config/mach/omap3/wl.h) \ $(wildcard include/config/mach/chumby.h) \ $(wildcard include/config/mach/atsarm9.h) \ $(wildcard include/config/mach/davinci/dm365/evm.h) \ $(wildcard include/config/mach/bahamas.h) \ $(wildcard include/config/mach/das.h) \ $(wildcard include/config/mach/minidas.h) \ $(wildcard include/config/mach/vk1000.h) \ $(wildcard include/config/mach/centro.h) \ $(wildcard include/config/mach/ctera/2bay.h) \ $(wildcard include/config/mach/edgeconnect.h) \ $(wildcard include/config/mach/nd27000.h) \ $(wildcard include/config/mach/gemalto/cobra.h) \ $(wildcard include/config/mach/ingelabs/comet.h) \ $(wildcard include/config/mach/pollux/wiz.h) \ $(wildcard include/config/mach/blackstone.h) \ $(wildcard include/config/mach/topaz.h) \ $(wildcard include/config/mach/aixle.h) \ $(wildcard include/config/mach/mw998.h) \ $(wildcard include/config/mach/nokia/rx51.h) \ $(wildcard include/config/mach/vsc5605ev.h) \ $(wildcard include/config/mach/nt98700dk.h) \ $(wildcard include/config/mach/icontact.h) \ $(wildcard include/config/mach/swarco/frcpu.h) \ $(wildcard include/config/mach/swarco/scpu.h) \ $(wildcard include/config/mach/bbox/p16.h) \ $(wildcard include/config/mach/bstd.h) \ $(wildcard include/config/mach/sbc2440ii.h) \ $(wildcard include/config/mach/pcm034.h) \ $(wildcard include/config/mach/neso.h) \ $(wildcard include/config/mach/wlnx/9g20.h) \ $(wildcard include/config/mach/omap/zoom2.h) \ $(wildcard include/config/mach/totemnova.h) \ $(wildcard include/config/mach/c5000.h) \ $(wildcard include/config/mach/unipo/at91sam9263.h) \ $(wildcard include/config/mach/ethernut5.h) \ $(wildcard include/config/mach/arm11.h) \ $(wildcard include/config/mach/cpuat9260.h) \ $(wildcard include/config/mach/cpupxa255.h) \ $(wildcard include/config/mach/cpuimx27.h) \ $(wildcard include/config/mach/cheflux.h) \ $(wildcard include/config/mach/eb/cpux9k2.h) \ $(wildcard include/config/mach/opcotec.h) \ $(wildcard include/config/mach/yt.h) \ $(wildcard include/config/mach/motoq.h) \ $(wildcard include/config/mach/bsb1.h) \ $(wildcard include/config/mach/acs5k.h) \ $(wildcard include/config/mach/milan.h) \ $(wildcard include/config/mach/quartzv2.h) \ $(wildcard include/config/mach/rsvp.h) \ $(wildcard include/config/mach/rmp200.h) \ $(wildcard include/config/mach/snapper/9260.h) \ $(wildcard include/config/mach/dsm320.h) \ $(wildcard include/config/mach/adsgcm.h) \ $(wildcard include/config/mach/ase2/400.h) \ $(wildcard include/config/mach/pizza.h) \ $(wildcard include/config/mach/spot/ngpl.h) \ $(wildcard include/config/mach/armata.h) \ $(wildcard include/config/mach/exeda.h) \ $(wildcard include/config/mach/mx31sf005.h) \ $(wildcard include/config/mach/f5d8231/4/v2.h) \ $(wildcard include/config/mach/q2440.h) \ $(wildcard include/config/mach/qq2440.h) \ $(wildcard include/config/mach/mini2440.h) \ $(wildcard include/config/mach/colibri300.h) \ $(wildcard include/config/mach/jades.h) \ $(wildcard include/config/mach/spark.h) \ $(wildcard include/config/mach/benzina.h) \ $(wildcard include/config/mach/blaze.h) \ $(wildcard include/config/mach/linkstation/ls/hgl.h) \ $(wildcard include/config/mach/htcvenus.h) \ $(wildcard include/config/mach/sony/prs505.h) \ $(wildcard include/config/mach/hanlin/v3.h) \ $(wildcard include/config/mach/sapphira.h) \ $(wildcard include/config/mach/dack/sda/01.h) \ $(wildcard include/config/mach/armbox.h) \ $(wildcard include/config/mach/harris/rvp.h) \ $(wildcard include/config/mach/ribaldo.h) \ $(wildcard include/config/mach/agora.h) \ $(wildcard include/config/mach/omap3/mini.h) \ $(wildcard include/config/mach/a9sam6432/b.h) \ $(wildcard include/config/mach/usg2410.h) \ $(wildcard include/config/mach/pc72052/i10/revb.h) \ $(wildcard include/config/mach/mx35/exm32.h) \ $(wildcard include/config/mach/topas910.h) \ $(wildcard include/config/mach/hyena.h) \ $(wildcard include/config/mach/pospax.h) \ $(wildcard include/config/mach/hdl/gx.h) \ $(wildcard include/config/mach/ctera/4bay.h) \ $(wildcard include/config/mach/ctera/plug/c.h) \ $(wildcard include/config/mach/crwea/plug/i.h) \ $(wildcard include/config/mach/egauge2.h) \ $(wildcard include/config/mach/didj.h) \ $(wildcard include/config/mach/meister.h) \ $(wildcard include/config/mach/htcblackstone.h) \ $(wildcard include/config/mach/cpuat9g20.h) \ $(wildcard include/config/mach/smdk6440.h) \ $(wildcard include/config/mach/omap/35xx/mvp.h) \ $(wildcard include/config/mach/ctera/plug/i.h) \ $(wildcard include/config/mach/pvg610.h) \ $(wildcard include/config/mach/hprw6815.h) \ $(wildcard include/config/mach/omap3/oswald.h) \ $(wildcard include/config/mach/nas4220b.h) \ $(wildcard include/config/mach/htcraphael/cdma.h) \ $(wildcard include/config/mach/htcdiamond/cdma.h) \ $(wildcard include/config/mach/scaler.h) \ $(wildcard include/config/mach/zylonite2.h) \ $(wildcard include/config/mach/aspenite.h) \ $(wildcard include/config/mach/teton.h) \ $(wildcard include/config/mach/ttc/dkb.h) \ $(wildcard include/config/mach/bishop2.h) \ $(wildcard include/config/mach/ippv5.h) \ $(wildcard include/config/mach/farm926.h) \ $(wildcard include/config/mach/mmccpu.h) \ $(wildcard include/config/mach/sgmsfl.h) \ $(wildcard include/config/mach/tt8000.h) \ $(wildcard include/config/mach/zrn4300lp.h) \ $(wildcard include/config/mach/mptc.h) \ $(wildcard include/config/mach/h6051.h) \ $(wildcard include/config/mach/pvg610/101.h) \ $(wildcard include/config/mach/stamp9261/pc/evb.h) \ $(wildcard include/config/mach/pelco/odysseus.h) \ $(wildcard include/config/mach/tny/a9260.h) \ $(wildcard include/config/mach/tny/a9g20.h) \ $(wildcard include/config/mach/aesop/mp2530f.h) \ $(wildcard include/config/mach/dx900.h) \ $(wildcard include/config/mach/cpodc2.h) \ $(wildcard include/config/mach/tilt/8925.h) \ $(wildcard include/config/mach/davinci/dm357/evm.h) \ $(wildcard include/config/mach/swordfish.h) \ $(wildcard include/config/mach/corvus.h) \ $(wildcard include/config/mach/taurus.h) \ $(wildcard include/config/mach/axm.h) \ $(wildcard include/config/mach/axc.h) \ $(wildcard include/config/mach/baby.h) \ $(wildcard include/config/mach/mp200.h) \ $(wildcard include/config/mach/pcm043.h) \ $(wildcard include/config/mach/hanlin/v3c.h) \ $(wildcard include/config/mach/kbk9g20.h) \ $(wildcard include/config/mach/adsturbog5.h) \ $(wildcard include/config/mach/avenger/lite1.h) \ $(wildcard include/config/mach/suc.h) \ $(wildcard include/config/mach/at91sam7s256.h) \ $(wildcard include/config/mach/mendoza.h) \ $(wildcard include/config/mach/kira.h) \ $(wildcard include/config/mach/mx1hbm.h) \ $(wildcard include/config/mach/quatro43xx.h) \ $(wildcard include/config/mach/quatro4230.h) \ $(wildcard include/config/mach/nsb400.h) \ $(wildcard include/config/mach/drp255.h) \ $(wildcard include/config/mach/thoth.h) \ $(wildcard include/config/mach/firestone.h) \ $(wildcard include/config/mach/asusp750.h) \ $(wildcard include/config/mach/ctera/dl.h) \ $(wildcard include/config/mach/socr.h) \ $(wildcard include/config/mach/htcoxygen.h) \ $(wildcard include/config/mach/heroc.h) \ $(wildcard include/config/mach/zeno6800.h) \ $(wildcard include/config/mach/sc2mcs.h) \ $(wildcard include/config/mach/gene100.h) \ $(wildcard include/config/mach/as353x.h) \ $(wildcard include/config/mach/sheevaplug.h) \ $(wildcard include/config/mach/at91sam9g20.h) \ $(wildcard include/config/mach/mv88f6192gtw/fe.h) \ $(wildcard include/config/mach/cc9200.h) \ $(wildcard include/config/mach/sm9200.h) \ $(wildcard include/config/mach/tp9200.h) \ $(wildcard include/config/mach/snapperdv.h) \ $(wildcard include/config/mach/avengers/lite.h) \ $(wildcard include/config/mach/avengers/lite1.h) \ $(wildcard include/config/mach/omap3axon.h) \ $(wildcard include/config/mach/ma8xx.h) \ $(wildcard include/config/mach/mp201ek.h) \ $(wildcard include/config/mach/davinci/tux.h) \ $(wildcard include/config/mach/mpa1600.h) \ $(wildcard include/config/mach/pelco/troy.h) \ $(wildcard include/config/mach/nsb667.h) \ $(wildcard include/config/mach/rovers5/4mpix.h) \ $(wildcard include/config/mach/twocom.h) \ $(wildcard include/config/mach/ubisys/p9/rcu3r2.h) \ $(wildcard include/config/mach/hero/espresso.h) \ $(wildcard include/config/mach/afeusb.h) \ $(wildcard include/config/mach/t830.h) \ $(wildcard include/config/mach/spd8020/cc.h) \ $(wildcard include/config/mach/om/3d7k.h) \ $(wildcard include/config/mach/picocom2.h) \ $(wildcard include/config/mach/uwg4mx27.h) \ $(wildcard include/config/mach/uwg4mx31.h) \ $(wildcard include/config/mach/cherry.h) \ $(wildcard include/config/mach/mx51/babbage.h) \ $(wildcard include/config/mach/s3c2440turkiye.h) \ $(wildcard include/config/mach/tx37.h) \ $(wildcard include/config/mach/sbc2800/9g20.h) \ $(wildcard include/config/mach/benzglb.h) \ $(wildcard include/config/mach/benztd.h) \ $(wildcard include/config/mach/cartesio/plus.h) \ $(wildcard include/config/mach/solrad/g20.h) \ $(wildcard include/config/mach/mx27wallace.h) \ $(wildcard include/config/mach/fmzwebmodul.h) \ $(wildcard include/config/mach/rd78x00/masa.h) \ $(wildcard include/config/mach/smallogger.h) \ $(wildcard include/config/mach/ccw9p9215.h) \ $(wildcard include/config/mach/dm355/leopard.h) \ $(wildcard include/config/mach/ts219.h) \ $(wildcard include/config/mach/tny/a9263.h) \ $(wildcard include/config/mach/apollo.h) \ $(wildcard include/config/mach/at91cap9stk.h) \ $(wildcard include/config/mach/spc300.h) \ $(wildcard include/config/mach/eko.h) \ $(wildcard include/config/mach/ccw9m2443.h) \ $(wildcard include/config/mach/ccw9m2443js.h) \ $(wildcard include/config/mach/m2m/router/device.h) \ $(wildcard include/config/mach/star9104nas.h) \ $(wildcard include/config/mach/pca100.h) \ $(wildcard include/config/mach/z3/dm365/mod/01.h) \ $(wildcard include/config/mach/hipox.h) \ $(wildcard include/config/mach/omap3/piteds.h) \ $(wildcard include/config/mach/bm150r.h) \ $(wildcard include/config/mach/tbone.h) \ $(wildcard include/config/mach/merlin.h) \ $(wildcard include/config/mach/falcon.h) \ $(wildcard include/config/mach/davinci/da850/evm.h) \ $(wildcard include/config/mach/s5p6440.h) \ $(wildcard include/config/mach/at91sam9g10ek.h) \ $(wildcard include/config/mach/omap/4430sdp.h) \ $(wildcard include/config/mach/lpc313x.h) \ $(wildcard include/config/mach/magx/zn5.h) \ $(wildcard include/config/mach/magx/em30.h) \ $(wildcard include/config/mach/magx/ve66.h) \ $(wildcard include/config/mach/meesc.h) \ $(wildcard include/config/mach/otc570.h) \ $(wildcard include/config/mach/bcu2412.h) \ $(wildcard include/config/mach/beacon.h) \ $(wildcard include/config/mach/actia/tgw.h) \ $(wildcard include/config/mach/e4430.h) \ $(wildcard include/config/mach/ql300.h) \ $(wildcard include/config/mach/btmavb101.h) \ $(wildcard include/config/mach/btmawb101.h) \ $(wildcard include/config/mach/sq201.h) \ $(wildcard include/config/mach/quatro45xx.h) \ $(wildcard include/config/mach/openpad.h) \ $(wildcard include/config/mach/tx25.h) \ $(wildcard include/config/mach/omap3/torpedo.h) \ $(wildcard include/config/mach/htcraphael/k.h) \ $(wildcard include/config/mach/lal43.h) \ $(wildcard include/config/mach/htcraphael/cdma500.h) \ $(wildcard include/config/mach/anw6410.h) \ $(wildcard include/config/mach/htcprophet.h) \ $(wildcard include/config/mach/cfa/10022.h) \ $(wildcard include/config/mach/imx27/visstrim/m10.h) \ $(wildcard include/config/mach/px2imx27.h) \ $(wildcard include/config/mach/stm3210e/eval.h) \ $(wildcard include/config/mach/dvs10.h) \ $(wildcard include/config/mach/portuxg20.h) \ $(wildcard include/config/mach/arm/spv.h) \ $(wildcard include/config/mach/smdkc110.h) \ $(wildcard include/config/mach/cabespresso.h) \ $(wildcard include/config/mach/hmc800.h) \ $(wildcard include/config/mach/sholes.h) \ $(wildcard include/config/mach/btmxc31.h) \ $(wildcard include/config/mach/dt501.h) \ $(wildcard include/config/mach/ktx.h) \ $(wildcard include/config/mach/omap3517evm.h) \ $(wildcard include/config/mach/netspace/v2.h) \ $(wildcard include/config/mach/netspace/max/v2.h) \ $(wildcard include/config/mach/d2net/v2.h) \ $(wildcard include/config/mach/net2big/v2.h) \ $(wildcard include/config/mach/net4big/v2.h) \ $(wildcard include/config/mach/net5big/v2.h) \ $(wildcard include/config/mach/endb2443.h) \ $(wildcard include/config/mach/inetspace/v2.h) \ $(wildcard include/config/mach/tros.h) \ $(wildcard include/config/mach/pelco/homer.h) \ $(wildcard include/config/mach/ofsp8.h) \ $(wildcard include/config/mach/at91sam9g45ekes.h) \ $(wildcard include/config/mach/guf/cupid.h) \ $(wildcard include/config/mach/eab1r.h) \ $(wildcard include/config/mach/cordoba.h) \ $(wildcard include/config/mach/irvine.h) \ $(wildcard include/config/mach/sff772.h) \ $(wildcard include/config/mach/pelco/milano.h) \ $(wildcard include/config/mach/pc7302.h) \ $(wildcard include/config/mach/bip6000.h) \ $(wildcard include/config/mach/silvermoon.h) \ $(wildcard include/config/mach/vc0830.h) \ $(wildcard include/config/mach/dt430.h) \ $(wildcard include/config/mach/ji42pf.h) \ $(wildcard include/config/mach/gnet/ksm.h) \ $(wildcard include/config/mach/gnet/sgm.h) \ $(wildcard include/config/mach/gnet/sgr.h) \ $(wildcard include/config/mach/omap3/icetekevm.h) \ $(wildcard include/config/mach/pnp.h) \ $(wildcard include/config/mach/ctera/2bay/k.h) \ $(wildcard include/config/mach/ctera/2bay/u.h) \ $(wildcard include/config/mach/sas/c.h) \ $(wildcard include/config/mach/vma2315.h) \ $(wildcard include/config/mach/vcs.h) \ $(wildcard include/config/mach/spear600.h) \ $(wildcard include/config/mach/spear300.h) \ $(wildcard include/config/mach/spear1300.h) \ $(wildcard include/config/mach/lilly1131.h) \ $(wildcard include/config/mach/arvoo/ax301.h) \ $(wildcard include/config/mach/mapphone.h) \ $(wildcard include/config/mach/legend.h) \ $(wildcard include/config/mach/salsa.h) \ $(wildcard include/config/mach/lounge.h) \ $(wildcard include/config/mach/vision.h) \ $(wildcard include/config/mach/vmb20.h) \ $(wildcard include/config/mach/hy2410.h) \ $(wildcard include/config/mach/hy9315.h) \ $(wildcard include/config/mach/bullwinkle.h) \ $(wildcard include/config/mach/arm/ultimator2.h) \ $(wildcard include/config/mach/vs/v210.h) \ $(wildcard include/config/mach/vs/v212.h) \ $(wildcard include/config/mach/hmt.h) \ $(wildcard include/config/mach/suen3.h) \ $(wildcard include/config/mach/vesper.h) \ $(wildcard include/config/mach/str9.h) \ $(wildcard include/config/mach/omap3/wl/ff.h) \ $(wildcard include/config/mach/simcom.h) \ $(wildcard include/config/mach/mcwebio.h) \ $(wildcard include/config/mach/omap3/phrazer.h) \ $(wildcard include/config/mach/darwin.h) \ $(wildcard include/config/mach/oratiscomu.h) \ $(wildcard include/config/mach/rtsbc20.h) \ $(wildcard include/config/mach/i780.h) \ $(wildcard include/config/mach/gemini324.h) \ $(wildcard include/config/mach/oratislan.h) \ $(wildcard include/config/mach/oratisalog.h) \ $(wildcard include/config/mach/oratismadi.h) \ $(wildcard include/config/mach/oratisot16.h) \ $(wildcard include/config/mach/oratisdesk.h) \ $(wildcard include/config/mach/v2p/ca9.h) \ $(wildcard include/config/mach/sintexo.h) \ $(wildcard include/config/mach/cm3389.h) \ $(wildcard include/config/mach/omap3/cio.h) \ $(wildcard include/config/mach/sgh/i900.h) \ $(wildcard include/config/mach/bst100.h) \ $(wildcard include/config/mach/passion.h) \ $(wildcard include/config/mach/indesign/at91sam.h) \ $(wildcard include/config/mach/c4/badger.h) \ $(wildcard include/config/mach/c4/viper.h) \ $(wildcard include/config/mach/d2net.h) \ $(wildcard include/config/mach/bigdisk.h) \ $(wildcard include/config/mach/notalvision.h) \ $(wildcard include/config/mach/omap3/kboc.h) \ $(wildcard include/config/mach/cyclone.h) \ $(wildcard include/config/mach/ninja.h) \ $(wildcard include/config/mach/at91sam9g20ek/2mmc.h) \ $(wildcard include/config/mach/bcmring.h) \ $(wildcard include/config/mach/resol/dl2.h) \ $(wildcard include/config/mach/ifosw.h) \ $(wildcard include/config/mach/htcrhodium.h) \ $(wildcard include/config/mach/htctopaz.h) \ $(wildcard include/config/mach/matrix504.h) \ $(wildcard include/config/mach/mrfsa.h) \ $(wildcard include/config/mach/sc/p270.h) \ $(wildcard include/config/mach/atlas5/evb.h) \ $(wildcard include/config/mach/pelco/lobox.h) \ $(wildcard include/config/mach/dilax/pcu200.h) \ $(wildcard include/config/mach/leonardo.h) \ $(wildcard include/config/mach/zoran/approach7.h) \ $(wildcard include/config/mach/dp6xx.h) \ $(wildcard include/config/mach/bcm2153/vesper.h) \ $(wildcard include/config/mach/passionc.h) \ $(wildcard include/config/mach/clickc.h) \ $(wildcard include/config/mach/zb/gateway.h) \ $(wildcard include/config/mach/tazcard.h) \ $(wildcard include/config/mach/tazdev.h) \ $(wildcard include/config/mach/annax/cb/arm.h) \ $(wildcard include/config/mach/annax/dm3.h) \ $(wildcard include/config/mach/cerebric.h) \ $(wildcard include/config/mach/orca.h) \ $(wildcard include/config/mach/pc9260.h) \ $(wildcard include/config/mach/ems285a.h) \ $(wildcard include/config/mach/gec2410.h) \ $(wildcard include/config/mach/gec2440.h) \ $(wildcard include/config/mach/arch/mw903.h) \ $(wildcard include/config/mach/mw2440.h) \ $(wildcard include/config/mach/ecac2378.h) \ $(wildcard include/config/mach/tazkiosk.h) \ $(wildcard include/config/mach/whiterabbit/mch.h) \ $(wildcard include/config/mach/sbox9263.h) \ $(wildcard include/config/mach/oreo.h) \ $(wildcard include/config/mach/smdk6442.h) \ $(wildcard include/config/mach/openrd/base.h) \ $(wildcard include/config/mach/incredible.h) \ $(wildcard include/config/mach/incrediblec.h) \ $(wildcard include/config/mach/heroct.h) \ $(wildcard include/config/mach/mmnet1000.h) \ $(wildcard include/config/mach/devkit8000.h) \ $(wildcard include/config/mach/devkit9000.h) \ $(wildcard include/config/mach/mx31txtr.h) \ $(wildcard include/config/mach/u380.h) \ $(wildcard include/config/mach/hualu/board.h) \ $(wildcard include/config/mach/npcmx50.h) \ $(wildcard include/config/mach/mx51/lange51.h) \ $(wildcard include/config/mach/mx51/lange52.h) \ $(wildcard include/config/mach/riom.h) \ $(wildcard include/config/mach/comcas.h) \ $(wildcard include/config/mach/wsi/mx27.h) \ $(wildcard include/config/mach/cm/t35.h) \ $(wildcard include/config/mach/net2big.h) \ $(wildcard include/config/mach/motorola/a1600.h) \ $(wildcard include/config/mach/igep0020.h) \ $(wildcard include/config/mach/igep0010.h) \ $(wildcard include/config/mach/mv6281gtwge2.h) \ $(wildcard include/config/mach/scat100.h) \ $(wildcard include/config/mach/sanmina.h) \ $(wildcard include/config/mach/momento.h) \ $(wildcard include/config/mach/nuc9xx.h) \ $(wildcard include/config/mach/nuc910evb.h) \ $(wildcard include/config/mach/nuc920evb.h) \ $(wildcard include/config/mach/nuc950evb.h) \ $(wildcard include/config/mach/nuc945evb.h) \ $(wildcard include/config/mach/nuc960evb.h) \ $(wildcard include/config/mach/nuc932evb.h) \ $(wildcard include/config/mach/nuc900.h) \ $(wildcard include/config/mach/sd1soc.h) \ $(wildcard include/config/mach/ln2440bc.h) \ $(wildcard include/config/mach/rsbc.h) \ $(wildcard include/config/mach/openrd/client.h) \ $(wildcard include/config/mach/hpipaq11x.h) \ $(wildcard include/config/mach/wayland.h) \ $(wildcard include/config/mach/acnbsx102.h) \ $(wildcard include/config/mach/hwat91.h) \ $(wildcard include/config/mach/at91sam9263cs.h) \ $(wildcard include/config/mach/csb732.h) \ $(wildcard include/config/mach/u8500.h) \ $(wildcard include/config/mach/huqiu.h) \ $(wildcard include/config/mach/mx51/kunlun.h) \ $(wildcard include/config/mach/pmt1g.h) \ $(wildcard include/config/mach/htcelf.h) \ $(wildcard include/config/mach/armadillo420.h) \ $(wildcard include/config/mach/armadillo440.h) \ $(wildcard include/config/mach/u/chip/dual/arm.h) \ $(wildcard include/config/mach/csr/bdb3.h) \ $(wildcard include/config/mach/dolby/cat1018.h) \ $(wildcard include/config/mach/hy9307.h) \ $(wildcard include/config/mach/a/es.h) \ $(wildcard include/config/mach/davinci/irif.h) \ $(wildcard include/config/mach/agama9263.h) \ $(wildcard include/config/mach/marvell/jasper.h) \ $(wildcard include/config/mach/flint.h) \ $(wildcard include/config/mach/tavorevb3.h) \ $(wildcard include/config/mach/sch/m490.h) \ $(wildcard include/config/mach/rbl01.h) \ $(wildcard include/config/mach/omnifi.h) \ $(wildcard include/config/mach/otavalo.h) \ $(wildcard include/config/mach/sienna.h) \ $(wildcard include/config/mach/htc/excalibur/s620.h) \ $(wildcard include/config/mach/htc/opal.h) \ $(wildcard include/config/mach/touchbook.h) \ $(wildcard include/config/mach/latte.h) \ $(wildcard include/config/mach/xa200.h) \ $(wildcard include/config/mach/nimrod.h) \ $(wildcard include/config/mach/cc9p9215/3g.h) \ $(wildcard include/config/mach/cc9p9215/3gjs.h) \ $(wildcard include/config/mach/tk71.h) \ $(wildcard include/config/mach/comham3525.h) \ $(wildcard include/config/mach/mx31erebus.h) \ $(wildcard include/config/mach/mcardmx27.h) \ $(wildcard include/config/mach/paradise.h) \ $(wildcard include/config/mach/tide.h) \ $(wildcard include/config/mach/wzl2440.h) \ $(wildcard include/config/mach/sdrdemo.h) \ $(wildcard include/config/mach/ethercan2.h) \ $(wildcard include/config/mach/ecmimg20.h) \ $(wildcard include/config/mach/omap/dragon.h) \ $(wildcard include/config/mach/halo.h) \ $(wildcard include/config/mach/huangshan.h) \ $(wildcard include/config/mach/vl/ma2sc.h) \ $(wildcard include/config/mach/raumfeld/rc.h) \ $(wildcard include/config/mach/raumfeld/connector.h) \ $(wildcard include/config/mach/raumfeld/speaker.h) \ $(wildcard include/config/mach/multibus/master.h) \ $(wildcard include/config/mach/multibus/pbk.h) \ $(wildcard include/config/mach/tnetv107x.h) \ $(wildcard include/config/mach/snake.h) \ $(wildcard include/config/mach/cwmx27.h) \ $(wildcard include/config/mach/sch/m480.h) \ $(wildcard include/config/mach/platypus.h) \ $(wildcard include/config/mach/pss2.h) \ $(wildcard include/config/mach/davinci/apm150.h) \ $(wildcard include/config/mach/str9100.h) \ $(wildcard include/config/mach/net5big.h) \ $(wildcard include/config/mach/seabed9263.h) \ $(wildcard include/config/mach/mx51/m2id.h) \ $(wildcard include/config/mach/octvocplus/eb.h) \ $(wildcard include/config/mach/klk/firefox.h) \ $(wildcard include/config/mach/klk/wirma.h) \ $(wildcard include/config/mach/klk/wirma/mmi.h) \ $(wildcard include/config/mach/supersonic.h) \ $(wildcard include/config/mach/liberty.h) \ $(wildcard include/config/mach/mh355.h) \ $(wildcard include/config/mach/pc7802.h) \ $(wildcard include/config/mach/gnet/sgc.h) \ $(wildcard include/config/mach/einstein15.h) \ $(wildcard include/config/mach/cmpd.h) \ $(wildcard include/config/mach/davinci/hase1.h) \ $(wildcard include/config/mach/lgeincitephone.h) \ $(wildcard include/config/mach/ea313x.h) \ $(wildcard include/config/mach/fwbd/39064.h) \ $(wildcard include/config/mach/fwbd/390128.h) \ $(wildcard include/config/mach/pelco/moe.h) \ $(wildcard include/config/mach/minimix27.h) \ $(wildcard include/config/mach/omap3/thunder.h) \ $(wildcard include/config/mach/mx27amata.h) \ $(wildcard include/config/mach/bgat1.h) \ $(wildcard include/config/mach/buzz.h) \ $(wildcard include/config/mach/mb9g20.h) \ $(wildcard include/config/mach/yushan.h) \ $(wildcard include/config/mach/lizard.h) \ $(wildcard include/config/mach/omap3polycom.h) \ $(wildcard include/config/mach/smdkv210.h) \ $(wildcard include/config/mach/bravo.h) \ $(wildcard include/config/mach/siogentoo1.h) \ $(wildcard include/config/mach/siogentoo2.h) \ $(wildcard include/config/mach/sm3k.h) \ $(wildcard include/config/mach/acer/tempo/f900.h) \ $(wildcard include/config/mach/sst61vc010/dev.h) \ $(wildcard include/config/mach/glittertind.h) \ $(wildcard include/config/mach/omap/zoom3.h) \ $(wildcard include/config/mach/omap/3630sdp.h) \ $(wildcard include/config/mach/cybook2440.h) \ $(wildcard include/config/mach/torino/s.h) \ $(wildcard include/config/mach/havana.h) \ $(wildcard include/config/mach/beaumont/11.h) \ $(wildcard include/config/mach/vanguard.h) \ $(wildcard include/config/mach/s5pc110/draco.h) \ $(wildcard include/config/mach/cartesio/two.h) \ $(wildcard include/config/mach/aster.h) \ $(wildcard include/config/mach/voguesv210.h) \ $(wildcard include/config/mach/acm500x.h) \ $(wildcard include/config/mach/km9260.h) \ $(wildcard include/config/mach/nideflexg1.h) \ $(wildcard include/config/mach/ctera/plug/io.h) \ $(wildcard include/config/mach/smartq7.h) \ $(wildcard include/config/mach/at91sam9g10ek2.h) \ $(wildcard include/config/mach/asusp527.h) \ $(wildcard include/config/mach/at91sam9g20mpm2.h) \ $(wildcard include/config/mach/topasa900.h) \ $(wildcard include/config/mach/electrum/100.h) \ $(wildcard include/config/mach/mx51grb.h) \ $(wildcard include/config/mach/xea300.h) \ $(wildcard include/config/mach/htcstartrek.h) \ $(wildcard include/config/mach/lima.h) \ $(wildcard include/config/mach/csb740.h) \ $(wildcard include/config/mach/usb/s8815.h) \ $(wildcard include/config/mach/watson/efm/plugin.h) \ $(wildcard include/config/mach/milkyway.h) \ $(wildcard include/config/mach/g4evm.h) \ $(wildcard include/config/mach/picomod6.h) \ $(wildcard include/config/mach/omapl138/hawkboard.h) \ $(wildcard include/config/mach/ip6000.h) \ $(wildcard include/config/mach/ip6010.h) \ $(wildcard include/config/mach/utm400.h) \ $(wildcard include/config/mach/omap3/zybex.h) \ $(wildcard include/config/mach/wireless/space.h) \ $(wildcard include/config/mach/sx560.h) \ $(wildcard include/config/mach/ts41x.h) \ $(wildcard include/config/mach/elphel10373.h) \ $(wildcard include/config/mach/rhobot.h) \ $(wildcard include/config/mach/mx51/refresh.h) \ $(wildcard include/config/mach/ls9260.h) \ $(wildcard include/config/mach/shank.h) \ $(wildcard include/config/mach/qsd8x50/st1.h) \ $(wildcard include/config/mach/at91sam9m10ekes.h) \ $(wildcard include/config/mach/hiram.h) \ $(wildcard include/config/mach/phy3250.h) \ $(wildcard include/config/mach/ea3250.h) \ $(wildcard include/config/mach/fdi3250.h) \ $(wildcard include/config/mach/whitestone.h) \ $(wildcard include/config/mach/at91sam9263nit.h) \ $(wildcard include/config/mach/ccmx51.h) \ $(wildcard include/config/mach/ccmx51js.h) \ $(wildcard include/config/mach/ccwmx51.h) \ $(wildcard include/config/mach/ccwmx51js.h) \ $(wildcard include/config/mach/mini6410.h) \ $(wildcard include/config/mach/tiny6410.h) \ $(wildcard include/config/mach/nano6410.h) \ $(wildcard include/config/mach/at572d940hfnldb.h) \ $(wildcard include/config/mach/htcleo.h) \ $(wildcard include/config/mach/avp13.h) \ $(wildcard include/config/mach/xxsvideod.h) \ $(wildcard include/config/mach/vpnext.h) \ $(wildcard include/config/mach/swarco/itc3.h) \ $(wildcard include/config/mach/tx51.h) \ $(wildcard include/config/mach/dolby/cat1021.h) \ $(wildcard include/config/mach/mx28evk.h) \ $(wildcard include/config/mach/phoenix260.h) \ $(wildcard include/config/mach/uvaca/stork.h) \ $(wildcard include/config/mach/smartq5.h) \ $(wildcard include/config/mach/all3078.h) \ $(wildcard include/config/mach/ctera/2bay/ds.h) \ $(wildcard include/config/mach/siogentoo3.h) \ $(wildcard include/config/mach/epb5000.h) \ $(wildcard include/config/mach/hy9263.h) \ $(wildcard include/config/mach/acer/tempo/m900.h) \ $(wildcard include/config/mach/acer/tempo/dx900.h) \ $(wildcard include/config/mach/acer/tempo/x960.h) \ $(wildcard include/config/mach/acer/eten/v900.h) \ $(wildcard include/config/mach/acer/eten/x900.h) \ $(wildcard include/config/mach/bonnell.h) \ $(wildcard include/config/mach/oht/mx27.h) \ $(wildcard include/config/mach/htcquartz.h) \ $(wildcard include/config/mach/davinci/dm6467tevm.h) \ $(wildcard include/config/mach/c3ax03.h) \ $(wildcard include/config/mach/mxt/td60.h) \ $(wildcard include/config/mach/esyx.h) \ $(wildcard include/config/mach/dove/db2.h) \ $(wildcard include/config/mach/bulldog.h) \ $(wildcard include/config/mach/derell/me2000.h) \ $(wildcard include/config/mach/bcmring/base.h) \ $(wildcard include/config/mach/bcmring/evm.h) \ $(wildcard include/config/mach/bcmring/evm/jazz.h) \ $(wildcard include/config/mach/bcmring/sp.h) \ $(wildcard include/config/mach/bcmring/sv.h) \ $(wildcard include/config/mach/bcmring/sv/jazz.h) \ $(wildcard include/config/mach/bcmring/tablet.h) \ $(wildcard include/config/mach/bcmring/vp.h) \ $(wildcard include/config/mach/bcmring/evm/seikor.h) \ $(wildcard include/config/mach/bcmring/sp/wqvga.h) \ $(wildcard include/config/mach/bcmring/custom.h) \ $(wildcard include/config/mach/acer/s200.h) \ $(wildcard include/config/mach/bt270.h) \ $(wildcard include/config/mach/iseo.h) \ $(wildcard include/config/mach/cezanne.h) \ $(wildcard include/config/mach/lucca.h) \ $(wildcard include/config/mach/supersmart.h) \ $(wildcard include/config/mach/cs/misano.h) \ $(wildcard include/config/mach/magnolia2.h) \ $(wildcard include/config/mach/emxx.h) \ $(wildcard include/config/mach/outlaw.h) \ $(wildcard include/config/mach/riot/bei2.h) \ $(wildcard include/config/mach/riot/vox.h) \ $(wildcard include/config/mach/riot/x37.h) \ $(wildcard include/config/mach/mega25mx.h) \ $(wildcard include/config/mach/benzina2.h) \ $(wildcard include/config/mach/ignite.h) \ $(wildcard include/config/mach/foggia.h) \ $(wildcard include/config/mach/arezzo.h) \ $(wildcard include/config/mach/leica/skywalker.h) \ $(wildcard include/config/mach/jacinto2/jamr.h) \ $(wildcard include/config/mach/gts/nova.h) \ $(wildcard include/config/mach/p3600.h) \ $(wildcard include/config/mach/dlt2.h) \ $(wildcard include/config/mach/df3120.h) \ $(wildcard include/config/mach/ecucore/9g20.h) \ $(wildcard include/config/mach/nautel/lpc3240.h) \ $(wildcard include/config/mach/glacier.h) \ $(wildcard include/config/mach/phrazer/bulldog.h) \ $(wildcard include/config/mach/omap3/bulldog.h) \ $(wildcard include/config/mach/pca101.h) \ $(wildcard include/config/mach/buzzc.h) \ $(wildcard include/config/mach/sasie2.h) \ $(wildcard include/config/mach/davinci/cio.h) \ $(wildcard include/config/mach/smartmeter/dl.h) \ $(wildcard include/config/mach/wzl6410.h) \ $(wildcard include/config/mach/wzl6410m.h) \ $(wildcard include/config/mach/wzl6410f.h) \ $(wildcard include/config/mach/wzl6410i.h) \ $(wildcard include/config/mach/spacecom1.h) \ $(wildcard include/config/mach/pingu920.h) \ $(wildcard include/config/mach/bravoc.h) \ $(wildcard include/config/mach/cybo2440.h) \ $(wildcard include/config/mach/vdssw.h) \ $(wildcard include/config/mach/romulus.h) \ $(wildcard include/config/mach/omap/magic.h) \ $(wildcard include/config/mach/eltd100.h) \ $(wildcard include/config/mach/capc7117.h) \ $(wildcard include/config/mach/swan.h) \ $(wildcard include/config/mach/veu.h) \ $(wildcard include/config/mach/rm2.h) \ $(wildcard include/config/mach/tt2100.h) \ $(wildcard include/config/mach/venice.h) \ $(wildcard include/config/mach/pc7323.h) \ $(wildcard include/config/mach/masp.h) \ $(wildcard include/config/mach/fujitsu/tvstbsoc.h) \ $(wildcard include/config/mach/fujitsu/tvstbsoc1.h) \ $(wildcard include/config/mach/lexikon.h) \ $(wildcard include/config/mach/mini2440v2.h) \ $(wildcard include/config/mach/icontrol.h) \ $(wildcard include/config/mach/sheevad.h) \ $(wildcard include/config/mach/qsd8x50a/st1/1.h) \ $(wildcard include/config/mach/qsd8x50a/st1/5.h) \ $(wildcard include/config/mach/bee.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/linkage.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/linux/typecheck.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/irqflags.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/hwcap.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/asm-generic/atomic.h \ include/crypto/internal/rng.h \ include/crypto/algapi.h \ include/linux/crypto.h \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/processor.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/stat.h \ include/linux/time.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/printk/debug.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /usr/bin/../lib/gcc/arm-eabi/4.5.0/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_printk.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug/relative/pointers.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/linux/math64.h \ /home/jacob/source/wildfire-kernel/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) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/ifar.h) \ $(wildcard include/config/cpu/pabrt/noifar.h) \ 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 \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/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) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/elf.h \ include/linux/elf-em.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/elf.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/marker.h \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/preempt/rcu.h) \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/completion.h \ include/linux/rcuclassic.h \ $(wildcard include/config/rcu/cpu/stall/detector.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/module.h \ include/linux/uaccess.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/uaccess.h \ include/crypto/rng.h \ include/linux/err.h \ include/linux/random.h \ include/linux/ioctl.h \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/irqnr.h \ include/linux/seq_file.h \ crypto/rng.o: $(deps_crypto/rng.o) $(deps_crypto/rng.o):
HCDRJacob/wildfire-kernel
crypto/.rng.o.cmd
bat
gpl-2.0
140,783
cmd_arch/arm/lib/div64.o := /opt/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.div64.o.d -nostdinc -isystem /opt/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/sembre/android/GT-S5360_GB_Opensource_Update3/common/arch/arm/include -Iinclude -I../modules/include -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-bcm215xx/include -Iarch/arm/plat-bcmap/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -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 \ /home/sembre/android/GT-S5360_GB_Opensource_Update3/common/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/sembre/android/GT-S5360_GB_Opensource_Update3/common/arch/arm/include/asm/linkage.h \ arch/arm/lib/div64.o: $(deps_arch/arm/lib/div64.o) $(deps_arch/arm/lib/div64.o):
sembre/kernel_totoro_update3
common/arch/arm/lib/.div64.o.cmd
bat
gpl-2.0
1,353
@ECHO OFF REM build script for windows system SET TARGET=Debug REM detect if there is a target specified IF NOT "%1"=="" ( SET TARGET=%1 ) REM Clean and Build msbuild /t:Rebuild /p:Configuration=%TARGET% ../solutions/comex.sln
armando-basile/comex-project
build-win/build-win-comex.bat
bat
gpl-2.0
246
cmd_arch/arm/lib/lshrdi3.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=6 -march=armv6 -mtune=arm1136j-s -msoft-float -gdwarf-2 -c -o arch/arm/lib/lshrdi3.o arch/arm/lib/lshrdi3.S deps_arch/arm/lib/lshrdi3.o := \ arch/arm/lib/lshrdi3.S \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/jacob/source/wildfire-kernel/arch/arm/include/asm/linkage.h \ arch/arm/lib/lshrdi3.o: $(deps_arch/arm/lib/lshrdi3.o) $(deps_arch/arm/lib/lshrdi3.o):
HCDRJacob/wildfire-kernel
arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
985
cmd_sound/soc/codecs/snd-soc-hdmi-i2s.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o sound/soc/codecs/snd-soc-hdmi-i2s.o sound/soc/codecs/hdmi_i2s.o
Zaphod-Beeblebrox/kernel_rockchip_rk3188
sound/soc/codecs/.snd-soc-hdmi-i2s.o.cmd
bat
gpl-2.0
185
cmd_drivers/power/power_supply.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/power/power_supply.o drivers/power/power_supply_core.o drivers/power/power_supply_sysfs.o
kannu1994/crespo_kernel
drivers/power/.power_supply.o.cmd
bat
gpl-2.0
230
cmd_drivers/gpu/vga/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/gpu/vga/built-in.o drivers/gpu/vga/vgaarb.o
chrnueve/udooImaxdi
kernel_oficial_source/drivers/gpu/vga/.built-in.o.cmd
bat
gpl-2.0
155
:: **************************************************************************** :: :: * eID Middleware Project. :: * Copyright (C) 2008-2009 FedICT. :: * :: * This is free software; you can redistribute it and/or modify it :: * under the terms of the GNU Lesser General Public License version :: * 3.0 as published by the Free Software Foundation. :: * :: * This software is distributed in the hope that it will be useful, :: * but WITHOUT ANY WARRANTY; without even the implied warranty of :: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU :: * Lesser General Public License for more details. :: * :: * You should have received a copy of the GNU Lesser General Public :: * License along with this software; if not, see :: * http://www.gnu.org/licenses/. :: :: **************************************************************************** copy /Y bin26\pteidlibTestBWC.exe ..\_Binaries\release\ rmdir /S /Q result mkdir result cd bin26 pteidlibTestBWC.exe -r -F ..\result -R test cd ..\..\_Binaries\release pteidlibTestBWC.exe -V -r -F ..\..\eidlibTestBWC\result -R test cd ..\..\eidlibTestBWC
12019/svn.gov.pt
_src/eidmw/eidlibTestBWC/runReadTest_BadReader.bat
bat
gpl-3.0
1,163
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellectual property :: laws. :: :: DISCLAIMER :: This disclaimer is not a license and does not grant any :: rights to the materials distributed herewith. Except as :: otherwise provided in a valid license issued to you by :: Xilinx, and to the maximum extent permitted by applicable :: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND :: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES :: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING :: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- :: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and :: (2) Xilinx shall not be liable (whether in contract or tort, :: including negligence, or under any other theory of :: liability) for any loss or damage of any kind or nature :: related to, arising under or in connection with these :: materials, including for any direct, or any indirect, :: special, incidental, or consequential loss or damage :: (including loss of data, profits, goodwill, or any type of :: loss or damage suffered as a result of any action brought :: by a third party) even if such damage or loss was :: reasonably foreseeable or Xilinx had been advised of the :: possibility of the same. :: :: CRITICAL APPLICATIONS :: Xilinx products are not designed or intended to be fail- :: safe, or for use in any application requiring fail-safe :: performance, such as life-support or safety devices or :: systems, Class III medical devices, nuclear facilities, :: applications related to the deployment of airbags, or any :: other applications that could lead to death, personal :: injury, or severe property or environmental damage :: (individually and collectively, "Critical :: Applications"). Customer assumes the sole risk and :: liability of any use of Xilinx products in Critical :: Applications, subject only to applicable laws and :: regulations governing limitations on product liability. :: :: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS :: PART OF THIS FILE AT ALL TIMES. rem Clean up the results directory rmdir /S /Q results mkdir results rem Synthesize the VHDL Wrapper Files #Synthesize the Wrapper Files echo 'Synthesizing example design with XST'; xst -ifn xst.scr copy system_axi_vdma_0_wrapper_fifo_generator_v9_1_2_exdes.ngc .\results\ rem Copy the netlist generated by Coregen echo 'Copying files from the netlist directory to the results directory' copy ..\..\system_axi_vdma_0_wrapper_fifo_generator_v9_1_2.ngc results\ rem Copy the constraints files generated by Coregen echo 'Copying files from constraints directory to results directory' copy ..\example_design\system_axi_vdma_0_wrapper_fifo_generator_v9_1_2_exdes.ucf results\ cd results echo 'Running ngdbuild' ngdbuild -p xc7z010-clg400-3 -sd ../../../ system_axi_vdma_0_wrapper_fifo_generator_v9_1_2_exdes echo 'Running map' map system_axi_vdma_0_wrapper_fifo_generator_v9_1_2_exdes -o mapped.ncd echo 'Running par' par mapped.ncd routed.ncd echo 'Running trce' trce -e 10 routed.ncd mapped.pcf -o routed echo 'Running design through bitgen' bitgen -w routed -g UnconstrainedPins:Allow echo 'Running netgen to create gate level VHDL model' netgen -ofmt vhdl -sim -tm system_axi_vdma_0_wrapper_fifo_generator_v9_1_2_exdes -pcf mapped.pcf -w routed.ncd routed.vhd
CprE488/Final
system/implementation/system_axi_vdma_0_wrapper_fifo_generator_v9_1_2/implement/implement.bat
bat
gpl-3.0
3,494
sc create BH.FTSearch binPath="C:\Program Files\BH\BH.FTSearch\BH.WorkerService.exe" start=auto sc start BH.FTSearch
Bazist/BH
BH.SetupWinService/Install.bat
bat
gpl-3.0
116
@echo off setlocal rem set MIKTEX_HOME=D:\miktex-portable\texmfs\install rem if "%MIKTEX_HOME%"=="" goto :eof rem set TEXSYSTEM=miktex rem set MIKTEX_BINDIR=%MIKTEX_HOME%\miktex\bin rem set MIKTEX_COMMONSTARTUPFILE=%MIKTEX_HOME%\miktex\config\miktexstartup.ini rem set MIKTEX_GS_LIB=%MIKTEX_HOME%\ghostscript\base;%MIKTEX_HOME%\fonts rem set MIKTEX_USERSTARTUPFILE=%MIKTEX_HOME%\miktex\config\miktexstartup.ini rem set PATH=%MIKTEX_HOME%\miktex\bin;%PATH% call texify -p --clean Main.ltx if errorlevel 1 goto :eof move /Y Main.pdf "..\..\..\Doc\RomWBW System Guide.pdf"
pbetti/ZDS
software/RomWBW/Source/Doc/RomWBW System Guide/Build.cmd
bat
gpl-3.0
593
echo exit|cmd /kprompt ed0 BE 00 01 BF 00 01 AC 34 33 AA E2 FA CD 20 $_g=d0$_n¼ÓÃÜ.txt$_w$_q$_|debug Ðè±£»¤.txt>nul
auspbro/CodeSnippets
Batch/常用批处理/加密.bat
bat
gpl-3.0
116
cd ..\.. mkdir run mkdir run\GUI_soda_analyzer_key_survey copy examples\soda_analyzer_key_survey\* run\GUI_soda_analyzer_key_survey xcopy release\soda_QtUi\* run\GUI_soda_analyzer_key_survey /E cd run\GUI_soda_analyzer_key_survey .\soda_QtUi.exe pause
quicky2000/soda
examples/soda_analyzer_key_survey/run_gui.bat
bat
gpl-3.0
254
@echo off set READMXD=d:\Projects\ReadMxd\dist\ReadMxdW.exe set TESTDIR=c:\temp\ReadMxdTest set LOGFILE=%TESTDIR%\_results.txt if exist %TESTDIR% (rmdir %TESTDIR% /s) mkdir %TESTDIR% pushd %TESTDIR% echo Starting ReadMxd test at %DATE% %TIME%> %LOGFILE% call :searchFolder d:\maps call :searchFolder C:\Users\jpm\Documents\ArcGIS :: check for errors etc :: set TESTDIR=/%TESTDIR:\=/% set TESTDIR=%TESTDIR::=% call grep -Hi error %TESTDIR%/*.log >> %LOGFILE% call grep -Hi warning %TESTDIR%/*.log >> %LOGFILE% call grep -Hi unknown %TESTDIR%/*.log >> %LOGFILE% call grep -Hi -B1 todo %TESTDIR%/*.log >> %LOGFILE% call grep -Hi System.__ComObject %TESTDIR%/*.log >> %LOGFILE% echo Done at %DATE% %TIME%>> %LOGFILE% popd echo OK set TESTDIR= set READMXD= set LOGFILE= goto :eof :searchFolder setlocal echo Searching %1. call :searchForType %1 mxd call :searchForType %1 lyr for /f "tokens=*" %%a in ('dir %1 /ad/b') do ( call :searchFolder "%~1\%%~a" ) endlocal goto :eof :searchForType setlocal if not exist %1\*.%2 goto :eof for /f "tokens=*" %%a in ('dir %1\*.%2 /b') do ( echo %%a set LOGNAME=%%a if /i "%2" equ "mxd" ( set LOGNAME=!LOGNAME:.mxd=_props.log! ) else ( set LOGNAME=!LOGNAME:.=_!_props.log ) if exist %TESTDIR%\!LOGNAME! ( for /f %%t in ('GetDateStamp.bat') do ( set DATESTAMP=%%t ) echo !LOGNAME! already exists, renaming ren "%TESTDIR%\!LOGNAME!" "!LOGNAME:.log=!_!DATESTAMP!.log" ) call %READMXD% %1\%%a -s -b -y -e ) endlocal goto :eof
jontwo/ReadMxd
ReadMxdTest.bat
bat
gpl-3.0
1,510
@echo off echo. echo --- StartRouter---------------------------------------- set ERRORLEVEL= SETLOCAL ENABLEDELAYEDEXPANSION call init.bat log4j-client rem Fine GC tuning: rem 1- Most object are short lived (messages) rem 2- Very few objects go to the old generation (client information, few kB per client) rem 3- Try to avoid stop the world (concurrent mark & sweep, full GC at 50%) rem 4- It's better to have more slower young gc than a long one SET JVM_ARGS "-server -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=50 -XX:NewRatio=2 -Xms512m -Xmx512m" %JAVA_CMD% %JVM_ARGS% org.objectweb.proactive.extensions.pamr.router.Main %* ENDLOCAL :end echo. echo --------------------------------------------------------- exit /B %ERRORLEVEL%
acontes/scheduling
bin/windows/start-router.bat
bat
agpl-3.0
793
:: :: media-tools :: Copyright (C) 2019-2021 Olivier Korach :: mailto:olivier.korach AT gmail DOT com :: :: This program is free software; you can redistribute it and/or :: modify it under the terms of the GNU Lesser General Public :: License as published by the Free Software Foundation; either :: version 3 of the License, or (at your option) any later version. :: :: This program is distributed in the hope that it will be useful, :: but WITHOUT ANY WARRANTY; without even the implied warranty of :: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU :: Lesser General Public License for more details. :: :: You should have received a copy of the GNU Lesser General Public License :: along with this program; if not, write to the Free Software Foundation, :: Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :: setlocal enabledelayedexpansion for %%F in (%*) do ( video-encode -i "%%~F" -p 1080p --width 1080 --vheight 1920 --aspect 9:16 --vbitrate 8192k -o "%%~F.1080p.mp4" )
okorach/audio-video-tools
batch-files/1080p vertical.bat
bat
lgpl-3.0
1,019
@echo off setlocal echo Remove Visual Studio Temporary Key echo ================================== echo. echo This solution uses temporary keys for development and testing. echo. echo This script removes the key from a private named store which echo Visual Studio uses to locate private keys during build. echo. echo Every development machine has a different key (unfortunately) so echo you will need to call this script once on each machine you wish echo to clean-up and supply the correct parameter for your unique echo key container name. echo. rem * Parse parameters if "%~1" == "" goto Syntax set VSKeyContainerName=%~1 rem * Initialize environment echo Initializing environment... call "%~dp0..\..\Dependencies\Variables.cmd" if %errorlevel% neq 0 goto Error rem * Remove key sn -d %VSKeyContainerName% if %errorlevel% neq 0 goto Error rem * Exit successfully echo Completed successfully. endlocal exit /b 0 rem * Syntax Error :Syntax echo Syntax^: "Temporary Key Install.cmd" VS_KEY_HHHHHHHHHHHHHHHH echo. echo VS_KEY_... is your unique Visual Studio key container, displayed in echo the error message when the key is missing. endlocal exit /b 1 rem * Error Handler :Error set Result=%errorlevel% echo. echo Error %Result% endlocal exit /b 1
emlid/Navio-SDK-Windows-IoT
Source/Tools/Scripts/Temporary Key Remove.cmd
bat
apache-2.0
1,256
@echo off java -classpath ./suite/cRIO.jar;./suite/OmicronSquark_1.0.0.jar net.sourceforge.frcsimulator.Client --gui com.shsrobotics.omicronsquark.Main pause
robototes/UltimateAscent
emulator.bat
bat
bsd-3-clause
157
call ck detect soft tags=math,r
ctuning/ck-env
demo/set-compiler-env/_detect_r_version.bat
bat
bsd-3-clause
32
@echo off set SDK_INC_DIR=C:\Users\Silas\Downloads\2013\scs_sdk_1_0\include set INSTALL_DIR=C:\Program Files (x86)\Steam\steamapps\common\Euro Truck Simulator 2\bin\win_x86\plugins set SRC_DIR=..\source\ets2_plugin set SRC_FILES=%SRC_DIR%\plugin.def %SRC_DIR%\plugin.cpp %SRC_DIR%\serial.cpp %SRC_DIR%\options.cpp set OPTIONS=/nologo /W4 /LD /MD /EHsc /O2 @echo on cl %OPTIONS% /I%SDK_INC_DIR% %SRC_FILES% /link /OUT:dash_plugin.dll xcopy dash_plugin.dll "%INSTALL_DIR%" /D
skyhisi/ets2_dashboard
build/build.bat
bat
bsd-3-clause
481
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSFOLD.S07_FolderPermission.MSOXWSFOLD_S07_TC11_FolderPermissionNoneLevel /testcontainer:..\..\MS-OXWSFOLD\TestSuite\bin\Debug\MS-OXWSFOLD_TestSuite.dll /runconfig:..\..\MS-OXWSFOLD\MS-OXWSFOLD.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSFOLD/RunMSOXWSFOLD_S07_TC11_FolderPermissionNoneLevel.cmd
bat
mit
316
del /f *.cs *.cxx
phiste/kengine
systems/polyvox/libs/polyvox/bindings/CleanCSharpBindings.bat
bat
mit
17
set PGPASSWORD=${Password} psql --dbname=${Database Name} --host=${Host} --username=${Username} --port=${Port} --file=${File Path}
RDK-Demo/postgresql
src/postgresql/PostgreSQLRunSQLFile1415095611587.bat
bat
epl-1.0
130
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION SET ALL_JARS= cd lib FOR /R %%f IN (*.jar) DO ( SET ALL_JARS=%%f;!ALL_JARS! ) cd .. start java -classpath "%ALL_JARS%" -Xmx512m scratchduino.robot.Main
scratchduino/control-panel
java/scripts/run.bat
bat
gpl-2.0
205
del "Release\*.exe" for %%a in (AUMBI.nsi) do "C:\Program Files (x86)\NSIS\makensis.exe" /DBUILD_STABLE %%a pause for %%a in (AUMBI.nsi) do "C:\Program Files\NSIS\makensis.exe" /DBUILD_STABLE %%a pause
DarwinToledo/RUBIB
COMPILE.bat
bat
gpl-2.0
202
@echo off cls ".nuget\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "4.38.1" ".nuget\NuGet.exe" "Install" "NUnit.Runners" "-OutputDirectory" "tools" "-Version" "3.4.1" ".nuget\NuGet.exe" "Install" "NUnit" "-OutputDirectory" "src/packages" "-Version" "3.4.1" ".nuget\NuGet.exe" "Install" "OpenCover" "-OutputDirectory" "tools" "-Version" "4.6.519" ".nuget\NuGet.exe" "Install" "coveralls.net" "-OutputDirectory" "tools" "tools\FAKE\tools\Fake.exe" build.fsx
zamabraga/tweetnacl-cs
build.bat
bat
mpl-2.0
495
:: :: Copyright 2014-2020 Real Logic Limited. :: :: 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 :: :: https://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 set /p VERSION=<..\..\..\version.txt "%JAVA_HOME%\bin\java" ^ -cp ..\..\..\aeron-all\build\libs\aeron-all-%VERSION%.jar ^ -XX:+UseBiasedLocking ^ -XX:BiasedLockingStartupDelay=0 ^ -XX:+UnlockExperimentalVMOptions ^ -XX:+TrustFinalNonStaticFields ^ -XX:+UnlockDiagnosticVMOptions ^ -XX:GuaranteedSafepointInterval=300000 ^ -XX:+UseParallelOldGC ^ %JVM_OPTS% io.aeron.archive.ArchivingMediaDriver %*
real-logic/Aeron
aeron-samples/scripts/archive/archiving-media-driver.cmd
bat
apache-2.0
1,050
@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\htmlmin.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\htmlmin.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
mankyd/htmlmin
docs/make.bat
bat
bsd-3-clause
5,098
echo Configuring GCC for Windows NT on %2 rem This batch file assumes a unix-type "sed" program if %2.==alpha. echo #include "alpha/xm-alpha.h" >config.h if %2.==alpha. echo #include "winnt/xm-winnt.h" >>config.h if %2.==alpha. echo #include "alpha/xm-winnt.h" >>config.h if not %2.==alpha. echo #include "%2/xm-winnt.h" >config.h copy config.h hconfig.h copy config.h tconfig.h if %2.==alpha. echo #define TARGET_CPU_DEFAULT 64 >tm.h if %2.==alpha. echo #include "alpha/alpha.h" >>tm.h if %2.==alpha. echo #include "alpha/win-nt.h" >>tm.h if not %2.==alpha. echo #include "%2/win-nt.h" >tm.h rem This batch file assumes a unix-type "sed" program echo # Makefile generated by "config-nt.bat"> Makefile echo all.nt: cpp.exe cc1.exe cc1obj.exe xgcc.exe ld.exe stmp-headers libgcc.lib stmp-float_h specs stamp-objlist>> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed Makefile.in >> Makefile set LANG= echo # >specs.h echo # >options.h if not exist cp\make-lang.in goto no_cp if exist cp\lang-specs.h echo #include "cp/lang-specs.h">>specs.h if exist cp\lang-options.h echo #include "cp/lang-options.h">>options.h sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\make-lang.in >> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\makefile.in > cp\Makefile set LANG=%LANG% c++.# :no_cp if not exist ada\make-lang.in goto no_ada if exist ada\lang-specs.h echo #include "ada/lang-specs.h">>specs.h if exist ada\lang-options.h echo #include "ada/lang-options.h">>options.h sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed ada\make-lang.in >> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed ada\makefile.in > ada\Makefile set LANG=%LANG% ada.# :no_ada if not exist f\make-lang.in goto no_f if exist f\lang-specs.h echo #include "f/lang-specs.h">>specs.h if exist f\lang-options.h echo #include "f/lang-options.h">>options.h sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed f\make-lang.in >> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed f\makefile.in > f\Makefile set LANG=%LANG% f.# :no_f echo lang.mostlyclean: %LANG% | sed "s/#/mostlyclean/g" >> Makefile echo lang.clean: %LANG% | sed "s/#/clean/g" >> Makefile echo lang.distclean: %LANG% | sed "s/#/distclean/g" >> Makefile echo lang.realclean: %LANG% | sed "s/#/realclean/g" >> Makefile echo #define MULTILIB_SELECT ". ;" > multilib.h1 copy multilib.h1 multilib.h del multilib.h1
ryoon/gcc-2.95.3-SCO-OpenServer5
gcc/config/winnt/config-nt.bat
bat
gpl-2.0
2,471
set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin;C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin "MSBuild.exe" MissionPlanner.sln /m /p:Configuration=Debug /verbosity:d /t:Clean "MSBuild.exe" MissionPlanner.sln /m /p:Configuration=Release /verbosity:d /t:Clean "MSBuild.exe" MissionPlannerLib.sln /m /p:Configuration=Debug /verbosity:d /t:Clean "MSBuild.exe" MissionPlannerLib.sln /m /p:Configuration=Release /verbosity:d /t:Clean rem "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" MissionPlanner.sln /m /p:Configuration=Release /verbosity:d pause
virtualrobotix/MissionPlanner
build - Clean.bat
bat
gpl-3.0
771
set USE_THUMB_MODE=YES set DEBUG=-g set OPTIM=-O0 set RUN_MODE=RUN_FROM_RAM set LDSCRIPT=lpc2106-ram.ld make
Lindem-Data-Acquisition-AS/TM4C129-discontinued
libraries/FreeRTOSv8.0.1/FreeRTOS/Demo/ARM7_LPC2106_GCC/ram_thumb.bat
bat
gpl-2.0
109
cmd_fs/lockd/built-in.o := arm-eabi-ld -EL -r -o fs/lockd/built-in.o fs/lockd/lockd.o
MrHyde03/android_kernel_samsung_espressovzw
fs/lockd/.built-in.o.cmd
bat
gpl-2.0
91
rem ################################ rem # This file should be called from CCS directly rem ############################### setlocal @echo %cd% cd ../utils/tiobj2bin @echo %cd% @echo off set binfolder=%cd% @echo on @echo %binfolder% @echo off set binexe=%binfolder%\tiobj2bin cd ..\..\tools\compiler\*ti-cgt*\bin set compilerbin=%cd% @echo on @echo %binexe% @echo %compilerbin% @cd /D %~dp0 @echo %cd% @echo off set outfolder=%cd%\Debug\ cd %outfolder% @echo on @echo %outfolder% @echo. @echo. @echo Searching for .out files in Debug folder @echo off for /r %%i in (*.out) DO ( @echo Found out file %%~ni%%~xi @echo Generating bin file %%~ni.bin call %binexe% "%%i" "%%~ni.bin" "%compilerbin%\armofd.exe" "%compilerbin%\armhex.exe" "%binfolder%\mkhex4bin.exe" ) @pause
Blackjack92/fhvOS
applications/NpTest/bingen.bat
bat
gpl-2.0
778
@if "%_echo%"=="" echo off setlocal call %~d0%~p0..\..\..\..\config.bat IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" ( echo Test not supported except on Ultimate exit /b 0 ) set CONTROL_FAILURES_LOG=%~dp0..\ConsoleApplication1\bin\Debug\profile78\control_failures.log ..\ConsoleApplication1\bin\Debug\profile78\PortableTestEntry.exe endlocal exit /b %ERRORLEVEL% :Skip echo Skipped %~f0 endlocal exit /b 0
rolfbjarne/fsharp
tests/fsharp/core/netcore/netcore78/run.bat
bat
apache-2.0
414
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; arm-eabi-ar rcs sound/sh/built-in.o
mcardielo/ThunderG-Kernel_2.6.35
sound/sh/.built-in.o.cmd
bat
gpl-2.0
91
@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\Flask-DropIn.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Flask-DropIn.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
zh012/flask-dropin
docs/make.bat
bat
mit
7,256
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. epub3 to make an epub3 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled 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\Doozer-S3.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Doozer-S3.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 ) :end
dirn/Henson-S3
docs/make.bat
bat
mit
7,486
@echo off set BATCHDIR=%~dp0 for /d %%i in (*) do ( if exist %%i\.git ( echo ------------------------------------------------------------------------ echo Working in git-project: %%i echo ------------------------------------------------------------------------ pushd %%i call %BATCHDIR%\git-scripts\%%1.cmd %%i %1 popd ) )
mvb-online/multi-project-scripts
git-scripts.cmd
bat
mit
338
git status . git add . git stage . git commit -m "🚀Three.js && Vue.js && TypeScript && Go 🪐" git push origin master
neodigm/ever-present-living-style-guide
publish.bat
bat
mit
122
rem EQUIPO=ALLIED 3,2,2 rem Rocosos=AXIS 7,0,0 set rutaAxis="src" set rutaAllied="srcLucky" set tipoAxis=%rutaAxis%"/jasonAgent_AXIS.asl" set tipoAllied=%rutaAllied%"/jasonAgent_ALLIED.asl" set tipoAllied2=%rutaAllied%"/jasonAgent_ALLIED_MEDIC.asl" set tipoAllied3=%rutaAllied%"/jasonAgent_ALLIED_FIELDOPS.asl" set fichero="EQUIPOVsrocosos.txt" set rocososAxis="Corralo:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);Lechuga:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);Adrian:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);Edu:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);Elastico:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);LaCosa:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);Fuego:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%)" set EQUIPOAllied="E1:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);E2:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);E3:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);E4:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied2%);E5:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied2%);E6:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied3%);E7:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied3%)" java -classpath "lib\jade.jar;lib\jadeTools.jar;lib\Base64.jar;lib\http.jar;lib\iiop.jar;lib\beangenerator.jar;lib\jgomas.jar;lib\jason.jar;lib\JasonJGomas.jar;classes;." jade.Boot -container -host localhost %EQUIPOAllied%;%rocososAxis% > %fichero%
amujika/JGomas-Fighters
jgomas/bin/mas/jgomas_launcher-EQUIPOVSRocosos.bat
bat
mit
1,614
repypp.py testprogram.repy testprogram.py repypp.py testprogram_send.repy testprogram_send.py
sburnett/seattle
CNC/cncClient/buildclienttest.bat
bat
mit
94
goto="init" /* " GetLaunchOptions prefixed with / or - " :"init" 2018.12.12: fixed not listing launch options containing - @echo off &setlocal &mode 80,8 &color 70 &title %~n0 by AveYo v1.3 echo GetLaunchOptions grabs -strings from exe and dll files echo Simplified usage after first run: echo -^> Right-click game folder -^> Send to -^> GetLaunchOptions rem call :install &rem uncomment to update APPDATA script if new version is released if not exist "%APPDATA%\AveYo\strings2.exe" call :install if not exist "%APPDATA%\Microsoft\Windows\SendTo\GetLaunchOptions.bat" call :install set "game=" &if exist "%~1\*" set "game=%~1" :: powershell openfolderdialog snippet set "o=[void][System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms");" set "f=$ofd=New-Object System.Windows.Forms.FolderBrowserDialog;$ofd.rootfolder="MyComputer";" set "d=[void]$ofd.ShowDialog(); $ofd.SelectedPath;" set "ps_openfolderdialog=%o:"=\"%%f:"=\"%%d:"=\"%" if not defined game for /f "delims=" %%a in ('powershell -c "%ps_openfolderdialog%"') do set "game=%%a" if not exist "%game%" color 4f &echo. &echo ERROR! Invalid "%game%" folder selected.. &pause &exit :: defines set "numchars=4" for /f %%c in ('copy /z "%~dpf0" nul') do set "`CR=%%c" set "regex=^[\-/][aA-Z][^|<>(){}?@#&%%!=+.,:;/'`\[\]\$\*\^\~\"\\]*$" :: process game folder echo. &echo GAMEPATH = %game% pushd "%game%" del /f/s/q _LAUNCHOPTIONS_ >nul 2>nul &rmdir /s/q _LAUNCHOPTIONS_ >nul 2>nul &mkdir _LAUNCHOPTIONS_ >nul 2>nul set "outpath=%game%\_LAUNCHOPTIONS_" echo ;%~n0 by AveYo v1.1 - https://pastebin.com/bhQrywES >"%outpath%\@LAUNCH_OPTIONS.ini" for /f "delims=" %%a in ('dir /a:-D /b /s *.exe,*.dll') do ( pushd "%%~dpa" call "%APPDATA%\AveYo\strings2.exe" "%%~nxa" -l %numchars% -nh>"%outpath%\%%~nxa.txt" pushd "%outpath%" cd.>launchoptions.tmp for /f %%s in ('findstr /B /I /R /C:"%%regex%%" "%%~nxa.txt"') do call :launchoptions "%%s" if defined sz echo.>>@LAUNCH_OPTIONS.ini &echo/[%%~a]>>@LAUNCH_OPTIONS.ini if defined sz sort /REC 65535 launchoptions.tmp >>@launch_options.ini ) pushd "%~dp0" del /f /q "%outpath%\launchoptions.tmp" >nul 2>nul if not exist "%outpath%\*.txt" color 0e if exist "%outpath%\*.txt" start "" notepad "%outpath%\@LAUNCH_OPTIONS.ini" &timeout /t 5 >nul 2>nul if not exist "%outpath%\*.txt" del /f/s/q "%outpath%" >nul 2>nul &rmdir /s/q "%outpath%" >nul 2>nul endlocal &goto :eof :launchoptions setlocal enableextensions enabledelayedexpansion set "lo=%~1" &call set "lo=!lo:%%`CR%%=!" if not "!lo!"=="-" echo/!lo!>>launchoptions.tmp set "sz=" &for %%k in (launchoptions.tmp) do set "sz=%%~zk" if "%sz%0"=="00" set "sz=" endlocal &set "sz=%sz%" &goto :eof :install set "res=strings2.ex_" &set "strings2=%APPDATA%\AveYo\strings2.exe" &md "%APPDATA%\AveYo\" >nul 2>nul &pushd "%APPDATA%\AveYo\" copy /y "%~f0" "%APPDATA%\AveYo\" >nul 2>nul &copy /y "%~f0" "%APPDATA%\Microsoft\Windows\SendTo\GetLaunchOptions.bat" >nul 2>nul if not exist "%strings2%" cscript.exe //nologo //e:JScript "%~f0" &expand -R "%res%" >nul 2>nul &del /f /q "%res%" if not exist "%strings2%" color cf &echo ERROR! %APPDATA%\AveYo\strings2.exe not found &timeout /t 10 &endlocal &exit goto :eof :: batch binary resource attached with RES2BATCH v2.0b - compact, highlight friendly, optimized ascii encoder :res85_decoder */ var fn="strings2.ex_", res="\ ::O}bZg00000cPan)00000EC2ui000000!5a50RR91tONi6NdN?[0RRIP09XJ300000005Oj[gg,Bb98cPZfA2cE*gOS0D;u1K%+5ySX|RAjRO?i0000YQ_z[j01g1V!\ ::Ng35ZgQMal6.AwLC9bd_r[ILavJBlQ*NXDMX*qy$JM?g[twGfb,%nUxF=`i$$N~ue0Y4e-;AeGcsc(Pr9D9qkOnNbHE=AezpY-h)2jM{7)`Z`82~US1KoEV|R0-42`\ ::F*j[M}tYt6Gz7gk+#+Nl!QL|uKBjQEk{i{c1THu_jRmW[.KYy5N?=Y_}9s7Pf,uq_[7cMT+3M]4(lOY%^R`q[]s6{)aPyKmY_n0Dx,L2+Vo5mRy.,Vnl?mc%7-T4`Z\ ::M]!Fv[qZp6%g2bUvABn|0scR4IENA[Czty-Aj9r7$9J!%-eJSNz8^Sf.9J}R-t{ZZ$U{0ywgd,bKp$b_)L=#AL4c#`c%qxDW=zPm1Fby;~`Y91SUkN_E|;*c}|$6rX\ ::Yeb.}#V-I6Jux-ofdJQK`#7;)EF]y|6;Y1WR?Up)[A4kO^}o_oOJ^Jy,t~Z^Sn^KeGq3|^bNnpb19R~4z;oH7XIDt-aF[^VU(~rKCcAvZ%=qI{thxuR~EcX)Uyy9Ul\ ::,62I5!3$gq$gEQL,A~;CBq_VOeSYKL]p#_m.k5i,cw0kHcdG+tq=*RK9~{y6x-!Ay$]5YObCw[#jcs*Cxx4AzoAc5+$`1(yM=HJ5YTdRmFV^^O5GUGwZc][Q6`$L1|\ ::-6c]U9U~MrPbYh(,#e*L}^ofYkZxURZVwC#nXa6C-MPme*i6ZzaSV6-3[BqJhAjhlhil4f+cgjKupwwxvegxvVmN?vUm7S4z*lXR,231Ipl3c.dva3KJV%O3]vYl8!\ ::fVil`S*qtQhllbulxso3CU=J}hikQc7F#KxQ+8Ldp%-gIp+hE]W)7Ff^3eC}*3_kkU4f)xiJ~Op,0bW%gjs]BvrpC9%Y6CZgo;.tsN_pTJVaPqBm;c),SYsuNo?Ks7\ ::||IC$DEd=8}[Zt]T)ogK;[.^b=VtiaSyGqhA3o-+*3Qx;#-,nm.!Rpe9%2YrbTYJ1%JFUSqXqT[Lk?Am.GN^zTULw3HuWaEM#3+_$u2r8%?d~FUD}Z3b]i}#e7{-$y\ ::9UW)^qiu8}nZD8e;H9dtZS0yLB3dycvt;SqkuC,2b!236GXs,{HzOr]~Er#teHB34gR?0hOyfb77M;$kH7D#aH6{9iNOjkm37(=-1mznA}J}_;tvFXA{vML1NOQ2}Z\ ::F}y~7^cIWJ8)*8,Aa?[He)da_?nZVX?pWr-g7Qq_#u-njTwZtU[ZRYHKn!Fe{RUodi!u%1W-b6XvNe#s,G4`qcZUkGXgi7-W9*tF;tM7~DZ21oU;RX5ZuY_f{%`F_O\ ::Q}9%abpwl,c)]}CEQ^#qV}[*EannYQA)*bh-._64$_|TJH$]3N_NIDhW,0kmULM|GV8RdMFbg,9_#Hwyo;41]0wNdbN5mKSP6qz|!Mp%{~W9|4(Zi$r-Fp5Tc.hx;a\ ::OEGhlM5=y{qbIB#M~6a^`PI[#=0j;PocaINg7,rTCk;h{5N$Dyn}4.=h?{8znZ=-GWdSI)SmGJ6xy)HNd-vhm9DKI=2WZTNZ1q^i7EacSh|j87MEZ]rsoK_K_SP?en\ ::8PZ|gq]TZ6n5rx{0qTsIrk.!E|v=?nq=Q(br,c9ez3Sq_`P8qkC_{adEhQN|K8Sj`[u+J}PhsR_i)=,T[4w691%t)vqXb5XEt|Z+q4F_4#{r0KkEZt;zZViA;jJ9ao\ ::D7^u9y}|FkI2sgya*V5H%UP.%jfBGgkpuzo=N{4c5lfUgUIzuW8WJxhPj!-57rY-N+,$`]8q7q`l[3(2}wH}}41+oc1n7M3oqUEi]+`D08E^?4OGs#9k?ATz9H]t2a\ ::ZGRspBM+y8lx1]bVJi$v--}z757rF?R2gHLjY-]);)T?.-71lU5xd.?yh^Y%quQ;o?0k#cCKZK#)3(KxB[K~uXOR.o|q%Yg%LmY%G+2%|AmbeGXK3K}Oz?g.m[-z{t\ ::C2?}i7gl*]clTjF-60RU=sKjnhgGYD(tc[LQNgqL%[Z{YRE,1EwiJbN=uFXGo%bNnx]NWVT8Z8x[GoA83u_w[QlDJSuvIImw,3OfqldmMO6RY*OTCzM;x`qkRoTJFZ\ ::SuhaB,nBYlxL)yb.1FprCqxo_MX4Iv~Z6-;-hy=[viHRi6lM2_fuxQp?kbzWU9R$_,01me$OKPrfUV3h|r;sK1p]9yLux4f~v!Fu}(=-gm$8.lv(`hGqxUo-vNYI{y\ ::]4I=IXD-p`Q#vZ[~GsV,vQ4TJh-t;%WUJ$d$5yd#[3=9?*|SRBL!|tzT|q3?Ry$z^?kwWa!TUb61w{oOzL_Wt7._Lu[)CX1ck2,,+5oMM{%rt,2N7xb*xKU=d4Qu`e\ ::5jpJzZY,lKT#3%Q8,Ap~-A6s3Psddou2-23-*8ELq({)^6l{8`8d|oj0NZEf,L$bbC$7G].b7-2qwKJ)](]TXKo#h-)Y8nJ_[P,2Q-LrF*I;;5m[[g(;#)X_44?CTV\ ::Kydh*hl,L{i;ZqZOj7D|Q_M5cfw#w9W[%to}GQz_ScPMrVwI-+1d,mTo8CTlA(-}CBGu2)f_=~13RoQr4GSrXByeMua-1~(audQ%l5|-GPzi$5DQu0Ggf3tsE|dPT{\ ::bv}LY5$WlSUO*;sRl,3J7glQhgS5K5,Ou*EJrxb7)H=XlNNi`w4v3%*zm6IaY`g^t_=E7#[f%ASB#pY4Qe=*xblSQaMFA[XL#QiVjr%Wi;dt*dI`l4g}aJMB`!bzMl\ ::2ZwIXn8Icq!m[#j+ciAl*#DxIT4{iabS151#cNd?C)kOQIl3j2bl5V5tpPLu$`(?bb,_yODQG*|89g{p7y,i4FQ5d!GL(^M3n(U,c2KEbH%}2l~qDya|puE^kV!4w5\ ::TyjaH+F^Z$oq.M`(dT{eo0Q+mnQPkaWDYZ*hv+k*Jr8lIAQv`sl0zC^UeKD1FHx,*OwRh=#]r)bMF4zR,jw}Q2^7pTRw{I{0mx$zD*)OMQxlv11kI{1nN%L9FBNKN-\ ::27#RKkG)Xm=%.U?!}vgzpbXmTuN60R![agMydN|lVsmNe)#m{cn6}GP|VXfDb%W8=u^K[a}c;s.CIV02DevX$XJ1Mg~JmMY*Jsb6]u_z9WAf[wRMX1)k=6;^{q{V54\ ::PTd.vqAnA1={u+ix[wX0[UzL^_)V$!grdYK,)aP`*u[41J9|c%]p117?B^A6OJ=7zH7LOQlSYjX,r#kBKtL40ZzQJbzKT+2^{=dedu2WEx2Kl1vRG]utW~4cgv5ltQ\ ::vZ!+EY$j}JlGeBD+_xXu[]ui1[;K?ufmqD-V[HX30ykFTAm+`*#ij=+oyI+$lT+)GbgdnrI!I.6recKsxDCI,k`PV+GSjhi!Ets4Kynh7}7t}4wg`A3{uq_CPQJS4x\ ::2=|)U7B+J?G4$eh.q3Hae}woC[(qM)9OOl=i#Eo3AT%{q[}6[mY%!G(#4zf6$P4+oCr4D%8wtrfOKeTM#4}BXBq^UnK[X%T?tt_p6zLsptHyKS^cRQMEY~(VlSETv7\ ::#~a~m1625IH^]vYPdAgVp(yK^yKMxh^rA+8S}FoWxwQHAoO5Q8y`yI=+Atk]r`=O%W8;?2(1$$DQ#wB6so0^NG3?SL1b5~Bw9D0PWZh?v{;|}5noXj|0#g^5v*1JfH\ ::(#Z1_FT8CU,B4v]^f+x4!iLab.wF`dVFI(6pZLGLj7=oWW,YZ$i;Iq0cYQS$7Y]gOLKazfxU[1)dnzbYdj|_J{{yuIeL?OXL.3qEpL(bkW%dr!lf2t%moe*M7UPsiA\ ::=plvfqkJS#_37Hq^I1Qum;ek)xYz9-^4KG8^QMjjr#;.OCkd4!|d^KQ=D)rq+z2JB9wmFWIObw)oqL#1$ZsoUjKl6h(D`9b+]H`wzZr;okAjB-MC(W{9dsym2_b3v(\ ::uBT-S4nfO;lXd~P4vZ_YV$S=hcS+ykW9!}I2PY4[_Gk?8|2S--y?P?McMK;GOVDt(;aY5M}K~-Z7wqMmkN17c.6P(!5v,$|9D-wZtp4=oK1OrR!XywyM#rJwqndBXp\ ::3)xNGo=BV#]^r.{-_pW4raG[*O$sN#)}aEs(2Khb)ezmgSIAf-d]PoR=g$%uwCcErjVClDTEzBFGDV{wiRkJ)`BQB+oNlqPyv_T+M!_5yk+]p{sbdAbs|5jEU^}CQM\ ::$oBUE5L|;OYK(F~p61oma5Sb%2a+F(?V+8aNHr2~RhO2yU~p{Au[I5Bi|Ms~mF5HAMLtV_y1JQj*{e[FXXwQf+-ChjBgS^h6%*HiO(!I4uWhpidx%hCM=ijiQgkuCe\ ::JFqSawms8[`oy#tSDUUrxlWRcv.h+Ix.aj!Z3rBvk{eKR)CK1W]$28Lp)vP.c=m_U[^SBI6Vh3|p,rTI7-3)ZHFI-`-8X#{wd.q[FWEQ}^%nM~GmT^}{Q7e6cr*Tq6\ ::74w$2Z?*#cb.5IniFsgC.z)4yohc+8-Q*xHjR~EU=m0GH_(a6c+X)_d^-o+qU+*scwM(Mjnn17eh#k,1*Htf{hUhhtQMkO%=K3-JGsV.U..B-Z_D.qM3Tr0Lo{0.WQ\ ::PN%%y0Hg2C.dRJXi!.LM(Q{|M1vj?2~My9luVh.MdT3pd(HK.}{GQ|P5*}9|m8.[Hb,=Zqk6}YTJyaZmxJO,sNQJsesQb(b;fA{|?),HE?~z_P4ivDp3dwxf)0jQ27\ ::NwwvK4.3Pk6aEIZPVas[_eHYqk=UyM6WR4H0?j])mx+UDz2BzUmsqbrE,,*,g;ig!d8V.PCTo{B*s3-CB]-,sI`S=7`kg.zeug7R=Zok-{^%JR;$4tiyjCN5hVG[uD\ ::tf^E_ce)DrZ*#f33G#wS(eQ[4-_GGNcJ=B*FXg^`?|{]d]XUl5uV*~L}Q$LlsW]8`,^yi8$9-PiZRIT0buAn?K{$pK3r-;bf0A(e#rWtM1$t]V6jy6I;d8h)X}V#t{\ ::tf^k96w0Q|y7OV?N#.[!yS89Qp1AvD[QcKi~(v$?|di[RdAh_kk*Oq9(Ob9NK4-c*]Xi,hBZHy0-]qOeSpTjN]qCXwlSl1Fqv)s}Q%_zGGXi,vc7;x#Ci_|)a-eucx\ ::lF*{E?[l^-FFQJ|o;VIUR7Ahd_HTlCnZpO]CNa^R0ed9U|)[_plemK0mUc7_m1C(1bGWX9;G8.[2^Fcl(VwyI+$K_^EQ26Pl0RgzMtB!S(q%www{bRr^=^d#^R6ylM\ ::Z;PKVS8P^cdR+-s~+.T%tfDD)DV,D;!om+px7p)I%4!Qlm9ojovH}^LnxrnpWIA|e?yPaF3L(aZLUitNVLQY|HWs^rmWazL~8#4a(FwXk_TBvnn,6X1O3S5(fHq?go\ ::(!^CZCohh$VGkK{W=7J3BT=NbyD6WVSeRBLmwTCQ*Kc=a*)ri[S.35~St!eJo$inpAi8IGzAEPkO`lwCrp8b;}C0juXd8^pWg9-_D#%i9!}S,EUeRyGKOy4lsHM3{i\ ::^dg]%wff5=jKTiE-|DUh{Sss0HlAp*%KM5D=W=t,k!w(a=-koBV^x;07n1RP%AY`^]f-BTv^POuU4w+H1T;y8dkk{F6KXBOAdQ}kYlD3O]H^4dKR7l8eTEdc}uHDi^\ ::c%`^-=,qXkWs*8}SC=VyL3;5#VjDe~ybW8WOE+AKwDbDglcSWZ0hUSf}W3]nt}$dEhqPrzZTm5p0s^i6QsU5rzxFmV,+pa,gdqIbjE.oC6Ru1ci1yx-PJCXWqQtl3E\ ::RB$d*EZCIUI3Pj;|;ItwbfJ!7Vj1KB#Kx!v#c.+U#X[Qj]eRd]eu`mm-!mevOV=L#_8Bl}SDfWtM,}()Rrfhna-KTofOEjHfK!OX7pRJc1[b]y(;SVY9u?q+*%55sJ\ ::#FGE3a[IUGh4e!?KkvwmfoiFKoOcKEZ#Mt.LpsUi30b;s.ZvMz_+$Q%v0*hnUgt(dr+*rOKO]!#^Zn(miOOb7il(EO^2`?ZrN5wV`a]7c5nh3n_xi763^CtF-~Qfli\ ::H+H+Yh75qgJEtwAiM~g`yE1.UiKbu?Z6X!JCK5s0mU2D-RVDx7boQz$Q$,{EFLPr~)Zp*|~+]h]y_).r}~6TUrCec9Z3RxM?%ES3fvI}Y+ZRvt!4BOj1QLPh%cs9B3\ ::YqT;^66,bEbJ8;*sOCP)z,_5#6uU*5qC)^!wts;50a26Z}qghj=Ga|T]CRCabc}s~+C1ir{Tf!tO)0Z2TEh_NXTT=bO22Xo|tD4Y6g}uf;sl9__7rsw+,Ney~6[l3M\ ::M]kg3kOzPr?pQW,erR2Dn)rH!BYZ[W#8+L^?70uMmOGN$Ql[~TAShj-J[jx0CV%3`Y{*;q20Vy.U*Q`GWmd)Z2_HZ^KTnVcWTeH`hAZ(a+sBOHz*^-mX(M9.7C.as1\ ::bR{R8]GOfyUrNyI]|2{KCw?o75[2A?CLi%NNi01s*(I34DtoL`JkxY~hHs),X*_6obXSM^k{z4?HBuVs}}ORnVXu`6-G7{+J,eIyR=TdaSezT=+2DJ0H{P^um^hZjP\ ::_NdeYG5uoX05I=cx](+}R4Wq]S[.(Ksul%3uIV2,L0[MOpU-2.+by9gR=YL1CEZp8o_E!BP)J%lI.b6+BSHuDlKvemu6!ne|4p?$C]9|A5=z#u|%iuYHf[x.A*IKzN\ ::2{9uh{[57[pj4k4IRrki9RK%a-%[-_tXr*^HO0F[gYk_](W,0Xysizzmbn,{t|~6t_gIif{IH+*dzVY#6`Iv.cyaLM)4V^ED^ALH%DBdLe}1.=+(pO~?t|^A#~*(~D\ ::872xiO*1b^V^UOG7Y;$~cd-8kI9dI`T(XFLE$L47b}TT!ih)AXauA203piD1_$}Rj0r43u1i]i];cI1u}}Il|Nb09nz,Ibfo28M(eYhUGg*vg]70].I?DL,hE1}bd^\ ::]$IVV8z~%7hnnb=r7NB^jEfhCL=#J4yUCvEu[+zW.fNLxVjxg6]lWWemZh.Ru;x9Q%lKfwjHe9.HoQc!QzS]^sgNfRZAEg,LD7%y0m^7B6UP3xvivGHD{!xFdQ4?g5\ ::InG+^a;Wotj];S=v$)oeg{Nd]f#5|1F(t7$kiP85={MyqNMx!=|83m3v)=fIv+OUgBc_N_)DTdgq{iS*4-((Q_ilp9_S3P|r-S~rF^zVclh[Kn?Zi|93WK8uORuZ08\ ::|kaX-N?#2ekW,d0X)%%e,Ai%wIoAqPg~r9yy%^`D]y.%H6|nev5QV!Von0wT6wtL=s~Z~5NVO!9]T52[wOC1zV2nDT9jDn%KKI-L7(aUlWFFfON_R4jpk`;OZ{WhY]\ ::HYBr{{,L-{O2R2Cx0qyD9e#]O+NL)u^n#3Ndo;EX.7Hb+Dm2Cd;;^!37sFGKZD2yTyujPLm.W77$Ihxr4uVa(LJO}u=z4TCUnx;+3m#JNvWH?Ud!9Gug622}qIeALM\ ::PO%%ILL{pkB!eijyfR12,TznE?}NF$jOl,oi01DIh=V)?K0X1tL8GwOkI-T(U}PupT4LrU;s^ow]WF]Z$hd7H6Ff2o+Zjq*ZBl?!c[P}pn3*=9`rulABC%uSU|LY~o\ ::*OizEARj34vY%$wle!E0cR|$+Y.apt5+1m*umK;h~XgjSJ6c%p,TE#d0-CKw4?vMJ-mQUeBL;sF?hP_=c%evN7M(ak%ct$INa1cv9KR.KO^.vd|ekQuX[PoIEA?N`P\ ::ZLCkak3,g5cF~SJCeIR-5rxF{^UauVP`y$lMVvNC(kY!_DK($}[QI=h^uQ;1Ygm52{_#OiKlbliHJqF*$!{Pix~U5~uJ6`zi_Y_Pz_tiOF^?)Ev4L,~sNJKWjHaIUo\ ::B#MKPGBYOdYM$({a*B`#{5l0NE*`~Ot.MQ,gXhXL(m*WbZo*Fhl-_DEKwv.Hul5cDS2cHX(N2Y%a;OleJWUPQLwCTC=DrTp3[Jpopd]O#MmgHJYsxwuuAOK-oG`b+o\ ::3uwEN=)vb8N++dbJ_AdoErljQ|)X}?(b?%|nq{5{9rIBnJ*Rbk46E{Cg.B?+v4^wj[oY)1Qxfbs=5!L4rXP2GA7;bKv_g9pl7{|5+;{-^,nf0o^)II6fkn!Cz4lcEA\ ::n54BN)?k~!Ke5CXxR$O06nHL.[kgBiR1]vFoy06hpjfH0WDV2]Z?2Q-w23$U%YW{5QuJiuB33LCH{kYvC`7o|.JO5l`.0S=T|40u1{9KbOE;CnlQwpMQJK1(e~2ti=\ ::.(jZ+.IJ?Yy[)ZA6aba|(Xq7XX;jN|XfL,X6r%CQ0gJKS$TK9nYz|G^!-wOO(%|=V1u;Z4tbYFU^gM4Uzt84?Q4%_-Xf8YR{l|,vjZq+^258GwyNWZ(3tpX6?e*8TE\ ::XIN+4L`mc906aK0|4c$2,pVsyZs%G.}qrIe(rV9]$Z#eTU+m[v+DTBbiK%0G{P0)rqTRL!q^(3|%n|JmbKv5pLpYh0El1)ha-xp+Rmr0,0-`x%LnWG?8zBOxpBn$oY\ ::4qnK!D|))Erb=$?B;hwX9r!]Q`|w!J`jR`tlKTr;ZS[dk.[o`VVgCVFOO#0sS+|CHcd^MNCnhKPtzQ4QIRs`D;6lhlG}mp?|GhAd`G1fA#XUzo,+~sNM[~LVZIX^%W\ ::w8k!Ns9ev[,?i2moM|3I;#FGu5|yOETh$+~2Z_g6DLKrY3B6vX-E;nofY+0u%oX*jFovNy{A1GSdy^7}1,`F=*IOn440hPIanV{-1O`kO|-D99=qhE2=t0Soz[C#C)\ ::.5w%|};G8NK1q?]_LP)h7I1+2RJUt51m[eqG}(jDzh%e`tHmQhflT#Qa=R;9^(D|kQOIPnTZWn8[}s|2Ks^Hp9%tYSBWpqgeK-3$Mr9hl=0F345o|+|$vS;T^Y9nF{\ ::Yv~]68]}PP4ykJ?f*,zzOvnssiUF^w8OyXwbO6iw0A|Z8VJGJt;BlS+ZT~segw4K)7^WJZ6Hj(yX-Q(cd?,=.a4CqOeG|BaZ6w2t}TuIEzOO~TVlGD^-sbJC0az(|a\ ::?fUnGREL~jS,W-gR_uOgC||ucbk,d9Nt).$#e~fJcwVPdh1!$6ZgMv9GPhTc7Sf|xoTHKQtqrb#ZSPr~U#!u)kA~VU=0fk-^+;iN0NH~,6P)jxF^l_?p?!Cd?vn6`I\ ::IBz`q8p{Nppw*Dc]eZ=|W,%[L%?aHpN-w,GVC[XGf4fao[Ch0^Q.qyfjoNRVp6nMvM9a9f+{!J3}V6,PVyS*N9YT,LaxN2s5)e#6[ZaHY#[]_}TFK36{mdqnEt9pLW\ ::V`|w,DPmHVvv0oDG_4lAp8W(mFT*fM6SnT,cXCE_G$s(mwt+9|bJBUa%02Q!}Ax[~k`f9f4nSh,c7_k19muq}swfrPqdO9*%1iTjzN_dSfBBlWLmarG#{fgsX{2O45\ ::?RNlmze-8?*gUoU~rE)iW2V_Yy5^bs.;eKoo^Bu$seu_jwnw55n,$2*~4SQU^WE0e#?M.fr]{54qcA=`YS7;EjND{+s9w^OcA72MQEhGS?YXRwTy)B|W~GioXL8m$z\ ::+{kuKdLLrJIeB|.G,=4~$T|($)MvYeLLv?tqt=?l;=mcD%KuW$XFdteQN4VVdjyKV.MkjzZ?{eajo9?~8NOE_;9Ui,Nd#1%B4w?!48U]Zsh1.X1,I~SDdVOc%T3wr7\ ::(a(Ys=TXH$*qXGqdKeqrtJ`5yb^!X*oL4[$,#YJ{3+mjr%[cs|MMUB(lfmvda7umFQTetFs*w~8?o!zn+MZpv^HCXr+jmX3g;~Ae?Bz]GR[QHuS2^ra^r4JPMRJ6*q\ ::0*eGRbJ)mke$Wkz}(u$l,X6=U#y$krxf`C+_X#pbP8ia]vd{Ll5]V-Ro!_Ket5}]tA[MUf87VEaQ4RPgF+zdYb4qrSP6RN(TulB+35e!,v6?LERDL8W8XK#Ufzp094\ ::qj!{DNbVSzoPn#!nsHaKP[3|$NBPYgTQG%t~wiBN5k~R_(n^$Bip0}[-=YH,,g{ZPp-fC,;h1H+(e%iqptWk)rIK2QXQBuuQDd]pD0hF`_S-tg4AtqpnK_Eh)[.bF7\ ::fFJC,=NrY,]EsSZ2{u34VgN`zRl(lmB]3e(QgYpZ$RwVwU-+Ty(NW`0CAmMl{Sp|s3rSv#,hWpe3UTR=o{^=U(Fs*J^Zx(C8(4Hc]X*4A=m}+{ak-bnM42x%.z=01;\ ::I8wHDAoD98L|9!)jeBpjf[hApP*_R#ewuVlFJ=`TsfJFD_a[=Hc0WfWod]7hs=K.cPwYZB}O1G*l0lWl|M6,eWIo27=;1=2r,=lp`6]vvsT3.~zGi0iiS4Q*J(u!Y`\ ::wOTZa;r*ncUza^3vNVkKChBn7f=?{JpmEHfNV(M$*L.8{29jSo5NP.#CJe52MaC;[i-W;q*AzK]#XYZEpfG(+meBgawu1U-0F2XcsSm_|KUCxyfu!wT(Akz8b4|3IG\ ::N67Z;S,o^oRV6M09yp^0lF4GoR[uM#K6C^pwFlmj5dK3f(kC^?q4f^08])J-Ox2`U9$-=ZmHV7Qniw;P,Jpk95BJDYuh0ECseX[fdB,e]TJuoypsgtXHtuFhEyk1=t\ ::O.SYS%x_HiJH6}yIm4#`QbhNw)b|WrP4qi-|R-sH%0W5FW;U#`arNu{S)(FGUSMyt2$|Gw%6cJ0Tm2_)Ut[htefWqP.O=sFcIPkDu%iv-EBbd+Dke|wPzaCmTFU)8~\ ::_-+H1p.*rj[g{+xQ1;DKs[_3K,8J[}t6($J%RM{XqRYInCqiHb#.$6G8x(q]_qW}{Z~?TZme}w|lHkvOvlUr=i*%0KF_Hi5kss-d|9dMAH_fA{j#,g6eOf)nG?qhhL\ ::1,D`Rsy?6uJ6c6ZrQ;_{lF~1R*m%DW|fpfiVIHj]4lI,aB{sO_l5[9nCI|bqKROR;t6=bV3EGd7Qaz%j9w?+)*%CF1vjLG55CC)RKQX?2gJ_w)TIF6AMbSnJ$#U$7g\ ::*~.MbA`8!n*p]n(,wMES|E(wJ*Rzc3*TiZ8KIek4#4WU;O,n#ULOZwOYQiNtJt9HMGA(sIZ_]Ygk.d`%HB1[i0yBFne]Q2vbq%cVad.[5$|r%XZHS`*U3GV6NHk[VK\ ::Vz4HeY5T|akMbAcSeRGKIx3[lG}0s^|{TF_#a,TF!R~#B`xN3?J8!$hDE#G4$0i+CO(DnbHO~qlBKgjZabB60Gn$r5`(ya35ABxh[5=_h,L*_LS=hUiYrMTnjS9cUh\ ::6ei,!$2*fbwuPyV^kkp0*56f7[Gk4A=KgTDq3t=m_bq^0va#xvrs*#{0Yu(AxG|WdM,~G5Tb,A(h7*bT5]YWs{;Kmz0v0t]N};95hSgL;MjbIjflPC{9)3OYH{Y0K8\ ::K%5%iRfRCndK6[~U1ik,)n3[[FZr.oT9{|}}(^h%qE{zw9DB%0PM+)8Qdz.+JfLX-*zZ;7m1[9)rK+(~87Q,.Nt]QY]t;5Gg9dBCMV3E_swdiI1Un!(Q6W?A-$6qyJ\ ::P+nepqzIA+e23_=#.6{z?cZ?UpCNUV(o)c)zw}iZ.iOwGt)wN8cuPfyOl*d5++v{#f_9*y.Tqg9(.IC1kvVqq`Cz5t8%Fv{zqoR-?l+cIs?jbSv{]HCN9.%~+ipGyw\ ::zV14p+uLl,ErYGK2-c-ZM%b`mWM=~%x*6p0su$Jpb1-+E%`;*E2#+`*VE_x3^oqK6Pb+6dvDgB9l.E*QDNS#0ni!`DlIX8*4vjkgy;UBcmy5)+QoNR-2ydAmV5*X+U\ ::RLSLLKi*Mn]c(eXc{SBwfj+mI=0tc=w!9+T~%M1x][Uk;|b5*cjLgsx~?!i8z07$FXvh)y_?Ur,vKNAJ9yDS$mUhO*Mc(jo9bOmxsS2qbbPC.L-kb0x]cT6hVj_9md\ ::$wWJh#c1zW-)-puJ3;-8k|YK6VS%|)=sOJnIv;.8I=T-AS5Z-.yhQNbqrpPv,o8.VF(-qaQ5o0X#7H,hMQ9HH;TZ#5`!I6([t~|,Z+Aa*!U.y|Djt;z7.V)4ik`yO6\ ::|B)_b(,N.*eg[Jw$yyE9(HQ*j~bwa*fZ?Zfq~?xN$z+p2kT#!VXqAIi=NIUY1;5^9m#;.xTMbPFu5e[Ss`g05.65afw-i3l!;rQ?gQAqv$5w3.Y_Cau,`)ZRCvA,+Q\ ::UT-W-Kf~N7MS2,0z%aZ7,V%XkWG8oYvcFM..xWO-vr{9a7[JsX$+;3*A}e3;{_sD6Q%,JWxA]I`ml{X+*gE*A0I{yD,u3bx+wS8$D?IG5QVj7j2o4W)[bZ!1(|5byJ\ ::2!!_-,a8VP(cKodNa6qb+M{j]7BSuJjIMxb]6e_2r,7e~yiO${Oz$yCotxmi4pYW6%w=s|CS]HaCSt!a2VT4Vj{te,%wNF$8jGN.}FbRclw]AMwscp1zOiS!{CFR4t\ ::Q~Yh}uple7e%,cp+$(oVaYH*|K#CGnJc(dA5egZd#g)%Cip!^P3rn?wkHe7H(QuKJ5QOzOv7FDo$V0!E,cN7m~n,[Bu59aP^PYnaj4da8CC33eZ17`)JW`+I9B3p[W\ ::RMdqx3VY|z53,uy(4.ic~5C$5aw;=JphRNK*D?jKO7+RxZ][vV37Rp;uu,PTlCLcam`AX47}9[([XvWd_KXZjVA5zjwwfkv3?=b5=Yr}cL{}YCkvEx5l4f=nJAuV4G\ ::6EF%c_xi-O65bj.|UFdY+(.y-LyppiOVb[-)=cL3FHAn^R;fh.9}rDj^%Mv}V]my*PnnkUBwiy}tLhU4BD^,$Ouq}[F#yYA=gr+=!t-RP(Imx#vh_,kt,H#76}=b$)\ ::cgvCbfqSy]zRi?bap38N+x3kcbfHh+8qJDd_rmwn#G2B7z3;]{k0ty0rpgYJu=dB{}5FZ]!_g;[SlLf^RGQNN[(^?Jz0P|Lyq55I*u}Q)qgm*Ew6NeL?6I(Diznow8\ ::FAGMK7,$AhV_P!OVPT9gkMCn!3^!4v13.l*dNY8T?lv`Ic+(h!lDxjs=8FPzYPo2pqZ=Mlotn.]z76A_$?jfKp77[7$~)2i#)~#9q3%vKNPZ=82ZMtU2OtZechGmBa\ ::q.=8a[Kbge2$lLMuou^G.B-=}R5Zb]KX|tXncr.pvbd]FXC|(c*RHPPpl#R6Tn0y7pcF}FW#GQj02$#GL|B4GxQmK.{B{NR=dz7$^GSXwozNSttQYKj-u7BNrrC8yu\ ::Yu;HT}*fldmajN}QkN,.Nsd2KP7jMt}{ZxNahF#(}J6A({7Z1Lj[F#5ga[jyaHy)-El}v4)PTcO9e{{vjwi.t-g0OnFS^NwG_$hu.DCkb4k4ik$*i[fn3jx.8S,)}L\ ::tj#G!QZ#;)QwKjX+j4!qNZ#{OM=^h5X0]!8Mv;b[`40fW;!,He4G9+tlX63$#cZXgwaVjhGCfrAD)j6si_)5urJaB[+39laxWgdHhI;W{ok_S-vlI53G0b;=ZI*lyT\ ::$9t}oDhvFgekbUSLiVb1x.?b0kHa5Wr3Z)a?fyoEEgP)|d6,Y(,a05H.=ZPC[FSvflJm5U]Ja9XJTL4;(qZB).sNF_f0^tw~G#MXB5O2YL?B#A$_7nK1XkLge;r8%F\ ::Y[Ecf-`ncKgW+wBkp4hF[R3H{o$dg,{y?rc$Z+h2J~TemKidz%hX4j.pU*$MCio)yLWo5`SRVpJ5{3bWiA3EaRtX$)6Xprtgx!.UL~ue$Fp}(iIMFyUIbk$WImIxt$\ ::RV=+c=7T28);q)f)^$VST3k]UaH5-G3A_Z;r8cGraWVwLC{k0wPbK$YVy#8Ysxij?Q2S6?Pn=%oATbyZ#Qp7js2.{Id4[~9X?^u{}g+^H~9vClLogKI*sro9I?YM}Q\ ::.|,FAL1V^WpU2av^hYd_gSWw!%oFQ~i}AE;K(ffCg3!ec_HMKFuG72ObAH57rLY7FQ7^*0bD]3?)%N-48d?.h?TJvbT;RKp;;(}K%?A[^a,\ ".replace(/[\\:\s]/gm,""); r85='0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz?.,;-_+=|{}[]()*^%$#!`~'.split(''); d85={}; for(var i=85;i--;) d85[r85[i]]=i; p85=[]; for(var i=5;i--;) p85[i]=Math.pow(85,i); z='00000000'; pad=(res.length%5)||5; res+='~~~~~'.slice(pad); pad=10-2*pad; a=res.match(/.{1,5}/g); for(var l=a.length;l--;){n=0;for(j=5;j--;)n+=d85[a[l].charAt(j)]*p85[4-j];a[l]=z.slice(n.toString(16).length)+n.toString(16)}; res85dec=(pad>0)?a.join('').slice(0,-pad):a.join('');WSH.Echo(' RES2BATCH: extracting '+fn); xe=WSH.CreateObject('Microsoft.XMLDOM').createElement('bh');as=WSH.CreateObject('ADODB.Stream');as.Mode=3;as.Type=1;as.Open(); xe.dataType='bin.hex';xe.text=res85dec;as.Write(xe.nodeTypedValue);as.SaveToFile(fn,2);as.Close();
AveYo/D-OPTIMIZER
GetLaunchOptions.bat
bat
mit
18,127
@Echo OFF SETLOCAL SET ERRORLEVEL= "%~dp0dnx" %DNX_OPTIONS% "%~dp0lib\Microsoft.Dnx.Tooling\Microsoft.Dnx.Tooling.dll" %* exit /b %ERRORLEVEL% ENDLOCAL
borgdylan/aspnet5-repros
aspnetrepro/bin/output/approot/runtimes/dnx-clr-win-x64.1.0.0-rc1-15837/bin/dnu.cmd
bat
mit
162
FOR %%G in ("C:\Users\Dylan\Desktop\SortedImages\*") DO java Driver %%G
djtobia/PixelSorter
src/loop.bat
bat
mit
71
@echo off java -jar target\uberjar\brain-fuck-0.1.0-SNAPSHOT-standalone.jar code.txt r pause
carcigenicate/brainfuck
run.bat
bat
epl-1.0
95
cmd_sound/soc/pxa/built-in.o := rm -f sound/soc/pxa/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/pxa/built-in.o
miamo/miamOv
sound/soc/pxa/.built-in.o.cmd
bat
gpl-2.0
140
cmd_sound/pci/mixart/built-in.o := rm -f sound/pci/mixart/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pci/mixart/built-in.o
dizgustipated/BOCA-2.6.35.14
sound/pci/mixart/.built-in.o.cmd
bat
gpl-2.0
151
cmd_drivers/net/arm/built-in.o := rm -f drivers/net/arm/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs drivers/net/arm/built-in.o
dalinaum/studyak
drivers/net/arm/.built-in.o.cmd
bat
gpl-2.0
167
sc delete shp_service C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installutil.exe /u shp_service.exe
cslauritsen/shpion
dotnet/uninstall.bat
bat
gpl-2.0
108
java -cp build servidoregorilla.Main
salcedonia/egorilla-software-engineering-2008-2009
Comunicaciones/ejS.bat
bat
gpl-2.0
36
REM Copyright (c) 2003 Nathan Fiedler REM $Id: buildcp.bat 1099 2003-12-10 03:44:48Z nfiedler $ set _CPPART=%1 if ""%1""=="""" goto gotAllArgs shift REM Arguments might have spaces in them. :argCheck if ""%1""=="""" goto gotAllArgs set _CPPART=%_CPPART% %1 shift goto argCheck :gotAllArgs set LOCALCLASSPATH=%LOCALCLASSPATH%;%_CPPART%
mbertacca/JSwat2
bin/buildcp.bat
bat
gpl-2.0
354
cmd_crypto/ghash-generic.o := arm-eabi-gcc -Wp,-MD,crypto/.ghash-generic.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(ghash_generic)" -D"KBUILD_MODNAME=KBUILD_STR(ghash_generic)" -D"DEBUG_HASH=27" -D"DEBUG_HASH2=26" -c -o crypto/ghash-generic.o crypto/ghash-generic.c deps_crypto/ghash-generic.o := \ crypto/ghash-generic.c \ include/crypto/algapi.h \ include/linux/crypto.h \ /data/repos/kernels/arch/arm/include/asm/atomic.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/generic/atomic64.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/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 \ /data/repos/kernels/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /data/repos/kernels/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /data/repos/kernels/arch/arm/include/asm/irqflags.h \ /data/repos/kernels/arch/arm/include/asm/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/atomic-long.h \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/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/stat.h \ /data/repos/kernels/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /data/repos/kernels/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /data/repos/kernels/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/repos/kernels/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/repos/kernels/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /data/repos/kernels/arch/arm/include/asm/div64.h \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /data/repos/kernels/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/repos/kernels/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/repos/kernels/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/emulate/domain/manager/v7.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ /data/repos/kernels/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /data/repos/kernels/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /data/repos/kernels/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /data/repos/kernels/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /data/repos/kernels/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /data/repos/kernels/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/arch/msm/cortex/a5.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ $(wildcard include/config/arch/msm/scorpionmp.h) \ $(wildcard include/config/arch/msm7x27.h) \ /data/repos/kernels/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /data/repos/kernels/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /data/repos/kernels/arch/arm/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /data/repos/kernels/arch/arm/include/asm/smp.h \ arch/arm/mach-msm/include/mach/smp.h \ /data/repos/kernels/arch/arm/include/asm/hardware/gic.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /data/repos/kernels/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /data/repos/kernels/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /data/repos/kernels/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /data/repos/kernels/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /data/repos/kernels/arch/arm/include/asm/elf.h \ /data/repos/kernels/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /data/repos/kernels/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/linux/uaccess.h \ /data/repos/kernels/arch/arm/include/asm/uaccess.h \ /data/repos/kernels/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ include/crypto/gf128mul.h \ include/crypto/b128ops.h \ include/crypto/internal/hash.h \ include/crypto/hash.h \ crypto/ghash-generic.o: $(deps_crypto/ghash-generic.o) $(deps_crypto/ghash-generic.o):
bigbiff/i717-GB-Kernel
crypto/.ghash-generic.o.cmd
bat
gpl-2.0
17,933
@echo off :: Make an intermediate CA certificate/private key pair using a locally generated :: root certificate. if not defined EASY_RSA set EASY_RSA=. call "%EASY_RSA%\pkitool.cmd" --interact --inter %*
jernejs/easy-rsa
easy-rsa/Windows 2.0/build-inter.cmd
bat
gpl-2.0
213
cmd_drivers/hwmon/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/hwmon/built-in.o drivers/hwmon/hwmon.o drivers/hwmon/ina219.o drivers/hwmon/tegra-tsensor.o drivers/hwmon/al3010.o
JoinTheRealms/TF700-dualboot-stockbased
drivers/hwmon/.built-in.o.cmd
bat
gpl-2.0
266
cmd_arch/arm/lib/csumipv6.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/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/lib/csumipv6.o arch/arm/lib/csumipv6.S deps_arch/arm/lib/csumipv6.o := \ arch/arm/lib/csumipv6.S \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/linkage.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/hwcap.h \ arch/arm/lib/csumipv6.o: $(deps_arch/arm/lib/csumipv6.o) $(deps_arch/arm/lib/csumipv6.o):
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/arch/arm/lib/.csumipv6.o.cmd
bat
gpl-2.0
1,886
cmd_net/netfilter/nf_conntrack_h323.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/netfilter/nf_conntrack_h323.o net/netfilter/nf_conntrack_h323_main.o net/netfilter/nf_conntrack_h323_asn1.o
TeamGlide/LiteKernel
net/netfilter/.nf_conntrack_h323.o.cmd
bat
gpl-2.0
214
cmd_drivers/cpuidle/governors/built-in.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o drivers/cpuidle/governors/built-in.o drivers/cpuidle/governors/ladder.o drivers/cpuidle/governors/menu.o
chase2534/gtab47.freekern
drivers/cpuidle/governors/.built-in.o.cmd
bat
gpl-2.0
308
cd C:\xampp\htdocs\joyeria mysqldump -u root silverzum > silverzum.sql copy silverzum.sql silverzum_web.sql fart -- "silverzum_web.sql" "localhost:8888" "www.silverzum.com" fart -- "silverzum_web.sql" "/joyeria" "/" fart -- "silverzum_web.sql" "//" "/" fart -- "silverzum_web.sql" "http:/" "http://" fart -- "silverzum_web.sql" "https:/" "https://" git add --all git commit -m "new changes" git push git ftp push pause
JeanMarsUltor/j
gitftp.bat
bat
gpl-3.0
418
@echo off cd %~dp0 echo 127.0.0.1:5432:dbSGC:postgres:postgres> %userprofile%\AppData\Roaming\postgresql\pgpass.conf psql.exe --username="postgres" --host=127.0.0.1 --port=5432 postgres < createDB.sql pg_restore.exe --username="postgres" --host=127.0.0.1 --port=5432 -d dbSGC < %~dp0\dbSGC.backup pause
crisrc012/SGC
DB/Restauracion/Restaurar.bat
bat
gpl-3.0
302
@echo off REM $PostgreSQL: pgsql/src/tools/msvc/pgflex.bat,v 1.6 2009/11/12 00:13:00 tgl Exp $ IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv perl -e "require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat CALL bldenv.bat del bldenv.bat :nobuildenv flex -V > NUL if errorlevel 1 goto noflex if "%1" == "src\backend\parser\scan.l" call :generate %1 src\backend\parser\scan.c -CF if "%1" == "src\backend\bootstrap\bootscanner.l" call :generate %1 src\backend\bootstrap\bootscanner.c if "%1" == "src\backend\utils\misc\guc-file.l" call :generate %1 src\backend\utils\misc\guc-file.c if "%1" == "src\interfaces\ecpg\preproc\pgc.l" call :generate %1 src\interfaces\ecpg\preproc\pgc.c if "%1" == "src\bin\psql\psqlscan.l" call :generate %1 src\bin\psql\psqlscan.c if "%1" == "contrib\cube\cubescan.l" call :generate %1 contrib\cube\cubescan.c if "%1" == "contrib\seg\segscan.l" call :generate %1 contrib\seg\segscan.c echo Unknown flex input: %1 exit 1 :generate flex %3 -o%2 %1 exit %errorlevel% :noflex echo WARNING! flex install not found, attempting to build without exit 0
TextusData/Mover
thirdparty/postgresql-9.0.1/src/tools/msvc/pgflex.bat
bat
gpl-3.0
1,141
@echo off rem T_CAM_WS with CAM_DLL compile batch file for most console compilers rem pause after each compiler if %1 not empty rem call self on low env space condition rem (c) 2003-2004 W.Ehrhardt if exist CAM_DLL.DLL goto dll_found echo CAM_DLL.DLL not found goto ende :dll_found set SRC=T_CAM_WS rem log file (may be con or nul) rem ============================ ::set LOG=nul set LOG=%SRC%.LOD rem parameters for test file rem ======================== set PARA=test rem test whether enough space in environment rem ======================================== set PCB=A_rather_long_environment_string_for_testing if (%PCB%)==(A_rather_long_environment_string_for_testing) goto OK rem call self with 4096 byte env rem ============================ set PCB= %COMSPEC% /E:4096 /C %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 goto ende :OK echo Test %SRC% for all win32 compilers >%LOG% ver >>%LOG% set PCB=call fpc2 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc22 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc222 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc224 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc240 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc242 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc244 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc260 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call fpc262 -B -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=call vpc -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M2\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M3\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M4\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M5\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M6\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M7\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M9\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M10\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas if not (%1%)==() pause echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M12\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% set PCB=D:\DMX\M17\DCC32.EXE -b -dUSEDLL del %SRC%.exe >nul %PCB% %SRC%.pas echo. >>%LOG% echo Results for %PCB% >>%LOG% %SRC%.exe %PARA% >>%LOG% echo **** Log file: %LOG% :ende set PCB= set SRC= set LOG= set PARA=
compvid30/strongcrypt-fe
lib/camellia/#ca_dll.bat
bat
gpl-3.0
4,222
ruby %KURE_INSTALL%/main.rb %*
devops0x01/kure
bin/kure.bat
bat
gpl-3.0
30
@echo off set BATCHDIR=%~dp0 if "%1"=="" ( echo ƒtƒ@ƒCƒ‹‚ðŽw’肵‚Ä‚­‚¾‚³‚¢ pause exit 0 ) set script=%BATCHDIR%\dumpbin3.rb ruby -Ku "%script%" "%1" ruby -Ku "%script%" "%1" > output.txt pause
bugoodby/bugoodbylib
script/rb/tools/dumpbin/dumpbin3.bat
bat
unlicense
215
@echo off %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build\Timber.proj /v:m /p:Version=%1
cocowalla/Timber
build.cmd
bat
apache-2.0
103
cd /d "A:\Users\christiaan\Source\Repos\exergames" &msbuild "BodyBasics-D2D.vcxproj" /t:sdvViewer /p:configuration="Debug" /p:platform=Win32 exit %errorlevel%
DimitriVargemidis/MLTForExergames
runsdvui.cmd
bat
apache-2.0
159
@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\TOCAbsoluteLinks.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\TOCAbsoluteLinks.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
deconst/preparer-sphinx
test/toc-absolute-link/src/make.bat
bat
apache-2.0
7,752
"C:\Program Files\PostgreSQL\9.4\bin\psql.exe" -h localhost -U postgres -d report_manager_database -p 5432 -f ..\insert_parameters_in_parameter_list.sql 1> test_insert_parameters_in_parameter_list.log 2>&1 "C:\Program Files\PostgreSQL\9.4\bin\psql.exe" -h localhost -U postgres -d report_manager_database -p 5432 -f ..\run_insert_parameters_in_parameter_list.sql 1>> test_insert_parameters_in_parameter_list.log 2>>&1
james-cantrill/funda_components
reports_manager/report_manager_database/utility_functions/test/test_insert_parameters_in_parameter_list.bat
bat
apache-2.0
429
@echo off REM change up to the parent (structured) directory cd .. REM capture the full path of current directory set cwd=%CD% REM setup php path set PATH=%PATH%;%cwd%\vendor\php REM setup dynamic vars set port=8097 REM wipe and old instance of dynamic files type conf\template.httpd.conf|bin\repl.bat "80" "%port%" > conf\httpd.conf REM extension_dir = "../vendor/php/ext" REM change to Apache directory and run Apache echo %cwd% echo "Starting structuredfun web server on port %port%" cd vendor\Apache24 && bin\httpd.exe -f ..\..\conf\httpd.conf pause
lightenna/structuredfun-pc
structured/bin/launch.bat
bat
apache-2.0
563
call %~dp0base_32.bat nmake /f makefile_vc NO_RELEASE_PDB=1 FAR_WORKDIR=..\..\outfinalnew32
data-man/FarAS
misc/nightly/plugin.32.bat
bat
bsd-3-clause
93
@echo off REM Copyright (c) 2013-2019, The PurpleI2P Project REM This file is part of Purple i2pd project and licensed under BSD3 REM See full license text in LICENSE file at top of project tree echo ‘®§¤ ¥¬ 7z  à娢 á ­ ¡®à®¬... REM   ¢ë室¥ ¯®«ãç ¥¬ 7z  à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd ¨ StartI2PdBrowser.bat ¨§ ¯ ¯ª¨ src ã஢­¥¬ ¢ëè¥. 7z a -t7z -m0=lzma2:d192m -mx=9 -aoa -mfb=273 -md=128m -ms=on -- I2PdBrowserPortable_1.3.0.7z ..\..\windows\Firefox ..\..\windows\i2pd ..\src\StartI2PdBrowser.bat echo ƒ®â®¢®! pause
PurpleI2P/i2pdbrowser
windows_prebuilt/build/build_7z.bat
bat
bsd-3-clause
540
::----------------------------------------------------------------:: :: Copyright (c) 2010-2011 Zipline Games, Inc. :: All Rights Reserved. :: http://getmoai.com ::----------------------------------------------------------------:: @echo off :: run moai "..\hosts\win32\moai" "%MOAI_CONFIG%\config.lua" "createcs350TestLayer.lua" copy .\generated\cs350TestLayer.lua ..\resources\layers :end pause
kennethlombardi/moai-graphics
half-edge-mesh/editor/createcs350TestLayer.bat
bat
mit
397
IF "%1"=="" ( set BUILD_CONFIG="Debug" ) ELSE ( set BUILD_CONFIG=%1 ) IF "%2"=="" ( call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" ) git pull --rebase msbuild "Palaso VS2010.sln" /verbosity:quiet /maxcpucount /p:Configuration=%BUILD_CONFIG%
phillip-hopper/libpalaso
GetAndBuildThis.bat
bat
mit
275
cmd_drivers/input/sensors/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o drivers/input/sensors/built-in.o drivers/input/sensors/accel/built-in.o drivers/input/sensors/compass/built-in.o drivers/input/sensors/gyro/built-in.o drivers/input/sensors/lsensor/built-in.o drivers/input/sensors/sensor-i2c.o drivers/input/sensors/sensor-dev.o
EPDCenterSpain/kernel_Archos_97_Titan
drivers/input/sensors/.built-in.o.cmd
bat
gpl-2.0
453
@ECHO OFF IF NOT EXIST "..\w32-testival.exe" ( ECHO - Skipped testing w32-writeconsole-shellcode.bin: w32-testival not found. EXIT /B 0 ) ECHO + Checking shellcode for NULL bytes: ECHO + w32-writeconsole-shellcode.bin CALL BETA3.cmd h --nullfree w32-writeconsole-shellcode.bin > nul IF ERRORLEVEL 1 GOTO :FAILED ECHO + Running shellcode: ECHO + w32-writeconsole-shellcode.bin ..\w32-testival.exe a[$]=w32-writeconsole-shellcode.bin eip=$ --EH 2>&1 | CALL match_output.cmd "^Hello, world![\r\n]*$" --verbose > nul IF ERRORLEVEL 1 GOTO :FAILED EXIT /B %ERRORLEVEL% :FAILED ECHO * Test failed! EXIT /B %ERRORLEVEL%
ohio813/testival
writeconsole-shellcodes/test-w32-writeconsole-shellcode.bin.cmd
bat
bsd-3-clause
673