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
vcpkg remove brunocodutra-metal:x86-windows brunocodutra-metal:x64-windows brunocodutra-metal:x86-windows-static brunocodutra-metal:x64-windows-static brunocodutra-metal:x86-uwp brunocodutra-metal:x64-uwp pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/metal_example/uninstall-windows.bat
bat
lgpl-3.0
211
set "ROBOZONKY_EXECUTABLE=${com.github.robozonky.distribution.jar}" rem Find the correct installation directory, regardless of whether it's from the ZIP or from the installer. set "HERE=%~dp0%" IF EXIST %HERE%dist\%ROBOZONKY_EXECUTABLE% ( set "HERE=%HERE%dist\" ) echo Will run %ROBOZONKY_EXECUTABLE% from '%HERE%'. rem Use Java runtime bundled with RoboZonky, if available. set "CUSTOM_JRE_LOCATION=%HERE%runtime\" set "JAVA_EXECUTABLE=java.exe" IF EXIST %CUSTOM_JRE_LOCATION%bin\%JAVA_EXECUTABLE% ( set "JAVA_EXECUTABLE=%CUSTOM_JRE_LOCATION%bin\%JAVA_EXECUTABLE%" set "JAVA_HOME=%CUSTOM_JRE_LOCATION%" ) echo Will use '%JAVA_EXECUTABLE%' as the Java executable. echo JAVA_HOME set to '%JAVA_HOME%'. set "ROBOZONKY_OPTS=%JAVA_OPTS% -XX:+ExitOnOutOfMemoryError -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true" "%JAVA_EXECUTABLE%" %ROBOZONKY_OPTS% -jar "%HERE%%ROBOZONKY_EXECUTABLE%" %* rem Don't let the window close if something went wrong. pause
triceo/zonkybot
robozonky-distribution/robozonky-distribution-full/src/main/assembly/filtered-resources/robozonky.bat
bat
apache-2.0
1,124
java -jar binarycalendar.jar 2013
javadev/binary-calendar-generator
start.cmd
bat
apache-2.0
34
cmake --build ./ pause
liangpengcheng/tng
proj/ndk/build.bat
bat
bsd-3-clause
24
@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\HBPValidationFramework-PythonClient.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\HBPValidationFramework-PythonClient.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
apdavison/hbp-validation-client
docs/make.bat
bat
bsd-3-clause
7,790
@echo off cls SET BUILD_DIR=build SET TOOLS_DIR=%BUILD_DIR%\tools SET NUGET_PATH=%TOOLS_DIR%\nuget.exe IF NOT EXIST %TOOLS_DIR%\ ( mkdir %TOOLS_DIR% ) IF NOT EXIST %NUGET_PATH% ( echo Downloading NuGet.exe ... powershell -Command "Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v4.3.0/nuget.exe -OutFile %NUGET_PATH%" ) IF NOT EXIST "%TOOLS_DIR%\FAKE.Core\tools\Fake.exe" ( %NUGET_PATH% install "FAKE.Core" -Version 4.63.2 -OutputDirectory %TOOLS_DIR% -ExcludeVersion ) echo Running FAKE Build... %TOOLS_DIR%\FAKE.Core\tools\Fake.exe build.fsx %* -BuildDir=%BUILD_DIR%
moodmosaic/Fare
build.cmd
bat
mit
597
echo off SET CODE_GEN=..\..\release\ClasHStamP.jar SET OUTPUT=c SET PROJECT=Design.asta SET SUPERCLS=int SET LANGUAGE=c SET EXT_CODE_OPT=y SET PACKAGE=Main SET SYNTAX=..\..\release\Syntax_C.csv java -Dfile.encoding=UTF-8 -jar %CODE_GEN% SET SYNTAX=..\..\release\Syntax_H.csv java -Dfile.encoding=UTF-8 -jar %CODE_GEN% pause
ducyen/ClasHStamP
samples/CalcSimple/GenCode_C.bat
bat
gpl-3.0
328
@echo off rem rem rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. rem rem Copyright 2008 Sun Microsystems, Inc. All rights reserved. rem rem The contents of this file are subject to the terms of either the GNU rem General Public License Version 2 only ("GPL") or the Common Development rem and Distribution License("CDDL") (collectively, the "License"). You rem may not use this file except in compliance with the License. You can obtain rem a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html rem or updatetool/LICENSE.txt. See the License for the specific rem language governing permissions and limitations under the License. rem rem When distributing the software, include this License Header Notice in each rem file and include the License file at glassfish/bootstrap/legal/LICENSE.txt. rem Sun designates this particular file as subject to the "Classpath" exception rem as provided by Sun in the GPL Version 2 section of the License file that rem accompanied this code. If applicable, add the following below the License rem Header, with the fields enclosed by brackets [] replaced by your own rem identifying information: "Portions Copyrighted [year] rem [name of copyright owner]" rem rem Contributor(s): rem rem If you wish your version of this file to be governed by only the CDDL or rem only the GPL Version 2, indicate your decision by adding "[Contributor] rem elects to include this software in this distribution under the [CDDL or GPL rem Version 2] license." If you don't indicate a single choice of license, a rem recipient has the option to distribute your version of this file under rem either the CDDL, the GPL Version 2 or to extend the choice of license to rem its licensees as provided above. However, if you add GPL Version 2 code rem and therefore, elected the GPL Version 2 license, then the option applies rem only if the new code is made subject to such option by the copyright rem holder. rem rem rem Startup wrapper for tarpkgs CLI rem setlocal set MY_HOME=%~dp0 set MY_PYTHON=%MY_HOME%\..\python2.4-minimal "%MY_PYTHON%\python.exe" "-E" "%MY_HOME%\cmprepo.py" %* endlocal
marcellodesales/svnedge-console
ext/solaris/pkg-toolkit/pkg/bin/cmprepo.bat
bat
agpl-3.0
2,192
@echo off rem rem Copyright (c) 2001-2003, Jean Tessier rem All rights reserved. rem rem Redistribution and use in source and binary forms, with or without rem modification, are permitted provided that the following conditions rem are met: rem rem * Redistributions of source code must retain the above copyright rem notice, this list of conditions and the following disclaimer. rem rem * Redistributions in binary form must reproduce the above copyright rem notice, this list of conditions and the following disclaimer in the rem documentation and/or other materials provided with the distribution. rem rem * Neither the name of Jean Tessier nor the names of his contributors rem may be used to endorse or promote products derived from this software rem without specific prior written permission. rem rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS rem "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT rem LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR rem A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR rem CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, rem EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, rem PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR rem PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF rem LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING rem NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS rem SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. rem if not "%OS%"=="Windows_NT" goto win9xStart :winNTStart @setlocal rem %~dp0 is name of current script under NT set DEFAULT_DEPENDENCYFINDER_HOME=%~dp0 rem : operator works similar to make : operator set DEFAULT_DEPENDENCYFINDER_HOME=%DEFAULT_DEPENDENCYFINDER_HOME:\bin\=% if "%DEPENDENCYFINDER_HOME%"=="" set DEPENDENCYFINDER_HOME=%DEFAULT_DEPENDENCYFINDER_HOME% set DEFAULT_DEPENDENCYFINDER_HOME= rem On NT/2K grab all arguments at once set DEPENDENCYFINDER_CMD_LINE_ARGS=%* goto doneStart :win9xStart rem Slurp the command line arguments. This loop allows for an unlimited rem number of arguments (up to the command line limit, anyway). set DEPENDENCYFINDER_CMD_LINE_ARGS= :setupArgs if %1a==a goto doneStart set DEPENDENCYFINDER_CMD_LINE_ARGS=%DEPENDENCYFINDER_CMD_LINE_ARGS% %1 shift goto setupArgs :doneStart rem This label provides a place for the argument list loop to break out rem and for NT handling to skip to. "%JAVA_HOME%\bin\java" %DEPENDENCYFINDER_OPTS% -classpath "%DEPENDENCYFINDER_HOME%\classes;%DEPENDENCYFINDER_HOME%\lib\DependencyFinder.jar;%DEPENDENCYFINDER_HOME%\lib\log4j.jar;%DEPENDENCYFINDER_HOME%\lib\jakarta-oro.jar;%DEPENDENCYFINDER_HOME%\lib\xml-apis.jar;%DEPENDENCYFINDER_HOME%\lib\xercesImpl.jar" com.jeantessier.dependencyfinder.cli.DependencyMetrics %DEPENDENCYFINDER_CMD_LINE_ARGS% if not "%OS%"=="Windows_NT" goto mainEnd :winNTend @endlocal :mainEnd
simeshev/parabuild-ci
3rdparty/depfind101/bin/DependencyMetrics.bat
bat
lgpl-3.0
3,052
powershell ./Post-SlackMessage %1 %2
rikbosch/slack-integrations
src/SlackIntegrations/svn/Post-SlackMessage.bat
bat
apache-2.0
36
copy oldFile.txt newFile.txt
Emiliya93/TelerikAcademy
QualityAssurancePart1/Exercises/CommandLineExercise/02_Commands/01_copyFiles.bat
bat
mit
28
@echo off REM Copyright (C) 2017 The Qt Company Ltd. REM Contact: https://www.qt.io/licensing/ REM REM This file is part of Qbs. REM REM $QT_BEGIN_LICENSE:LGPL$ REM Commercial License Usage REM Licensees holding valid commercial Qt licenses may use this file in REM accordance with the commercial license agreement provided with the REM Software or, alternatively, in accordance with the terms contained in REM a written agreement between you and The Qt Company. For licensing terms REM and conditions see https://www.qt.io/terms-conditions. For further REM information use the contact form at https://www.qt.io/contact-us. REM REM GNU Lesser General Public License Usage REM Alternatively, this file may be used under the terms of the GNU Lesser REM General Public License version 3 as published by the Free Software REM Foundation and appearing in the file LICENSE.LGPL3 included in the REM packaging of this file. Please review the following information to REM ensure the GNU Lesser General Public License version 3 requirements REM will be met: https://www.gnu.org/licenses/lgpl-3.0.html. REM REM GNU General Public License Usage REM Alternatively, this file may be used under the terms of the GNU REM General Public License version 2.0 or (at your option) the GNU General REM Public license version 3 or any later version approved by the KDE Free REM Qt Foundation. The licenses are as published by the Free Software REM Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 REM included in the packaging of this file. Please review the following REM information to ensure the GNU General Public License requirements will REM be met: https://www.gnu.org/licenses/gpl-2.0.html and REM https://www.gnu.org/licenses/gpl-3.0.html. REM REM $QT_END_LICENSE$ setlocal enabledelayedexpansion || exit /b if not exist VERSION ( echo This script must be run from the qbs source directory 1>&2 && exit /b 1 ) for /f %%j in (VERSION) do ( set "version=!version!%%j," ) set "version=%version:~0,-1%" set builddir=%TEMP%\qbs-release-%version% if exist "%builddir%" ( del /s /q "%builddir%" || exit /b ) qbs setup-toolchains --settings-dir "%builddir%\.settings" --detect || exit /b if exist "%QTDIR%" ( qbs setup-qt --settings-dir "%builddir%\.settings"^ "%QTDIR%\bin\qmake.exe" qt || exit /b ) else ( echo QTDIR environment variable not set or does not exist: %QTDIR% exit /b 1 ) if exist "%QTDIR64%" ( qbs setup-qt --settings-dir "%builddir%\.settings"^ "%QTDIR64%\bin\qmake.exe" qt64 || exit /b ) else ( echo QTDIR64 environment variable not set or does not exist: %QTDIR64% exit /b 1 ) REM Work around QBS-1142, where symlinks to UNC named paths aren't resolved REM properly, for example if this command is being run in a Docker container REM where the current directory is a symlink subst Q: "%CD%" && Q: qbs build --settings-dir "%builddir%\.settings"^ -f qbs.qbs -d "%builddir%\build"^ -p dist qbs.buildVariant:release project.withDocumentation:false products.qbs_archive.includeTopLevelDir:true^ modules.qbsbuildconfig.enableBundledQt:true^ config:release "qbs.installRoot:%builddir%\qbs-windows-x86-%version%" profile:qt^ config:release-64 "qbs.installRoot:%builddir%\qbs-windows-x86_64-%version%" profile:qt64 || exit /b copy /y "%builddir%\build\release\qbs.%version%.nupkg" dist || exit /b copy /y "%builddir%\build\release\qbs-windows-x86-%version%.zip" dist || exit /b copy /y "%builddir%\build\release-64\qbs-windows-x86_64-%version%.zip" dist || exit /b
qtproject/qt-labs-qbs
scripts/make-release-archives.bat
bat
lgpl-2.1
3,520
@echo off REM *** REM * To be able to run this check you need apprpriate credentials REM * in the target domain. REM * REM * Normally the Check_MK agent runs as sevice with local system REM * credentials which are not enough for this check. REM * REM * To solve this problem you can do e.g. the following: REM * REM * - Change the account the service is being started with to a REM * domain user account with enough permissions on the DC. REM * REM *** echo ^<^<^<ad_replication^>^>^> dsquery server | find /I "CN=%COMPTERNAME%," > nul if ERRORLEVEL 0 repadmin /showrepl /csv
tomas-edwardsson/check_mk
agents/windows/plugins/ad_replication.bat
bat
gpl-2.0
601
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 cd .. setlocal enabledelayedexpansion call :GET_PATH_NAME %cd% set project=%PATH_NAME% if not exist proj.android md proj.android cd proj.android echo #####Ìáʾ£º¿ªÊ¼¹¹½¨##### cmake -DDXM_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake if %errorlevel% neq 0 goto :cmEnd rem cmake -DDXM_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake echo #####Ìáʾ£º¹¹½¨½áÊø##### echo #####Ìáʾ£º¿ªÊ¼±àÒë##### rem BuildConsole.exe %project%.sln /prj=ALL_BUILD /Silent /OpenMonitor /Cfg="Debug|WIN32,Release|WIN32" echo #####Ìáʾ£º±àÒë½áÊø##### echo #####Ìáʾ£º¿ªÊ¼°²×°##### rem cmake -DBUILD_TYPE="Debug" -P cmake_install.cmake rem cmake -DBUILD_TYPE="Release" -P cmake_install.cmake echo #####Ìáʾ£º°²×°½áÊø##### goto cmDone :cmEnd echo setup failed pause exit :cmDone cmake -P dxm_cmake_compile_succeeded.cmake cmake -P dxm_cmake_install_succeeded.cmake cd /d %ocd% @echo on goto :eof :GET_PATH_NAME set PATH_NAME=%~n1
dxmgame/dxm
templates/prebuilt/build/setup.android.bat
bat
mit
1,012
echo off SETLOCAL enabledelayedexpansion cd .. call setEnv.cmd echo on "%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.list.DestroyUserListSubscription %* ENDLOCAL
egeyman/Final-Project
twitter4j-4.0.3/bin/list/destroyUserListSubscription.cmd
bat
apache-2.0
196
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file. This file is distributed on an "AS REM IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific REM language governing permissions and limitations under the License. REM Set intermediate env vars because the %VAR:x=y% notation below REM (which replaces the string x with the string y in VAR) REM doesn't handle undefined environment variables. This way REM we're always dealing with defined variables in those tests. set CHK_HOME=_%EC2_HOME% if "%CHK_HOME:"=%" == "_" goto HOME_MISSING "%EC2_HOME:"=%\bin\ec2-cmd" DeleteNetworkAcl %* goto DONE :HOME_MISSING echo EC2_HOME is not set exit /b 1 :DONE
capotej/whim
ec2_home/ec2-api-tools-1.6.3.1/bin/ec2delnacl.cmd
bat
mit
1,038
/* // TI File $Revision: /main/5 $ // Checkin $Date: July 6, 2009 17:18:33 $ //########################################################################### // // FILE: 28022_RAM_lnk.cmd // // TITLE: Linker Command File For 28022 examples that run out of RAM // // This ONLY includes all SARAM blocks on the 28022 device. // This does not include flash or OTP. // // Keep in mind that L0 is protected by the code // security module. // // What this means is in most cases you will want to move to // another memory map file which has more memory defined. // //########################################################################### // $TI Release: 2802x C/C++ Header Files and Peripheral Examples V1.29 $ // $Release Date: January 11, 2011 $ //########################################################################### */ /* ====================================================== // For Code Composer Studio V2.2 and later // --------------------------------------- // In addition to this memory linker command file, // add the header linker command file directly to the project. // The header linker command file is required to link the // peripheral structures to the proper locations within // the memory map. // // The header linker files are found in <base>\DSP2802x_headers\cmd // // For BIOS applications add: DSP2802x_Headers_BIOS.cmd // For nonBIOS applications add: DSP2802x_Headers_nonBIOS.cmd ========================================================= */ /* ====================================================== // For Code Composer Studio prior to V2.2 // -------------------------------------- // 1) Use one of the following -l statements to include the // header linker command file in the project. The header linker // file is required to link the peripheral structures to the proper // locations within the memory map */ /* Uncomment this line to include file only for non-BIOS applications */ /* -l DSP2802x_Headers_nonBIOS.cmd */ /* Uncomment this line to include file only for BIOS applications */ /* -l DSP2802x_Headers_BIOS.cmd */ /* 2) In your project add the path to <base>\DSP2802x_headers\cmd to the library search path under project->build options, linker tab, library search path (-i). /*========================================================= */ /* Define the memory block start/length for the DSP2802x PAGE 0 will be used to organize program sections PAGE 1 will be used to organize data sections Notes: Memory blocks on F28022 are uniform (ie same physical memory) in both PAGE 0 and PAGE 1. That is the same memory region should not be defined for both PAGE 0 and PAGE 1. Doing so will result in corruption of program and/or data. The L0 memory blocks is mirrored - that is it can be accessed in high memory or low memory. For simplicity only one instance is used in this linker file. Contiguous SARAM memory blocks can be combined if required to create a larger memory block. */ MEMORY { PAGE 0 : /* For this example, L0 is split between PAGE 0 and PAGE 1 */ /* BEGIN is used for the "boot to SARAM" bootloader mode */ BEGIN : origin = 0x000000, length = 0x000002 RAMM0 : origin = 0x000050, length = 0x0003B0 PRAML0 : origin = 0x008000, length = 0x000900 RESET : origin = 0x3FFFC0, length = 0x000002 IQTABLES : origin = 0x3FE000, length = 0x000B50 /* IQ Math Tables in Boot ROM */ IQTABLES2 : origin = 0x3FEB50, length = 0x00008C /* IQ Math Tables in Boot ROM */ IQTABLES3 : origin = 0x3FEBDC, length = 0x0000AA /* IQ Math Tables in Boot ROM */ BOOTROM : origin = 0x3FF27C, length = 0x000D44 PAGE 1 : /* For this example, L0 is split between PAGE 0 and PAGE 1 */ BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */ RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */ DRAML0 : origin = 0x008900, length = 0x000700 } SECTIONS { /* Setup for "boot to SARAM" mode: The codestart section (found in DSP28_CodeStartBranch.asm) re-directs execution to the start of user code. */ codestart : > BEGIN, PAGE = 0 ramfuncs : > RAMM0 PAGE = 0 .text : > PRAML0, PAGE = 0 .cinit : > RAMM0, PAGE = 0 .pinit : > RAMM0, PAGE = 0 .switch : > RAMM0, PAGE = 0 .reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */ .stack : > RAMM1, PAGE = 1 .ebss : > DRAML0, PAGE = 1 .econst : > DRAML0, PAGE = 1 .esysmem : > RAMM1, PAGE = 1 IQmath : > PRAML0, PAGE = 0 IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD /* Uncomment the section below if calling the IQNexp() or IQexp() functions from the IQMath.lib library in order to utilize the relevant IQ Math table in Boot ROM (This saves space and Boot ROM is 1 wait-state). If this section is not uncommented, IQmathTables2 will be loaded into other memory (SARAM, Flash, etc.) and will take up space, but 0 wait-state is possible. */ /* IQmathTables2 : > IQTABLES2, PAGE = 0, TYPE = NOLOAD { IQmath.lib<IQNexpTable.obj> (IQmathTablesRam) } */ /* Uncomment the section below if calling the IQNasin() or IQasin() functions from the IQMath.lib library in order to utilize the relevant IQ Math table in Boot ROM (This saves space and Boot ROM is 1 wait-state). If this section is not uncommented, IQmathTables2 will be loaded into other memory (SARAM, Flash, etc.) and will take up space, but 0 wait-state is possible. */ /* IQmathTables3 : > IQTABLES3, PAGE = 0, TYPE = NOLOAD { IQmath.lib<IQNasinTable.obj> (IQmathTablesRam) } */ } /* //=========================================================================== // End of file. //=========================================================================== */
martianmartin/Energia
hardware/c2000/cores/c2000/f2802x_common/cmd/28022_RAM_lnk.cmd
bat
lgpl-2.1
6,248
REM Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. REM REM This program is free software; you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation; version 2 of the License. REM REM This program is distributed in the hope that it will be useful, REM but WITHOUT ANY WARRANTY; without even the implied warranty of REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the REM GNU General Public License for more details. REM REM You should have received a copy of the GNU General Public License REM along with this program; if not, write to the Free Software REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA REM quick and dirty build file for testing different MSDEVs setlocal set myFLAGS= /I../include /I../mySTL /c /W3 /G6 /O2 cl %myFLAGS% aes.cpp cl %myFLAGS% aestables.cpp cl %myFLAGS% algebra.cpp cl %myFLAGS% arc4.cpp cl %myFLAGS% asn.cpp cl %myFLAGS% bftables.cpp cl %myFLAGS% blowfish.cpp cl %myFLAGS% coding.cpp cl %myFLAGS% des.cpp cl %myFLAGS% dh.cpp cl %myFLAGS% dsa.cpp cl %myFLAGS% file.cpp cl %myFLAGS% hash.cpp cl %myFLAGS% integer.cpp cl %myFLAGS% md2.cpp cl %myFLAGS% md4.cpp cl %myFLAGS% md5.cpp cl %myFLAGS% misc.cpp cl %myFLAGS% random.cpp cl %myFLAGS% ripemd.cpp cl %myFLAGS% rsa.cpp cl %myFLAGS% sha.cpp cl %myFLAGS% template_instnt.cpp cl %myFLAGS% tftables.cpp cl %myFLAGS% twofish.cpp link.exe -lib /out:taocrypt.lib aes.obj aestables.obj algebra.obj arc4.obj asn.obj bftables.obj blowfish.obj coding.obj des.obj dh.obj dsa.obj file.obj hash.obj integer.obj md2.obj md4.obj md5.obj misc.obj random.obj ripemd.obj rsa.obj sha.obj template_instnt.obj tftables.obj twofish.obj
Tokutek/mysql-5.5
extra/yassl/taocrypt/src/make.bat
bat
gpl-2.0
1,773
@ECHO OFF SETLOCAL REM So that we can expand variables inside of IF and FOR SETLOCAL enableDelayedExpansion REM Check presence of required file dir 0_package.list >NUL 2>NUL || ( ECHO 0_package.list not found! ECHO Aborting... EXIT /B 20 ) REM Clear succeed flag IF EXIST %FORMED_OK_FLAG% ( del /F /Q "%FORMED_OK_FLAG%" || EXIT /B 4 ) REM Clear the "failures" list SET FORMED_FAILED_LIST=%TMP_PATH%\failed-formed-packages IF EXIST %FORMED_FAILED_LIST% ( del /F /Q "%FORMED_FAILED_LIST%" || EXIT /B 4 ) REM If KODI_MIRROR is not set externally to this script, set it to the default mirror URL IF "%KODI_MIRROR%" == "" SET KODI_MIRROR=http://mirrors.kodi.tv echo Downloading from mirror %KODI_MIRROR% CALL :setStageName Starting downloads of formed packages... SET SCRIPT_PATH=%CD% CD %DL_PATH% || EXIT /B 10 FOR /F "eol=; tokens=1" %%f IN (%SCRIPT_PATH%\0_package.list) DO ( CALL :processFile %%f ) REM Report any errors IF EXIST %FORMED_FAILED_LIST% ( CALL :setStageName Some formed packages had errors ECHO. FOR /F "tokens=1,2 delims=|" %%x IN (%FORMED_FAILED_LIST%) DO @ECHO %%x: - %%y ECHO. EXIT /B 101 ) ELSE ( CALL :setStageName All formed packages ready. ECHO %DATE% %TIME% > "%FORMED_OK_FLAG%" EXIT /B 0 ) REM End of main body :processFile CALL :setStageName Getting %1... SET RetryDownload=YES :startDownloadingFile IF EXIST %1 ( ECHO Using downloaded %1 ) ELSE ( CALL :setSubStageName Downloading %1... SET DOWNLOAD_URL=%KODI_MIRROR%/build-deps/win32/%1 %WGET% "!DOWNLOAD_URL!" || ECHO %1^|Download of !DOWNLOAD_URL! failed >> %FORMED_FAILED_LIST% && EXIT /B 7 TITLE Getting %1 ) CALL :setSubStageName Extracting %1... copy /b "%1" "%TMP_PATH%" || EXIT /B 5 PUSHD "%TMP_PATH%" || EXIT /B 10 %ZIP% x %1 || ( IF %RetryDownload%==YES ( POPD || EXIT /B 5 ECHO WARNNING! Can't extract files from archive %1! ECHO WARNNING! Deleting %1 and will retry downloading. del /f "%1" SET RetryDownload=NO GOTO startDownloadingFile ) ELSE ( ECHO %1^|Can't extract files from archive %1 >> %FORMED_FAILED_LIST% ) exit /B 6 ) dir /A:-D "%~n1\*.*" >NUL 2>NUL && ( CALL :setSubStageName Pre-Cleaning %1... REM Remove any non-dir files in extracted ".\packagename\" FOR /F %%f IN ('dir /B /A:-D "%~n1\*.*"') DO (del "%~n1\%%f" /F /Q || (ECHO %1^|Failed to pre-clean %~n1\%%f >> %FORMED_FAILED_LIST% && EXIT /B 4)) ) CALL :setSubStageName Copying %1 to build tree... REM Copy only content of extracted ".\packagename\" XCOPY "%~n1\*" "%APP_PATH%\" /E /I /Y /F /R /H /K || (ECHO %1^|Failed to copy package contents to build tree >> %FORMED_FAILED_LIST% && EXIT /B 5) dir /A:-D * >NUL 2>NUL && ( CALL :setSubStageName Post-Cleaning %1... REM Delete package archive and possible garbage FOR /F %%f IN ('dir /B /A:-D') DO (del %%f /F /Q || (ECHO %1^|Failed to post-clean %%f >> %FORMED_FAILED_LIST% && EXIT /B 4)) ) ECHO. ECHO Done %1. POPD || EXIT /B 10 EXIT /B 0 REM end of :processFile :setStageName ECHO. ECHO ================================================== ECHO %* ECHO. TITLE %* EXIT /B 0 :setSubStageName ECHO. ECHO -------------------------------------------------- ECHO %* ECHO. EXIT /B 0
edureis95/xbmc
project/BuildDependencies/scripts/get_formed.cmd
bat
gpl-2.0
3,172
@echo off rem Use this to clean out old class files from the classes directory rem The classes shouldn't end up in the classes directory (ok very poor rem naming) if you use the ant build script (build.xml). But if you do rem run javac by mistake, this will clean up. rem Note: do not run this on the net/org/edu etc dirs, these are static rem and never compiled cd ../apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/classes del /F /S /Q Applet\*.class del /F /S /Q Assignements\*.class del /F /S /Q Browser\*.class del /F /S /Q GUI\*.class del /F /S /Q Game\*.class del /F /S /Q HackerLogin\*.class del /F /S /Q HackerSearch\*.class del /F /S /Q Hackscript\*.class del /F /S /Q Hacktendo\*.class del /F /S /Q Server\*.class del /F /S /Q View\*.class del /F /S /Q chat\*.class rem del /F /S /Q \*.class echo. echo done :) echo. pause
HackWars/hackwars-classic
HWBatchFiles/clean_classes.bat
bat
isc
860
sort -h -k 2 bdays.txt | tail cat ../dates-ac.txt | while read i; do if grep -q $i dates-u.txt; then echo $i; else echo $i >> dates-u.txt; fi; done tail -f -n +1 dates-u.txt | while read i; do grep -m 1 $i bdays.txt >> a-u.txt; echo $i; done
alogic0/pi-birthdays
misc.cmd
bat
mit
245
@echo off REM Batch script to automate building executables with 32-bit Conda Python. REM Environment name is 'ec32'. set ENV=ec32 set BUILD=build_f.spec set ENCODING=850 set VERPATCH=C:\Utilities\verpatch\verpatch REM Setting arguments so they can be called by subroutines set ARG1="%~2" set ARG2="%~3" IF "%~1" == "" ( call :build goto eof ) IF "%~1" == "--amend" ( call :add goto eof ) IF "%~1" == "--add" ( call :build call :add goto eof ) @echo Wrong arguments inputted. goto eof :err @echo Need 2nd and 3rd arguments for file and product versions respectively. goto eof :build set CONDA_FORCE_32BIT=1 call activate %ENV% @echo Creating onefile executable... pyinstaller %BUILD% call deactivate set CONDA_FORCE_32BIT= exit /b :add IF %ARG1% == "" goto err IF %ARG2% == "" goto err @echo Setting encoding to UTF-8... REM If using this script - be aware your PC's cmd may use a different encoding. REM Run 'chcp' to find out, and set ENCODING. chcp 65001 set FILEDESCR=/s desc "Tool for calculating easement curves in TS" set FILEVER=%ARG1% set INTERNAL=/s title "ec" set COMPANY=/s company "macph" set COPYRIGHT=/s copyright "© 2016 Ewan Macpherson" set ORIGINAL=/s OriginalFilename "ECCalc.exe" set PRODUCT=/s product "Easement curve calculator" set PRODVER=/pv %ARG2% @echo Adding version file... %VERPATCH% /va dist\ECCalc.exe %FILEVER% %FILEDESCR% %INTERNAL% %COMPANY% %COPYRIGHT% %ORIGINAL% %PRODUCT% %PRODVER% @echo Resetting encoding... chcp %ENCODING% exit /b :eof
macph/easement-curve
build.bat
bat
mit
1,635
cd dep\boost\ call bootstrap.bat call build_libraries.bat cd ..\..\
SilverIce/JContainers
installation.bat
bat
mit
73
@echo off set path=. if not [%1]==[] set path=%1 IF NOT EXIST Packages MKDIR Packages echo Creating WebProxyApi Package %path%\..\.nuget\nuget pack %path%\..\WebApiProxy.Server\WebApiProxy.Server.csproj -Build -IncludeReferencedProjects -OutputDirectory %path%\..\Nuget\Packages -Properties Configuration=Release -Verbose if errorlevel 1 echo Error creating WebApiProxy Package pause;
lust4life/WebApiProxy
Nuget/build-nuget-server.bat
bat
mit
391
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off :: ---------------------- :: KUDU Deployment Script :: Version: 1.0.15 :: ---------------------- :: Prerequisites :: ------------- :: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment. goto error ) :: Setup :: ----- setlocal enabledelayedexpansion SET ARTIFACTS=%~dp0%..\artifacts IF NOT DEFINED DEPLOYMENT_SOURCE ( SET DEPLOYMENT_SOURCE=%~dp0%. ) IF NOT DEFINED DEPLOYMENT_TARGET ( SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot ) IF NOT DEFINED NEXT_MANIFEST_PATH ( SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest IF NOT DEFINED PREVIOUS_MANIFEST_PATH ( SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest ) ) IF NOT DEFINED KUDU_SYNC_CMD ( :: Install kudu sync echo Installing Kudu Sync call npm install kudusync -g --silent IF !ERRORLEVEL! NEQ 0 goto error :: Locally just running "kuduSync" would also work SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd ) goto Deployment :: Utility Functions :: ----------------- :SelectNodeVersion IF DEFINED KUDU_SELECT_NODE_VERSION_CMD ( :: The following are done only on Windows Azure Websites environment call %KUDU_SELECT_NODE_VERSION_CMD% "%DEPLOYMENT_SOURCE%" "%DEPLOYMENT_TARGET%" "%DEPLOYMENT_TEMP%" IF !ERRORLEVEL! NEQ 0 goto error IF EXIST "%DEPLOYMENT_TEMP%\__nodeVersion.tmp" ( SET /p NODE_EXE=<"%DEPLOYMENT_TEMP%\__nodeVersion.tmp" IF !ERRORLEVEL! NEQ 0 goto error ) IF EXIST "%DEPLOYMENT_TEMP%\__npmVersion.tmp" ( SET /p NPM_JS_PATH=<"%DEPLOYMENT_TEMP%\__npmVersion.tmp" IF !ERRORLEVEL! NEQ 0 goto error ) IF NOT DEFINED NODE_EXE ( SET NODE_EXE=node ) SET NPM_CMD="!NODE_EXE!" "!NPM_JS_PATH!" ) ELSE ( SET NPM_CMD=npm SET NODE_EXE=node ) goto :EOF :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Deployment :: ---------- :Deployment echo Handling node.js deployment. :: 1. Select node version call :SelectNodeVersion :: 2. Install npm packages IF EXIST "%DEPLOYMENT_SOURCE%\package.json" ( pushd "%DEPLOYMENT_SOURCE%" call :ExecuteCmd !NPM_CMD! install --production IF !ERRORLEVEL! NEQ 0 goto error popd ) :: 3. Build DocPad site echo Building DocPad site... echo Deployment Source Folder: %DEPLOYMENT_SOURCE% echo Deployment Target Folder: %DEPLOYMENT_TARGET% pushd "%DEPLOYMENT_SOURCE%" rd /s /q out IF !ERRORLEVEL! NEQ 0 goto error "!NODE_EXE!" .\node_modules\docpad\bin\docpad -e static generate IF !ERRORLEVEL! NEQ 0 goto error popd :: 4. KuduSync echo Copying Files... call %KUDU_SYNC_CMD% -v 500 -f "%DEPLOYMENT_SOURCE%\out" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" IF !ERRORLEVEL! NEQ 0 goto error :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: goto end :: Execute command routine that will echo out when error :ExecuteCmd setlocal set _CMD_=%* call %_CMD_% if "%ERRORLEVEL%" NEQ "0" echo Failed exitCode=%ERRORLEVEL%, command=%_CMD_% exit /b %ERRORLEVEL% :error endlocal echo An error has occurred during web site deployment. call :exitSetErrorLevel call :exitFromFunction 2>nul :exitSetErrorLevel exit /b 1 :exitFromFunction () :end endlocal echo Finished successfully.
MattKotsenas/MattKotsenas
deploy.cmd
bat
mit
3,438
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set SPHINXOPTS=-W set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Office365EmailProcessor.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Office365EmailProcessor.qhc 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
sintax1/o365-email-processor
docs/make.bat
bat
mit
5,157
svnadmin hotcopy --clean-logs C:\Daten\SubVersion_Repository \\Mainworkroom\daten\Backup\SubVersion_Repository\Haus_Holle PAUSE
Rosi2143/HSHSB3_CC2
CC2_Projects/repository_backup.bat
bat
mit
127
cmd_arch/arm/vfp/vfphw.o := arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/jason/toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-omap2/include -Iarch/arm/plat-omap/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -Wa,-mfpu=softvfp+vfp -gdwarf-2 -c -o arch/arm/vfp/vfphw.o arch/arm/vfp/vfphw.S source_arch/arm/vfp/vfphw.o := arch/arm/vfp/vfphw.S deps_arch/arm/vfp/vfphw.o := \ $(wildcard include/config/smp.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/vfpv3.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/iwmmxt.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/vfpmacros.h \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/hwcap.h \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/vfp.h \ arch/arm/vfp/../kernel/entry-header.S \ $(wildcard include/config/frame/pointer.h) \ $(wildcard include/config/alignment/trap.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/32v6k.h) \ $(wildcard include/config/have/hw/breakpoint.h) \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/linux/linkage.h \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/linkage.h \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/assembler.h \ $(wildcard include/config/trace/irqflags.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/cpu/use/domains.h) \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/asm-offsets.h \ include/generated/asm-offsets.h \ /media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ arch/arm/vfp/vfphw.o: $(deps_arch/arm/vfp/vfphw.o) $(deps_arch/arm/vfp/vfphw.o):
Jason-Choi/EastSea-Kernel
arch/arm/vfp/.vfphw.o.cmd
bat
gpl-2.0
3,437
cmd_fs/yaffs2/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o fs/yaffs2/built-in.o fs/yaffs2/yaffs.o
mjmccall/Kernel
fs/yaffs2/.built-in.o.cmd
bat
gpl-2.0
136
@echo off title SIS Server cd ../NewSISServer javac *.java java SISServer pause
sisv5/sisv5
Scripts/runserver.bat
bat
gpl-2.0
88
@echo off echo Cleaning all!!! cd .. echo Removing files: *.ncb *.suo *.name etc. del /S /F /Q /A:H *.suo del /S /F /Q *.sdf del /S /F /Q *.log del /S /F /Q *vcxproj*.user del /S /F /Q *vcproj*.user del /S /F /Q *pro.user del /S /F /Q *.aps del /S /F /Q *.ncb echo Removing folders: build ipch rmdir /S /Q build rmdir /S /Q ipch echo Cleaning xCatalog rmdir /S /Q xcatalog\GeneratedFiles del /S /F /Q xcatalog\ui_*.h echo Cleaning OpenSSL rmdir /S /Q srclib\OpenSSL\out32dll rmdir /S /Q srclib\OpenSSL\out32dll.dbg rmdir /S /Q srclib\OpenSSL\tmp32dll rmdir /S /Q srclib\OpenSSL\tmp32dll.dbg rmdir /S /Q xcatalog_app-build-desktop echo Complete! pause
gureedo/eMule-IS-Mod
scripts/clear_all.bat
bat
gpl-2.0
656
cmd_arch/arm/lib/io-readsw-armv4.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/work/kernel_study/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 -c -o arch/arm/lib/io-readsw-armv4.o arch/arm/lib/io-readsw-armv4.S deps_arch/arm/lib/io-readsw-armv4.o := \ arch/arm/lib/io-readsw-armv4.S \ /work/kernel_study/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) \ /work/kernel_study/linux-2.6.32.2/arch/arm/include/asm/linkage.h \ /work/kernel_study/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) \ /work/kernel_study/linux-2.6.32.2/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /work/kernel_study/linux-2.6.32.2/arch/arm/include/asm/hwcap.h \ arch/arm/lib/io-readsw-armv4.o: $(deps_arch/arm/lib/io-readsw-armv4.o) $(deps_arch/arm/lib/io-readsw-armv4.o):
heyoufei/mini2440_kernel
arch/arm/lib/.io-readsw-armv4.o.cmd
bat
gpl-2.0
1,948
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ar rcsD sound/mips/built-in.o
0xD34D/kernel_amazon_tate
sound/mips/.built-in.o.cmd
bat
gpl-2.0
161
cmd_fs/proc/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o fs/proc/built-in.o fs/proc/proc.o
emwno/android_kernel_U8500
fs/proc/.built-in.o.cmd
bat
gpl-2.0
129
cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; ar rcs sound/drivers/opl3/built-in.o
Existed/kernel-2.6.35.14
sound/drivers/opl3/.built-in.o.cmd
bat
gpl-2.0
112
@erase lang.inc @echo lang fix ru >lang.inc @fasm example.asm example @erase lang.inc @pause
ashmew2/nskolibrios
netsurf/trunk/rus/build_ru.bat
bat
gpl-2.0
96
cmd_block/blk-tag.o := ppc_4xx-gcc -m32 -Wp,-MD,block/.blk-tag.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(blk_tag)" -D"KBUILD_MODNAME=KBUILD_STR(blk_tag)" -c -o block/.tmp_blk-tag.o block/blk-tag.c deps_block/blk-tag.o := \ block/blk-tag.c \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \ $(wildcard include/config/phys/64bit.h) \ include/asm-generic/int-ll64.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitops.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-compat.h \ $(wildcard include/config/power4/only.h) \ $(wildcard include/config/ibm405/err77.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/synch.h \ $(wildcard include/config/ppc/e500mc.h) \ $(wildcard include/config/e500.h) \ $(wildcard include/config/smp.h) \ include/linux/stringify.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \ $(wildcard include/config/ppc64.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/typecheck.h \ include/linux/dynamic_debug.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/byteorder.h \ include/linux/byteorder/big_endian.h \ include/linux/swab.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swab.h \ include/linux/byteorder/generic.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/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/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/processor.h \ $(wildcard include/config/vsx.h) \ $(wildcard include/config/ppc32.h) \ $(wildcard include/config/ppc/prep.h) \ $(wildcard include/config/task/size.h) \ $(wildcard include/config/kernel/start.h) \ $(wildcard include/config/4xx.h) \ $(wildcard include/config/booke.h) \ $(wildcard include/config/altivec.h) \ $(wildcard include/config/spe.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg.h \ $(wildcard include/config/40x.h) \ $(wildcard include/config/fsl/emb/perfmon.h) \ $(wildcard include/config/8xx.h) \ $(wildcard include/config/ppc/book3s/64.h) \ $(wildcard include/config/ppc/book3s/32.h) \ $(wildcard include/config/ppc/book3e/64.h) \ $(wildcard include/config/e200.h) \ $(wildcard include/config/ppc/cell.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \ $(wildcard include/config/mpc10x/bridge.h) \ $(wildcard include/config/ppc/83xx.h) \ $(wildcard include/config/8260.h) \ $(wildcard include/config/ppc/mpc52xx.h) \ $(wildcard include/config/bdi/switch.h) \ $(wildcard include/config/power3.h) \ $(wildcard include/config/power4.h) \ $(wildcard include/config/44x.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \ $(wildcard include/config/403gcx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ptrace.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/system.h \ $(wildcard include/config/debugger.h) \ $(wildcard include/config/kexec.h) \ $(wildcard include/config/6xx.h) \ $(wildcard include/config/booke/wdt.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irqflags.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hw_irq.h \ $(wildcard include/config/ppc/book3e.h) \ $(wildcard include/config/perf/events.h) \ include/linux/errno.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/asm-generic/cmpxchg-local.h \ include/linux/stat.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/thread_info.h \ $(wildcard include/config/ppc/256k/pages.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page.h \ $(wildcard include/config/ppc/64k/pages.h) \ $(wildcard include/config/ppc/16k/pages.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/relocatable.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/ppc/std/mmu/64.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/ppc/smlpar.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kdump.h \ $(wildcard include/config/crash/dump.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page_32.h \ $(wildcard include/config/physical/align.h) \ $(wildcard include/config/not/coherent/cache.h) \ $(wildcard include/config/pte/64bit.h) \ include/asm-generic/getorder.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/atomic.h \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/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/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/current.h \ include/linux/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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ 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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/topology.h \ $(wildcard include/config/pci.h) \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/elf.h \ $(wildcard include/config/spu/base.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/timex.h \ include/linux/param.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/timex.h \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/completion.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu.h \ $(wildcard include/config/ppc/std/mmu/32.h) \ $(wildcard include/config/ppc/book3e/mmu.h) \ $(wildcard include/config/ppc/8xx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu-44x.h \ $(wildcard include/config/ppc/early/debug/44x.h) \ $(wildcard include/config/ppc/early/debug/44x/physlow.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ipcbuf.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slab_def.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ include/trace/define_trace.h \ include/linux/kmalloc_sizes.h \ include/linux/pfn.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/seccomp.h \ include/linux/unistd.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/unistd.h \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/local.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/module.h \ $(wildcard include/config/dynamic/ftrace.h) \ include/trace/events/module.h \ include/linux/bio.h \ $(wildcard include/config/block.h) \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/highmem.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/mm.h \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pgtable.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pgtable-ppc32.h \ $(wildcard include/config/consistent/size.h) \ $(wildcard include/config/fsl/booke.h) \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/io.h \ $(wildcard include/config/ra.h) \ $(wildcard include/config/rd.h) \ $(wildcard include/config/ppc/indirect/io.h) \ $(wildcard include/config/eeh.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/device.h \ $(wildcard include/config/swiotlb.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/io.h \ $(wildcard include/config/has/ioport.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/delay.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/time.h \ $(wildcard include/config/ppc/iseries.h) \ $(wildcard include/config/power.h) \ $(wildcard include/config/8xx/cpu6.h) \ include/asm-generic/iomap.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/io-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pte-44x.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pte-common.h \ $(wildcard include/config/ppc/std/mmu.h) \ $(wildcard include/config/kgdb.h) \ $(wildcard include/config/xmon.h) \ $(wildcard include/config/kprobes.h) \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/uaccess.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/uaccess.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cacheflush.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kmap_types.h \ include/linux/mempool.h \ include/linux/ioprio.h \ include/linux/iocontext.h \ $(wildcard include/config/blk/cgroup.h) \ include/linux/blkdev.h \ $(wildcard include/config/blk/dev/bsg.h) \ $(wildcard include/config/bounce.h) \ include/linux/major.h \ include/linux/genhd.h \ $(wildcard include/config/fail/make/request.h) \ $(wildcard include/config/solaris/x86/partition.h) \ $(wildcard include/config/bsd/disklabel.h) \ $(wildcard include/config/unixware/disklabel.h) \ $(wildcard include/config/minix/subpartition.h) \ include/linux/pagemap.h \ include/linux/hardirq.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hardirq.h \ include/asm-generic/hardirq.h \ include/linux/irq.h \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/intr/remap.h) \ $(wildcard include/config/generic/pending/irq.h) \ $(wildcard include/config/sparse/irq.h) \ $(wildcard include/config/numa/irq/desc.h) \ $(wildcard include/config/generic/hardirqs/no//do/irq.h) \ $(wildcard include/config/cpumasks/offstack.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq.h \ $(wildcard include/config/nr/irqs.h) \ $(wildcard include/config/irqstacks.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq_regs.h \ include/asm-generic/irq_regs.h \ include/linux/irq_cpustat.h \ include/linux/backing-dev.h \ $(wildcard include/config/debug/fs.h) \ include/linux/writeback.h \ include/linux/bsg.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/dma.h \ include/linux/elevator.h \ block/blk.h \ $(wildcard include/config/fail/io/timeout.h) \ block/blk-tag.o: $(deps_block/blk-tag.o) $(deps_block/blk-tag.o):
mattkelly/linux-2.6-xlnx
block/.blk-tag.o.cmd
bat
gpl-2.0
25,930
@ECHO OFF REM (C) 2013-2017 see Authors.txt REM REM This file is part of MPC-HC. REM REM MPC-HC is free software; you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation; either version 3 of the License, or REM (at your option) any later version. REM REM MPC-HC is distributed in the hope that it will be useful, REM but WITHOUT ANY WARRANTY; without even the implied warranty of REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the REM GNU General Public License for more details. REM REM You should have received a copy of the GNU General Public License REM along with this program. If not, see <http://www.gnu.org/licenses/>. SETLOCAL EnableDelayedExpansion SET "FILE_DIR=%~dp0" PUSHD "%FILE_DIR%" SET ROOT_DIR=..\..\.. SET "COMMON=%FILE_DIR%%ROOT_DIR%\common.bat" CALL "%COMMON%" :SubSetPath IF %ERRORLEVEL% NEQ 0 EXIT /B 1 CALL "%COMMON%" :SubDoesExist gcc.exe IF %ERRORLEVEL% NEQ 0 ( ECHO ERROR: gcc.exe not found in your MinGW installation EXIT /B 1 ) SET ARG=/%* SET ARG=%ARG:/=% SET ARG=%ARG:-=% SET ARGB=0 SET ARGBC=0 SET ARGCOMP=0 SET ARGPL=0 SET INPUT=0 SET VALID=0 IF /I "%ARG%" == "?" GOTO ShowHelp FOR %%G IN (%ARG%) DO ( IF /I "%%G" == "help" GOTO ShowHelp IF /I "%%G" == "Build" SET "BUILDTYPE=Build" & SET /A ARGB+=1 IF /I "%%G" == "Clean" SET "BUILDTYPE=Clean" & SET /A ARGB+=1 IF /I "%%G" == "Rebuild" SET "BUILDTYPE=Rebuild" & SET /A ARGB+=1 IF /I "%%G" == "Both" SET "ARCH=Both" & SET /A ARGPL+=1 IF /I "%%G" == "Win32" SET "ARCH=x86" & SET /A ARGPL+=1 IF /I "%%G" == "x86" SET "ARCH=x86" & SET /A ARGPL+=1 IF /I "%%G" == "x64" SET "ARCH=x64" & SET /A ARGPL+=1 IF /I "%%G" == "Debug" SET "RELEASETYPE=Debug" & SET /A ARGBC+=1 IF /I "%%G" == "Release" SET "RELEASETYPE=Release" & SET /A ARGBC+=1 IF /I "%%G" == "VS2017" SET "COMPILER=VS2017" & SET /A ARGCOMP+=1 IF /I "%%G" == "VS2019" SET "COMPILER=VS2019" & SET /A ARGCOMP+=1 IF /I "%%G" == "Silent" SET "SILENT=True" & SET /A VALID+=1 IF /I "%%G" == "Nocolors" SET "NOCOLORS=True" & SET /A VALID+=1 ) FOR %%X IN (%*) DO SET /A INPUT+=1 SET /A VALID+=%ARGB%+%ARGPL%+%ARGBC%+%ARGCOMP% IF %VALID% NEQ %INPUT% GOTO UnsupportedSwitch IF %ARGB% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGB% == 0 (SET "BUILDTYPE=Build") IF %ARGPL% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGPL% == 0 (SET "ARCH=Both") IF %ARGBC% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGBC% == 0 (SET "RELEASETYPE=Release") IF %ARGCOMP% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGCOMP% == 0 (SET "COMPILER=VS2019") IF NOT EXIST "%MPCHC_VS_PATH%" CALL "%COMMON%" :SubVSPath IF NOT EXIST "!MPCHC_VS_PATH!" ( ECHO ERROR: Visual Studio install path not found or invalid. You should add MPCHC_VS_PATH to build.user.bat GOTO MissingVar ) SET "TOOLSET=!MPCHC_VS_PATH!\Common7\Tools\vsdevcmd" IF NOT EXIST "%TOOLSET%" ( ECHO ERROR: Visual Studio tool path invalid GOTO MissingVar ) SET "BIN_DIR=%ROOT_DIR%\bin" CALL "%COMMON%" :SubParseConfig IF /I "%ARCH%" == "Both" ( SET "ARCH=x86" & CALL :Main SET "ARCH=x64" & CALL :Main ) ELSE ( CALL :Main ) GOTO End :Main IF %ERRORLEVEL% NEQ 0 EXIT /B IF /I "%ARCH%" == "x86" (SET TOOLSETARCH=x86) ELSE (SET TOOLSETARCH=amd64) CALL "%TOOLSET%" -no_logo -arch=%TOOLSETARCH% SET START_TIME=%TIME% SET START_DATE=%DATE% IF /I "%BUILDTYPE%" == "Rebuild" ( SET "BUILDTYPE=Clean" & CALL :SubMake SET "BUILDTYPE=Build" & CALL :SubMake SET "BUILDTYPE=Rebuild" EXIT /B ) IF /I "%BUILDTYPE%" == "Clean" (CALL :SubMake & EXIT /B) CALL :SubMake EXIT /B :End IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL% TITLE Compiling LAV Filters %COMPILER% [FINISHED] SET END_TIME=%TIME% CALL "%COMMON%" :SubGetDuration CALL "%COMMON%" :SubMsg "INFO" "LAV Filters compilation started on %START_DATE%-%START_TIME% and completed on %DATE%-%END_TIME% [%DURATION%]" POPD ENDLOCAL EXIT /B :SubMake IF %ERRORLEVEL% NEQ 0 EXIT /B IF /I "%ARCH%" == "x86" (SET "ARCHVS=Win32") ELSE (SET "ARCHVS=x64") REM Build FFmpeg sh build_ffmpeg.sh %ARCH% %RELEASETYPE% %BUILDTYPE% %COMPILER% IF %ERRORLEVEL% NEQ 0 ( CALL "%COMMON%" :SubMsg "ERROR" "'sh build_ffmpeg.sh %ARCH% %RELEASETYPE% %BUILDTYPE% %COMPILER%' failed!" EXIT /B ) PUSHD src REM Build LAVFilters IF /I "%ARCH%" == "x86" (SET "ARCHVS=Win32") ELSE (SET "ARCHVS=x64") MSBuild.exe LAVFilters.sln /nologo /consoleloggerparameters:Verbosity=minimal /nodeReuse:true /m /t:%BUILDTYPE% /property:Configuration=%RELEASETYPE%;Platform=%ARCHVS% IF %ERRORLEVEL% NEQ 0 ( CALL "%COMMON%" :SubMsg "ERROR" "'MSBuild.exe LAVFilters.sln /nologo /consoleloggerparameters:Verbosity=minimal /nodeReuse:true /m /t:%BUILDTYPE% /property:Configuration=%RELEASETYPE%;Platform=%ARCHVS%' failed!" EXIT /B ) POPD IF /I "%RELEASETYPE%" == "Debug" ( SET "SRCFOLDER=src\bin_%ARCHVS%d" ) ELSE ( SET "SRCFOLDER=src\bin_%ARCHVS%" ) IF /I "%RELEASETYPE%" == "Debug" ( SET "DESTFOLDER=%BIN_DIR%\mpc-hc_%ARCH%_Debug" ) ELSE ( SET "DESTFOLDER=%BIN_DIR%\mpc-hc_%ARCH%" ) IF /I "%ARCH%" == "x64" ( SET "DESTFOLDER=%DESTFOLDER%\LAVFilters64" ) ELSE ( SET "DESTFOLDER=%DESTFOLDER%\LAVFilters" ) IF /I "%BUILDTYPE%" == "Build" ( REM Copy LAVFilters files to MPC-HC output directory IF NOT EXIST %DESTFOLDER% MD %DESTFOLDER% COPY /Y /V %SRCFOLDER%\*.dll %DESTFOLDER% COPY /Y /V %SRCFOLDER%\*.ax %DESTFOLDER% COPY /Y /V %SRCFOLDER%\*.manifest %DESTFOLDER% IF /I "%RELEASETYPE%" == "Release" ( COPY /Y /V %SRCFOLDER%\IntelQuickSyncDecoder\IntelQuickSyncDecoder.pdb %DESTFOLDER% COPY /Y /V %SRCFOLDER%\LAVAudio\LAVAudio.pdb %DESTFOLDER% COPY /Y /V %SRCFOLDER%\LAVSplitter\LAVSplitter.pdb %DESTFOLDER% COPY /Y /V %SRCFOLDER%\LAVVideo\LAVVideo.pdb %DESTFOLDER% COPY /Y /V %SRCFOLDER%\libbluray\libbluray.pdb %DESTFOLDER% ) ELSE ( COPY /Y /V %SRCFOLDER%\*.pdb %DESTFOLDER% ) ) ELSE IF /I "%BUILDTYPE%" == "Clean" ( REM Remove LAVFilters files in MPC-HC output directory IF EXIST %DESTFOLDER% RD /Q /S %DESTFOLDER% ) EXIT /B :MissingVar ECHO Not all build dependencies were found. ECHO. ECHO See "%ROOT_DIR%\docs\Compilation.md" for more information. CALL "%COMMON%" :SubMsg "ERROR" "LAV Filters compilation failed!" & EXIT /B 1 :UnsupportedSwitch ECHO. ECHO Unsupported commandline switch! ECHO. ECHO "%~nx0 %*" ECHO. ECHO Run "%~nx0 help" for details about the commandline switches. CALL "%COMMON%" :SubMsg "ERROR" "LAV Filters compilation failed!" & EXIT /B 1 :ShowHelp TITLE %~nx0 Help ECHO. ECHO Usage: ECHO %~nx0 [Clean^|Build^|Rebuild] [x86^|x64^|Both] [Debug^|Release] [VS2017^|VS2019] ECHO. ECHO Notes: You can also prefix the commands with "-", "--" or "/". ECHO The arguments are not case sensitive and can be ommitted. ECHO. & ECHO. ECHO Executing %~nx0 without any arguments will use the default ones: ECHO "%~nx0 Build Both Release VS2019" ECHO. POPD ENDLOCAL EXIT /B
clsid2/mpc-hc
src/thirdparty/LAVFilters/build_lavfilters.bat
bat
gpl-3.0
7,249
set ERModelversion=ERmodel_v1.5 call %~dp0..\%ERmodelversion%\scripts\set_path_variables set ERXSLT=%ERHOME%\xslt set ERSCHEMA=%ERHOME%\schema
JohnWCartmell/ERmodelSeries1
commands/set_path_variables.bat
bat
gpl-3.0
142
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Milia.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Milia.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) :end
guaix-ucm/pymilia
doc/make.bat
bat
gpl-3.0
4,509
@echo off echo user=monetdb> .monetdb echo password=monetdb>> .monetdb prompt # $t $g echo on call java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d %TSTDB% -e -f "%RELSRCDIR%\..\except-union-intersect-bug-sf-1146079.sql" @del .monetdb
zyzyis/monetdb
sql/test/bugs/Tests/except-union-intersect-bug-sf-1146079.SQL.bat
bat
mpl-2.0
257
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar spigot-1.8.8.jar
Di3mex/ExtraHardMode
spigot/server/start-server.bat
bat
agpl-3.0
93
@echo off title Build a Windows installer with Qt Installer Framework rem https://download.qt.io/official_releases/qt-installer-framework/2.0.3/QtInstallerFramework-win-x86.exe SET current_mpt_version="MetadataPublishingTool.exe" rem C:\Qt\QtIFW2.0.3\bin\archivegen.exe packages\nl.knaw.dans.ehri.mpt\data\mpt_win.7z ..\dist\%current_mpt_version% C:\Qt\QtIFW2.0.3\bin\binarycreator.exe --offline-only -c config\config.xml -p packages MPT_win_installer echo "Finished building MPT_win_installer"
EHRI/rspub-gui
z_build/win7_onefile/installer/build_installer.bat
bat
apache-2.0
500
SETLOCAL EnableDelayedExpansion SET /P ARTIFACT=<%HOME%\site\wwwroot\_artifact.txt !ARTIFACT! %*
hruan/go-azure
go-azure.bat
bat
apache-2.0
97
@ECHO OFF SET Id=ZXing.Net SET VERSION=0.14.0.0 3rdParty\nuget\nuget push Build\Deployment\%ID%.%VERSION%.nupkg
dawidcieszynski/ZXing.Net
nuget-push.cmd
bat
apache-2.0
118
@echo off setlocal %~d0 cd %~p0 call _project.bat set answer=y echo /nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn echo ...Calling the ReplaceSchema task echo nnnnnnnnnn/ call %DBFLUTE_HOME%\etc\cmd\_df-replace-schema.cmd %MY_PROPERTIES_PATH% if "%pause_at_end%"=="y" ( pause )
hajimeni/dbflute-solr-example
dbflute_exampledb/no-wait-replace-schema.bat
bat
apache-2.0
288
@echo off set configuration=%~1 if "%configuration%" == "" ( exit /b 1 ) set target_framework=%~2 if "%target_framework%" == "" ( exit /b 1 ) if not exist publish\%target_framework%\plugin ( mkdir publish\%target_framework%\plugin ) for %%f in (Common\bin\%configuration%\%target_framework%\*.dll) do ( copy /b /y %%f publish\%target_framework% > NUL ) for /d %%d in (Th*) do ( if not "%%d" == "Th11Replay" ( copy /b /y %%d\bin\%configuration%\%target_framework%\ReimuPlugins.%%d.dll ^ publish\%target_framework%\plugin\ReimuPlugins.%%d.rpi > NUL ) ) xcopy ManualGenerator\_build\html publish\%target_framework%\doc /e /i /q
y-iihoshi/REIMU_Plugins_V2
CollectArtifacts.bat
bat
bsd-2-clause
675
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S05_ResetSortTableRops_ResetTableSuccess_TestSuite.MSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuite /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\MS-OXCTABL.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuite.cmd
bat
mit
356
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. 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. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter 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 (_build\*) do rmdir /q /s %%i del /q /s _build\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% _build/html echo. echo.Build finished. The HTML pages are in _build/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% _build/dirhtml echo. echo.Build finished. The HTML pages are in _build/dirhtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% _build/pickle echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% _build/json echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% _build/htmlhelp echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in _build/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% _build/qthelp echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in _build/qthelp, like this: echo.^> qcollectiongenerator _build\qthelp\PyMiSCID.qhcp echo.To view the help file: echo.^> assistant -collectionFile _build\qthelp\PyMiSCID.ghc goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% _build/latex echo. echo.Build finished; the LaTeX files are in _build/latex. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% _build/changes echo. echo.The overview file is in _build/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% _build/linkcheck echo. echo.Link check complete; look for any errors in the above output ^ or in _build/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% _build/doctest echo. echo.Testing of doctests in the sources finished, look at the ^ results in _build/doctest/output.txt. goto end ) :end
jmercier/PyMiSCID
doc/make.bat
bat
mit
2,963
cmd_drivers/net/raeth.dsl/ra_mac.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/net/raeth.dsl/.ra_mac.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(ra_mac)" -D"KBUILD_MODNAME=KBUILD_STR(raeth)" -c -o drivers/net/raeth.dsl/ra_mac.o drivers/net/raeth.dsl/ra_mac.c deps_drivers/net/raeth.dsl/ra_mac.o := \ drivers/net/raeth.dsl/ra_mac.c \ $(wildcard include/config/user/snmpd.h) \ $(wildcard include/config/gigaphy.h) \ $(wildcard include/config/100phy.h) \ $(wildcard include/config/p5/mac/to/phy/mode.h) \ $(wildcard include/config/ralink/rt3052.h) \ $(wildcard include/config/ralink/rt3352.h) \ $(wildcard include/config/ge2/rgmii/an.h) \ $(wildcard include/config/ge2/mii/an.h) \ $(wildcard include/config/mac/to/gigaphy/mode/addr2.h) \ $(wildcard include/config/ge1/rgmii/an.h) \ $(wildcard include/config/ge1/mii/an.h) \ $(wildcard include/config/mac/to/gigaphy/mode/addr.h) \ $(wildcard include/config/ethtool.h) \ $(wildcard include/config/raeth/router.h) \ $(wildcard include/config/rt/3052/esw.h) \ $(wildcard include/config/raeth/qos.h) \ $(wildcard include/config/ralink/rt2883.h) \ $(wildcard include/config/ralink/rt3883.h) \ include/linux/config.h \ $(wildcard include/config/h.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/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/sysfs.h) \ include/linux/spinlock.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ include/linux/compiler-gcc4.h \ $(wildcard include/config/forced/inlining.h) \ include/linux/compiler-gcc.h \ include/asm/posix_types.h \ include/asm/sgidefs.h \ include/asm/types.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/64bit/phys/addr.h) \ $(wildcard include/config/64bit.h) \ include/linux/bitops.h \ include/asm/bitops.h \ $(wildcard include/config/cpu/mipsr2.h) \ $(wildcard include/config/cpu/mips32.h) \ $(wildcard include/config/cpu/mips64.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/mips/mt/smtc.h) \ $(wildcard include/config/irq/cpu.h) \ $(wildcard include/config/mips/mt/smtc/instant/replay.h) \ include/asm/hazards.h \ $(wildcard include/config/cpu/r10000.h) \ $(wildcard include/config/cpu/rm9000.h) \ $(wildcard include/config/cpu/sb1.h) \ include/asm/barrier.h \ $(wildcard include/config/cpu/has/sync.h) \ $(wildcard include/config/cpu/has/wb.h) \ $(wildcard include/config/weak/ordering.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ include/asm/break.h \ include/asm-generic/bug.h \ $(wildcard include/config/debug/bugverbose.h) \ include/asm/byteorder.h \ $(wildcard include/config/cpu/mips64/r2.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm/cpu-features.h \ $(wildcard include/config/32bit.h) \ $(wildcard include/config/cpu/mipsr2/irq/vi.h) \ $(wildcard include/config/cpu/mipsr2/irq/ei.h) \ include/asm/cpu.h \ include/asm/cpu-info.h \ $(wildcard include/config/sgi/ip27.h) \ $(wildcard include/config/mips/mt.h) \ include/asm/cache.h \ $(wildcard include/config/mips/l1/cache/shift.h) \ include/asm-mips/mach-generic/kmalloc.h \ $(wildcard include/config/dma/coherent.h) \ include/asm-mips/mach-generic/cpu-feature-overrides.h \ include/asm/war.h \ $(wildcard include/config/sgi/ip22.h) \ $(wildcard include/config/sni/rm.h) \ $(wildcard include/config/cpu/r5432.h) \ $(wildcard include/config/sb1/pass/1/workarounds.h) \ $(wildcard include/config/sb1/pass/2/workarounds.h) \ $(wildcard include/config/mips/malta.h) \ $(wildcard include/config/mips/atlas.h) \ $(wildcard include/config/mips/sead.h) \ $(wildcard include/config/cpu/tx49xx.h) \ $(wildcard include/config/momenco/jaguar/atx.h) \ $(wildcard include/config/pmc/yosemite.h) \ $(wildcard include/config/basler/excite.h) \ $(wildcard include/config/momenco/ocelot/3.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ffz.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm-generic/bitops/ext2-atomic.h \ include/asm-generic/bitops/minix.h \ include/asm/thread_info.h \ $(wildcard include/config/page/size/4kb.h) \ $(wildcard include/config/page/size/8kb.h) \ $(wildcard include/config/page/size/16kb.h) \ $(wildcard include/config/page/size/64kb.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/asm/processor.h \ $(wildcard include/config/mips/mt/fpaff.h) \ $(wildcard include/config/cpu/has/prefetch.h) \ include/linux/cpumask.h \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/numa.h) \ /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/bitmap.h \ include/linux/string.h \ include/asm/string.h \ $(wildcard include/config/cpu/r3000.h) \ include/asm/cachectl.h \ include/asm/mipsregs.h \ $(wildcard include/config/cpu/vr41xx.h) \ include/asm/prefetch.h \ include/asm/system.h \ include/asm/addrspace.h \ $(wildcard include/config/cpu/r4300.h) \ $(wildcard include/config/cpu/r4x00.h) \ $(wildcard include/config/cpu/r5000.h) \ $(wildcard include/config/cpu/rm7000.h) \ $(wildcard include/config/cpu/nevada.h) \ $(wildcard include/config/cpu/r8000.h) \ $(wildcard include/config/cpu/sb1a.h) \ include/asm-mips/mach-generic/spaces.h \ $(wildcard include/config/dma/noncoherent.h) \ include/asm/dsp.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/linux/spinlock_types_up.h \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/stat.h \ include/asm/stat.h \ include/linux/time.h \ include/linux/seqlock.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/errno.h \ include/asm/errno.h \ include/asm-generic/errno-base.h \ include/linux/elf.h \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/mips32/n32.h) \ $(wildcard include/config/mips32/o32.h) \ $(wildcard include/config/mips32/compat.h) \ include/linux/kobject.h \ $(wildcard include/config/hotplug.h) \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/wait.h \ include/asm/current.h \ include/linux/moduleparam.h \ include/linux/init.h \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/acpi/hotplug/memory.h) \ include/asm/local.h \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/asm/page.h \ $(wildcard include/config/build/elf64.h) \ $(wildcard include/config/limited/dma.h) \ include/linux/pfn.h \ include/asm/io.h \ include/asm-generic/iomap.h \ include/asm/pgtable-bits.h \ $(wildcard include/config/cpu/mips32/r1.h) \ $(wildcard include/config/cpu/tx39xx.h) \ $(wildcard include/config/mips/uncached.h) \ include/asm-mips/mach-generic/ioremap.h \ include/asm-mips/mach-generic/mangle-port.h \ $(wildcard include/config/swap/io/space.h) \ include/asm-generic/memory_model.h \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/smp.h \ include/asm/topology.h \ include/asm-mips/mach-generic/topology.h \ include/asm-generic/topology.h \ include/linux/slub_def.h \ include/linux/workqueue.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/calc64.h \ include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/timex.h \ $(wildcard include/config/time/interpolation.h) \ $(wildcard include/config/no/hz.h) \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/asm/timex.h \ include/asm-mips/mach-generic/timex.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ include/asm/module.h \ $(wildcard include/config/cpu/mips32/r2.h) \ $(wildcard include/config/cpu/mips64/r1.h) \ $(wildcard include/config/cpu/r6000.h) \ include/asm/uaccess.h \ include/asm-generic/uaccess.h \ include/linux/version.h \ include/linux/sched.h \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/fault/injection.h) \ include/linux/capability.h \ include/linux/rbtree.h \ include/asm/semaphore.h \ include/asm/ptrace.h \ $(wildcard include/config/cpu/has/smartmips.h) \ include/asm/isadep.h \ include/asm/mmu.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ $(wildcard include/config/ipc/ns.h) \ include/asm/ipcbuf.h \ include/asm/sembuf.h \ include/linux/signal.h \ include/asm/signal.h \ $(wildcard include/config/trad/signals.h) \ $(wildcard include/config/binfmt/irix.h) \ include/asm-generic/signal.h \ include/asm/sigcontext.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/securebits.h \ include/linux/fs_struct.h \ include/linux/completion.h \ include/linux/pid.h \ include/linux/rcupdate.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/futex.h \ $(wildcard include/config/futex.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/param.h \ include/linux/resource.h \ include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/fcntl.h \ include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/asm/hardirq.h \ include/linux/irq.h \ $(wildcard include/config/s390.h) \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/generic/pending/irq.h) \ $(wildcard include/config/irqbalance.h) \ $(wildcard include/config/auto/irq/affinity.h) \ $(wildcard include/config/generic/hardirqs/no//do/irq.h) \ include/asm/irq.h \ $(wildcard include/config/i8259.h) \ include/asm/mipsmtregs.h \ include/asm-mips/mach-generic/irq.h \ $(wildcard include/config/irq/cpu/rm7k.h) \ $(wildcard include/config/irq/cpu/rm9k.h) \ include/asm/irq_regs.h \ include/asm/hw_irq.h \ include/linux/profile.h \ $(wildcard include/config/profiling.h) \ include/linux/irq_cpustat.h \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm.h) \ include/asm/device.h \ include/asm-generic/device.h \ include/linux/ptrace.h \ include/linux/in.h \ include/linux/socket.h \ include/asm/socket.h \ include/asm/sockios.h \ include/asm/ioctl.h \ include/linux/sockios.h \ include/asm/dma.h \ $(wildcard include/config/generic/isa/dma/support/broken.h) \ $(wildcard include/config/pci.h) \ include/linux/delay.h \ include/asm/delay.h \ include/asm/compiler.h \ include/asm-mips/mipsregs.h \ include/asm/rt2880/surfboardint.h \ $(wildcard include/config/ralink/rt2880.h) \ include/linux/mca.h \ $(wildcard include/config/mca.h) \ $(wildcard include/config/mca/proc/fs.h) \ include/linux/netdevice.h \ $(wildcard include/config/ax25.h) \ $(wildcard include/config/tr.h) \ $(wildcard include/config/net/ipip.h) \ $(wildcard include/config/net/ipgre.h) \ $(wildcard include/config/ipv6/sit.h) \ $(wildcard include/config/ipv6/tunnel.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/netpoll.h) \ $(wildcard include/config/net/poll/controller.h) \ $(wildcard include/config/netpoll/trap.h) \ $(wildcard include/config/net/dma.h) \ include/linux/if.h \ include/linux/hdlc/ioctl.h \ include/linux/if_ether.h \ $(wildcard include/config/sysctl.h) \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/vlan/8021q.h) \ $(wildcard include/config/raeth/skb/recycle/2k.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/network/secmark.h) \ $(wildcard include/config/imq.h) \ include/linux/net.h \ include/linux/random.h \ include/linux/ioctl.h \ include/linux/sysctl.h \ $(wildcard include/config/bcm/nat.h) \ include/linux/textsearch.h \ include/linux/err.h \ include/net/checksum.h \ include/asm/checksum.h \ include/linux/in6.h \ include/linux/dmaengine.h \ $(wildcard include/config/dma/engine.h) \ include/linux/if_packet.h \ include/linux/etherdevice.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ $(wildcard include/config/mmu.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/namei.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/magic.h \ drivers/net/raeth.dsl/../../../../config/autoconf.h \ $(wildcard include/config/lib/libpthread/force.h) \ $(wildcard include/config/lib/libnvram/force.h) \ $(wildcard include/config/lib/libntfs3g/force.h) \ $(wildcard include/config/lib/libbt/force.h) \ $(wildcard include/config/lib/readline/force.h) \ $(wildcard include/config/lib/libpcap/force.h) \ $(wildcard include/config/lib/ncurse/force.h) \ $(wildcard include/config/lib/flex/force.h) \ $(wildcard include/config/lib/libupnp/force.h) \ $(wildcard include/config/lib/libdlna/force.h) \ $(wildcard include/config/lib/libffmpeg/force.h) \ $(wildcard include/config/lib/libgdbm/force.h) \ $(wildcard include/config/lib/libid3tag/force.h) \ $(wildcard include/config/lib/pcre/force.h) \ $(wildcard include/config/lib/zlib/force.h) \ $(wildcard include/config/lib/libstdc/plus/force.h) \ $(wildcard include/config/user/hello/world.h) \ $(wildcard include/config/lib/crypt/force.h) \ $(wildcard include/config/lib/libm/force.h) \ $(wildcard include/config/lib/nsl/force.h) \ $(wildcard include/config/lib/util/force.h) \ $(wildcard include/config/lib/resolv/force.h) \ $(wildcard include/config/lib/rt/force.h) \ $(wildcard include/config/lib/usb0112/force.h) \ $(wildcard include/config/lib/usb100/force.h) \ $(wildcard include/config/user/mtdutils.h) \ $(wildcard include/config/user/mtdutils/erase.h) \ $(wildcard include/config/user/mtdutils/eraseall.h) \ $(wildcard include/config/user/mtdutils/ftl/check.h) \ $(wildcard include/config/user/mtdutils/ftl/format.h) \ $(wildcard include/config/user/mtdutils/mkfsjffs.h) \ $(wildcard include/config/user/mtdutils/mkfsjffs2.h) \ $(wildcard include/config/user/mtdutils/nftldump.h) \ $(wildcard include/config/user/mtdutils/nftl/format.h) \ $(wildcard include/config/user/mtdutils/nanddump.h) \ $(wildcard include/config/user/mtdutils/nandtest.h) \ $(wildcard include/config/user/mtdutils/nandwrite.h) \ $(wildcard include/config/user/mtdutils/doc/loadbios.h) \ $(wildcard include/config/user/mtdutils/doc/loadipl.h) \ $(wildcard include/config/user/3g.h) \ $(wildcard include/config/user/brctl/brctl.h) \ $(wildcard include/config/user/bigpond.h) \ $(wildcard include/config/user/bt/utils.h) \ $(wildcard include/config/user/bt/avinfo.h) \ $(wildcard include/config/user/bt/bccmd.h) \ $(wildcard include/config/user/bt/ciptool.h) \ $(wildcard include/config/user/bt/hciconfig.h) \ $(wildcard include/config/user/bt/hciattach.h) \ $(wildcard include/config/user/bt/hcisecfilter.h) \ $(wildcard include/config/user/bt/hcitool.h) \ $(wildcard include/config/user/bt/l2ping.h) \ $(wildcard include/config/user/bt/ppporc.h) \ $(wildcard include/config/user/bt/sdptool.h) \ $(wildcard include/config/user/ctorrent.h) \ $(wildcard include/config/user/dhcp6.h) \ $(wildcard include/config/user/dhcp6/server.h) \ $(wildcard include/config/user/dhcp6/client.h) \ $(wildcard include/config/user/dnsmasq.h) \ $(wildcard include/config/user/disktype.h) \ $(wildcard include/config/user/echo/server.h) \ $(wildcard include/config/user/storage.h) \ $(wildcard include/config/user/proftpd.h) \ $(wildcard include/config/user/samba.h) \ $(wildcard include/config/user/goahead/hostname.h) \ $(wildcard include/config/user/mtdaapd.h) \ $(wildcard include/config/user/dns/responder.h) \ $(wildcard include/config/user/goahead/httpd.h) \ $(wildcard include/config/user/goahead/ipv6.h) \ $(wildcard include/config/user/goahead/ssl.h) \ $(wildcard include/config/user/goahead/greenap.h) \ $(wildcard include/config/user/wizard.h) \ $(wildcard include/config/user/goahead/lang/en.h) \ $(wildcard include/config/user/goahead/lang/zhtw.h) \ $(wildcard include/config/user/goahead/lang/zhcn.h) \ $(wildcard include/config/user/ralinkiappd.h) \ $(wildcard include/config/user/igmp/proxy.h) \ $(wildcard include/config/user/inadyn.h) \ $(wildcard include/config/user/iptables/iptables.h) \ $(wildcard include/config/user/iptables/ip6tables.h) \ $(wildcard include/config/user/ipsec/tools.h) \ $(wildcard include/config/user/iproute2.h) \ $(wildcard include/config/user/iproute2/ss.h) \ $(wildcard include/config/user/iproute2/nstat.h) \ $(wildcard include/config/user/iproute2/ifstat.h) \ $(wildcard include/config/user/iproute2/rtacct.h) \ $(wildcard include/config/user/iproute2/lnstat.h) \ $(wildcard include/config/user/iproute2/ip.h) \ $(wildcard include/config/user/iproute2/rtmon.h) \ $(wildcard include/config/user/iproute2/tc.h) \ $(wildcard include/config/user/matrixssl.h) \ $(wildcard include/config/user/miniupnpd.h) \ $(wildcard include/config/user/mkdosfs.h) \ $(wildcard include/config/user/ntpclient/ntpclient.h) \ $(wildcard include/config/user/ntpclient/adjtimex.h) \ $(wildcard include/config/user/openssl.h) \ $(wildcard include/config/user/openswan.h) \ $(wildcard include/config/user/p910nd.h) \ $(wildcard include/config/user/portmap.h) \ $(wildcard include/config/user/pppd.h) \ $(wildcard include/config/user/pppd/with/pppoe.h) \ $(wildcard include/config/user/pppd/pppstats.h) \ $(wildcard include/config/user/pppd/pppdump.h) \ $(wildcard include/config/user/pppd/pppchat.h) \ $(wildcard include/config/user/rppppoe/relay.h) \ $(wildcard include/config/user/rppppoe/sniff.h) \ $(wildcard include/config/user/pppoecd.h) \ $(wildcard include/config/user/pptp/client.h) \ $(wildcard include/config/user/zebra.h) \ $(wildcard include/config/lib/libzebra/force.h) \ $(wildcard include/config/user/rp/l2tp.h) \ $(wildcard include/config/user/radvd.h) \ $(wildcard include/config/user/radvd/dump.h) \ $(wildcard include/config/user/802/1x.h) \ $(wildcard include/config/user/rt2561/802/1x.h) \ $(wildcard include/config/user/snort.h) \ $(wildcard include/config/user/totd.h) \ $(wildcard include/config/user/uvc/stream.h) \ $(wildcard include/config/user/upnp/igd.h) \ $(wildcard include/config/user/wpa/supplicant.h) \ $(wildcard include/config/user/wsc.h) \ $(wildcard include/config/user/wireless/tools.h) \ $(wildcard include/config/user/wireless/tools/iwconfig.h) \ $(wildcard include/config/user/wireless/tools/iwgetid.h) \ $(wildcard include/config/user/wireless/tools/iwlist.h) \ $(wildcard include/config/user/wireless/tools/iwpriv.h) \ $(wildcard include/config/user/wireless/tools/iwspy.h) \ $(wildcard include/config/user/wireless/tools/iwevent.h) \ $(wildcard include/config/user/busybox/busybox.h) \ $(wildcard include/config/user/bonnie.h) \ $(wildcard include/config/user/ethtool.h) \ $(wildcard include/config/dhrystone.h) \ $(wildcard include/config/dhcpfwd.h) \ $(wildcard include/config/user/gdb/gdbreplay.h) \ $(wildcard include/config/user/gdb/gdbserver.h) \ $(wildcard include/config/user/ixia/endpoint.h) \ $(wildcard include/config/user/lmbench3.h) \ $(wildcard include/config/user/mtd/write.h) \ $(wildcard include/config/user/mpstat.h) \ $(wildcard include/config/user/netcat.h) \ $(wildcard include/config/user/netstat/nat.h) \ $(wildcard include/config/user/ntfs3g.h) \ $(wildcard include/config/user/ntfsprogs.h) \ $(wildcard include/config/user/strace/strace.h) \ $(wildcard include/config/user/tcpdump.h) \ $(wildcard include/config/user/pciutil/lspci.h) \ $(wildcard include/config/user/pciutil/setpci.h) \ $(wildcard include/config/user/lsusb.h) \ $(wildcard include/config/user/usbmodeswitch.h) \ $(wildcard include/config/user/comgt.h) \ $(wildcard include/config/user/sdparm.h) \ $(wildcard include/config/user/watchdog.h) \ $(wildcard include/config/ralinkapp.h) \ $(wildcard include/config/ralinkapp/ated.h) \ $(wildcard include/config/ralinkapp/reg/rw.h) \ $(wildcard include/config/ralinkapp/csr.h) \ $(wildcard include/config/ralinkapp/flash.h) \ $(wildcard include/config/ralinkapp/hwnat.h) \ $(wildcard include/config/ralinkapp/mii/mgr.h) \ $(wildcard include/config/ralinkapp/nvram.h) \ $(wildcard include/config/ralinkapp/l2/manage.h) \ $(wildcard include/config/ralinkapp/gpio.h) \ $(wildcard include/config/ralinkapp/spi.h) \ $(wildcard include/config/ralinkapp/i2c.h) \ $(wildcard include/config/ralinkapp/memory/usage.h) \ $(wildcard include/config/ralinkapp/swqos.h) \ $(wildcard include/config/ralinkapp/i2s.h) \ $(wildcard include/config/ralinkapp/pcm.h) \ $(wildcard include/config/ralinkapp/cls.h) \ $(wildcard include/config/ralinkapp/wapi.h) \ $(wildcard include/config/ralinkapp/scripts.h) \ $(wildcard include/config/user/lltd.h) \ $(wildcard include/config/asus/shared.h) \ $(wildcard include/config/asus/nvram/util.h) \ $(wildcard include/config/asus/libdisk.h) \ $(wildcard include/config/asus/netconf.h) \ $(wildcard include/config/asus/rc.h) \ $(wildcard include/config/dproxy.h) \ $(wildcard include/config/asus/infosvr.h) \ $(wildcard include/config/asus/detectwan.h) \ $(wildcard include/config/asus/httpd.h) \ $(wildcard include/config/asus/www.h) \ $(wildcard include/config/pppd.h) \ $(wildcard include/config/pppoe/relay.h) \ $(wildcard include/config/bpalogin.h) \ $(wildcard include/config/tc.h) \ $(wildcard include/config/udhcpd.h) \ $(wildcard include/config/asus/ntpclient.h) \ $(wildcard include/config/ez/ipupdate.h) \ $(wildcard include/config/vsftpd.h) \ $(wildcard include/config/asus/samba.h) \ $(wildcard include/config/asus/lprng.h) \ $(wildcard include/config/asus/u2ec.h) \ $(wildcard include/config/asus/wanduck.h) \ $(wildcard include/config/asus/network/map.h) \ $(wildcard include/config/asus/ntfs3g.h) \ $(wildcard include/config/usb/test.h) \ $(wildcard include/config/vendor.h) \ $(wildcard include/config/product.h) \ $(wildcard include/config/linuxdir.h) \ $(wildcard include/config/libcdir.h) \ $(wildcard include/config/language.h) \ drivers/net/raeth.dsl/ra2882ethreg.h \ $(wildcard include/config/pseudo/support.h) \ $(wildcard include/config/ralink/rt2880/shuttle.h) \ $(wildcard include/config/ralink/rt2880/mp.h) \ $(wildcard include/config/raeth/napi.h) \ include/linux/mii.h \ include/asm/rt2880/rt_mmap.h \ drivers/net/raeth.dsl/raether.h \ drivers/net/raeth.dsl/ra_mac.h \ drivers/net/raeth.dsl/ra_ethtool.h \ drivers/net/raeth.dsl/ra_mac.o: $(deps_drivers/net/raeth.dsl/ra_mac.o) $(deps_drivers/net/raeth.dsl/ra_mac.o):
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/drivers/net/raeth.dsl/.ra_mac.o.cmd
bat
gpl-2.0
30,453
@ECHO OFF SETLOCAL SET CUR_PATH=%CD% SET XBMC_PATH=%CD%\..\.. SET TMP_PATH=%CD%\scripts\tmp rem can't run rmdir and md back to back. access denied error otherwise. IF EXIST lib rmdir lib /S /Q IF EXIST include rmdir include /S /Q IF EXIST %TMP_PATH% rmdir %TMP_PATH% /S /Q IF $%1$ == $$ ( SET DL_PATH="%CD%\downloads" ) ELSE ( SET DL_PATH="%1" ) SET WGET=%CUR_PATH%\bin\wget SET ZIP=%CUR_PATH%\..\Win32BuildSetup\tools\7z\7za IF NOT EXIST %DL_PATH% md %DL_PATH% md lib md include md %TMP_PATH% cd scripts FOR /F "tokens=*" %%S IN ('dir /B "*_d.bat"') DO ( echo running %%S ... CALL %%S ) cd %CUR_PATH% rmdir %TMP_PATH% /S /Q
xbmc/atv2
project/BuildDependencies/DownloadBuildDeps.bat
bat
gpl-2.0
682
@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\A10Openstack.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\A10Openstack.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
hthompson6/a10-neutron-lbaas
docs/make.bat
bat
apache-2.0
7,744
spasm -E -T -L -I .. step.ez80 STEP.8xp
MateoConLechuga/CEmu
tests/step/make.bat
bat
gpl-3.0
40
@echo off for %%x in (%*) do cd /d "%%~dpx" & imgdec "%%~nxx" - | ucienc - -o "%%~nx.uci" pause
patchper/ultra-compact-image
makeuci.bat
bat
lgpl-3.0
99
@echo off call %~dp0setenv.bat %wrapper_bat% -i %conf_file% pause
fastcat-co/fastcatsearch
production/service/bat/installService.bat
bat
apache-2.0
74
@echo off :: This is an example batchfile for building everything. Please :: edit this (or make your own) for your needs and wants using :: the instructions for calling makefile.vc found in makefile.vc :: :: RCS: @(#) $Id$ echo Sit back and have a cup of coffee while this grinds through ;) echo You asked for *everything*, remember? echo. if "%MSVCDir%" == "" call C:\dev\devstudio60\vc98\bin\vcvars32.bat set INSTALLDIR=C:\progra~1\tcl set TCLDIR=..\..\tcl_head nmake -nologo -f makefile.vc release winhelp OPTS=none if errorlevel 1 goto error nmake -nologo -f makefile.vc release OPTS=static,linkexten if errorlevel 1 goto error nmake -nologo -f makefile.vc core OPTS=static,msvcrt if errorlevel 1 goto error nmake -nologo -f makefile.vc core OPTS=static,threads if errorlevel 1 goto error nmake -nologo -f makefile.vc core OPTS=static,msvcrt,threads if errorlevel 1 goto error nmake -nologo -f makefile.vc release OPTS=threads if errorlevel 1 goto error goto end :error echo *** BOOM! *** :end echo done! pause
AndresGG/sn-8.4
tk/win/buildall.vc.bat
bat
gpl-2.0
1,026
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\django-easy-pdf.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django-easy-pdf.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
dimitrisr/django-easy-pdf
docs/make.bat
bat
mit
6,476
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 if not exist proj.android md proj.android cd proj.android echo #####Ìáʾ£º¿ªÊ¼¹¹½¨##### cmake -DDIOS_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake rem cmake -DDIOS_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake echo #####Ìáʾ£º¹¹½¨½áÊø##### echo #####Ìáʾ£º¿ªÊ¼±àÒë##### rem BuildConsole.exe %project%.sln /prj=ALL_BUILD /Cfg="Debug|WIN32,Release|WIN32" call build.bat echo #####Ìáʾ£º±àÒë½áÊø##### echo #####Ìáʾ£º¿ªÊ¼°²×°##### rem cmake -DBUILD_TYPE="Debug" -P cmake_install.cmake rem cmake -DBUILD_TYPE="Release" -P cmake_install.cmake echo #####Ìáʾ£º°²×°½áÊø##### cd /d %ocd% pause @echo on
dios-game/dios-cocos-samples
src/lua-fantasy-warrior-3d/setup.android.mk.bat
bat
mit
688
cmake ./build/cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild_analyzer -GNinja cmake --build build_analyzer
google/llvm-propeller
clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd
bat
apache-2.0
99
set PATH rem check that GIT_* tags are present for %%i in (GIT_DESCRIBE_TAG GIT_DESCRIBE_NUMBER GIT_DESCRIBE_HASH GIT_FULL_HASH) DO ( if defined %%i ( echo %%i ) else ( exit 1 ) )
pelson/conda-build
tests/test-recipes/metadata/jinja2_build_str/bld.bat
bat
bsd-3-clause
197
@echo off start bin/nightly.exe exit
notationist17/MuseScore
build/appveyor/support/nightly.bat
bat
gpl-2.0
38
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\js-beautify\js\bin\html-beautify.js" %* ) ELSE ( node "%~dp0\..\js-beautify\js\bin\html-beautify.js" %* )
dwings/atom-windows
resources/app/node_modules/styleguide/node_modules/.bin/html-beautify.cmd
bat
mit
167
@echo off set ARCH=64 call %~dp0\06-install.cmd
mgreter/libsass-msi-installer
perl/06-install-64.bat
bat
mit
48
@echo off cmd /k java -cp "%~dp0\daris-lifepool-client.jar" daris.lifepool.client.cli.DataCountCLI %*
uom-daris/daris-lifepool-client
src/main/windows/daris-lifepool-data-count.cmd
bat
mit
106
compilation-server -package %REGULUS%/Examples/Toy1Dynamic/Generated/recogniser_dynamic rm.Addresses=localhost:1234 comp.Port=1235
TeamSPoon/logicmoo_workspace
packs_sys/logicmoo_nlu/ext/regulus/Examples/Toy1Dynamic/scripts/run_compilation-server.bat
bat
mit
130
echo OFF cls rm ./bin/extension.dll rm ./obj/extension.obj echo BUILDING EXTENSION echo ------------------ gcc -shared -O2 -nostartfiles -Wall --std=c99 -c ./src/extension.c -o ./obj/extension.obj ld -shared --kill-at --no-seh -e entry_point ./obj/extension.obj -o ./bin/extension.dll -L%LIBRARY_PATH% -lkernel32 -luuid -luser32 -lole32 -lNtosKrnl -lshell32 -lcomdlg32 strip ./bin/extension.dll
itsuart/copy-move-extension
build_ext.cmd
bat
mit
396
echo Get latest 32bits zip files from https://dev.mysql.com/downloads/connector/c/ rem wget --no-check-certificate https://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-win32.zip -O mysql\mysql.zip rem cd mysql rem ..\7zip\7z x mysql.zip gem install mysql2 -v '0.4.1' --platform=ruby -- '--with-mysql-dir="%CD%\mysql\mysql-connector-c-6.1.6-win32"'
u007/rails_for_windows
fix-mysql.bat
bat
mit
372
@echo off Flu.exe "Games\Cinematic.flg"
VladGordienko28/FluorineEngine
Showcase/Cinematic.bat
bat
mit
39
gcc -c sample.c gcc -shared -o sample.dll sample.o -Wl,--out-implib,libsample.a
jankoslavic/py-tools
wrapping C code/compile.bat
bat
mit
79
setlocal call settings.bat SET PATH=%PREFIX%\bin;D:\tbb\bin\intel64\vc12;%PATH% cd osrm-backend echo disk=d:\temp\stxxl,1000,wincall > test\stxxl.txt SET STXXLCFG=stxxl.txt mkdir d:\temp cucumber cd ..
alex85k/winbuilds
build_osrm_runtests.bat
bat
cc0-1.0
205
rem Run the lua5.1.exe in the path of this scrip file. Here is a way how to get the path of this script: rem https://stackoverflow.com/questions/3827567/how-to-get-the-path-of-the-batch-script-in-windows SET SELFBAT=%~dp0 SET SELFDIR=%SELFBAT:~0,-1% %SELFDIR%\lua5.4 %SELFDIR%\system.lua %*
muhkuh-sys/org.muhkuh.tools-muhkuh_tester_cli
local/wrapper/lua5.4/windows/tester.bat
bat
gpl-2.0
291
cmd_drivers/input/touchscreen/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/input/touchscreen/built-in.o drivers/input/touchscreen/zinitix_touch.o
RittikBhowmik/Project-Crater-Kernel-GT-i9152
drivers/input/touchscreen/.built-in.o.cmd
bat
gpl-2.0
215
@title Certificate Generation openssl req -new -config ssl.cnf -out conf/ssl/server.req.pem -keyout conf/ssl/server.key.pem -nodes openssl req -x509 -config ssl.cnf -days 365 -in conf/ssl/server.req.pem -key conf/ssl/server.key.pem -out conf/ssl/server.cert.pem
Adam-/unrealircd
src/win32/makecert.bat
bat
gpl-2.0
263
cmd_sound/usb/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/usb/built-in.o sound/usb/misc/built-in.o sound/usb/usx2y/built-in.o sound/usb/caiaq/built-in.o sound/usb/6fire/built-in.o
asopov/linux-tpt-2.6.39
sound/usb/.built-in.o.cmd
bat
gpl-2.0
253
cmd_net/netfilter/netfilter.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
TeamGlide/LiteKernel
net/netfilter/.netfilter.o.cmd
bat
gpl-2.0
216
REM WinApp REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 REM AppCSHARP REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\DotNET\CSHARP\AppCSHARP\bin\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\DotNET\CSHARP\AppCSHARP\bin\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\DotNET\CSHARP\AppCSHARP\bin\Debug\x64 copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\DotNET\CSHARP\AppCSHARP\bin\Debug\x64 copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\DotNET\CSHARP\AppCSHARP\bin\Debug\x64 copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\DotNET\CSHARP\AppCSHARP\bin\Debug\x64 REM AppQt REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\Qt\AppQt\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\Qt\AppQt\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\Qt\AppQt\Debug\x64 copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\Qt\AppQt\Debug\x64 copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\Qt\AppQt\Debug\x64 copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\Qt\AppQt\Debug\x64 REM AppVBNET REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\DotNET\VBNET\AppVBNET\bin\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\DotNET\VBNET\AppVBNET\bin\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\DotNET\VBNET\AppVBNET\bin\Debug\x64 copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\DotNET\VBNET\AppVBNET\bin\Debug\x64 copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\DotNET\VBNET\AppVBNET\bin\Debug\x64 copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\DotNET\VBNET\AppVBNET\bin\Debug\x64 REM Worpad REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\MFC\Wordpad\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\MFC\Wordpad\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\MFC\Wordpad\Debug\x64 copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\MFC\Wordpad\Debug\x64 copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\MFC\Wordpad\Debug\x64 copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\MFC\Wordpad\Debug\x64 REM AppWPF REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\DotNET\WPF\AppWPF\bin\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\DotNET\WPF\AppWPF\bin\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\DotNET\WPF\AppWPF\bin\Debug\x64 copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\DotNET\WPF\AppWPF\bin\Debug\x64 copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\DotNET\WPF\AppWPF\bin\Debug\x64 copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\DotNET\WPF\AppWPF\bin\Debug\x64 REM JavaApp REM x64 copy D:\Dev\mHelp\JmHelp\Debug\x64\JmHelp.dll D:\Dev\mHelp\Example\Java\JavaApp copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\Java\JavaApp copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\Java\JavaApp copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\Java\JavaApp copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\Java\JavaApp copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\Java\JavaApp copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\Java\JavaApp REM AppDELPHI REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\Delphi\AppDELPHI copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\Delphi\AppDELPHI copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\Delphi\AppDELPHI copy D:\Dev\mHelp\mHpQtCtrlMgmt\Debug\x64\mHpQtCtrlMgmt.dll D:\Dev\mHelp\Example\Delphi\AppDELPHI copy D:\Dev\mHelp\mHpDotNetCtrl\bin\Debug\x64\mHpDotNetCtrl.dll D:\Dev\mHelp\Example\Delphi\AppDELPHI copy D:\Dev\mHelp\mHpWPFCtrl\bin\Debug\x64\mHpWPFCtrl.dll D:\Dev\mHelp\Example\Delphi\AppDELPHI
STUDIO-Artaban/mHelp
DllBalancing.bat
bat
gpl-2.0
5,121
cmd_drivers/media/usb/gspca/built-in.o := rm -f drivers/media/usb/gspca/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/gspca/built-in.o
heyoufei2/yocto3.14.38_kernel
drivers/media/usb/gspca/.built-in.o.cmd
bat
gpl-2.0
151
fileindexer clearDb --db fileindices.db
meahmadi/pyfindexer
indexer_clear_db.bat
bat
gpl-2.0
40
@echo off REM Setup for compiling with Borland C++ 4.5 in 32 bit Windows VxD mode. if .%CHECKED%==.1 goto checked_build SET LIB=%SCITECH_LIB%\LIB\RELEASE\VXD\BC4;%BC4_PATH%\LIB;. echo Release build enabled. goto setvars :checked_build SET LIB=%SCITECH_LIB%\LIB\DEBUG\VXD\BC4;%BC4_PATH%\LIB;. echo Checked debug build enabled. goto setvars :setvars SET INCLUDE=INCLUDE;%SCITECH%\INCLUDE;%PRIVATE%\INCLUDE;%BC4_PATH%\INCLUDE; SET MAKESTARTUP=%SCITECH%\MAKEDEFS\BC32.MK call clrvars.bat SET USE_VXD=1 SET BC_LIBBASE=BC4 PATH %SCITECH_BIN%;%BC4_PATH%\BIN;%DEFPATH%%BC_CD_PATH% REM: Create Borland compile/link configuration scripts echo -I%INCLUDE% > %BC4_PATH%\BIN\bcc32.cfg echo -L%LIB% >> %BC4_PATH%\BIN\bcc32.cfg echo -L%LIB% > %BC4_PATH%\BIN\tlink32.cfg echo Borland C++ 4.5 32-bit VxD compilation configuration set up.
OS2World/DEV-UTIL-SNAP
bin-win32/bc45-vxd.bat
bat
gpl-2.0
826
prog='perl' args='TEST/reader_aref.pl' cmp='diff -cb ' in='TEST/reader_hash.in'
gitpan/Fsdb
TEST/reader_aref.cmd
bat
gpl-2.0
80
>>> rabbits = 17 >>> cage = 10 >>> print("{:f} rabbits are in cage number {:d}." % (rabbits, cage)) 17.000000 rabbits are in cage number 10.
simontakite/sysadmin
pythonscripts/practicalprogramming/strings/print2.cmd
bat
gpl-2.0
140
cmd_kernel/module.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.module.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 -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(module)" -D"KBUILD_MODNAME=KBUILD_STR(module)" -c -o kernel/.tmp_module.o kernel/module.c deps_kernel/module.o := \ kernel/module.c \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/module/force/unload.h) \ $(wildcard include/config/module/force/load.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/mpu.h) \ $(wildcard include/config/kallsyms/all.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/debug/kmemleak.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/tracing.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/posix_types.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.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 \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/irqflags.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/linux/stat.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/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/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/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/dynamic_debug.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/div64.h \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/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-davinci/include/mach/memory.h \ $(wildcard include/config/arch/davinci/da8xx.h) \ $(wildcard include/config/arch/davinci/dmx.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/elf.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/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/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) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.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 \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/timex.h \ arch/arm/mach-davinci/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/trace/define_trace.h \ include/linux/kmemleak.h \ include/linux/pfn.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/linux/moduleloader.h \ include/linux/ftrace_event.h \ $(wildcard include/config/event/profile.h) \ include/linux/ring_buffer.h \ $(wildcard include/config/ring/buffer/allow/swap.h) \ include/linux/kmemcheck.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/rbtree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/mm.h \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-davinci/include/mach/vmalloc.h \ arch/arm/mach-davinci/include/mach/hardware.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/seq_file.h \ include/linux/trace_seq.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.h \ include/linux/path.h \ include/linux/radix-tree.h \ include/linux/pid.h \ include/linux/capability.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ipcbuf.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sigcontext.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ include/linux/key.h \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/hardirq.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/irq.h \ arch/arm/mach-davinci/include/mach/irqs.h \ include/linux/irq_cpustat.h \ include/linux/kallsyms.h \ include/linux/vmalloc.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/magic.h \ include/linux/syscalls.h \ $(wildcard include/config/ftrace/syscalls.h) \ $(wildcard include/config/mips.h) \ $(wildcard include/config/have/syscall/wrappers.h) \ include/linux/unistd.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/unistd.h \ $(wildcard include/config/oabi/compat.h) \ include/trace/syscall.h \ include/linux/cpu.h \ $(wildcard include/config/arch/cpu/probe/release.h) \ $(wildcard include/config/pm/sleep/smp.h) \ include/linux/sysdev.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ include/linux/node.h \ $(wildcard include/config/memory/hotplug/sparse.h) \ $(wildcard include/config/hugetlbfs.h) \ include/linux/vermagic.h \ include/generated/utsrelease.h \ include/linux/stop_machine.h \ $(wildcard include/config/stop/machine.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/uaccess.h \ /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) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/outer/cache.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ $(wildcard include/config/arm/errata/411920.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/shmparam.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/mmu_context.h \ include/asm-generic/mm_hooks.h \ include/linux/license.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sections.h \ include/asm-generic/sections.h \ include/linux/ftrace.h \ $(wildcard include/config/function/tracer.h) \ $(wildcard include/config/stack/tracer.h) \ $(wildcard include/config/dynamic/ftrace.h) \ $(wildcard include/config/frame/pointer.h) \ $(wildcard include/config/hw/branch/tracer.h) \ include/linux/trace_clock.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ftrace.h \ include/linux/async.h \ kernel/module.o: $(deps_kernel/module.o) $(deps_kernel/module.o):
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/kernel/.module.o.cmd
bat
gpl-2.0
28,198
cmd_/home/arcelik/kernel-headers/include/rdma/.install := /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/rdma /home/arcelik/1511/linux_kernel/sober-kernel/include/uapi/rdma ib_user_cm.h ib_user_mad.h ib_user_sa.h ib_user_verbs.h rdma_netlink.h rdma_user_cm.h; /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/rdma /home/arcelik/1511/linux_kernel/sober-kernel/include/rdma ; /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/rdma /home/arcelik/1511/linux_kernel/sober-kernel/include/generated/uapi/rdma ; for F in ; do echo "\#include <asm-generic/$$F>" > /home/arcelik/kernel-headers/include/rdma/$$F; done; touch /home/arcelik/kernel-headers/include/rdma/.install
eckucukoglu/arm-linux-gnueabihf
arm-linux-gnueabihf/libc/usr/include/rdma/..install.cmd
bat
gpl-2.0
741
cmd_drivers/hid/usbhid/built-in.o := ld -m elf_x86_64 -r -o drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
Existed/kernel-2.6.35.14
drivers/hid/usbhid/.built-in.o.cmd
bat
gpl-2.0
122
cmd_crypto/eseqiv.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,crypto/.eseqiv.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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 -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(eseqiv)" -D"KBUILD_MODNAME=KBUILD_STR(eseqiv)" -c -o crypto/.tmp_eseqiv.o crypto/eseqiv.c deps_crypto/eseqiv.o := \ crypto/eseqiv.c \ include/crypto/internal/skcipher.h \ include/crypto/algapi.h \ include/linux/crypto.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/posix_types.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/irqflags.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/hwcap.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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 \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include/stdarg.h \ include/linux/bitops.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/div64.h \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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 \ 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) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ $(wildcard include/config/arch/msm/scorpionmp.h) \ $(wildcard include/config/arch/msm7x27.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/rwsem.h \ include/linux/srcu.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sparsemem.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) \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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 \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/elf.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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/preempt/rcu.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/tiny/preempt/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ $(wildcard include/config/preempt/rt.h) \ include/linux/completion.h \ include/linux/rcutiny.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/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 \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/uaccess.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ include/crypto/skcipher.h \ include/crypto/rng.h \ include/crypto/scatterwalk.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/irq/time/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/rcu/boost.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/ipcbuf.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sigcontext.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/hardirq.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8x60.h) \ arch/arm/mach-msm/include/mach/irqs-7x30.h \ include/linux/irq_cpustat.h \ include/linux/highmem.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/mm.h \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/range.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/vmsplit/2g.h) \ $(wildcard include/config/vmsplit/1g.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/pgtable-hwdef.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/tlbflush.h \ $(wildcard include/config/cpu/tlb/v3.h) \ $(wildcard include/config/cpu/tlb/v4wt.h) \ $(wildcard include/config/cpu/tlb/fa.h) \ $(wildcard include/config/cpu/tlb/v4wbi.h) \ $(wildcard include/config/cpu/tlb/feroceon.h) \ $(wildcard include/config/cpu/tlb/v4wb.h) \ $(wildcard include/config/cpu/tlb/v6.h) \ $(wildcard include/config/cpu/tlb/v7.h) \ $(wildcard include/config/arm/errata/720789.h) \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ $(wildcard include/config/arm/errata/411920.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/shmparam.h \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/scatterlist.h \ include/asm-generic/scatterlist.h \ $(wildcard include/config/need/sg/dma/length.h) \ /home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/io.h \ arch/arm/mach-msm/include/mach/io.h \ crypto/eseqiv.o: $(deps_crypto/eseqiv.o) $(deps_crypto/eseqiv.o):
doadin/samsung-kernel-msm7x30-Doadin
crypto/.eseqiv.o.cmd
bat
gpl-2.0
26,604
cmd_sound/soc/codecs/snd-soc-msm-stub.o := /home/tcmis/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/soc/codecs/snd-soc-msm-stub.o sound/soc/codecs/msm_stub.o
ibuddler/M2ATT
sound/soc/codecs/.snd-soc-msm-stub.o.cmd
bat
gpl-2.0
190
@echo off @rem ====================================================================== @rem SCCS ID @rem @rem Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. @rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER @rem @rem This program is free software; you can redistribute it and/or @rem modify it under the terms of the GNU General Public License version @rem 2 only, as published by the Free Software Foundation. @rem @rem This program is distributed in the hope that it will be useful, but @rem WITHOUT ANY WARRANTY; without even the implied warranty of @rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @rem General Public License version 2 for more details (a copy is @rem included at /legal/license.txt). @rem @rem You should have received a copy of the GNU General Public License @rem version 2 along with this work; if not, write to the Free Software @rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA @rem 02110-1301 USA @rem @rem Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa @rem Clara, CA 95054 or visit www.sun.com if you need additional @rem information or have any questions. @rem @rem idetool.bat - Tool for creating IDE build files for the win32_i386 @rem platforms. @rem @rem Runs on Windows NT/2000/XP only. Windows 9x/ME are NOT @rem supported. @rem @rem JDK 1.3 or later is required. The programs java.exe @rem and javac.exe must be in your PATH. @rem @rem Usage: idetool create [create IDE files in current dir] @rem idetool create <out> [create IDE files in <out> dir] @rem @rem idetool clean [clean IDE files in current dir] @rem idetool clean <out> [clean IDE files in <out> dir] @rem @rem [Examples] @rem @rem idetool create @rem idetool clean @rem @rem idetool create C:\build_dir @rem idetool clean C:\build_dir @rem @rem Notes: To debug this file, remove the 'echo off' line at the @rem top of this file. @rem ====================================================================== if %OS%. == Windows_NT. goto :nt echo Error: Windows NT/2000/XP command processor required goto end :nt @rem ====================================================================== @rem Make all variables definitions local in this file, so it won't @rem affect the user's environment @rem ====================================================================== SETLOCAL set JVM_IDETOOL_MAIN=makedep.Win32IDETool set JVM_OS=win32 set JVM_ARCH=i386 set JVM_COMPILER=visCPP @rem ====================================================================== @rem jvm_ide.bat contains the shared code for creating IDE project files @rem for different IDE environments. @rem ====================================================================== call ..\share\jvm_ide.bat %* ENDLOCAL :end
tommythorn/yari
shared/cacao-related/phoneme_feature/cldc/build/win32_i386_ide/idetool.bat
bat
gpl-2.0
3,022
:: set version=$1 :: %1 (argument 1) = version number del /Q .\bin del /Q lib\swt* mkdir bin mkdir lib :: Create JAR for Linux 64bit copy .\swt\swt-4.2.2-gtk-linux-x86_64.jar .\lib\swt.jar /Y call sbt clean compile msgfmt assembly copy .\target\scala-2.9.1\IRCBalloonJ-assembly-%1.jar .\bin\IRCBalloonJ-linux64-%1.jar /Y :: Create JAR for Linux 32bit copy .\swt\swt-4.2.2-gtk-linux-x86.jar .\lib\swt.jar /Y call sbt clean compile msgfmt assembly copy .\target\scala-2.9.1\IRCBalloonJ-assembly-%1.jar .\bin\IRCBalloonJ-linux32-%1.jar /Y :: Create JAR for Windows 64bit copy .\swt\swt-4.2.2-win32-win32-x86_64.jar .\lib\swt.jar /Y call sbt clean compile msgfmt assembly copy .\target\scala-2.9.1\IRCBalloonJ-assembly-%1.jar .\bin\IRCBalloonJ-win64-%1.jar /Y :: Create JAR for Windows 32bit copy .\swt\swt-4.2.2-win32-win32-x86.jar .\lib\swt.jar /Y call sbt clean compile msgfmt assembly copy .\target\scala-2.9.1\IRCBalloonJ-assembly-%1.jar .\bin\IRCBalloonJ-win32-%1.jar /Y :: Swtich to default SWT jar del /F lib\swt* copy .\swt\swt-4.2.2-win32-win32-x86_64.jar .\lib\swt.jar /Y
fuunkaosekai/IRCBalloonJ
createJAR.bat
bat
gpl-3.0
1,090
' these need to be changed to the right locations set CHROMEPATH="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" set PRIVKEYPATH=%CD%\src\chrome.pem ' pack the extension %CHROMEPATH% --pack-extension=%CD%\src\chrome --pack-extension-key=%PRIVKEYPATH% ' create build directory mkdir build ' move and rename extension move %CD%\src\chrome.crx %CD%\build\oldact.crx
ecsec/open-ecard-legacy-activator
build_chrome.bat
bat
gpl-3.0
378
java -cp ..\lib\jade.jar;..\lib\chatOntology.jar;..\lib\chatStandard.jar chat.client.Start -exitwhenempty true pause
ekiwi/jade-mirror
leap/demo/bin/startChatParticipant.bat
bat
lgpl-2.1
116
echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe" cls
sansna/windows.bat
vbox.bat
bat
lgpl-3.0
186
@ECHO OFF REM Copyright 2017 Google Inc. REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS, REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. REM See the License for the specific language governing permissions and REM limitations under the License. SET DIR=%~dp0 REM ============================================================================ REM Environment Validation REM ============================================================================ CALL :check_python IF %_RESULT% NEQ 0 ( ECHO. ECHO Python 2.7 must be installed and on PATH: ECHO https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi GOTO :exit_error ) REM ============================================================================ REM Trampoline into xtool REM ============================================================================ %PYTHON_EXE% %DIR%xtool %* EXIT /b %ERRORLEVEL% REM ============================================================================ REM Utilities REM ============================================================================ :check_python SETLOCAL SET FOUND_PYTHON_EXE="" 1>NUL 2>NUL CMD /c where python2 IF NOT ERRORLEVEL 1 ( ECHO FOUND PYTHON 2 SET FOUND_PYTHON_EXE=python2 ) IF %FOUND_PYTHON_EXE% EQU "" ( 1>NUL 2>NUL CMD /c where python IF NOT ERRORLEVEL 1 ( SET FOUND_PYTHON_EXE=python ) ) IF %FOUND_PYTHON_EXE% EQU "" ( ECHO ERROR: no Python executable found on PATH. ECHO Make sure you can run 'python' or 'python2' in a Command Prompt. ENDLOCAL & SET _RESULT=1 GOTO :eof ) CMD /C %FOUND_PYTHON_EXE% -c "import sys; sys.exit(1 if not sys.version_info[:2] == (2, 7) else 0)" IF %ERRORLEVEL% NEQ 0 ( ECHO ERROR: Python version mismatch - not 2.7 ENDLOCAL & SET _RESULT=1 GOTO :eof ) ENDLOCAL & ( SET _RESULT=0 SET PYTHON_EXE=%FOUND_PYTHON_EXE% ) GOTO :eof
google/xrtl
xtool.bat
bat
apache-2.0
2,188
/* ============================================================================ */ /* Copyright (c) 2014, Texas Instruments Incorporated */ /* All rights reserved. */ /* */ /* Redistribution and use in source and binary forms, with or without */ /* modification, are permitted provided that the following conditions */ /* are met: */ /* */ /* * Redistributions of source code must retain the above copyright */ /* notice, this list of conditions and the following disclaimer. */ /* */ /* * Redistributions in binary form must reproduce the above copyright */ /* notice, this list of conditions and the following disclaimer in the */ /* documentation and/or other materials provided with the distribution. */ /* */ /* * Neither the name of Texas Instruments Incorporated nor the names of */ /* its contributors may be used to endorse or promote products derived */ /* from this software without specific prior written permission. */ /* */ /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" */ /* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, */ /* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */ /* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR */ /* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ /* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ /* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; */ /* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, */ /* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR */ /* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* ============================================================================ */ /******************************************************************************/ /* lnk_msp430p337.cmd - LINKER COMMAND FILE FOR LINKING MSP430P337 PROGRAMS */ /* */ /* Usage: lnk430 <obj files...> -o <out file> -m <map file> lnk.cmd */ /* cl430 <src files...> -z -o <out file> -m <map file> lnk.cmd */ /* */ /*----------------------------------------------------------------------------*/ /* These linker options are for command line linking only. For IDE linking, */ /* you should set your linker options in Project Properties */ /* -c LINK USING C CONVENTIONS */ /* -stack 0x0100 SOFTWARE STACK SIZE */ /* -heap 0x0100 HEAP AREA SIZE */ /* */ /*----------------------------------------------------------------------------*/ /* Version: 1.139 */ /*----------------------------------------------------------------------------*/ /****************************************************************************/ /* SPECIFY THE SYSTEM MEMORY MAP */ /****************************************************************************/ MEMORY { SFR : origin = 0x0000, length = 0x0010 PERIPHERALS_8BIT : origin = 0x0010, length = 0x00F0 PERIPHERALS_16BIT : origin = 0x0100, length = 0x0100 RAM : origin = 0x0200, length = 0x0400 FLASH : origin = 0x8000, length = 0x7FE0 INT00 : origin = 0xFFE0, length = 0x0002 INT01 : origin = 0xFFE2, length = 0x0002 INT02 : origin = 0xFFE4, length = 0x0002 INT03 : origin = 0xFFE6, length = 0x0002 INT04 : origin = 0xFFE8, length = 0x0002 INT05 : origin = 0xFFEA, length = 0x0002 INT06 : origin = 0xFFEC, length = 0x0002 INT07 : origin = 0xFFEE, length = 0x0002 INT08 : origin = 0xFFF0, length = 0x0002 INT09 : origin = 0xFFF2, length = 0x0002 INT10 : origin = 0xFFF4, length = 0x0002 INT11 : origin = 0xFFF6, length = 0x0002 INT12 : origin = 0xFFF8, length = 0x0002 INT13 : origin = 0xFFFA, length = 0x0002 INT14 : origin = 0xFFFC, length = 0x0002 RESET : origin = 0xFFFE, length = 0x0002 } /****************************************************************************/ /* SPECIFY THE SECTIONS ALLOCATION INTO MEMORY */ /****************************************************************************/ SECTIONS { .bss : {} > RAM /* GLOBAL & STATIC VARS */ .data : {} > RAM /* GLOBAL & STATIC VARS */ .sysmem : {} > RAM /* DYNAMIC MEMORY ALLOCATION AREA */ .stack : {} > RAM (HIGH) /* SOFTWARE SYSTEM STACK */ .text : {} > FLASH /* CODE */ .cinit : {} > FLASH /* INITIALIZATION TABLES */ .const : {} > FLASH /* CONSTANT DATA */ .cio : {} > RAM /* C I/O BUFFER */ .pinit : {} > FLASH /* C++ CONSTRUCTOR TABLES */ .init_array : {} > FLASH /* C++ CONSTRUCTOR TABLES */ .mspabi.exidx : {} > FLASH /* C++ CONSTRUCTOR TABLES */ .mspabi.extab : {} > FLASH /* C++ CONSTRUCTOR TABLES */ /* MSP430 INTERRUPT VECTORS */ PORT0 : { * ( .int00 ) } > INT00 type = VECT_INIT BASICTIMER : { * ( .int01 ) } > INT01 type = VECT_INIT PORT1 : { * ( .int02 ) } > INT02 type = VECT_INIT PORT2 : { * ( .int03 ) } > INT03 type = VECT_INIT TIMERPORT : { * ( .int04 ) } > INT04 type = VECT_INIT .int05 : {} > INT05 USARTTX : { * ( .int06 ) } > INT06 type = VECT_INIT USARTRX : { * ( .int07 ) } > INT07 type = VECT_INIT TIMERA1 : { * ( .int08 ) } > INT08 type = VECT_INIT TIMERA0 : { * ( .int09 ) } > INT09 type = VECT_INIT WDT : { * ( .int10 ) } > INT10 type = VECT_INIT .int11 : {} > INT11 IO1 : { * ( .int12 ) } > INT12 type = VECT_INIT IO0 : { * ( .int13 ) } > INT13 type = VECT_INIT NMI : { * ( .int14 ) } > INT14 type = VECT_INIT .reset : {} > RESET /* MSP430 RESET VECTOR */ } /****************************************************************************/ /* INCLUDE PERIPHERALS MEMORY MAP */ /****************************************************************************/ -l msp430p337.cmd
hemmerling/cpp-fatedit
project_misrac/lnk_msp430p337.cmd
bat
apache-2.0
7,972
@setlocal @echo off rem $Id:$ rem rem Windows BAT-equivalent to generic_start.sh rem set BATLOCATION=%~dp0 pushd %BATLOCATION% cd .. set DEPLOY=%CD% popd rem rem TEMPLATE FOR RUNNING JARS FROM BASH SCRIPTS rem rem Directory Structure: rem The following directory structure will be assumed rem rem app_root/ rem bin/ All executable scripts go here, ie derivatives of this template rem lib/ All 3rd party libs/jar rem config/ Any properties or other config files rem MAINJAR jar file containing the main class rem rem Classpath Construction: rem - Any .jar in lib/ will be added to the classpath rem - config/ will be added to the classpath rem rem rem Config Options: rem MAINJAR The jar containing the main classpath. Set to "." for no jar. rem MAINCLASS The jar containing the main classpath rem LIBDIRS Semicolon separated list of jar files and directories, JVM 1.6-style. rem Defaults to ./lib/*.jar rem PRINT_CONFIG rem Optional. Print config to stderr. Set to empty to not print config. rem JAVA_HOME Optional. If there is a global JAVA_HOME it will be used. rem JVM_OPTS Optional arguments to the jvm. rem SECURITY_POLICY Optional. The value of java.security.policy (path to .policy file) rem ENABLE_JMX Optional. If set to "true" the JMX_* paramters will be used. rem rem JMX Options: rem JMX_PORT Port to run JMX on (integer) rem JMX_SSL Wheteher or not to use SSL. (true/false) rem JMX_ACCESS Path to .access file rem JMX_PASS Path to .password file rem rem rem DEFAULT_CONFIGURATION The configuration to use if no explicit CONFIGURATION is given rem This must be an absolute path rem PROPERTIES_FILE Optional file with properties to pass on to the JVM rem rem Check JAVA_HOME if "%JAVA_HOME%."=="." ( echo No JAVA_HOME set. Is Java 1.6 installed on this machine? goto :end ) rem Check MAINCLASS if "%MAINCLASS%."=="." ( echo No MAINCLASS defined goto :end ) if "%CONFIGURATION%."=="." ( set CONFIGURATION=-Dsumma.configuration=%DEFAULT_CONFIGURATION% ) else ( set CONFIGURATION=-Dsumma.configuration="%CONFIGURATION%" ) rem Build classpath if "%LIBDIRS%."=="." ( set LIBDIRS="%DEPLOY%\lib\*" ) set CLASSPATH=%CLASSPATH%;"%DEPLOY%\config";%LIBDIRS%;%MAINJAR% rem Check security policy if not "%SECURITY_POLICY%."=="." ( set SECURITY_POLICY=-Djava.security.policy="%SECURITY_POLICY%" ) rem Check JMX if "%ENABLE_JMX%"=="true" ( set JMX_PORT=-Dcom.sun.management.jmxremote.port="%JMX_PORT%" set JMX_SSL=-Dcom.sun.management.jmxremote.ssl="%JMX_SSL%" set JMX_ACCESS=-Dcom.sun.management.jmxremote.access.file="%JMX_ACCESS%" set JMX_PASS=-Dcom.sun.management.jmxremote.password.file="%JMX_PASS%" set JMX=%JMX_PORT% %JMX_SSL% %JMX_PASS% %JMX_ACCESS% ) rem Expand system properties set SYS_PROPS= if not "%PROPERTIES_FILE%."=="." ( find "=" %PROPERTIES_FILE% > find.tmp for /f "skip=2" %%P in (find.tmp) do ( call :concat -D%%P ) goto :afterConcat :concat rem We need to do this "outside" of the loop for the rem assignments to concatenate instead of overwrite. set SYS_PROPS=%SYS_PROPS% %1=%2 goto :return :afterConcat del find.tmp ) rem The fix below ensures that localhost is always used as RMI server address. rem This is necessary to avoid problems with firewalls and routing outside rem of the local computer. rem It is not tested if this is necessary under Windows. set LOCALRMI=-Djava.rmi.server.hostname=localhost set COMMAND="%JAVA_HOME%\bin\java.exe" %LOCALRMI% %SYS_PROPS% %JVM_OPTS% %CONFIGURATION% %SECURITY_POLICY% %JMX% -cp %CLASSPATH% %MAINCLASS% %*% rem Report settings if not "%PRINT_CONFIG%."=="." ( echo JavaHome: %JAVA_HOME% echo Classpath: %CLASSPATH% echo MainJar: %MAINJAR% echo MainClass: %MAINCLASS% echo Working dir:\t`pwd`% echo JMX enabled: %ENABLE_JMX% echo Security: %SECURITY_POLICY% echo Properties: %SYS_PROPS% echo Command line: %COMMAND% ) echo on %COMMAND% @echo off :end endlocal :return
statsbiblioteket/summa
Summix/bin/generic_start.bat
bat
apache-2.0
4,208
@rem Copyright 2017 gRPC authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. SET ROOT=%~dp0 cd /d %~dp0 powershell -c "Get-Host" powershell -c "$PSVersionTable" powershell -c "[System.Environment]::OSVersion" powershell -c "Get-WmiObject -Class Win32_ComputerSystem" powershell -c "(Get-WmiObject -Class Win32_ComputerSystem).SystemType" powershell -c "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; & { iwr https://raw.githubusercontent.com/grumpycoders/nvm-ps/master/nvm.ps1 | iex }" SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH% SET JOBS=8 call nvm version call nvm install 10 call nvm use 10 git submodule update --init --recursive SET npm_config_fetch_retries=5 call npm install || goto :error SET JUNIT_REPORT_STACK=1 SET FAILED=0 for %%v in (10 12) do ( call nvm install %%v call nvm use %%v if "%%v"=="4" ( call npm install -g npm@5 ) @rem https://github.com/mapbox/node-pre-gyp/issues/362 call npm install -g node-gyp node -e "console.log(process.versions)" mkdir reports\node%%v SET JUNIT_REPORT_PATH=reports/node%%v node -e "process.exit(process.version.startsWith('v%%v') ? 0 : -1)" || goto :error call .\node_modules\.bin\gulp setup || SET FAILED=1 call .\node_modules\.bin\gulp test || SET FAILED=1 cmd.exe /c "SET GRPC_DNS_RESOLVER=ares& call .\node_modules\.bin\gulp nativeTestOnly" || SET FAILED=1 ) node merge_kokoro_logs.js if %FAILED% neq 0 exit /b 1 goto :EOF :error exit /b 1
grpc/grpc-node
run-tests.bat
bat
apache-2.0
2,028
@ECHO OFF setlocal DISABLEDELAYEDEXPANSION SET BIN_TARGET=%~dp0/../league/geotools/bin/geotools php "%BIN_TARGET%" %*
fuermolv/treesys
vendor/bin/geotools.bat
bat
apache-2.0
118
@echo off Echo Un-installing HAPI... %0\..\hapint64.exe -r -k C-C-T-K -q
vmwaresamples/AirWatch-samples
Windows-Samples/Tools & Utilities/In-Place Upgrade Windows 7 to 10 for Dell Devices/Win10upgrade/DellCommandConfigure/X86_64/HAPI/HAPIUninstall.bat
bat
bsd-3-clause
74
docker build --tag sss-build . docker run --rm -it --name sss-build ^ -v /var/run/docker.sock:/var/run/docker.sock ^ -v %cd%/artifacts:/repo/artifacts ^ -v %cd%/.git:/repo/.git ^ --network host ^ -e FEEDZ_SSS_API_KEY=%FEEDZ_SSS_API_KEY% ^ sss-build ^ dotnet run -p /repo/build/build.csproj -- %*
SQLStreamStore/SQLStreamStore
build.cmd
bat
mit
302
@echo off set GitHash=%~1 rem Ugly hack to set the WebGitUrl variable from the command output for /f "delims=" %%i in ('%~dp0/stash_base.bat') do set WebGitUrl=%%i rem Use the Windows 'start' command to open the URL start %WebGitUrl%/browse
kensykora/sourcetree-stash-custom-actions
Stash/open_project_on_stash_windows.bat
bat
mit
243
FOR /D /R %X IN (tmp) DO RD /S /Q "%X"
uniba-dsg/prope
deleteTmpDirs.bat
bat
mit
38