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 |
|---|---|---|---|---|---|
xasm /b400 patch.z80
del yiegpsg
ren patch.bin yiegpsg
| rururutan/hoot-patches | msx/konami/game_collection_vol1/yie_ar_kung-fu2/src_psg/comp.bat | bat | gpl-3.0 | 55 |
set PYTHONPATH=.;..\.env\Lib\site-packages
py.test tests
| klahnakoski/MoDevMetrics | tests/scripts/run_test.bat | bat | mpl-2.0 | 57 |
rem ----------------------------------------------------------------
rem Zip everything up for posterity
set TOP=d:\mw2\commdll
cd %TOP%
del anetcod.zip anetsdk.zip
rem Create anetcod.zip, .cod files for use when analyzing crash logs
zip anetcod.zip src\win\dp\anet2\*.cod src\win\wmodem\wmodem2\*.cod src\win\wserial\wserial2\*.cod src\win\wipx\wipx2\*.cod src\win\winet\winet2\*.cod src\win\winets\winets2\*.cod src\win\wloop\wloop2\*.cod src\win\wheat\wheat2\*.cod src\win\wmpath\wmpath2\*.cod
cd %TOP%\src\3rdparty
call clean.bat
cd %TOP%\src\win\3rdparty
call clean.bat
cd %TOP%
if NOT EXIST %TOP%\win\dll\anet2.dll goto bad
rem Create anetsdk.zip
zip anetsdk.zip h\anet.h h\dpcompat.h h\dppack*.h h\dpunpack.h h\eclock.h h\dynatab.h h\assoctab.h h\dpmem.h h\aneterr.h
zip anetsdk.zip *.htm doc\*.htm doc\*.gif
zip -r anetsdk.zip demo -x@src\eksclude
zip -r anetsdk.zip win\lib win\dll win\bin
rem Create anetsrc.zip
zip -r anetsrc.zip *.htm doc h -x@src\eksclude
zip -r anetsrc.zip demo src -x@src\eksclude
:success
rem Pass success status back to anbuild\manbuildss.bat.
set BUILDSDKRESULT=0
echo Done ok.
goto end
:bad
rem Pass failure status back to anbuild\manbuildss.bat.
set BUILDSDKRESULT=1
echo ERROR during mkzip.
goto end
:end
cd %TOP%\src
| BygoneWorlds/anet | src/mkzip.bat | bat | lgpl-2.1 | 1,268 |
cd ..
cd Solution
cmake ../ -G "Visual Studio 12" -DCMAKE_GENERATOR_PLATFORM=x64 --config Release
cmake.exe --build . --config Release
cpack -G WIX -C Release
cd ..
cd Tools | AndyD87/CcOS | Tools/PackageGenerators/PackVS2013.x64.bat | bat | lgpl-3.0 | 173 |
python pyuic.py -x About.ui -o About.py
python pyuic.py -x Learning.ui -o Learning.py
python pyuic.py -x LearningSetup.ui -o LearningSetup.py
python pyuic.py -x Macro.ui -o Macro.py
python pyuic.py -x Main.ui -o Main.py
python pyuic.py -x PatternSetup.ui -o PatternSetup.py
python pyuic.py -x ProcessSetup.ui -o ProcessSetup.py
python pyuic.py -x StructureSetup.ui -o StructureSetup.py
python pyrcc_main.py Image_Resources.qrc -o Image_Resources_rc.py | CODEJIN/HNet_on_Tensorflow | QT_UI/UI_Convert.bat | bat | apache-2.0 | 459 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Flask-Twilio.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Flask-Twilio.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| lpsinger/flask-twilio | docs/make.bat | bat | bsd-3-clause | 7,256 |
/* generate english installer package */
epfifile.1 = epfiEXTS.dll
epfifile.2 = EPFIHELP.INF
epfifile.3 = EpfiHPLB.HLP
epfifile.4 = epfiicis.ico
epfifile.5 = epfimsg.msg
epfifile.6 = epfinsts.exe
epfifile.7 = epfipii.dll
epfifile.8 = epfiprcs.exe
epfifile.9 = epfirsbk.dll
epfifile.10 = epfiupk2.exe
do i = 1 to 10
copy epfifile.i 'Source_temp'
end
copy '..\Install_Source\* Source_temp'
copy 'Source\* Source_temp'
'diskgen /AU DRIVE amouse.pkg k:\work\c\amouse\install_enu\dest k:\work\c\amouse\install_enu\Source_temp < answer'
if RC > 0 then SIGNAL ErrExit
say 'correct Y2K problem:'
'sed -e "s/DATE = ''1/DATE = ''/" AMOUSE.GEN > AMOUSE.CVT'
copy 'EPFISINC.PKG dest'
copy 'INSTALL.EXE dest'
copy 'INSTALL.IN_ dest'
copy 'AMOUSE.CVT dest\AMOUSE.PKG'
copy 'EPFISINC.GEN dest\EPFISINC.PKG'
copy 'Source\read.me dest'
del 'AMOUSE.CVT'
ErrExit:
'rdelete Source_temp\*'
| OS2World/DRV-Amouse-GUI | INSTALL_ENU/mouse_diskgen.cmd | bat | bsd-3-clause | 887 |
cmd_drivers/usb/net/hso_26-v1.14/hso.ko := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o drivers/usb/net/hso_26-v1.14/hso.ko drivers/usb/net/hso_26-v1.14/hso.o drivers/usb/net/hso_26-v1.14/hso.mod.o
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/usb/net/hso_26-v1.14/.hso.ko.cmd | bat | gpl-2.0 | 224 |
echo off
rem Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009 Mark Aylett <mark.aylett@gmail.com>
rem
rem This file is part of Aug written by Mark Aylett.
rem
rem Aug is released under the GPL with the additional exemption that compiling,
rem linking, and/or using OpenSSL is allowed.
rem
rem Aug is free software; you can redistribute it and/or modify it under the
rem terms of the GNU General Public License as published by the Free Software
rem Foundation; either version 2 of the License, or (at your option) any later
rem version.
rem
rem Aug is distributed in the hope that it will be useful, but WITHOUT ANY
rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
rem FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
rem details.
rem
rem You should have received a copy of the GNU General Public License along with
rem this program; if not, write to the Free Software Foundation, Inc., 51
rem Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
bin\\augd.exe -f etc\\augd.conf install
pause
| marayl/aug | vc9/install.bat | bat | gpl-2.0 | 1,074 |
fasm talkm.asm talkm.com
fasm hello.asm hello.com
fasm what.asm what.com
pause | Divyavrat/aplaun | util/talkm/build.bat | bat | gpl-3.0 | 78 |
/******************************************************************************
*
* usb_dev_keyboard_ccs.cmd - CCS linker configuration file for usb_dev_keyboard.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with "viral" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.4.178 of the DK-TM4C129X Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000
/* System memory map */
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00100000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 1024;
| cergatgmu/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c129x/usb_dev_keyboard/usb_dev_keyboard_ccs.cmd | bat | gpl-3.0 | 2,812 |
@echo off
bash sh\install.sh | osgcc/ryzom | nel/tools/3d/build_gamedata/processes/tiles/4_install.bat | bat | agpl-3.0 | 31 |
@ECHO OFF
REM Builds css files by sassc, generates static html site and uploads it into gh-pages repo branch.
REM
REM Created by Alexander Borsuk <me@alex.bio> from Minsk, Belarus.
SETLOCAL
REM Publish directory where static html content is generated.
SET out_dir=docs
REM Is git present in PATH?
WHERE /Q git || ECHO ERROR Please install git for Windows or GitHub Desktop. && EXIT /B 1
REM Is php present in PATH?
WHERE /Q php || ECHO ERROR Please install php and/or add it into the PATH. && EXIT /B 1
IF NOT EXIST .git (
ECHO ERROR: It is not a git repository.
EXIT /B 1
)
REM Publish directory should be in .gitignore.
git check-ignore -q %out_dir% || ECHO ERROR: Please git rm %out_dir%; git commit -a; and add %out_dir% to .gitignore. && EXIT /B 1
REM Is it a root directory?
IF NOT EXIST deploy.cmd (
ECHO ERROR: Please launch this script from the site root directory.
EXIT /B 1
)
REM Is it a git repo?
IF NOT EXIST .git (
ECHO ERROR: This is not a git repository. It should be a GitHub cloned repo.
EXIT /B 1
)
REM Setup cloned git repo in the generated directory.
IF NOT EXIST %out_dir%\.git (
ECHO Initializing %out_dir% directory and binding it to gh-pages branch of the same repository.
IF EXIST %out_dir% RMDIR /S /Q %out_dir%
MKDIR %out_dir%
REM Repo should be up-to-date before copying it.
git remote update || ECHO ERROR with git remote update && EXIT /B 1
ROBOCOPY /E /NJH /NJS /NP /NS /NC /NFL /NDL .git %out_dir%\.git
IF %ERRORLEVEL% GTR 7 (
ECHO ERROR with robocopy
EXIT /B 1
)
)
REM Initialize and switch to gh-pages branch in the docs/.git repo.
PUSHD %out_dir% || ECHO ERROR with PUSHD %out_dir% && EXIT /B 1
REM Clear all local changes to avoid pull merge conflicts.
git reset --hard HEAD || ECHO ERROR with git reset && EXIT /B 1
git checkout gh-pages > nul 2>&1 && git clean -f && git pull || (
git checkout --orphan gh-pages || ECHO ERROR with git checkout --orphan gh-pages && EXIT /B 1
git rm -rf . || ECHO ERROR with git rm && EXIT /B 1
)
REM Clean all untracked files.
git clean -f
POPD
REM Build/generate static web site.
REM Build script can delete everything in %out_dir% so %out_dir%\.git directory should be backed up and restored.
REM Move does not work with hidden directories.
ATTRIB -h %out_dir%\.git
MOVE %out_dir%\.git .git.backup || ECHO ERROR while move to .git.backup && EXIT /B 1
CALL %~dp0\build.cmd || ECHO ERROR while calling build.cmd && EXIT /B 1
MOVE .git.backup %out_dir%\.git || ECHO ERROR while move from .git.backup && EXIT /B 1
ATTRIB +h %out_dir%\.git
REM Check if there are any changes to publish.
PUSHD %out_dir% || ECHO ERROR with PUSHD %out_dir% && EXIT /B 1
REM Trick with `find` counts output lines from previous command, like `wc -l` on *nix systems.
FOR /F "tokens=* USEBACKQ" %%F IN (`git status --porcelain ^| FIND /C /V ""`) DO SET changed_files=%%F
IF %changed_files% EQU 0 (
ECHO There is nothing to publish. Have you made any changes?
POPD
EXIT /B 0
)
REM Publish web site to Github Pages.
git add -A || ECHO ERROR with git add -A && EXIT /B 1
git commit -m "Regenerated by deployment script." || ECHO ERROR with git commit -m && EXIT /B 1
git push -u origin gh-pages || ECHO ERROR with git push && EXIT /B 1
POPD
ECHO Successfully published changes to GitHub Pages.
| deathbaba/landing-php | deploy.cmd | bat | apache-2.0 | 3,293 |
:: This script makes copy of the dependencies that were built with BuildDeps.cmd
:: to a output folder. The aim is to make this folder deployable to our deps svn repo or
:: making a compressed archive of it. This output folder should be a drop in replacement for
:: <tundra_git>/deps so that our cmake scripts will run as it was the full built deps. This means
:: you unpack/clone to eg. C:\deps-prebuilt and you can run cmake with TUNDRA_DEPS_PATH=C:\deps-prebuilt
::
:: Notes:
:: - When copying libs/dlls we are excluding idb, ilk, idb and exp and most of the tim exe files,
:: if you need these files please build the deps yourself with BuildDeps.cmd.
:: - Default target is to have <dependency>/bin /lib and /include folders after we are done.
:: - When copying headers from "src" folders, the destination will be called "include"
:: - When copying .dll or .exe from "lib" folders, the destination will be called "bin"
:: - qtscriptgenerator plugins will be copied directly to qt/plugins instead of qtscriptgenerator/plugins
@echo off
echo.
:: User defined variables
set DEPLOY_TARGET=vs2008-32bit
set DEPLOY_PACKAGE=TRUE
set DEPLOY_VERSION=2.3.3.1
set PREFER_RELEASE=FALSE
:: Populate path variables
cd ..\..
set ORIGINAL_PATH=%PATH%
set PATH=%PATH%;"%CD%\tools\Windows\Utils"
set TOOLS=%CD%\tools
set TUNDRA_DIR="%CD%"
set TUNDRA_BIN=%CD%\bin
set DEPS=%CD%\deps
set DEPLOY_DIR=%CD%\deps-%DEPLOY_TARGET%
IF NOT "%DEPLOY_VERSION%" == "" set DEPLOY_DIR=%DEPLOY_DIR%-%DEPLOY_VERSION%
:: Validate user defined variables
IF "%DEPLOY_TARGET%" == "" (
cecho {0E}DEPLOY_TARGET cannot be empty!{# #}{\n}
GOTO :ERROR
)
IF NOT %DEPLOY_PACKAGE% == FALSE (
IF NOT %DEPLOY_PACKAGE% == TRUE (
cecho {0E}DEPLOY_PACKAGE needs to be either TRUE or FALSE{# #}{\n}
GOTO :ERROR
)
)
IF NOT %PREFER_RELEASE% == FALSE (
IF NOT %PREFER_RELEASE% == TRUE (
cecho {0E}PREFER_RELEASE needs to be either TRUE or FALSE{# #}{\n}
GOTO :ERROR
)
)
:: Set preferred release dir name. This is used to copy release libs/dlls.
set PREFERRED_RELEASE=RelWithDebInfo
IF %PREFER_RELEASE% == TRUE set PREFERRED_RELEASE=Release
:: Print what will be done and get a comfirmation.
cecho {F0}This script will deploy all Tundra dependencies to a folder {# #}{\n}
cecho {F0}that can then be distributed and used as is by others to build Tundra.{# #}{\n}
echo.
cecho {0A}Script configuration:{# #}{\n}
cecho {0D} DEPLOY_TARGET = %DEPLOY_TARGET%{# #}{\n}
echo Target, used in deploy path if defined.
cecho {0D} DEPLOY_PACKAGE = %DEPLOY_PACKAGE%{# #}{\n}
echo Compress deployment to .7z package.
cecho {0D} DEPLOY_VERSION = %DEPLOY_VERSION%{# #}{\n}
echo Optional version eg. 2.3.1.0, used in deploy path if defined.
cecho {0D} PREFER_RELEASE = %PREFER_RELEASE%{# #}{\n}
echo Prefer Release .lib and .dll instead of RelWithDebInfo.
cecho {0D} Source dependencies = %DEPS%{# #}{\n}
echo Where dependencies will be searched from
cecho {0D} Deployment path = %DEPLOY_DIR%{# #}{\n}
echo Where dependencies will be copied to
echo.
cecho {0E}Warning: This script will permanently delete everything from{# #}{\n}
cecho {0E}%DEPLOY_DIR% before deployment if you continue.{# #}{\n}
echo.
echo If the configuration is incorrect, press Ctrl-C to abort!
pause
echo.
IF EXIST "%DEPLOY_DIR%". (
cecho {0D}Cleaning existing %DEPLOY_DIR%{# #}{\n}
rmdir /S /Q "%DEPLOY_DIR%"
)
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
cecho {0D}Preparing %DEPLOY_DIR%{# #}{\n}
mkdir "%DEPLOY_DIR%"
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Prepare xcopy /EXCLUDE files
cd "%DEPLOY_DIR%"
del /Q *.exclude
echo .exe >> exe.exclude
echo .pdb >> nonlibs.exclude
echo .idb >> nonlibs.exclude
echo .ilk >> nonlibs.exclude
echo .exp >> nonlibs.exclude
echo .obj >> nonlibs.exclude
echo .dep >> nonlibs.exclude
echo .htm >> nonlibs.exclude
echo .manifest >> nonlibs.exclude
echo .cpp >> nonheaders.exclude
echo .txt >> nonheaders.exclude
echo .png >> nonheaders.exclude
echo .cmake >> nonheaders.exclude
echo Makefile >> nonheaders.exclude
echo Doxyfile >> nonheaders.exclude
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
echo.
:: OpenSSL
IF EXIST "%DEPS%\openssl\bin\ssleay32.dll". (
cecho {0D}Copying OpenSSL{# #}{\n}
xcopy /Y /S /Q "%DEPS%\openssl\include" "%DEPLOY_DIR%\openssl\include\"
xcopy /Y /S "%DEPS%\openssl\bin" "%DEPLOY_DIR%\openssl\bin\"
xcopy /Y /S "%DEPS%\openssl\lib" "%DEPLOY_DIR%\openssl\lib\"
) ELSE (cecho {0E}Could not detect OpenSSL with %DEPS%\openssl\bin\ssleay32.dll, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Qt
IF EXIST "%DEPS%\qt\bin\QtWebKit4.dll". (
cecho {0D}Copying Qt headers, this will take a while.{# #}{\n}
xcopy /Y /S /Q "%DEPS%\qt\include" "%DEPLOY_DIR%\qt\include\"
cecho {0D}Copying rest of Qt{# #}{\n}
xcopy /Y /S /Q "%DEPS%\qt\mkspecs\common" "%DEPLOY_DIR%\qt\mkspecs\common\"
xcopy /Y /S /Q "%DEPS%\qt\mkspecs\default" "%DEPLOY_DIR%\qt\mkspecs\default\"
xcopy /Y /S /Q "%DEPS%\qt\mkspecs\features" "%DEPLOY_DIR%\qt\mkspecs\features\"
xcopy /Y /S /Q "%DEPS%\qt\mkspecs\win32-msvc2008" "%DEPLOY_DIR%\qt\mkspecs\win32-msvc2008\"
xcopy /Y /S /Q "%DEPS%\qt\mkspecs\win32-msvc2010" "%DEPLOY_DIR%\qt\mkspecs\win32-msvc2010\"
xcopy /Y /S /Q "%DEPS%\qt\mkspecs\qconfig.pri" "%DEPLOY_DIR%\qt\mkspecs\"
xcopy /Y /S "%DEPS%\qt\bin\*.dll" "%DEPLOY_DIR%\qt\bin\"
xcopy /Y /S "%DEPS%\qt\bin\*.exe" "%DEPLOY_DIR%\qt\bin\"
xcopy /Y /S "%DEPS%\qt\lib\*.lib" "%DEPLOY_DIR%\qt\lib\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude "%DEPS%\qt\plugins" "%DEPLOY_DIR%\qt\plugins\"
del /Q "%DEPLOY_DIR%\qt\bin\assistant.exe"
del /Q "%DEPLOY_DIR%\qt\bin\designer.exe"
del /Q "%DEPLOY_DIR%\qt\bin\linguist.exe"
del /Q "%DEPLOY_DIR%\qt\bin\qdoc3.exe"
del /Q "%DEPLOY_DIR%\qt\bin\qt3to4.exe"
del /Q "%DEPLOY_DIR%\qt\bin\qhelp*.exe"
del /Q "%DEPLOY_DIR%\qt\bin\qttracereplay.exe"
:: Create qt.conf for qmake.exe
cd "%DEPLOY_DIR%\qt\bin"
echo [Paths] >> qt.conf
echo Binaries = ./>> qt.conf
echo Libraries = ../lib>> qt.conf
echo Headers = ../include>> qt.conf
cd "%DEPLOY_DIR%"
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: QtScriptGenerator
IF EXIST "%DEPS%\qtscriptgenerator\plugins\script\qtscript_webkit.dll". (
cecho {0D}Copying QtScriptGenerator script plugins to %DEPLOY_DIR%\qt\plugins\script{# #}{\n}
xcopy /Y /S "%DEPS%\qtscriptgenerator\plugins\script\*.dll" "%DEPLOY_DIR%\qt\plugins\script\"
) ELSE (cecho {0E}Could not detect QtScriptGenerator with %DEPS%\qtscriptgenerator\plugins\script\qtscript_webkit.dll, skipping...{# #}{\n})
) ELSE (cecho {0E}Could not detect Qt with %DEPS%\qt\bin\QtWebKit4.dll, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: QtPropertyBrowser
IF EXIST "%DEPS%\qt-solutions\qtpropertybrowser\lib\QtSolutions_PropertyBrowser-head.dll". (
cecho {0D}Copying QtPropertyBrowser{# #}{\n}
xcopy /Y /S /Q /EXCLUDE:%DEPLOY_DIR%\nonheaders.exclude "%DEPS%\qt-solutions\qtpropertybrowser\src" "%DEPLOY_DIR%\qtpropertybrowser\include\"
xcopy /Y /S "%DEPS%\qt-solutions\qtpropertybrowser\lib\*.dll" "%DEPLOY_DIR%\qtpropertybrowser\bin\"
xcopy /Y /S "%DEPS%\qt-solutions\qtpropertybrowser\lib\*.lib" "%DEPLOY_DIR%\qtpropertybrowser\lib\"
) ELSE (cecho {0E}Could not detect QtPropertyBrowser with %DEPS%\qtscriptgenerator\plugins\script\qtscript_xmlpatterns.dll, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Bullet
IF EXIST "%DEPS%\bullet\msvc\2008\lib\release\LinearMath.lib". (
cecho {0D}Copying Bullet{# #}{\n}
xcopy /Y /S /Q /EXCLUDE:%DEPLOY_DIR%\nonheaders.exclude "%DEPS%\bullet\src" "%DEPLOY_DIR%\bullet\include\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude "%DEPS%\bullet\msvc\2008\lib" "%DEPLOY_DIR%\bullet\lib\"
) ELSE (cecho {0E}Could not detect Bullet with %DEPS%\bullet\msvc\2008\lib\release\LinearMath.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Boost
IF EXIST "%DEPS%\boost\stage". (
cecho {0D}Copying Boost headers, this will take a while.{# #}{\n}
xcopy /Y /S /Q "%DEPS%\boost\boost" "%DEPLOY_DIR%\boost\include\boost\"
cecho {0D}Copying Boost libs{# #}{\n}
xcopy /Y /S "%DEPS%\boost\stage\lib" "%DEPLOY_DIR%\boost\lib\"
:: Remove not needed (big) libs, modify if Tundra boost usage changes
del /Q "%DEPLOY_DIR%\boost\lib\libboost_wave*.lib"
del /Q "%DEPLOY_DIR%\boost\lib\libboost_serialization*.lib"
del /Q "%DEPLOY_DIR%\boost\lib\libboost_wserialization*.lib"
del /Q "%DEPLOY_DIR%\boost\lib\libboost_unit_test*.lib"
del /Q "%DEPLOY_DIR%\boost\lib\libboost_test_exec_monitor*.lib"
del /Q "%DEPLOY_DIR%\boost\lib\libboost_math_tr1*.lib"
) ELSE (cecho {0E}Could not detect Boost with %DEPS%\boost\stage, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: kNet
IF EXIST "%DEPS%\kNet\lib\RelWithDebInfo\kNet.lib". (
cecho {0D}Copying kNet{# #}{\n}
xcopy /Y /S /Q "%DEPS%\kNet\include" "%DEPLOY_DIR%\kNet\include\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude+%DEPLOY_DIR%\exe.exclude "%DEPS%\kNet\lib" "%DEPLOY_DIR%\kNet\lib\"
:: MessageCompiler.exe might be useful for some people. Dont use PREFER_RELEASE here as this is an external tool.
IF EXIST "%DEPS%\kNet\lib\Release\MessageCompiler.exe". (
xcopy /Y "%DEPS%\kNet\lib\Release\MessageCompiler.exe" "%DEPLOY_DIR%\kNet\bin\"
) ELSE (
IF EXIST "%DEPS%\kNet\lib\RelWithDebInfo\MessageCompiler.exe". xcopy /Y "%DEPS%\kNet\lib\RelWithDebInfo\MessageCompiler.exe" "%DEPLOY_DIR%\kNet\bin\"
)
) ELSE (cecho {0E}Could not detect kNet with %DEPS%\kNet\lib\RelWithDebInfo\kNet.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Ogre
IF EXIST "%DEPS%\ogre-safe-nocrashes\SDK\lib\%PREFERRED_RELEASE%\OgreMain.lib". (
cecho {0D}Copying Ogre headers, this will take a while.{# #}{\n}
:: Ignore OIS include folder
xcopy /Y /S /Q "%DEPS%\ogre-safe-nocrashes\SDK\include\OGRE" "%DEPLOY_DIR%\ogre-safe-nocrashes\include\OGRE\"
cecho {0D}Copying Ogre libs{# #}{\n}
xcopy /Y /S "%DEPS%\ogre-safe-nocrashes\SDK\bin\Debug\*.dll" "%DEPLOY_DIR%\ogre-safe-nocrashes\bin\"
xcopy /Y /S "%DEPS%\ogre-safe-nocrashes\SDK\lib\Debug\*.lib" "%DEPLOY_DIR%\ogre-safe-nocrashes\lib\"
xcopy /Y /S "%DEPS%\ogre-safe-nocrashes\SDK\bin\%PREFERRED_RELEASE%\*.dll" "%DEPLOY_DIR%\ogre-safe-nocrashes\bin\"
xcopy /Y /S "%DEPS%\ogre-safe-nocrashes\SDK\lib\%PREFERRED_RELEASE%\*.lib" "%DEPLOY_DIR%\ogre-safe-nocrashes\lib\"
xcopy /Y /S "%DEPS%\ogre-safe-nocrashes\SDK\bin\%PREFERRED_RELEASE%\*.exe" "%DEPLOY_DIR%\ogre-safe-nocrashes\bin\"
copy /Y "%DEPS%\ogre-safe-nocrashes\Dependencies\bin\Release\cg.dll" "%DEPLOY_DIR%\ogre-safe-nocrashes\bin\"
:: Copy Cmake, they are sometimes useful for building plugins like skyx/hydrax (they are total <100kb in size)
xcopy /Y /S /Q "%DEPS%\ogre-safe-nocrashes\SDK\CMake" "%DEPLOY_DIR%\ogre-safe-nocrashes\CMake\"
:: Remove OIS libs/dlls
del /Q "%DEPLOY_DIR%\ogre-safe-nocrashes\lib\OIS*dll"
del /Q "%DEPLOY_DIR%\ogre-safe-nocrashes\lib\OIS*lib"
) ELSE (cecho {0E}Could not detect Ogre with %DEPS%\ogre-safe-nocrashes\SDK\lib\%PREFERRED_RELEASE%\OgreMain.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: SkyX
IF EXIST "%DEPS%\realxtend-tundra-deps\skyx\lib\%PREFERRED_RELEASE%\SkyX.lib". (
cecho {0D}Copying SkyX{# #}{\n}
xcopy /Y /S /Q "%DEPS%\realxtend-tundra-deps\skyx\SkyX\Include" "%DEPLOY_DIR%\skyx\include\"
xcopy /Y /S "%DEPS%\realxtend-tundra-deps\skyx\bin\Debug\*.dll" "%DEPLOY_DIR%\skyx\bin\"
xcopy /Y /S "%DEPS%\realxtend-tundra-deps\skyx\lib\Debug\*.lib" "%DEPLOY_DIR%\skyx\lib\"
xcopy /Y /S "%DEPS%\realxtend-tundra-deps\skyx\bin\%PREFERRED_RELEASE%\*.dll" "%DEPLOY_DIR%\skyx\bin\"
xcopy /Y /S "%DEPS%\realxtend-tundra-deps\skyx\lib\%PREFERRED_RELEASE%\*.lib" "%DEPLOY_DIR%\skyx\lib\"
) ELSE (cecho {0E}Could not detect SkyX with %DEPS%\realxtend-tundra-deps\skyx\lib\%PREFERRED_RELEASE%\SkyX.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Hydrax
IF EXIST "%DEPS%\realxtend-tundra-deps\hydrax\lib\Hydrax.lib". (
cecho {0D}Copying Hydrax{# #}{\n}
xcopy /Y /S /Q "%DEPS%\realxtend-tundra-deps\hydrax\include" "%DEPLOY_DIR%\hydrax\include\"
xcopy /Y /S "%DEPS%\realxtend-tundra-deps\hydrax\lib\*.dll" "%DEPLOY_DIR%\hydrax\bin\"
xcopy /Y /S "%DEPS%\realxtend-tundra-deps\hydrax\lib\*.lib" "%DEPLOY_DIR%\hydrax\lib\"
) ELSE (cecho {0E}Could not detect Hydrax with %DEPS%\realxtend-tundra-deps\hydrax\lib\Hydrax.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: OpenAL
IF EXIST "%DEPS%\OpenAL\libs\Win32\OpenAL32.lib". (
cecho {0D}Copying OpenAL{# #}{\n}
xcopy /Y /S "%DEPS%\OpenAL" "%DEPLOY_DIR%\openal\"
) ELSE (cecho {0E}Could not detect OpenAL with %DEPS%\OpenAL\libs\Win32\OpenAL32.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Ogg
IF EXIST "%DEPS%\ogg\win32\VS2008\Win32\Release\libogg_static.lib". (
cecho {0D}Copying Ogg{# #}{\n}
xcopy /Y /S /Q /EXCLUDE:%DEPLOY_DIR%\nonheaders.exclude "%DEPS%\ogg\include" "%DEPLOY_DIR%\ogg\include\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude "%DEPS%\ogg\win32\VS2008\Win32" "%DEPLOY_DIR%\ogg\lib\"
) ELSE (cecho {0E}Could not detect Ogg with %DEPS%\ogg\win32\VS2008\Win32\Release\libogg_static.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Vorbis
IF EXIST "%DEPS%\vorbis\win32\VS2008\Win32\Release\libvorbis_static.lib". (
cecho {0D}Copying Vorbis{# #}{\n}
xcopy /Y /S /Q /EXCLUDE:%DEPLOY_DIR%\nonheaders.exclude "%DEPS%\vorbis\include" "%DEPLOY_DIR%\vorbis\include\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude+%DEPLOY_DIR%\exe.exclude "%DEPS%\vorbis\win32\VS2008\Win32" "%DEPLOY_DIR%\vorbis\lib\"
) ELSE (cecho {0E}Could not detect Vorbis with %DEPS%\vorbis\win32\VS2008\Win32\Release\libvorbis_static.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Theora
IF EXIST "%DEPS%\theora\win32\VS2008\Win32\Release_SSE2\libtheora_static.lib". (
cecho {0D}Copying Theora{# #}{\n}
xcopy /Y /S /Q /EXCLUDE:%DEPLOY_DIR%\nonheaders.exclude "%DEPS%\theora\include" "%DEPLOY_DIR%\theora\include\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude+%DEPLOY_DIR%\exe.exclude "%DEPS%\theora\win32\VS2008\Win32" "%DEPLOY_DIR%\theora\lib\"
) ELSE (cecho {0E}Could not detect Theora with %DEPS%\theora\win32\VS2008\Win32\Release_SSE2\libtheora_static.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Speex
IF EXIST "%DEPS%\speex\win32\VS2008\Win32\Release\libspeex.lib". (
cecho {0D}Copying Speex{# #}{\n}
:: Note: We are copying both /win32 and /lib path for libs.
xcopy /Y /S /Q /EXCLUDE:%DEPLOY_DIR%\nonheaders.exclude "%DEPS%\speex\include" "%DEPLOY_DIR%\speex\include\"
xcopy /Y /S /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude+%DEPLOY_DIR%\exe.exclude "%DEPS%\speex\win32\VS2008\Win32" "%DEPLOY_DIR%\speex\win32\VS2008\Win32\"
xcopy /Y /Q "%DEPS%\speex\lib" "%DEPLOY_DIR%\speex\lib\"
) ELSE (cecho {0E}Could not detect Speex with %DEPS%\speex\win32\VS2008\Win32\Release\libspeex.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Celt
IF EXIST "%DEPS%\celt\lib\libcelt.lib". (
cecho {0D}Copying Celt{# #}{\n}
xcopy /Y /S /Q "%DEPS%\celt\include" "%DEPLOY_DIR%\celt\include\"
xcopy /Y /S "%DEPS%\celt\lib" "%DEPLOY_DIR%\celt\lib\"
) ELSE (cecho {0E}Could not detect Celt with %DEPS%\celt\lib\libcelt.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Protobuf
IF EXIST "%DEPS%\protobuf\vsprojects\Release\libprotobuf.lib". (
cecho {0D}Copying Protobuf{# #}{\n}
:: FindProtobuf.cmake is stupid, so (for now) lets keep the directory hierarchy that it understands.
IF NOT EXIST "%DEPS%\protobuf\vsprojects\include". (
cd "%DEPS%\protobuf\vsprojects"
call extract_includes.bat
cd "%DEPLOY_DIR%"
)
xcopy /Y /S /Q "%DEPS%\protobuf\vsprojects\include" "%DEPLOY_DIR%\protobuf\include\"
xcopy /Y /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude "%DEPS%\protobuf\vsprojects\Debug" "%DEPLOY_DIR%\protobuf\vsprojects\Debug\"
xcopy /Y /EXCLUDE:%DEPLOY_DIR%\nonlibs.exclude "%DEPS%\protobuf\vsprojects\Release" "%DEPLOY_DIR%\protobuf\vsprojects\Release\"
xcopy /Y "%DEPS%\protobuf\vsprojects\Release\*.exe" "%DEPLOY_DIR%\protobuf\bin\"
) ELSE (cecho {0E}Could not detect Protobuf with %DEPS%\protobuf\vsprojects\Release\libprotobuf.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: VLC
IF EXIST "%DEPS%\vlc\lib\libvlc.lib". (
cecho {0D}Copying VLC{# #}{\n}
xcopy /Y /S /Q "%DEPS%\vlc\include" "%DEPLOY_DIR%\vlc\include\"
xcopy /Y /S /Q "%DEPS%\vlc\bin" "%DEPLOY_DIR%\vlc\bin\"
xcopy /Y /S /Q "%DEPS%\vlc\lib" "%DEPLOY_DIR%\vlc\lib\"
) ELSE (cecho {0E}Could not detect VLC with %DEPS%\vlc\lib\libvlc.lib, skipping...{# #}{\n})
IF NOT %ERRORLEVEL%==0 GOTO :ERROR
:: Cleanup
cd "%DEPLOY_DIR%"
del /Q *.exclude
:: Copying is all done
echo.
cecho {0A}Tundra dependencies deployed to %DEPLOY_DIR%.{# #}{\n}
echo.
set PACKAGE_NAME=tundra-deps-%DEPLOY_TARGET%
IF NOT "%DEPLOY_VERSION%" == "" set PACKAGE_NAME=%PACKAGE_NAME%-%DEPLOY_VERSION%
set PACKAGE_NAME=%PACKAGE_NAME%.7z
:: Create .7z archive from the deps.
IF %DEPLOY_PACKAGE%==TRUE (
cecho {0A}Packaging Tundra dependencies to %DEPLOY_DIR%\%PACKAGE_NAME%{# #}{\n}
echo This will take a long time, are you sure you want to continue? Press Ctrl-C to abort!
pause
cd "%DEPLOY_DIR%"
IF EXIST "%PACKAGE_NAME%". del /Q "%PACKAGE_NAME%"
call 7za.exe a -t7z %PACKAGE_NAME% %DEPLOY_DIR% -mx9 -mmt -y -r
) ELSE (
cecho {0D}Not deploying to %DEPLOY_DIR%\%PACKAGE_NAME%, DEPLOY_PACKAGE is FALSE.{# #}{\n}
)
:: Finish script
set PATH=%ORIGINAL_PATH%
cd %TOOLS%
echo.
GOTO :EOF
:ERROR
echo.
cecho {0C}An error occurred! Aborting!{# #}{\n}
cd "%DEPLOY_DIR%"
del /Q *.exclude
set PATH=%ORIGINAL_PATH%
cd %TOOLS%
pause
| jesterKing/naali | tools/Windows/DeployDeps.cmd | bat | apache-2.0 | 17,934 |
cmd_drivers/bluetooth/built-in.o := arm-eabi-ld -EL -r -o drivers/bluetooth/built-in.o drivers/bluetooth/hci_uart.o
| R-M-S/RMS_EXPERIMENTAL_Kernel | drivers/bluetooth/.built-in.o.cmd | bat | gpl-2.0 | 121 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto init
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto init
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if "x%~1" == "x" goto execute
set CMD_LINE_ARGS=%*
goto execute
:4NT_args
@rem Get arguments from the 4NT Shell from JP Software
set CMD_LINE_ARGS=%$
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\.gradle-wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
exit /b 1
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega
| rbohl/blade | liferay-gradle/gradlew.bat | bat | apache-2.0 | 2,405 |
executable = /bin/echo
arguments = job_dagman_subdag_multi_prohibit-C-nodeA.cmd $(nodename) OK
universe = scheduler
log = job_dagman_subdag_multi_prohibit-C-nodeA.log
notification = NEVER
getenv = true
output = job_dagman_subdag_multi_prohibit-C-nodeA.$(nodename).out
error = job_dagman_subdag_multi_prohibit-C-nodeA.err
queue
| bbockelm/htcondor | src/condor_tests/job_dagman_subdag_multi_prohibit-C-nodeA.cmd | bat | apache-2.0 | 339 |
@echo off
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License"); you may not use this file except in compliance with
rem the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem
rem Figure out where the Spark framework is installed
call "%~dp0find-spark-home.cmd"
call "%SPARK_HOME%\bin\load-spark-env.cmd"
set _SPARK_CMD_USAGE=Usage: bin\pyspark.cmd [options]
rem Figure out which Python to use.
if "x%PYSPARK_DRIVER_PYTHON%"=="x" (
set PYSPARK_DRIVER_PYTHON=python
if not [%PYSPARK_PYTHON%] == [] set PYSPARK_DRIVER_PYTHON=%PYSPARK_PYTHON%
)
set PYTHONPATH=%SPARK_HOME%\python;%PYTHONPATH%
set PYTHONPATH=%SPARK_HOME%\python\lib\py4j-0.10.6-src.zip;%PYTHONPATH%
set OLD_PYTHONSTARTUP=%PYTHONSTARTUP%
set PYTHONSTARTUP=%SPARK_HOME%\python\pyspark\shell.py
call "%SPARK_HOME%\bin\spark-submit2.cmd" pyspark-shell-main --name "PySparkShell" %*
| brad-kaiser/spark | bin/pyspark2.cmd | bat | apache-2.0 | 1,502 |
@echo off
echo Granting permissions for Network Service to the deployment directory...
icacls . /grant "Users":(OI)(CI)F
if %ERRORLEVEL% neq 0 goto error
echo OK
echo SUCCESS
exit /b 0
:error
echo FAILED
exit /b -1 | namratab/azure-sdk-for-node | examples/helloruntime/HelloWorker/setup_worker.cmd | bat | apache-2.0 | 218 |
REM transform ProvisioningDescription and Resources.xml files
REM 1. copy provisioning description and resource file to Atomia.Provisioning.Modules.Folders\XmlFilesTransformation\Original Files
copy "c:\Program Files (x86)\Atomia\AutomationServer\Common\ProvisioningDescriptions\ProvisioningDescription.xml" "Atomia.Provisioning.Modules.Folders\XmlFilesTransformation\Original Files\" /y
copy "c:\Program Files (x86)\Atomia\AutomationServer\Common\Resources.xml" "Atomia.Provisioning.Modules.Folders\XmlFilesTransformation\Original Files\" /y
REM 2. transform files
"c:\Program Files (x86)\Atomia\Common\Transformation\XmlTransformation.exe" Atomia.Provisioning.Modules.Folders\XmlFilesTransformation
REM 3. copy transformed provisioning and resource files to its location
copy "Atomia.Provisioning.Modules.Folders\XmlFilesTransformation\ProvisioningDescription.xml" "c:\Program Files (x86)\Atomia\AutomationServer\Common\ProvisioningDescriptions\ProvisioningDescription.xml" /y
copy "Atomia.Provisioning.Modules.Folders\XmlFilesTransformation\Resources.xml" "c:\Program Files (x86)\Atomia\AutomationServer\Common\Resources.xml" /y
| atomia/sample-plugins | AutomationServer/Examples/ProvisioningModule/Folders/Folders/TransformDescriptionFiles.bat | bat | isc | 1,135 |
"C:\Program Files\Winamp\winamp.exe" /stop
"C:\Program Files\Winamp\winamp.exe" /repeat=0 | Denchick777/wwtbam_control_program | WindowsApplication1/WindowsApplication1/bin/Debug/Source/BAT/stop_back_music1.bat | bat | mit | 90 |
@echo off
if [%1]==[] GOTO ERROR
copy ..\build-one.xml build.xml
ant jar -Dmain-class=com.xml2j.tutorial.seq1.application.Seq1Application -Djar.name=%1.jar
del build.xml
goto END
:ERROR
echo Missing MODULE
:END
| lolkedijkstra/xml2j-gen | tutorial/seq1/make.bat | bat | mit | 216 |
cordova platform rm windows && cordova platform add ..\cordova-windows | muratsu/toolbox | windows/cw.bat | bat | mit | 70 |
bundle exec jekyll s | angelsix/docs.dnaweb | run.cmd | bat | mit | 20 |
@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\inspyred.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\inspyred.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
| aarongarrett/inspyred | docs/make.bat | bat | mit | 6,463 |
rem
rem Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5
rem
rem Copyright (C) 2020 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com>
rem
rem Batch to compile all tests
rem
hbmk2 QBoxLayout1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QBoxLayout2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QBoxLayout3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QBoxLayout4 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QButtonGroup %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCalendarWidget %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCheckBox1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCheckBox2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCheckBox3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QColorDialog1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QColorDialog2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCombobox %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCommandLinkButton1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCommandLinkButton2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QCompleter %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDateEdit %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDateTimeEdit %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDesktopWidget %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDial1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDial2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDialog %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDockWidget %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QDoubleSpinBox %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QErrorMessage %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFileDialog1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFileDialog2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFocusFrame %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFontComboBox %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFontDialog %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFormLayout1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFormLayout2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QFormLayout3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QGraphicsEffect %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QGridLayout %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QGroupBox %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QHBoxLayout %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QInputDialog %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QLabel1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QLabel2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QLabel3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QLCDNumber %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QListView %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMainWindow %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMdiArea %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMenu1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMenu2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMessageBox1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMessageBox2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QMovie %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPlainTextEdit %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QProgressBar %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QProgressDialog %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPushButton1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPushButton2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPushButton3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPushButton4 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPushButton5 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QPushButton6 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QRadioButton1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QRadioButton2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QRubberBand %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QScrollBar %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QShortcut %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QSlider %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QSpinBox %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QStatusBar %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QTableWidget1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QTableWidget2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QTableWidget3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QTimeEdit %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QToolBox1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QToolBox2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QToolButton1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QToolButton2 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QToolButton3 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QToolButton4 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QTreeWidget %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QVBoxLayout %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QWidget %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 QWizard %1 %2 %3 ..\..\qt5xhb.hbc
| marcosgambeta/Qt5xHb | tests/QtWidgets/compileall.bat | bat | mit | 4,769 |
@echo off
set slection1=
set/p slection1=ÇëÊäÈëIPµØÖ·£º
netsh interface ip set address name="±¾µØÁ¬½Ó" source=static addr=%slection1% mask=255.255.255.0
set slection2=
set/p slection2=ÇëÊäÈëÍø¹ØµØÖ·£º
netsh interface ip set address name="±¾µØÁ¬½Ó" gateway=%slection2% gwmetric=0
set slection3=
set/p slection3=ÇëÊäÈëÖ÷dnsµØÖ·
netsh interface ip set dns name="±¾µØÁ¬½Ó" source=static addr=%slection3% register=PRIMARY
set slection4=
set/p slection4=ÇëÊäÈ뱸·ÝdnsµØÖ·
netsh interface ip add dns name="±¾µØÁ¬½Ó" addr=%slection4%
netsh interface ip set wins name="±¾µØÁ¬½Ó" source=static addr=none
pause | Vigorpush/Batch | WorkSpace/NetWorkConnection/ConfigurationIP_Gateway_DNS.bat | bat | mit | 602 |
@Echo Off
:: ******************** (c) Disney Internet Group ********************
::
:: This launches emacs and sets the classpath. Be sure
:: create/modify a setimportclasspath batch file, so that
:: all imported jar files are properly added to the
:: classpath.
::
::
::
:: Called by:
::
::
:: Calls: Setenv.bat
:: setImportClasspath.bat
::
:: Author: Sean Treat
::
Title Emacs
SetLocal
:: Call from SupportFiles
CD ..\Build\Scripts\
Set SYSTEMCLASSPATH=%CLASSPATH%
Call Setenv
Set BASEDIR=C:%BASEDIR%
Set IMPORTDIR=%BASEDIR%\SupportFiles\Import
Call %BASEDIR%\SupportFiles\setImportClasspath
Set CLASSPATH=%BASEDIR%\Code\Java;%CLASSPATH%;%SYSTEMCLASSPATH%
CD %BASEDIR%\Code\Java\
C:\emacs\emacs-20.7\bin\runemacs
EndLocal
| injectnique/KnuckleHeadedMcSpazatron | Tools/TeaTrove-Tea/teatrove-Tea-3.2.0/Tea3.2.0/SupportFiles/emacs.bat | bat | mit | 803 |
CD ..
CD ..
call mvn clean install package | tonikolaba/BatBat-Game | docs/run/install.bat | bat | mit | 42 |
cargo test --all-features
cargo test --features base62
| ArtemGr/gstuff.rs | test.bat | bat | mit | 55 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=shgo
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| Stefan-Endres/shgo | make.bat | bat | mit | 808 |
@echo off
rem THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
rem ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
rem THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
rem PARTICULAR PURPOSE.
rem
rem Copyright (c) Microsoft Corporation. All rights reserved.
setlocal
set error=0
set FX_PATH=C:\devtools\DirectX_SDK\Utilities\bin\x86
rem set FX_PATH=C:\devtools\DirectX\Utilities\bin\x86
rem Cube
call :CompileShader%1 Grid Grid vs VS_Main
call :CompileShader%1 Grid Grid ps PS_Main
call :CompileShader%1 Depth Depth vs VS_Main
call :CompileShader%1 Shadow Shadow vs VS_Main
call :CompileShader%1 Shadow Shadow ps PS_Main
call :CompileShader%1 Textured Textured vs VS_Main
call :CompileShader%1 Textured Textured ps PS_Main
call :CompileShader%1 Bump Bump vs VS_Main
call :CompileShader%1 Bump Bump ps PS_Main
call :CompileShader%1 AmbientLightning AmbientLightning vs VS_Main
call :CompileShader%1 AmbientLightning AmbientLightning ps PS_Main
call :CompileShader%1 InstancedAmbient InstancedAmbient vs VS_Main
call :CompileShader%1 InstancedAmbient InstancedAmbient ps PS_Main
call :CompileShader%1 Billboards Billboards vs VS_Main
call :CompileShader%1 Billboards Billboards ps PS_Main
call :CompileShader%1 WarpingGrid WarpingGrid vs VS_Main
call :CompileShader%1 WarpingGrid WarpingGrid ps PS_Main
call :CompileShader%1 GPUParticles GPUParticles vs VS_Main
call :CompileShader%1 GPUParticles GPUParticles ps PS_Main
echo.
if %error% == 0 (
echo Shaders compiled ok
) else (
echo There were shader compilation errors!
)
endlocal
exit /b
:CompileShader
set fxc=%FX_PATH%\fxc /nologo %1.hlsl /T%3_4_0 /Zi /Zpc /Qstrip_reflect /Qstrip_debug /E%4 /Fh%1_%4.h /Vn%2_%4
echo.
echo %fxc%
%fxc% || set error=1
exit /b
| amecky/ds_sandbox | shaders/compile_shaders.cmd | bat | mit | 1,786 |
@echo off
pushd "%~dp0"
cls
for /f "tokens=*" %%i IN ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath') DO (
set VSINSTALLPATH=%%i
set TOOLSPATH=%%i\Common7\Tools
set DEVENVDIR=%%i\Common7\IDE\
set DEVCMD=%%i\Common7\Tools\VsDevCmd.bat
)
for /f "tokens=*" %%j IN ('dir src\*.sln /b') DO (
set SOLUTIONFILE=%~dp0src\%%j
)
call "%DEVCMD%"
popd
msbuild "%SOLUTIONFILE%" /t:Restore /m /v:m
echo Complete!
pause
exit /b
| IObsequious/Solution | restore.cmd | bat | mit | 464 |
cmd_drivers/video/fb.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/video/fb.o drivers/video/fbmem.o drivers/video/fbmon.o drivers/video/fbcmap.o drivers/video/fbsysfs.o drivers/video/modedb.o drivers/video/fbcvt.o
| Algesat/BladeApex2 | drivers/video/.fb.o.cmd | bat | gpl-2.0 | 238 |
cmd_lib/lzo/lzo_decompress.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o lib/lzo/lzo_decompress.o lib/lzo/lzo1x_decompress.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | lib/lzo/.lzo_decompress.o.cmd | bat | gpl-2.0 | 161 |
@CLS
@D:
@CD D:\ZW-Platform.WK
@SET JDK_PATH=C:\Program Files\Java\jdk1.7.0_25
@SET MO_PATH=D:\ZW-Platform.WK
@SET MO_LIBRARY=%MO_PATH%\library
@SET MO_CLASS=%MO_LIBRARY%\jdom-2.0.2.jar;
@SET MO_CLASS=%MO_CLASS%%MO_LIBRARY%\mysql-connector-java-5.1.24-bin.jar;
@SET MO_CLASS=%MO_CLASS%%MO_LIBRARY%\mo-common.jar;
@SET MO_CLASS=%MO_CLASS%%MO_LIBRARY%\mo-core.jar;
@SET MO_CLASS=%MO_CLASS%%MO_LIBRARY%\mo-logic.jar;
@SET MO_CLASS=%MO_CLASS%%MO_LIBRARY%\mo-web.jar;
@SET MO_CLASS=%MO_CLASS%%MO_LIBRARY%\mo-zq-logic.jar;
@SET MO_CLASS=%MO_CLASS%%MO_PATH%\mp-service\bin;
"%JDK_PATH%\bin\java.exe" -cp "%MO_CLASS%" com.zqinet.app.builder.RStartup -home "%MO_PATH%\mp-service\src\config" -config application-service-local.xml -logger info
| favedit/MoPlatform | batch/sbs-service-builder-startup.bat | bat | gpl-2.0 | 740 |
cmd_sound/pci/ca0106/built-in.o := rm -f sound/pci/ca0106/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/ca0106/built-in.o
| kannu1994/crespo_kernel | sound/pci/ca0106/.built-in.o.cmd | bat | gpl-2.0 | 185 |
@echo off
echo build start...
if exist "%~dp0build.log" (del /Q "%~dp0build.log")
%windir%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe "D:\New_Project\PlugCode\UFIDA.U9.Cust.Demo.GXGROUPPlug\UFIDA.U9.Cust.Demo.GXGROUPPlug.sln" /t:Clean;Rebuild /p:WarningLevel=0;Configuration=Release
echo build end | amazingbow/yonyou | 广鑫/插件/UFIDA.U9.Cust.Demo.GXGROUPPlug/build.bat | bat | gpl-2.0 | 302 |
rem $Id: compile-icc-win32.cmd 1462 2007-12-18 20:49:56Z holger $
rem Build script for HoiChess using Intel C compiler for Windows
md .build-win32
md .build-win32\hoichess
md .build-win32\hoixiangqi
rem ICC options
rem ===========
rem
rem /GX enable exceptions (?)
rem /Ox optimize for maximum speed
rem /QxK generate code for Pentium III
rem /Qvec-report0 disable all messages from auto-vectorizer
icl /D HOICHESS /D WIN32 /I win32 /I lib /I chess /I . /GX /Ox /QxK /Qvec-report0 /Fe.build-win32\hoichess.exe /Fo.build-win32\hoichess\ *.cc chess\*.cc lib\*.cc win32\*.cc
icl /D HOIXIANGQI /D WIN32 /I win32 /I lib /I xiangqi /I . /GX /Ox /QxK /Qvec-report0 /Fe.build-win32\hoixiangqi.exe /Fo.build-win32\hoixiangqi\ *.cc xiangqi\*.cc lib\*.cc win32\*.cc
| dancor/hoichess | src/build/compile-icc-win32.cmd | bat | gpl-2.0 | 783 |
cmd_arch/arm/lib/io-writesl.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesl.o.d -nostdinc -isystem /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-exynos/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-writesl.o arch/arm/lib/io-writesl.S
source_arch/arm/lib/io-writesl.o := arch/arm/lib/io-writesl.S
deps_arch/arm/lib/io-writesl.o := \
/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include/asm/linkage.h \
/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include/asm/hwcap.h \
/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/io-writesl.o: $(deps_arch/arm/lib/io-writesl.o)
$(deps_arch/arm/lib/io-writesl.o):
| PrestigeMod/SHW-M440S | arch/arm/lib/.io-writesl.o.cmd | bat | gpl-2.0 | 2,253 |
@dnx --appbase "%~dp0." Microsoft.Dnx.ApplicationHost Yanyitec.Unitest %* | yanyitec/Yanyitec | artifacts/bin/Yanyitec.Unitest/Debug/app/Yanyitec.Unitest.cmd | bat | gpl-2.0 | 73 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\crowdin-cli\bin\crowdin-cli" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\crowdin-cli\bin\crowdin-cli" %*
) | SmarTS-Lab-Parapluie/S3DK | Documentation/Website/website/node_modules/docusaurus/node_modules/.bin/crowdin-cli.cmd | bat | gpl-3.0 | 208 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch Service 5.1.2
rem TODO: remove for Elasticsearch 6.x
set bad_env_var=0
if not "%ES_MIN_MEM%" == "" set bad_env_var=1
if not "%ES_MAX_MEM%" == "" set bad_env_var=1
if not "%ES_HEAP_SIZE%" == "" set bad_env_var=1
if not "%ES_HEAP_NEWSIZE%" == "" set bad_env_var=1
if not "%ES_DIRECT_SIZE%" == "" set bad_env_var=1
if not "%ES_USE_IPV4%" == "" set bad_env_var=1
if not "%ES_GC_OPTS%" == "" set bad_env_var=1
if not "%ES_GC_LOG_FILE%" == "" set bad_env_var=1
if %bad_env_var% == 1 (
echo Error: encountered environment variables that are no longer supported
echo Use jvm.options or ES_JAVA_OPTS to configure the JVM
if not "%ES_MIN_MEM%" == "" echo ES_MIN_MEM=%ES_MIN_MEM%: set -Xms%ES_MIN_MEM% in jvm.options or add "-Xms%ES_MIN_MEM%" to ES_JAVA_OPTS
if not "%ES_MAX_MEM%" == "" echo ES_MAX_MEM=%ES_MAX_MEM%: set -Xms%ES_MAX_MEM% in jvm.options or add "-Xmx%ES_MAX_MEM%" to ES_JAVA_OPTS
if not "%ES_HEAP_SIZE%" == "" echo ES_HEAP_SIZE=%ES_HEAP_SIZE%: set -Xms%ES_HEAP_SIZE% and -Xmx%ES_HEAP_SIZE% in jvm.options or add "-Xms%ES_HEAP_SIZE% -Xmx%ES_HEAP_SIZE%" to ES_JAVA_OPTS
if not "%ES_HEAP_NEWSIZE%" == "" echo ES_HEAP_NEWSIZE=%ES_HEAP_NEWSIZE%: set -Xmn%ES_HEAP_NEWSIZE% in jvm.options or add "-Xmn%ES_HEAP_SIZE%" to ES_JAVA_OPTS
if not "%ES_DIRECT_SIZE%" == "" echo ES_DIRECT_SIZE=%ES_DIRECT_SIZE%: set -XX:MaxDirectMemorySize=%ES_DIRECT_SIZE% in jvm.options or add "-XX:MaxDirectMemorySize=%ES_DIRECT_SIZE%" to ES_JAVA_OPTS
if not "%ES_USE_IPV4%" == "" echo ES_USE_IPV4=%ES_USE_IPV4%: set -Djava.net.preferIPv4Stack=true in jvm.options or add "-Djava.net.preferIPv4Stack=true" to ES_JAVA_OPTS
if not "%ES_GC_OPTS%" == "" echo ES_GC_OPTS=%ES_GC_OPTS%: set %ES_GC_OPTS: = and % in jvm.options or add "%ES_GC_OPTS%" to ES_JAVA_OPTS
if not "%ES_GC_LOG_FILE%" == "" echo ES_GC_LOG_FILE=%ES_GC_LOG_FILE%: set -Xloggc:%ES_GC_LOG_FILE% in jvm.options or add "-Xloggc:%ES_GC_LOG_FILE%" to ES_JAVA_OPTS"
exit /b 1
)
rem end TODO: remove for Elasticsearch 6.x
IF DEFINED JAVA_HOME (
SET JAVA="%JAVA_HOME%\bin\java.exe"
) ELSE (
FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I
)
IF NOT EXIST %JAVA% (
ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2
EXIT /B 1
)
IF DEFINED JAVA_HOME GOTO :cont
IF NOT %JAVA:~-13% == "\bin\java.exe" (
FOR /f "tokens=2 delims=[]" %%I IN ('dir %JAVA%') DO @set JAVA=%%I
)
IF %JAVA:~-13% == "\bin\java.exe" (
SET JAVA_HOME=%JAVA:~0,-13%
)
:cont
if not "%CONF_FILE%" == "" goto conffileset
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
%JAVA% -Xmx50M -version > nul 2>&1
if errorlevel 1 (
echo Warning: Could not start JVM to detect version, defaulting to x86:
goto x86
)
%JAVA% -Xmx50M -version 2>&1 | "%windir%\System32\find" "64-Bit" >nul:
if errorlevel 1 goto x86
set EXECUTABLE=%ES_HOME%\bin\elasticsearch-service-x64.exe
set SERVICE_ID=elasticsearch-service-x64
set ARCH=64-bit
goto checkExe
:x86
set EXECUTABLE=%ES_HOME%\bin\elasticsearch-service-x86.exe
set SERVICE_ID=elasticsearch-service-x86
set ARCH=32-bit
:checkExe
if EXIST "%EXECUTABLE%" goto okExe
echo elasticsearch-service-(x86|x64).exe was not found...
:okExe
set ES_VERSION=5.1.2
if "%LOG_DIR%" == "" set LOG_DIR=%ES_HOME%\logs
if "x%1x" == "xx" goto displayUsage
set SERVICE_CMD=%1
shift
if "x%1x" == "xx" goto checkServiceCmd
set SERVICE_ID=%1
:checkServiceCmd
if "%LOG_OPTS%" == "" set LOG_OPTS=--LogPath "%LOG_DIR%" --LogPrefix "%SERVICE_ID%" --StdError auto --StdOutput auto
if /i %SERVICE_CMD% == install goto doInstall
if /i %SERVICE_CMD% == remove goto doRemove
if /i %SERVICE_CMD% == start goto doStart
if /i %SERVICE_CMD% == stop goto doStop
if /i %SERVICE_CMD% == manager goto doManagment
echo Unknown option "%SERVICE_CMD%"
:displayUsage
echo.
echo Usage: elasticsearch-service.bat install^|remove^|start^|stop^|manager [SERVICE_ID]
goto:eof
:doStart
"%EXECUTABLE%" //ES//%SERVICE_ID% %LOG_OPTS%
if not errorlevel 1 goto started
echo Failed starting '%SERVICE_ID%' service
goto:eof
:started
echo The service '%SERVICE_ID%' has been started
goto:eof
:doStop
"%EXECUTABLE%" //SS//%SERVICE_ID% %LOG_OPTS%
if not errorlevel 1 goto stopped
echo Failed stopping '%SERVICE_ID%' service
goto:eof
:stopped
echo The service '%SERVICE_ID%' has been stopped
goto:eof
:doManagment
set EXECUTABLE_MGR=%ES_HOME%\bin\elasticsearch-service-mgr.exe
"%EXECUTABLE_MGR%" //ES//%SERVICE_ID%
if not errorlevel 1 goto managed
echo Failed starting service manager for '%SERVICE_ID%'
goto:eof
:managed
echo Successfully started service manager for '%SERVICE_ID%'.
goto:eof
:doRemove
rem Remove the service
"%EXECUTABLE%" //DS//%SERVICE_ID% %LOG_OPTS%
if not errorlevel 1 goto removed
echo Failed removing '%SERVICE_ID%' service
goto:eof
:removed
echo The service '%SERVICE_ID%' has been removed
goto:eof
:doInstall
echo Installing service : "%SERVICE_ID%"
echo Using JAVA_HOME (%ARCH%): "%JAVA_HOME%"
rem Check JVM server dll first
if exist "%JAVA_HOME%\jre\bin\server\jvm.dll" (
set JVM_DLL=\jre\bin\server\jvm.dll
goto foundJVM
)
rem Check 'server' JRE (JRE installed on Windows Server)
if exist "%JAVA_HOME%\bin\server\jvm.dll" (
set JVM_DLL=\bin\server\jvm.dll
goto foundJVM
)
rem Fallback to 'client' JRE
if exist "%JAVA_HOME%\bin\client\jvm.dll" (
set JVM_DLL=\bin\client\jvm.dll
echo Warning: JAVA_HOME points to a JRE and not JDK installation; a client (not a server^) JVM will be used...
) else (
echo JAVA_HOME points to an invalid Java installation (no jvm.dll found in "%JAVA_HOME%"^). Exiting...
goto:eof
)
:foundJVM
if "%ES_JVM_OPTIONS%" == "" (
set ES_JVM_OPTIONS=%ES_HOME%\config\jvm.options
)
if not "%ES_JAVA_OPTS%" == "" set ES_JAVA_OPTS=%ES_JAVA_OPTS: =;%
@setlocal
for /F "usebackq delims=" %%a in (`findstr /b \- "%ES_JVM_OPTIONS%" ^| findstr /b /v "\-server \-client"`) do set JVM_OPTIONS=!JVM_OPTIONS!%%a;
@endlocal & set ES_JAVA_OPTS=%JVM_OPTIONS%%ES_JAVA_OPTS%
if "%ES_JAVA_OPTS:~-1%"==";" set ES_JAVA_OPTS=%ES_JAVA_OPTS:~0,-1%
@setlocal EnableDelayedExpansion
for %%a in ("%ES_JAVA_OPTS:;=","%") do (
set var=%%a
if "!var:~1,4!" == "-Xms" (
if not "!JVM_MS!" == "" (
echo duplicate min heap size settings found
goto:eof
)
set XMS=!var:~5,-1!
call:convertxm !XMS! JVM_MS
)
if "!var:~1,16!" == "-XX:MinHeapSize=" (
if not "!JVM_MS!" == "" (
echo duplicate min heap size settings found
goto:eof
)
set XMS=!var:~17,-1!
call:convertxm !XMS! JVM_MS
)
if "!var:~1,4!" == "-Xmx" (
if not "!JVM_MX!" == "" (
echo duplicate max heap size settings found
goto:eof
)
set XMX=!var:~5,-1!
call:convertxm !XMX! JVM_MX
)
if "!var:~1,16!" == "-XX:MaxHeapSize=" (
if not "!JVM_MX!" == "" (
echo duplicate max heap size settings found
goto:eof
)
set XMX=!var:~17,-1!
call:convertxm !XMX! JVM_MX
)
if "!var:~1,4!" == "-Xss" (
if not "!JVM_SS!" == "" (
echo duplicate thread stack size settings found
exit 1
)
set XSS=!var:~5,-1!
call:convertxk !XSS! JVM_SS
)
if "!var:~1,20!" == "-XX:ThreadStackSize=" (
if not "!JVM_SS!" == "" (
echo duplicate thread stack size settings found
goto:eof
)
set XSS=!var:~21,-1!
call:convertxk !XSS! JVM_SS
)
)
@endlocal & set JVM_MS=%JVM_MS% & set JVM_MX=%JVM_MX% & set JVM_SS=%JVM_SS%
if "%JVM_MS%" == "" (
echo minimum heap size not set; configure using -Xms via %ES_JVM_OPTIONS% or ES_JAVA_OPTS
goto:eof
)
if "%JVM_MX%" == "" (
echo maximum heap size not set; configure using -Xmx via %ES_JVM_OPTIONS% or ES_JAVA_OPTS
goto:eof
)
if "%JVM_SS%" == "" (
echo thread stack size not set; configure using -Xss via %ES_JVM_OPTIONS% or ES_JAVA_OPTS
goto:eof
)
CALL "%ES_HOME%\bin\elasticsearch.in.bat"
if "%DATA_DIR%" == "" set DATA_DIR=%ES_HOME%\data
if "%CONF_DIR%" == "" set CONF_DIR=%ES_HOME%\config
set ES_PARAMS=-Delasticsearch;-Des.path.home="%ES_HOME%";-Des.default.path.logs="%LOG_DIR%";-Des.default.path.data="%DATA_DIR%";-Des.default.path.conf="%CONF_DIR%"
if "%ES_START_TYPE%" == "" set ES_START_TYPE=manual
if "%ES_STOP_TIMEOUT%" == "" set ES_STOP_TIMEOUT=0
if "%SERVICE_DISPLAY_NAME%" == "" set SERVICE_DISPLAY_NAME=Elasticsearch %ES_VERSION% (%SERVICE_ID%)
if "%SERVICE_DESCRIPTION%" == "" set SERVICE_DESCRIPTION=Elasticsearch %ES_VERSION% Windows Service - https://elastic.co
if not "%SERVICE_USERNAME%" == "" (
if not "%SERVICE_PASSWORD%" == "" (
set SERVICE_PARAMS=%SERVICE_PARAMS% --ServiceUser "%SERVICE_USERNAME%" --ServicePassword "%SERVICE_PASSWORD%"
)
)
"%EXECUTABLE%" //IS//%SERVICE_ID% --Startup %ES_START_TYPE% --StopTimeout %ES_STOP_TIMEOUT% --StartClass org.elasticsearch.bootstrap.Elasticsearch --StopClass org.elasticsearch.bootstrap.Elasticsearch --StartMethod main --StopMethod close --Classpath "%ES_CLASSPATH%" --JvmMs %JVM_MS% --JvmMx %JVM_MX% --JvmSs %JVM_SS% --JvmOptions %ES_JAVA_OPTS% ++JvmOptions %ES_PARAMS% %LOG_OPTS% --PidFile "%SERVICE_ID%.pid" --DisplayName "%SERVICE_DISPLAY_NAME%" --Description "%SERVICE_DESCRIPTION%" --Jvm "%%JAVA_HOME%%%JVM_DLL%" --StartMode jvm --StopMode jvm --StartPath "%ES_HOME%" %SERVICE_PARAMS%
if not errorlevel 1 goto installed
echo Failed installing '%SERVICE_ID%' service
goto:eof
:installed
echo The service '%SERVICE_ID%' has been installed.
goto:eof
:err
echo JAVA_HOME environment variable must be set!
pause
goto:eof
rem ---
rem Function for converting Xm[s|x] values into MB which Commons Daemon accepts
rem ---
:convertxm
set value=%~1
rem extract last char (unit)
set unit=%value:~-1%
rem assume the unit is specified
set conv=%value:~0,-1%
if "%unit%" == "k" goto kilo
if "%unit%" == "K" goto kilo
if "%unit%" == "m" goto mega
if "%unit%" == "M" goto mega
if "%unit%" == "g" goto giga
if "%unit%" == "G" goto giga
rem no unit found, must be bytes; consider the whole value
set conv=%value%
rem convert to KB
set /a conv=%conv% / 1024
:kilo
rem convert to MB
set /a conv=%conv% / 1024
goto mega
:giga
rem convert to MB
set /a conv=%conv% * 1024
:mega
set "%~2=%conv%"
goto:eof
:convertxk
set value=%~1
rem extract last char (unit)
set unit=%value:~-1%
rem assume the unit is specified
set conv=%value:~0,-1%
if "%unit%" == "k" goto kilo
if "%unit%" == "K" goto kilo
if "%unit%" == "m" goto mega
if "%unit%" == "M" goto mega
if "%unit%" == "g" goto giga
if "%unit%" == "G" goto giga
rem no unit found, must be bytes; consider the whole value
set conv=%value%
rem convert to KB
set /a conv=%conv% / 1024
goto kilo
:mega
rem convert to KB
set /a conv=%conv% * 1024
goto kilo
:giga
rem convert to KB
set /a conv=%conv% * 1024 * 1024
:kilo
set "%~2=%conv%"
goto:eof
:conffileset
echo CONF_FILE setting is no longer supported. elasticsearch.yml must be placed in the config directory and cannot be renamed.
goto:eof
ENDLOCAL
| Veselin-Genadiev/AINews | elasticsearch/bin/elasticsearch-service.bat | bat | gpl-3.0 | 10,890 |
@echo off
D:
cd D:\WebDevelop\httpd\Apache24\bin
REM ½«ÒýºÅÄÚ²¿·Ö¸Ä³ÉÄãÒª²éÕҵķþÎñÃû³Æ
REM sc query |find /i "Apache" >nul 2>nul
sc query Apache2.4
REM Èç¹û·þÎñ´æÔÚ£¬Ìø×ªÖÁexist±êÇ©
REM %ERRORLEVEL% ÏÔʾµÄÊÇÉÏÒ»¸öÃüÁîµÄÖ´Ðнá¹û
if not errorlevel 1 (goto exist) else goto notexist
:exist
REM ÕâÀïд·þÎñ´æÔÚʱÓõĴúÂë
echo exist Apache server
echo echo start to check apache server running......
for /f "skip=3 tokens=4" %%i in ('sc query Apache2.4') do set "apache_running=%%i" & goto apache_n
:apache_n
if /i "%apache_running%"=="RUNNING" (
echo apache server running
)else
(
if /i "%apache_running%"=="STOPPED" (
echo apache server starting ......
httpd -k start
)
)
echo start ApacheMonitor ...
start /MAX "" "ApacheMonitor.exe"
goto :end
:notexist
REM ÕâÀïд·þÎñ²»´æÔÚʱÓõĴúÂë
echo not exist Apache server
echo installing Apache server
httpd -k install
echo starting Apache server......
httpd -k start
echo start ApacheMonitor
start /MAX "" "ApacheMonitor.exe"
goto :end
:end
pause | flyinskyin2013/GraduationDesign | Doc/my_wife_doc/StartApache.bat | bat | gpl-3.0 | 1,096 |
python C:\CiHmiCommunicateChecker\main.py
pause | lisency/CiHmiCommunicateChecker | run.bat | bat | gpl-3.0 | 47 |
HRBFQI torus.pwn torus_mesh_1rho.obj 0 0 0.3 50 0.1 0 0
HRBFQI torus.pwn torus_mesh_2rho.obj 0 0 0.6 50 0.1 0 0
HRBFQI torus.pwn torus_mesh_3rho.obj 0 0 0.9 50 0.1 0 0
HRBFQI torus.pwn torus_mesh_4rho.obj 0 0 1.2 50 0.1 0 0 | GCVGroup/HRBFQI | Bin/Figure3.bat | bat | gpl-3.0 | 232 |
@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\Mathdeck.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Mathdeck.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
| patrickspencer/mathdeck | docs/make.bat | bat | apache-2.0 | 6,705 |
@echo off
REM
REM ELMAH - Error Logging Modules and Handlers for ASP.NET
REM Copyright (c) 2004-9 Atif Aziz. All rights reserved.
REM
REM Author(s):
REM
REM Atif Aziz, http://www.raboof.com
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.
REM
REM -------------------------------------------------------------------------
REM
REM To compile for Microsoft .NET Framework 2.0, 3.0 and 3.5, you only
REM need MSBUILD.EXE and which is expected to be located in the standard
REM installation directory.
setlocal
pushd "%~dp0"
set MSBUILD35EXE=%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe
if not exist "%MSBUILD35EXE%" (
echo The .NET Framework 3.5 does not appear to be installed on this
echo machine, which is required to build the solution.
exit /b 1
)
for %%i in (debug release) do if exist "%MSBUILD35EXE%" "%MSBUILD35EXE%" Elmah.sln /p:Configuration=%%i
popd
| madaboutcode/Elmah | build.cmd | bat | apache-2.0 | 1,408 |
@%CCP4%\bin\ccp4-python.bat -m dimple %*
| ccp4/dimple | dimple.bat | bat | apache-2.0 | 42 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCSTOR.S02_PublicFoldersLogon.MSOXCSTOR_S02_TC06_TestOperationsOnProperties /testcontainer:..\..\MS-OXCSTOR\TestSuite\bin\Debug\MS-OXCSTOR_TestSuite.dll /runconfig:..\..\MS-OXCSTOR\MS-OXCSTOR.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCSTOR/RunMSOXCSTOR_S02_TC06_TestOperationsOnProperties.cmd | bat | mit | 313 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S16_Settings.MSASCMD_S16_TC14_Settings_GetRightManagementInformation /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S16_TC14_Settings_GetRightManagementInformation.cmd | bat | mit | 303 |
@echo OFF
rem SET debug_compile=
rem SET debug_link=
rem if "%1%"=="/DEBUG" SET debug_compile=/Zi /O2 /bigobj /MDd
rem if "%1%"=="/DEBUG" SET debug_link=/DEBUG /release
rem copy ..\..\back-ends\foma\libfoma.* .
rem copy ..\..\back-ends\openfstwin\src\lib\openfst.* .
if not exist libhfst.i echo Error: missing file "libhfst.i" && ^
exit /B
if not exist C:\python33\libs\python33.lib echo Error: missing file "C:\python33\libs\python33.lib" && ^
exit /B
if not exist C:\swigwin-3.0.5\swig.exe echo Error: missing executable "C:\swigwin-3.0.5\swig.exe" && ^
exit /B
if not exist "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" echo Error: missing include directory "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" && ^
exit /B
if exist "..\..\back-ends\foma\flags.c" echo Renaming foma's flags.c into _flags.c as there is a file with the same name in openfst ^
move ..\..\back-ends\foma\flags.c ..\..\back-ends\foma\_flags.c
@echo ON
copy C:\python33\libs\python33.lib .
C:\swigwin-3.0.5\swig.exe -python -c++ -I"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" -Wall -o _libhfst.cpp libhfst.i
cl /EHsc /LD /Fe_libhfst.pyd ^
/D HAVE_FOMA /D HAVE_OPENFST /D HFSTEXPORT /D OPENFSTEXPORT /D_MSC_VER /DWINDOWS /DWIN32 ^
/I..\..\libhfst\src /I..\..\back-ends\foma /I..\..\back-ends /I..\..\back-ends\openfstwin\src\include /I ..\.. ^
/Iparsers /I..\.. /I..\..\libhfst\src /I..\..\libhfst\src\parsers /I..\..\back-ends\foma ^
/I..\..\back-ends /I..\..\back-ends\openfstwin\src\include /IC:\Python33\include\ ^
HfstApply.cpp ^
HfstInputStream.cpp ^
HfstTransducer.cpp ^
HfstOutputStream.cpp ^
HfstRules.cpp ^
HfstXeroxRules.cpp ^
HfstDataTypes.cpp ^
HfstSymbolDefs.cpp ^
HfstTokenizer.cpp ^
HfstFlagDiacritics.cpp ^
HfstExceptionDefs.cpp ^
HarmonizeUnknownAndIdentitySymbols.cpp ^
HfstLookupFlagDiacritics.cpp ^
HfstEpsilonHandler.cpp ^
HfstStrings2FstTokenizer.cpp ^
HfstPrintDot.cpp ^
HfstPrintPCKimmo.cpp ^
hfst-string-conversions.cpp ^
string-utils.cpp ^
implementations\HfstBasicTransducer.cpp ^
implementations\HfstBasicTransition.cpp ^
implementations\ConvertTransducerFormat.cpp ^
implementations\HfstTropicalTransducerTransitionData.cpp ^
implementations\ConvertTropicalWeightTransducer.cpp ^
implementations\ConvertLogWeightTransducer.cpp ^
implementations\ConvertFomaTransducer.cpp ^
implementations\ConvertOlTransducer.cpp ^
implementations\TropicalWeightTransducer.cpp ^
implementations\LogWeightTransducer.cpp ^
implementations\FomaTransducer.cpp ^
implementations\HfstOlTransducer.cpp ^
implementations\compose_intersect\ComposeIntersectRulePair.cpp ^
implementations\compose_intersect\ComposeIntersectLexicon.cpp ^
implementations\compose_intersect\ComposeIntersectRule.cpp ^
implementations\compose_intersect\ComposeIntersectFst.cpp ^
implementations\compose_intersect\ComposeIntersectUtilities.cpp ^
implementations\optimized-lookup\transducer.cpp ^
implementations\optimized-lookup\convert.cpp ^
implementations\optimized-lookup\ospell.cpp ^
implementations\optimized-lookup\pmatch.cpp ^
implementations\optimized-lookup\find_epsilon_loops.cpp ^
parsers\xre_lex.cpp ^
parsers\xre_parse.cpp ^
parsers\pmatch_parse.cpp ^
parsers\pmatch_lex.cpp ^
parsers\lexc-parser.cpp ^
parsers\lexc-lexer.cpp ^
parsers\xfst-parser.cpp ^
parsers\xfst-lexer.cpp ^
parsers\LexcCompiler.cpp ^
parsers\PmatchCompiler.cpp ^
parsers\XreCompiler.cpp ^
parsers\XfstCompiler.cpp ^
parsers\lexc-utils.cpp ^
parsers\pmatch_utils.cpp ^
parsers\xre_utils.cpp ^
parsers\xfst-utils.cpp ^
parsers\xfst_help_message.cpp ^
..\..\back-ends\openfstwin\src\lib\compat.cpp ^
..\..\back-ends\openfstwin\src\lib\flags.cpp ^
..\..\back-ends\openfstwin\src\lib\fst.cpp ^
..\..\back-ends\openfstwin\src\lib\properties.cpp ^
..\..\back-ends\openfstwin\src\lib\symbol-table.cpp ^
..\..\back-ends\openfstwin\src\lib\symbol-table-ops.cpp ^
..\..\back-ends\openfstwin\src\lib\util.cpp ^
..\..\back-ends\foma\*.c ^
_libhfst.cpp
| wikimedia/operations-debs-contenttranslation-hfst | scripts/windows/make-python-bindings.bat | bat | gpl-3.0 | 3,938 |
@echo off
REM - Default values
set bin=-1
set user=root
set pass=-1
set db=osirose
set host=localhost
echo.
echo ===== OSpRose Online Database Installer ======
echo.
REM - Get MySQL Bin Path
:getbin
set /p bin="Enter the MySQL bin path: "
if %bin%==-1 goto getbin
if NOT EXIST "%bin%\mysql.exe" goto getBin
if NOT EXIST "%bin%\mysqldump.exe" goto getBin
REM - Get database username
:getuser
set /p user="Enter database username (default: root): "
REM - Get database password
:getpass
set /p pass="Enter database password: "
if %pass%==-1 goto getpass
REM - Get database name
:getdb
set /p db="Enter database name (default: osirose): "
REM - Get database host
:gethost
set /p host="Enter database host (default: localhost): "
REM - Menu
:menuoptions
echo.
echo Backing up your database is HIGHLY recommended before installing a new database
echo Please select an option
echo =======================
echo 1) Backup Database
echo 2) Install Database
echo 3) Quit
:menu
set option=0
set /p option="Select an option: "
if %option%==1 goto backup
if %option%==2 goto install
if %option%==3 goto quit
goto menu
REM - Backup
:backup
echo.
echo Backing up MySQL Database %db% on host %host% to file %db%_backup.sql
%bin%\mysqldump.exe --add-drop-table -h %host% -u %user% --password=%pass% %db% > %db%_backup.sql
echo Database Backed Up
echo.
goto menuoptions
REM - Install
:install
echo.
echo Installing osirose.sql to %db% on %host%
%bin%\mysql.exe -h %host% -u %user% --password=%pass% -D %db% < osirose.sql
echo Database Installed
echo.
goto menuoptions
REM - Quit
:quit
echo.
echo Thanks for using the OSpRose Database Installer :-) Exiting...
pause
| dev-osrose/osIROSE-new | Database/db_installer.bat | bat | apache-2.0 | 1,747 |
/******************************************************************************
*
* qs_iot_ccs.cmd - CCS linker configuration file for qs_iot.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with "viral" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.4.178 of the EK-TM4C1294XL Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000
/* System memory map */
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00100000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 4096;
| jhnphm/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c1294xl/qs_iot/qs_iot_ccs.cmd | bat | gpl-3.0 | 2,794 |
@echo off
REM *************************GO-LICENSE-START********************************
REM Copyright 2014 ThoughtWorks, 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.
REM *************************GO-LICENSE-END**********************************
if not defined SERVER_DIR set SERVER_DIR=%cd%
if not defined SERVER_MEM set SERVER_MEM=512m
if not defined SERVER_MAX_MEM set SERVER_MAX_MEM=1024m
if not defined SERVER_MAX_PERM_GEN set SERVER_MAX_PERM_GEN=400m
if not defined GO_SERVER_PORT set GO_SERVER_PORT=8153
if not defined GO_SERVER_SSL_PORT set GO_SERVER_SSL_PORT=8154
if not defined JAVA_CMD set JAVA_CMD=%GO_SERVER_JAVA_HOME%\bin\java.exe
if not defined GO_SERVER_SYSTEM_PROPERTIES set GO_SERVER_SYSTEM_PROPERTIES=
set JAVA_HOME=%GO_SERVER_JAVA_HOME%
if not exist "%SERVER_DIR%\tmp" (
mkdir "%SERVER_DIR%\tmp"
)
if not exist "%JAVA_CMD%" set JAVA_CMD=java.exe
"%JAVA_CMD%" -Xms%SERVER_MEM% -Xmx%SERVER_MAX_MEM% -XX:MaxMetaspaceSize=%SERVER_MAX_PERM_GEN% %GO_SERVER_SYSTEM_PROPERTIES% -Duser.language=en -DJAVA_SYS_MON_TEMP_DIR="%SERVER_DIR%\tmp" -Djruby.rack.request.size.threshold.bytes=30000000 -Duser.country=US -Dcruise.config.dir="%SERVER_DIR%\config" -Dcruise.config.file="%SERVER_DIR%\config\cruise-config.xml" -Dcruise.server.port=%GO_SERVER_PORT% -Dcruise.server.ssl.port=%GO_SERVER_SSL_PORT% -jar "%SERVER_DIR%\go.jar"
| varshavaradarajan/gocd | installers/go-server/release/server.cmd | bat | apache-2.0 | 1,870 |
@echo off
if "%1%"=="trash" (
call :trash
goto :eof
)
if "%1%"=="trash-keep" (
call :trash-keep
goto :eof
)
if "%1%"=="deps" (
call :deps
goto :eof
)
if "%1%"=="" (
set cmd=ci
) else (
set cmd=%1%
)
call :.dapper
.dapper.exe -f Dockerfile-windows.dapper %cmd%
goto :eof
:.dapper
if not exist .dapper.exe (
bitsadmin /rawreturn /transfer dappwer-download https://releases.rancher.com/dapper/latest/dapper-Windows-x86_64.exe %~dp0\.dapper.exe
.dapper.exe -v
)
goto :eof
:trash
call :.dapper
.dapper.exe -f Dockerfile-windows.dapper -m bind trash.exe
goto :eof
:trash-keep
call :.dapper
.dapper.exe -f Dockerfile-windows.dapper -m bind trash.exe -k
goto :eof
:deps
call :trash
goto :eof
| rancher/dapper | make.bat | bat | apache-2.0 | 728 |
cmd_drivers/usb/storage/ums-alauda.o := arm-eabi-ld -EL -r -o drivers/usb/storage/ums-alauda.o drivers/usb/storage/alauda.o
| R-M-S/RMS_EXPERIMENTAL_Kernel | drivers/usb/storage/.ums-alauda.o.cmd | bat | gpl-2.0 | 128 |
build /t:zipdeploy & pause
| DejanMilicic/n2cms | build/zipbuild.bat | bat | lgpl-2.1 | 27 |
classmaker -s ../../lib/classes/schema.xml -o ../../lib/classes/
| barryrobison/arsenalsuite | cpp/apps/classmaker/run.bat | bat | gpl-2.0 | 65 |
rem set JAVA_HOME=C:\jdk1.6.0
start %ANT_HOME%\bin\ant jar
| jior/glaf | workspace/glaf-ui/jar.bat | bat | apache-2.0 | 59 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\.1.11.0@sshpk\bin\sshpk-conv" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\.1.11.0@sshpk\bin\sshpk-conv" %*
) | MacroLin/practice | webpack+react(练习)/node_modules/.1.1.1@http-signature/node_modules/.bin/sshpk-conv.cmd | bat | mit | 210 |
DeviceSetup.exe -v remove *IMBDRV
DeviceSetup.exe -v remove *INT0800
DeviceSetup.exe -v remove *IntelUtilDeV | thoughtjunky/KeyTechBITPE | mount/Program Files/iflash32/Gen6/uninstall.cmd | bat | apache-2.0 | 108 |
@echo off
cls
COLOR B0
mode con:cols=65 lines=20
TITLE UNIFORM SERVER - Start Cron
rem ###################################################
rem # Name: Start_Cron.bat
rem # Created By: The Uniform Server Development Team
rem # Edited Last By: Mike Gleaves (ric)
rem # V 1.0 27-9-2009
rem ###################################################
rem ### working directory current folder
pushd %~dp0
..\usr\local\php\php.exe -n ..\unicon\main\start_servers.php 16
rem Start.exe
rem ..\unicon\program\unidelay.exe 10
pause
rem ### restore original working directory
popd
| ravihansa3000/vesuvius-portable-windows | PortableApps/SahanaFoundation.org/alternative_control/Start_Cron.bat | bat | mit | 595 |
@ECHO OFF
SETLOCAL
SET SCRIPTPATH=%~dp0
SET SCRIPTPATH=%SCRIPTPATH:~0,-1%
CD %SCRIPTPATH%
CALL %CTKBLDROOT%setupEnv.cmd
SET BASENAME=Md5
SET RELDIR=src\bin\Release\
SET DLLNAME=%BASENAME%.dll
IF EXIST %RELDIR%*.* DEL /F /Q %RELDIR%*.*
%msbuildexe% %BASENAME%.sln /p:Configuration=Release /verbosity:minimal /nologo /t:Clean,Build
PUSHD %RELDIR%
CALL signcmd .\%BASENAME%.exe
%zipexe% a %BASENAME%.1.x.x.zip -r
POPD
ENDLOCAL
| cyotek/Md5 | build.cmd | bat | mit | 437 |
"NuGet.exe" "pack" "..\src\Scs\Scs.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | hikalkan/scs | nuget/pack.bat | bat | mit | 112 |
@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\Flask-FedoraCommons.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Flask-FedoraCommons.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
| jermnelson/flask-fedora-commons | docs/make.bat | bat | mit | 6,485 |
rem cd /d %~dp0
rem NOTE: Currently the batch is not working. You have to copy the command and run it from buildserver/lib folder directly
@echo off
echo "Starting AiLiveComplete BuildServer to build apk from source..."
echo "Syntax is:"
echo " WinBuildApkFromSrc mySource.zip myUserName outputFolder"
echo " where mySource.zip is full path to AI zip file"
echo " myUserName is like jdoe@gmail.com"
echo " outputFilder is where you want the apk to be generated to"
echo " e.g. WinBuildApkFromSrc.cmd C:\Users\Me\Downloads\SQLite3.apk kkashi01@gmail.com C:\Users\Me\Downloads "
rem cd BuildServer\lib
rem "%JAVA_HOME%\bin\java" -Xmx1g -cp BuildServer.jar;CommonUtils.jar;CommonVersion.jar;FastInfoset-1.2.2.jar;activation-1.1.jar;args4j-2.0.18.jar;asm-3.1.jar;commons-io-2.0.1.jar;grizzly-servlet-webserver-1.9.18-i.jar;guava-14.0.1.jar;http-20070405.jar;jackson-core-asl-1.9.4.jar;jaxb-api-2.1.jar;jaxb-impl-2.1.10.jar;jaxb-xjc.jar;jdom-1.0.jar;jersey-bundle-1.3.jar;jersey-multipart-1.3.jar;jettison-1.1.jar;json.jar;jsr311-api-1.1.1.jar;localizer.jar;mail-1.4.jar;rome-0.9.jar;sdklib.jar;stax-api-1.0-2.jar;wadl-cmdline.jar;wadl-core.jar;wadl2java.jar -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main --inputZipFile %1 --userName %2 --outputDir %3
"%JAVA_HOME%\bin\java" -Xmx1g -cp activation-1.1.jar;jersey-bundle-1.3.jar;args4j-2.0.18.jar;jersey-multipart-1.3.jar;asm-3.1.jar;jettison-1.1.jar;BuildServer.jar;json.jar;CommonUtils.jar;jsr311-api-1.1.1.jar;CommonVersion.jar;localizer.jar;FastInfoset-1.2.2.jar;mail-1.4.jar;grizzly-servlet-webserver-1.9.18-i.jar;commons-io-2.0.1.jar;guava-14.0.1.jar;rome-0.9.jar;http-20070405.jar;bcprov-jdk15on-149.jar;bcpkix-jdk15on-149.jar;sdklib.jar;jackson-core-asl-1.9.4.jar;stax-api-1.0-2.jar;jaxb-api-2.1.jar;wadl2java.jar;jaxb-impl-2.1.10.jar;wadl-cmdline.jar;jaxb-xjc.jar;wadl-core.jar;jdom-1.0.jar -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main --inputZipFile C:\Users\Me\Downloads\foo2.aia --userName kkashi01@gmail.com --outputDir C:\Users\Me\Downloads
pause
| EdsonOliveira/Ai2LiveMulti-PtBr | WinBuildApkFromSrc.cmd | bat | mit | 2,078 |
::*******************************************************************************************************
:: db-update.bat - Gbtc
::
:: Copyright © 2013, Grid Protection Alliance. All Rights Reserved.
::
:: Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
:: the NOTICE file distributed with this work for additional information regarding copyright ownership.
:: The GPA licenses this file to you under the MIT License (MIT), the "License"; you may
:: not use this file except in compliance with the License. You may obtain a copy of the License at:
::
:: http://www.opensource.org/licenses/MIT
::
:: Unless agreed to in writing, the subject software distributed under the License is distributed on an
:: "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Refer to the
:: License for the specific language governing permissions and limitations.
::
:: Code Modification History:
:: -----------------------------------------------------------------------------------------------------
:: 07/28/2011 - Stephen C. Wills
:: Generated original version of source code.
::
::*******************************************************************************************************
@ECHO OFF
SETLOCAL EnableDelayedExpansion
IF "%git%" == "" SET git=%PROGRAMFILES(X86)%\Git\cmd\git.exe
SET db[1]=GSFSchema.db
SET db[2]=GSFSchema-InitialDataSet.db
SET db[3]=GSFSchema-SampleDataSet.db
SET script[1]=GSFSchema.sql
SET script[2]=InitialDataSet.sql
SET script[3]=SampleDataSet.sql
FOR %%i IN (1 2 3) DO (
IF NOT "!update!" == "true" (
ECHO Checking for pending edits on "!script[%%i]!"...
FOR /f "delims=" %%s IN ('CALL "%git%" status --short "!script[%%i]!"') DO SET status=%%s
IF NOT "!status!" == "" SET update=true
)
IF NOT "!update!" == "true" (
ECHO Checking for changes to "!script[%%i]!" since last update...
FOR /f "tokens=1" %%c IN ('CALL "%git%" log "--max-count=1" "--pretty=oneline" "!db[%%i]!"') DO SET commit=%%c
FOR /f %%c IN ('CALL "%git%" log "--max-count=1" "--pretty=oneline" !commit!.. "!script[%%i]!"') DO SET update=true
)
IF "!update!" == "true" (
ECHO Updating "!db[%%i]!"...
FOR /f %%v IN ('CALL sqlite3 "!db[%%i]!" "PRAGMA user_version"') DO SET /a version=%%v+1
IF "!prevdb!" == "" (
DEL "!db[%%i]!"
) ELSE (
COPY /Y "!prevdb!" "!db[%%i]!"
)
sqlite3 "!db[%%i]!" < "!script[%%i]!"
sqlite3 "!db[%%i]!" "PRAGMA user_version = !version!"
)
SET prevdb=!db[%%i]!
) | rmc00/gsf | Source/Libraries/GSF.TimeSeries/Data/SQLite/db-update.bat | bat | mit | 2,686 |
@php .\scripts\version.php %* | wormt/bcc | version.bat | bat | mit | 29 |
@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\lyricsmaster.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\lyricsmaster.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
| SekouD/lyricsmaster | docs/make.bat | bat | mit | 6,471 |
@echo off
SETLOCAL ENABLEEXTENSIONS
SET me=%~n0
SET current_folder=%~dp0
SET parent_folder=%current_folder:\maintenance_scripts\=\%
cd %parent_folder%
npm publish
| danielgp/sharepoint-extractor | maintenance_scripts/publish_me.bat | bat | mit | 163 |
msbuild /p:Configuration=%1 /p:Platform=Default /m /r /maxcpucount ..\Aphid.sln
| John-Leitch/Aphid | build/core/BuildSln.cmd | bat | gpl-2.0 | 81 |
cmd_sound/synth/built-in.o := rm -f sound/synth/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/synth/built-in.o
| aloksinha2001/picuntu-3.0.8-alok | sound/synth/.built-in.o.cmd | bat | gpl-2.0 | 166 |
@echo off
rem RCS: @(#) $Id: rmd.bat,v 1.1 2003/02/23 07:50:42 jasonwilkins Exp $
if not exist %1\tag.txt goto end
echo Removing directory %1
if "%OS%" == "Windows_NT" goto winnt
cd %1
if errorlevel 1 goto end
del *.*
cd ..
rmdir %1
if errorlevel 1 goto end
goto success
:winnt
rmdir %1 /s /q
if errorlevel 1 goto end
:success
echo deleted directory %1
:end
| durandj/devkitadv | insight-5.3/tcl/win/rmd.bat | bat | gpl-2.0 | 365 |
cmd_fs/notify/dnotify/built-in.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/notify/dnotify/built-in.o fs/notify/dnotify/dnotify.o
| evan6200/cirrfy_pos | fs/notify/dnotify/.built-in.o.cmd | bat | gpl-2.0 | 221 |
@echo off
if exist log.txt del log.txt
for /f %%a IN (_list.txt) do (
d:\tools\mikero\rapify -L %%a\description.ext >>log.txt
d:\tools\mikero\rapify -L %%a\mission.sqm >>log.txt
)
pause
exit
| SnakeManPMC/arma-3-SPMissions_bis | _run_Lint_Check_SP_Missions.bat | bat | gpl-2.0 | 199 |
cmd_sound/core/snd-page-alloc.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o sound/core/snd-page-alloc.o sound/core/memalloc.o
| spacecaker/Stock_spacecaker_kernel | sound/core/.snd-page-alloc.o.cmd | bat | gpl-2.0 | 187 |
cmd_sound/soundcore.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/soundcore.o sound/sound_core.o
| sembre/kernel_totoro_update3 | common/sound/.soundcore.o.cmd | bat | gpl-2.0 | 113 |
cmd_drivers/net/wireless/ath/ar9170/built-in.o := rm -f drivers/net/wireless/ath/ar9170/built-in.o; arm-linux-ar rcs drivers/net/wireless/ath/ar9170/built-in.o
| heyoufei/mini2440_kernel | drivers/net/wireless/ath/ar9170/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_fs/notify/fanotify/built-in.o := rm -f fs/notify/fanotify/built-in.o; /home/mpokwsths/android/rom/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ar rcsD fs/notify/fanotify/built-in.o
| mpokwsths/Z3_kernel | fs/notify/fanotify/.built-in.o.cmd | bat | gpl-2.0 | 226 |
cmd_drivers/mmc/card/queue.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/mmc/card/.queue.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(queue)" -D"KBUILD_MODNAME=KBUILD_STR(mmc_block)" -c -o drivers/mmc/card/queue.o drivers/mmc/card/queue.c
deps_drivers/mmc/card/queue.o := \
drivers/mmc/card/queue.c \
$(wildcard include/config/mmc/perf/profiling.h) \
$(wildcard include/config/mmc/block/bounce.h) \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/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/smp.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.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 \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/cpu/32v6k.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
include/linux/linkage.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
include/asm-generic/cmpxchg-local.h \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/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) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.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/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/benoit/kernel_android/32/es209ra/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \
include/linux/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/preempt/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/blkdev.h \
$(wildcard include/config/block.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/blk/dev/bsg.h) \
$(wildcard include/config/bounce.h) \
$(wildcard include/config/blk/dev/integrity.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/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/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) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/timex.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/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 \
/home/benoit/kernel_android/32/es209ra/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(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 \
include/linux/aio_abi.h \
include/linux/uio.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/kdev_t.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
include/linux/semaphore.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/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 \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/dcache.h \
include/linux/radix-tree.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/pagemap.h \
include/linux/mm.h \
$(wildcard include/config/swap.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/vmsplit/2g.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/have/mlocked/page/bit.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/highmem.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/kmap_types.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
include/linux/backing-dev.h \
$(wildcard include/config/debug/fs.h) \
include/linux/writeback.h \
include/linux/mempool.h \
include/linux/bio.h \
include/linux/ioprio.h \
include/linux/iocontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \
arch/arm/mach-msm/include/mach/io.h \
include/linux/bsg.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/linux/elevator.h \
include/linux/freezer.h \
$(wildcard include/config/freezer.h) \
$(wildcard include/config/cgroup/freezer.h) \
include/linux/kthread.h \
include/linux/scatterlist.h \
include/linux/mmc/card.h \
$(wildcard include/config/mach/semc/zeus.h) \
include/linux/mmc/core.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
$(wildcard include/config/debug/shirq.h) \
include/linux/irqreturn.h \
include/linux/irqnr.h \
include/linux/mmc/host.h \
$(wildcard include/config/mmc/debug.h) \
$(wildcard include/config/leds/triggers.h) \
$(wildcard include/config/mmc/embedded/sdio.h) \
include/linux/leds.h \
$(wildcard include/config/leds/trigger/ide/disk.h) \
include/linux/mmc/pm.h \
drivers/mmc/card/queue.h \
drivers/mmc/card/queue.o: $(deps_drivers/mmc/card/queue.o)
$(deps_drivers/mmc/card/queue.o):
| b8e5n/KTG-kernel_es209ra | drivers/mmc/card/.queue.o.cmd | bat | gpl-2.0 | 27,004 |
cmd_drivers/hid/hid-wacom.o := arm-eabi-gcc -Wp,-MD,drivers/hid/.hid-wacom.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(hid_wacom)" -D"KBUILD_MODNAME=KBUILD_STR(hid_wacom)" -D"DEBUG_HASH=1" -D"DEBUG_HASH2=5" -c -o drivers/hid/hid-wacom.o drivers/hid/hid-wacom.c
deps_drivers/hid/hid-wacom.o := \
drivers/hid/hid-wacom.c \
$(wildcard include/config/hid/wacom/power/supply.h) \
include/linux/device.h \
$(wildcard include/config/of.h) \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/devtmpfs.h) \
$(wildcard include/config/dynamic/debug.h) \
include/linux/ioport.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/data/repos/kernels/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/data/repos/kernels/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
/data/repos/kernels/arch/arm/include/asm/posix_types.h \
include/linux/kobject.h \
$(wildcard include/config/hotplug.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/data/repos/kernels/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/data/repos/kernels/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
$(wildcard include/config/smp.h) \
/data/repos/kernels/arch/arm/include/asm/hwcap.h \
/data/repos/kernels/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/data/repos/kernels/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/data/repos/kernels/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
include/linux/typecheck.h \
/data/repos/kernels/arch/arm/include/asm/irqflags.h \
/data/repos/kernels/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
include/linux/sysfs.h \
$(wildcard include/config/debug/lock/alloc.h) \
$(wildcard include/config/sysfs.h) \
include/linux/errno.h \
/data/repos/kernels/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/prove/rcu.h) \
/data/repos/kernels/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/data/repos/kernels/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
/data/repos/kernels/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/data/repos/kernels/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/data/repos/kernels/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include/stdarg.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/dynamic_debug.h \
/data/repos/kernels/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/data/repos/kernels/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/data/repos/kernels/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/data/repos/kernels/arch/arm/include/asm/div64.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/data/repos/kernels/arch/arm/include/asm/spinlock_types.h \
include/linux/rwlock_types.h \
/data/repos/kernels/arch/arm/include/asm/spinlock.h \
include/linux/rwlock.h \
include/linux/spinlock_api_smp.h \
$(wildcard include/config/inline/spin/lock.h) \
$(wildcard include/config/inline/spin/lock/bh.h) \
$(wildcard include/config/inline/spin/lock/irq.h) \
$(wildcard include/config/inline/spin/lock/irqsave.h) \
$(wildcard include/config/inline/spin/trylock.h) \
$(wildcard include/config/inline/spin/trylock/bh.h) \
$(wildcard include/config/inline/spin/unlock.h) \
$(wildcard include/config/inline/spin/unlock/bh.h) \
$(wildcard include/config/inline/spin/unlock/irq.h) \
$(wildcard include/config/inline/spin/unlock/irqrestore.h) \
include/linux/rwlock_api_smp.h \
$(wildcard include/config/inline/read/lock.h) \
$(wildcard include/config/inline/write/lock.h) \
$(wildcard include/config/inline/read/lock/bh.h) \
$(wildcard include/config/inline/write/lock/bh.h) \
$(wildcard include/config/inline/read/lock/irq.h) \
$(wildcard include/config/inline/write/lock/irq.h) \
$(wildcard include/config/inline/read/lock/irqsave.h) \
$(wildcard include/config/inline/write/lock/irqsave.h) \
$(wildcard include/config/inline/read/trylock.h) \
$(wildcard include/config/inline/write/trylock.h) \
$(wildcard include/config/inline/read/unlock.h) \
$(wildcard include/config/inline/write/unlock.h) \
$(wildcard include/config/inline/read/unlock/bh.h) \
$(wildcard include/config/inline/write/unlock/bh.h) \
$(wildcard include/config/inline/read/unlock/irq.h) \
$(wildcard include/config/inline/write/unlock/irq.h) \
$(wildcard include/config/inline/read/unlock/irqrestore.h) \
$(wildcard include/config/inline/write/unlock/irqrestore.h) \
include/linux/kref.h \
include/linux/wait.h \
/data/repos/kernels/arch/arm/include/asm/current.h \
include/linux/klist.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) \
include/linux/stat.h \
/data/repos/kernels/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/seqlock.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/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 \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/data/repos/kernels/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/data/repos/kernels/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/data/repos/kernels/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/data/repos/kernels/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/arch/msm/cortex/a5.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/arch/msm/scorpionmp.h) \
$(wildcard include/config/arch/msm7x27.h) \
/data/repos/kernels/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
/data/repos/kernels/arch/arm/include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/data/repos/kernels/arch/arm/include/asm/smp.h \
arch/arm/mach-msm/include/mach/smp.h \
/data/repos/kernels/arch/arm/include/asm/hardware/gic.h \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/data/repos/kernels/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/data/repos/kernels/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/data/repos/kernels/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/data/repos/kernels/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/data/repos/kernels/arch/arm/include/asm/elf.h \
/data/repos/kernels/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/data/repos/kernels/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
$(wildcard include/config/pm/ops.h) \
/data/repos/kernels/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/hid.h \
$(wildcard include/config/hid/pid.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/mod_devicetable.h \
include/linux/input.h \
$(wildcard include/config/shape/touch.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 \
/data/repos/kernels/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/capability.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/percpu_counter.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/data/repos/kernels/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
drivers/hid/hid-ids.h \
drivers/hid/hid-wacom.o: $(deps_drivers/hid/hid-wacom.o)
$(deps_drivers/hid/hid-wacom.o):
| bigbiff/i717-GB-Kernel | drivers/hid/.hid-wacom.o.cmd | bat | gpl-2.0 | 19,870 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ath/ath.ko := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -T /home/keithconger/Projects/bbbandroid-bluez/kernel/scripts/module-common.lds --build-id -o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ath/ath.ko /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ath/ath.o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/ath/ath.mod.o
| kconger/backports-3.18.1-1 | drivers/net/wireless/ath/.ath.ko.cmd | bat | gpl-2.0 | 609 |
cmd_fs/nfsd/lockd.o := gcc -Wp,-MD,fs/nfsd/.lockd.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(lockd)" -D"KBUILD_MODNAME=KBUILD_STR(nfsd)" -c -o fs/nfsd/lockd.o fs/nfsd/lockd.c
deps_fs/nfsd/lockd.o := \
fs/nfsd/lockd.c \
$(wildcard include/config/lockd/v4.h) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc4.h \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/asm/posix_types.h \
$(wildcard include/config/x86/32.h) \
include/asm/posix_types_32.h \
include/asm/types.h \
$(wildcard include/config/x86/64.h) \
$(wildcard include/config/highmem64g.h) \
include/asm-generic/int-ll64.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/linkage.h \
include/asm/linkage.h \
$(wildcard include/config/x86/alignment/16.h) \
include/linux/wait.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/asm/processor.h \
$(wildcard include/config/x86/vsmp.h) \
$(wildcard include/config/x86/ht.h) \
$(wildcard include/config/paravirt.h) \
$(wildcard include/config/x86/debugctlmsr.h) \
include/asm/processor-flags.h \
include/asm/vm86.h \
$(wildcard include/config/vm86.h) \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/segment.h \
include/asm/ds.h \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/asm/math_emu.h \
include/asm/sigcontext.h \
include/asm/current.h \
include/asm/current_32.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/cpufeature.h \
$(wildcard include/config/x86/invlpg.h) \
include/asm/required-features.h \
$(wildcard include/config/x86/minimum/cpu/family.h) \
$(wildcard include/config/math/emulation.h) \
$(wildcard include/config/x86/pae.h) \
$(wildcard include/config/x86/cmov.h) \
$(wildcard include/config/x86/use/3dnow.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
include/asm/bitops.h \
include/asm/alternative.h \
include/asm/asm.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
$(wildcard include/config/x86/bswap.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/asm/system.h \
$(wildcard include/config/ia32/emulation.h) \
$(wildcard include/config/x86/ppro/fence.h) \
$(wildcard include/config/x86/oostore.h) \
include/asm/cmpxchg.h \
include/asm/cmpxchg_32.h \
$(wildcard include/config/x86/cmpxchg.h) \
$(wildcard include/config/x86/cmpxchg64.h) \
include/asm/nops.h \
$(wildcard include/config/mk7.h) \
$(wildcard include/config/x86/p6/nop.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
include/asm/page.h \
include/linux/const.h \
include/asm/page_32.h \
$(wildcard include/config/highmem4g.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/x86/3dnow.h) \
include/linux/string.h \
include/asm/string.h \
include/asm/string_32.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/errno.h \
include/asm/desc_defs.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/have/cpumask/of/cpu/map.h) \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
include/linux/preempt.h \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/asm/thread_info.h \
include/asm/thread_info_32.h \
$(wildcard include/config/4kstacks.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/asm/spinlock.h \
include/asm/atomic.h \
include/asm/atomic_32.h \
$(wildcard include/config/m386.h) \
include/asm-generic/atomic.h \
include/asm/rwlock.h \
include/linux/spinlock_api_smp.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slabinfo.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/highmem.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/smp.h \
include/asm/smp.h \
$(wildcard include/config/x86/local/apic.h) \
$(wildcard include/config/x86/io/apic.h) \
$(wildcard include/config/x86/32/smp.h) \
$(wildcard include/config/x86/64/smp.h) \
include/asm/mpspec.h \
$(wildcard include/config/mca.h) \
$(wildcard include/config/eisa.h) \
$(wildcard include/config/acpi.h) \
include/asm/mpspec_def.h \
include/asm-x86/mach-default/mach_mpspec.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
include/linux/delay.h \
include/asm/delay.h \
include/asm/fixmap.h \
include/asm/fixmap_32.h \
$(wildcard include/config/x86/visws/apic.h) \
$(wildcard include/config/x86/f00f/bug.h) \
$(wildcard include/config/x86/cyclone/timer.h) \
$(wildcard include/config/pci/mmconfig.h) \
$(wildcard include/config/provide/ohci1394/dma/init.h) \
include/asm/acpi.h \
$(wildcard include/config/acpi/numa.h) \
include/acpi/pdc_intel.h \
include/asm/numa.h \
include/asm/numa_32.h \
include/asm/mmu.h \
include/asm/apicdef.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/asm/io_apic.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/asm-x86/mach-default/mach_apicdef.h \
include/asm/topology.h \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/x86/64/acpi/numa.h) \
include/asm-generic/topology.h \
include/asm/sparsemem.h \
include/linux/slab_def.h \
include/linux/kmalloc_sizes.h \
include/linux/rcuclassic.h \
include/linux/namei.h \
include/linux/path.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/math64.h \
include/asm/div64.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/capability.h \
include/linux/semaphore.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
$(wildcard include/config/64bit.h) \
include/linux/err.h \
include/linux/file.h \
include/linux/mount.h \
include/linux/sunrpc/clnt.h \
include/linux/sunrpc/sched.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
$(wildcard include/config/x86/elan.h) \
$(wildcard include/config/x86/rdc321x.h) \
include/asm/tsc.h \
$(wildcard include/config/x86/tsc.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/sunrpc/types.h \
include/linux/workqueue.h \
include/linux/sunrpc/debug.h \
$(wildcard include/config/sysctl.h) \
include/linux/sunrpc/xdr.h \
include/linux/uio.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/asm/scatterlist.h \
include/linux/mm.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/rbtree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/completion.h \
include/asm/pgtable.h \
include/asm/pgtable_32.h \
$(wildcard include/config/highpte.h) \
include/asm/paravirt.h \
include/asm/pgtable-2level-defs.h \
include/asm/pgtable-2level.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/ia64/uncached/allocator.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/asm/io.h \
include/asm/io_32.h \
include/asm-generic/iomap.h \
include/linux/vmalloc.h \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/preempt/rcu.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/have/unstable/sched/clock.h) \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/group/sched.h) \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/asm/seccomp.h \
include/asm/seccomp_32.h \
include/linux/unistd.h \
include/asm/unistd.h \
include/asm/unistd_32.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/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/aio.h \
include/linux/aio_abi.h \
include/linux/sunrpc/xprt.h \
include/linux/socket.h \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/in.h \
include/linux/sunrpc/auth.h \
include/linux/sunrpc/stats.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/magic.h \
include/linux/sunrpc/timer.h \
include/linux/sunrpc/svc.h \
include/linux/in6.h \
include/linux/sunrpc/svcauth.h \
include/linux/sunrpc/cache.h \
include/linux/hash.h \
include/linux/nfsd/nfsd.h \
$(wildcard include/config/nfsd/v4.h) \
$(wildcard include/config/nfsd/v3.h) \
$(wildcard include/config/nfsd/v2/acl.h) \
$(wildcard include/config/nfsd/v3/acl.h) \
include/linux/dirent.h \
include/linux/posix_acl.h \
include/linux/nfsd/debug.h \
include/linux/nfsd/nfsfh.h \
include/linux/nfsd/const.h \
include/linux/nfs2.h \
include/linux/nfs3.h \
include/linux/nfs4.h \
include/linux/nfsd/export.h \
include/linux/nfsd/stats.h \
include/linux/lockd/bind.h \
include/linux/lockd/nlm.h \
include/linux/lockd/xdr.h \
include/linux/lockd/xdr4.h \
fs/nfsd/lockd.o: $(deps_fs/nfsd/lockd.o)
$(deps_fs/nfsd/lockd.o):
| namgk/kernel-tut | fs/nfsd/.lockd.o.cmd | bat | gpl-2.0 | 18,734 |
cmd_drivers/usb/early/built-in.o := rm -f drivers/usb/early/built-in.o; /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs drivers/usb/early/built-in.o
| sktjdgns1189/android_kernel_iriver_MX100 | drivers/usb/early/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_drivers/media/common/b2c2/b2c2-flexcop.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/common/b2c2/b2c2-flexcop.ko drivers/media/common/b2c2/b2c2-flexcop.o drivers/media/common/b2c2/b2c2-flexcop.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/common/b2c2/.b2c2-flexcop.ko.cmd | bat | gpl-2.0 | 323 |
cmd_fs/partitions/msdos.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/partitions/.msdos.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(msdos)" -D"KBUILD_MODNAME=KBUILD_STR(msdos)" -c -o fs/partitions/msdos.o fs/partitions/msdos.c
deps_fs/partitions/msdos.o := \
fs/partitions/msdos.c \
$(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) \
$(wildcard include/config/efi/partition.h) \
include/linux/msdos_fs.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
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 \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
include/linux/magic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
fs/partitions/check.h \
include/linux/pagemap.h \
$(wildcard include/config/smp.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/numa.h) \
include/linux/mm.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/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/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/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/typecheck.h \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/home/benoit/kernel_android/32/es209ra/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/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.h \
include/linux/spinlock_api_up.h \
include/linux/wait.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
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/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/rbtree.h \
include/linux/prio_tree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/mm/owner.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \
include/linux/completion.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/vmsplit/2g.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/no/hz.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/user/sched.h) \
$(wildcard include/config/sysfs.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/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/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/timex.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/math64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/jiffies.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/rcupdate.h \
include/linux/rcutree.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/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 \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/workqueue.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/have/mlocked/page/bit.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/radix-tree.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/highmem.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/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/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/kmap_types.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
include/linux/blkdev.h \
$(wildcard include/config/blk/dev/bsg.h) \
$(wildcard include/config/bounce.h) \
$(wildcard include/config/blk/dev/integrity.h) \
include/linux/major.h \
include/linux/genhd.h \
$(wildcard include/config/fail/make/request.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/module.h \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
include/linux/kmod.h \
include/linux/elf.h \
include/linux/elf-em.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/backing-dev.h \
$(wildcard include/config/debug/fs.h) \
include/linux/writeback.h \
include/linux/mempool.h \
include/linux/bio.h \
include/linux/ioprio.h \
include/linux/iocontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \
arch/arm/mach-msm/include/mach/io.h \
include/linux/bsg.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/linux/elevator.h \
fs/partitions/msdos.h \
fs/partitions/efi.h \
include/linux/efi.h \
$(wildcard include/config/efi/pcdp.h) \
$(wildcard include/config/efi.h) \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/rtc.h \
$(wildcard include/config/rtc/intf/dev/uie/emul.h) \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
$(wildcard include/config/debug/shirq.h) \
include/linux/irqreturn.h \
include/linux/irqnr.h \
include/linux/seq_file.h \
include/linux/cdev.h \
include/linux/poll.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/poll.h \
include/asm-generic/poll.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unaligned.h \
include/linux/unaligned/le_byteshift.h \
include/linux/unaligned/be_byteshift.h \
include/linux/unaligned/generic.h \
fs/partitions/msdos.o: $(deps_fs/partitions/msdos.o)
$(deps_fs/partitions/msdos.o):
| b8e5n/KTG-kernel_es209ra | fs/partitions/.msdos.o.cmd | bat | gpl-2.0 | 27,138 |
cmd_arch/arm/mm/proc-v7.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.proc-v7.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.6.2/include -I/home/fedevel/tiny/linux/linux-fslc/arch/arm/include -Iarch/arm/include/generated -Iinclude -I/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/uapi -Iarch/arm/include/generated/uapi -I/home/fedevel/tiny/linux/linux-fslc/include/uapi -Iinclude/generated/uapi -include /home/fedevel/tiny/linux/linux-fslc/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp -funwind-tables -marm -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -Wa,-march=armv7-a -c -o arch/arm/mm/proc-v7.o arch/arm/mm/proc-v7.S
source_arch/arm/mm/proc-v7.o := arch/arm/mm/proc-v7.S
deps_arch/arm/mm/proc-v7.o := \
$(wildcard include/config/arm/lpae.h) \
$(wildcard include/config/arm/cpu/suspend.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/cpu/pj4b.h) \
$(wildcard include/config/pj4b/errata/4742.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/arm/errata/430973.h) \
$(wildcard include/config/arch/multiplatform.h) \
$(wildcard include/config/arm/errata/458693.h) \
$(wildcard include/config/arm/errata/460075.h) \
$(wildcard include/config/arm/errata/742230.h) \
$(wildcard include/config/arm/errata/742231.h) \
$(wildcard include/config/arm/errata/743622.h) \
$(wildcard include/config/arm/errata/751472.h) \
$(wildcard include/config/arm/errata/773022.h) \
$(wildcard include/config/arm/thumbee.h) \
$(wildcard include/config/swp/emulate.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/init.h \
$(wildcard include/config/broken/rodata.h) \
$(wildcard include/config/modules.h) \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
$(wildcard include/config/kprobes.h) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/arch/dma/addr/t/64bit.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
include/uapi/linux/types.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
include/uapi/asm-generic/int-ll64.h \
arch/arm/include/generated/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/uapi/asm-generic/bitsperlong.h \
include/linux/linkage.h \
include/linux/stringify.h \
include/linux/export.h \
$(wildcard include/config/have/underscore/symbol/prefix.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/linkage.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/cpu/v7m.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/arm/thumb.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/uapi/asm/ptrace.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/hwcap.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/uapi/asm/hwcap.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/opcodes-virt.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/opcodes.h \
$(wildcard include/config/cpu/endian/be32.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/pgtable-hwdef.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/pgtable-2level-hwdef.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/highpte.h) \
/home/fedevel/tiny/linux/linux-fslc/include/uapi/linux/const.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/proc-fns.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/glue-proc.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/fa526.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v6k.h) \
$(wildcard include/config/cpu/v7.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/glue.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/kuser/helpers.h) \
$(wildcard include/config/have/arch/pfn/valid.h) \
include/asm-generic/getorder.h \
include/asm-generic/pgtable-nopud.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/memory.h \
$(wildcard include/config/need/mach/memory/h.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arm/patch/phys/virt.h) \
$(wildcard include/config/virt/to/bus.h) \
include/linux/sizes.h \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/smp/on/up.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
$(wildcard include/config/arm/errata/720789.h) \
$(wildcard include/config/arm/errata/798181.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/pgtable-2level.h \
arch/arm/mm/proc-macros.S \
$(wildcard include/config/cpu/dcache/writethrough.h) \
$(wildcard include/config/pm/sleep.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/crunch.h) \
/home/fedevel/tiny/linux/linux-fslc/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
arch/arm/mm/proc-v7-2level.S \
$(wildcard include/config/pid/in/contextidr.h) \
$(wildcard include/config/arm/errata/754322.h) \
arch/arm/mm/proc-v7.o: $(deps_arch/arm/mm/proc-v7.o)
$(deps_arch/arm/mm/proc-v7.o):
| FEDEVEL/tmp-imx6-tiny-rex-linux | arch/arm/mm/.proc-v7.o.cmd | bat | gpl-2.0 | 8,810 |
gmcs -debug -out:Spire_Linux.exe Spire.cs classes/*.cs /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:System.Data.dll /r:System.dll
| WithoutHaste/Spire | buildLinux.bat | bat | gpl-3.0 | 138 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Wrapper script for command line tools
rem
rem Environment Variable Prequisites
rem
rem CATALINA_HOME May point at your Catalina "build" directory.
rem
rem TOOL_OPTS (Optional) Java runtime options used when the "start",
rem "stop", or "run" command is executed.
rem
rem JAVA_HOME Must point at your Java Development Kit installation.
rem
rem JAVA_OPTS (Optional) Java runtime options used when the "start",
rem "stop", or "run" command is executed.
rem
rem $Id: tool-wrapper.bat 795036 2009-07-17 10:47:46Z markt $
rem ---------------------------------------------------------------------------
rem Guess CATALINA_HOME if not defined
if not "%CATALINA_HOME%" == "" goto gotHome
set CATALINA_HOME=.
if exist "%CATALINA_HOME%\bin\tool-wrapper.bat" goto okHome
set CATALINA_HOME=..
:gotHome
if exist "%CATALINA_HOME%\bin\tool-wrapper.bat" goto okHome
echo The CATALINA_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:okHome
rem Ensure that any user defined CLASSPATH variables are not used on startup,
rem but allow them to be specified in setenv.bat, in rare case when it is needed.
set CLASSPATH=
rem Get standard environment variables
if exist "%CATALINA_HOME%\bin\setenv.bat" call "%CATALINA_HOME%\bin\setenv.bat"
rem Get standard Java environment variables
if exist "%CATALINA_HOME%\bin\setclasspath.bat" goto okSetclasspath
echo Cannot find %CATALINA_HOME%\bin\setclasspath.bat
echo This file is needed to run this program
goto end
:okSetclasspath
set BASEDIR=%CATALINA_HOME%
call "%CATALINA_HOME%\bin\setclasspath.bat"
rem Add on extra jar files to CLASSPATH
rem Note that there are no quotes as we do not want to introduce random
rem quotes into the CLASSPATH
if "%CLASSPATH%" == "" goto noclasspath
set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;%BASEDIR%\lib\servlet-api.jar
goto okclasspath
:noclasspath
set CLASSPATH=%CATALINA_HOME%\bin\bootstrap.jar;%BASEDIR%\lib\servlet-api.jar
:okclasspath
rem Get remaining unshifted command line arguments and save them in the
set CMD_LINE_ARGS=
:setArgs
if ""%1""=="""" goto doneSetArgs
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto setArgs
:doneSetArgs
%_RUNJAVA% %JAVA_OPTS% %TOOL_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" -Dcatalina.home="%CATALINA_HOME%" org.apache.catalina.startup.Tool %CMD_LINE_ARGS%
:end
| IntecsSPA/buddata-ebxml-registry | Installer/distribution/bundled-tomcat/apache-tomcat-5.5.28/bin/tool-wrapper.bat | bat | gpl-3.0 | 2,643 |
@echo off
nuget push *.nupkg -s https://www.nuget.org/api/v2/package
echo.
set /P _ret=All packages pushed...
goto :eof | naasking/CIL | nuget/publish.bat | bat | lgpl-2.1 | 121 |
@echo off
cls
echo Compiling
if exist utf8b64.exe del utf8b64.exe
"c:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe_x64.exe" /in utf8b.au3 /out utf8b64.exe /console
if exist utf8b64.exe echo Done
| jamalmazrui/EasyEncode | CompileUtf8B64.bat | bat | lgpl-3.0 | 200 |
@ECHO OFF
.\node_modules\.bin\electron-packager-compile . C:\Users\Sandra\Desktop\Liam Sync\new_product_creator_app DolceTools | Adraxas/Dolce-tools | Compile.bat | bat | lgpl-3.0 | 128 |
grep -w "getmsg(%1)" *.cpp *.h >list
| dylancarlson/citplus | sml.bat | bat | unlicense | 38 |
"D:\software\mysql-5.7.10-winx64\bin\mysqld" --defaults-extra-file=D:\\personal\\sql-config.cnf --standalone --console
REM "D:\software\mysql-5.7.10-winx64\bin\mysqld" --defaults-extra-file=D:\\personal\\sql-config.cnf --standalone --initialize --console
| sagarmahapatro/rentabook | docs/start-mysql.bat | bat | apache-2.0 | 259 |
::
:: Copyright 2014-2022 Real Logic Limited.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
::
@echo off
set "DIR=%~dp0"
call "%DIR%\..\run-java" io.aeron.samples.archive.ReplayedBasicSubscriber | mikeb01/Aeron | aeron-samples/scripts/archive/replayed-basic-subscriber.cmd | bat | apache-2.0 | 705 |
yarn
gulp default | ldvalido/PlanetaryMotion | PlanetaryMotion.Static/build.cmd | bat | apache-2.0 | 17 |
@echo off
REM Build and run the smsdemo server
javac SMSServer.java
pushd ..\..\..\..\..\
java -cp . com.rim.samples.server.smsdemo.SMSServer %1
popd | blackberry/JDE-Samples | com/rim/samples/server/smsdemo/run.bat | bat | apache-2.0 | 155 |
del ..\contribution.xml /q
type ..\..\org.scn.community.shared\templates.main\contribution.xml.head.txt ^
..\templates\contribution.xml.head.txt ^
..\..\org.scn.community.shared\templates.main\eula.xml.txt ^
..\..\org.scn.community.shared\templates.main\license.xml.txt ^
..\templates\contribution.xml.groups.txt ^
..\..\org.scn.community.shared\templates.main\contribution.xml.close.txt > ^
..\contribution.xml
del ..\contribution.ztl /q
type ..\..\org.scn.community.shared\templates.main\contribution.ztl.head.txt ^
..\templates\contribution.ztl.head.txt ^
..\..\org.scn.community.shared\templates.main\license.js.txt ^
..\res\ConstBarColor\contribution.ztl ^
..\res\ComponentsArrays\contribution.ztl ^
..\res\ConstBrowser\contribution.ztl ^
..\res\ConstButtonStyle\contribution.ztl ^
..\res\ConstButtonType\contribution.ztl ^
..\res\ConstContentNotation\contribution.ztl ^
..\res\ConstDateViewType\contribution.ztl ^
..\res\ConstDimensionSet\contribution.ztl ^
..\res\ConstDecimalPlaces\contribution.ztl ^
..\res\ConstFormatStyle\contribution.ztl ^
..\res\ConstFormattingOperator\contribution.ztl ^
..\res\ConstHorizontalAlign\contribution.ztl ^
..\res\ConstImageSize\contribution.ztl ^
..\res\ConstMemberDisplay\contribution.ztl ^
..\res\ConstMemberSelection\contribution.ztl ^
..\res\ConstNavigationType\contribution.ztl ^
..\res\ConstOrientation\contribution.ztl ^
..\res\ConstOrientationType\contribution.ztl ^
..\res\ConstPlacementType\contribution.ztl ^
..\res\ConstSelectionState\contribution.ztl ^
..\res\ConstSelectionType\contribution.ztl ^
..\res\ConstSecondValueContent\contribution.ztl ^
..\res\ConstSortDirection\contribution.ztl ^
..\res\ConstSelectionType\contribution.ztl ^
..\res\ConstSortType\contribution.ztl ^
..\res\DimensionMember\contribution.ztl ^
..\res\Key\contribution.ztl ^
..\res\KeyLabel\contribution.ztl ^
..\res\KeyText\contribution.ztl ^
..\res\KeyLabelValue\contribution.ztl ^
..\res\KeyLabelValueProperty\contribution.ztl ^
..\res\NameValue\contribution.ztl ^
..\res\ValidationState\contribution.ztl ^
..\res\ValueText\contribution.ztl ^
..\ui5spec\const\contribution.ztl ^
..\def_shared\contribution.ztl ^
..\ui5spec\extensions\contribution.ztl ^
..\..\org.scn.community.shared\templates.main\contribution.ztl.close.txt > ^
..\contribution.ztl
del ..\META-INF\MANIFEST.MF /q
type ..\..\org.scn.community.shared\templates.main\MANIFEST.MF ^
..\templates\MANIFEST.MF > ^
..\META-INF\MANIFEST.MF
| org-scn-design-studio-community/sdkpackage1.6 | src/org.scn.community.shared/script/build.cmd | bat | apache-2.0 | 2,438 |
build_mesh 0 1 0 1 20 20
add_vertex 0.0000000 0.3000000
add_vertex 1.0000000 0.3824846
add_edge -1 -2
set_fracture -1
add_vertex 0.1000000 0.3000000
add_vertex 0.5456012 0.0000000
add_edge -1 -2
set_fracture -1
add_vertex 0.1000000 0.9000000
add_vertex 0.5849643 0.6220891
add_edge -1 -2
set_fracture -1
add_vertex 0.3000000 0.1000000
add_vertex 0.0000000 0.1500462
add_edge -1 -2
set_fracture -1
add_vertex 0.5000000 0.0000000
add_vertex 0.6599994 0.4830837
add_edge -1 -2
set_fracture -1
add_vertex 0.5000000 0.4000000
add_vertex 1.0000000 0.1481836
add_edge -1 -2
set_fracture -1
add_vertex 0.8000000 0.7000000
add_vertex 0.0000000 0.9774524
add_edge -1 -2
set_fracture -1
add_vertex 1.0000000 0.1000000
add_vertex 0.1552165 0.2099880
add_edge -1 -2
set_fracture -1
intersect_fractures
remove_leaves
merge_fracture_vertices .0001
polygons
mimpy_mesh mesh1.mesh
| ohinai/mesher | tests/march_2015_3.cmd | bat | bsd-3-clause | 1,104 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.