code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\CSSyPy.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\CSSyPy.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| colossalbit/cssypy | docs/make.bat | bat | bsd-3-clause | 4,515 |
@echo off
git submodule update --init --recursive
if errorlevel 1 exit /b 1
python setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit /b 1
| pytorch/text | packaging/torchtext/bld.bat | bat | bsd-3-clause | 184 |
REM Example of how to build the python module for Python3.x so that it is usable with Blender3D on Windows
del /f CMakeCache.txt
cmake -DPYTHON_EXECUTABLE="C:/Python31/python.exe" -DPYTHON_INCLUDE_DIR="C:/Python31/include" -DPYTHON_LIBRARY="C:/Python31/libs/python31.lib" -DPYTHON_DEBUG_LIBRARY="C:/Python31/libs/python31.lib" -DCMAKE_BUILD_TYPE=Release -DRENDERER="3Delight" -G "NMake Makefiles" ..
| nyue/ribclients | nmake_build_python31.bat | bat | bsd-3-clause | 405 |
java -Dspeed=fast -Dusername=djr -Dnasteroids=5 -Dnaststep=4 -Dlgastcolor=FF00FF -Dmedastcolor=00FFFF -Dsmastcolor=FFFF00 -Dshipcolor=FFFFFF -Dsmufocolor=FF9999 -Dlgufocolor=00FF00 -Dtextcolor=55FF55 -Dhsserver=unused -jar jasteroids.jar
| astrodud/jasteroids3d | JAsteroids.bat | bat | gpl-2.0 | 239 |
define init_ocd
target remote localhost:3333
mon reset halt
set listsize 40
file vmlinux
hb start_kernel
c
end
| lostemp/linux-2.6.30.4 | gdb_init.cmd | bat | gpl-2.0 | 135 |
cmd_drivers/hid/usbhid/usbhid.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/hid/usbhid/usbhid.o drivers/hid/usbhid/hid-core.o drivers/hid/usbhid/hid-quirks.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/hid/usbhid/.usbhid.o.cmd | bat | gpl-2.0 | 204 |
@echo OFF
cd ..
if not exist .\build_logs md .\build_logs
CALL premake4 clean > NUL
CALL premake4 vs%1 windows > NUL
call .\build_scripts\vs_run_test.bat debug test.unit test_unit %1
call .\build_scripts\vs_run_test.bat release test.unit test_unit %1
call .\build_scripts\vs_run_test.bat debug test.unit.using_exceptions test_unit_exceptions %1
call .\build_scripts\vs_run_test.bat release test.unit.using_exceptions test_unit_exceptions %1
call .\build_scripts\vs_run_test.bat debug tests_may_fail\tests_may_fail tests_may_fail %1
call .\build_scripts\vs_run_test.bat release tests_may_fail\tests_may_fail tests_may_fail %1
call .\build_scripts\vs_run_test.bat debug string_is_integral\string_is_integral string_is_integral %1
call .\build_scripts\vs_run_test.bat release string_is_integral\string_is_integral string_is_integral %1
call .\build_scripts\vs_run_test.bat debug shared\shared shared %1
call .\build_scripts\vs_run_test.bat release shared\shared shared %1
call .\build_scripts\vs_run_test.bat debug shared_by_default\shared_by_default shared_by_default %1
call .\build_scripts\vs_run_test.bat release shared_by_default\shared_by_default shared_by_default %1
call premake4 clean
cd build_scripts
| metiscus/war-sim | external/oolua-2.0.1/build_scripts/vs_tests.bat | bat | gpl-3.0 | 1,221 |
@echo off
setlocal enableextensions
set VERSION=1.2
set PRODUCT=DotPeek
set BASEDIR=JetBrains\%PRODUCT%\v%VERSION%
set PLUGIN=Console
set INSTALL_SOURCEDIR=%~dp0\%PLUGIN%.%VERSION%
set PER_USER_PLUGINDIR=%LOCALAPPDATA%\%BASEDIR%\plugins\%PLUGIN%
if exist "%PER_USER_PLUGINDIR%" goto do_clean
mkdir "%PER_USER_PLUGINDIR%"
:do_clean
del /q %PER_USER_PLUGINDIR%\*.* 2> NUL
:do_copy
echo Copying files...
copy /y "%INSTALL_SOURCEDIR%\*.dll" "%PER_USER_PLUGINDIR%"
copy /y "%INSTALL_SOURCEDIR%\*.pdb" "%PER_USER_PLUGINDIR%" 2> NUL
echo.
REM See https://github.com/citizenmatt/UnblockZoneIdentifier
echo Unblocking downloaded files...
pushd "%PER_USER_PLUGINDIR%"
for /r %%i in (*) do "%~dp0\UnblockZoneIdentifier" "%%i"
popd
:end
pause
| JetBrains/dotpeek-console | install/Install-Console.1.2.bat | bat | apache-2.0 | 740 |
@echo off
rem Copyright 2005-2014 Red Hat, Inc.
rem
rem Red Hat licenses this file to you under the Apache License, version
rem 2.0 (the "License"); you may not use this file except in compliance
rem with 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
rem implied. See the License for the specific language governing
rem permissions and limitations under the License.
rem
rem
rem Discover the APP_BASE from the location of this script.
rem
setlocal
if "%APP_BASE%" == "" (
set APP_BASE=%CD%
)
call %APP_BASE%\env.bat
call %APP_BASE%\deploy.bat
call %APP_BASE%\bin\start.bat
| davsclaus/jube | images/fabric8/karaf-2.4/src/main/distro/start.bat | bat | apache-2.0 | 869 |
executable = /bin/echo
arguments = DAG node $$([dagnodename]) has priority $$([jobprio])
error = $(jobname).err
output = $(jobname).out
queue
| htcondor/htcondor | src/condor_tests/job_dagman_propogate_priorities-node.cmd | bat | apache-2.0 | 142 |
set PRJ=es8bII | eriser/es | bin/util/env.bat | bat | bsd-3-clause | 14 |
@echo off
SET ffpath=C:\wnmap\public\fast-forward\
call php %ffpath%cli-launch.php %*
call %ffpath%cli-launch.temp.bat
| phparsenal/fast-forward | ff.bat | bat | mit | 119 |
@rem Licensed to the Apache Software Foundation (ASF) under one
@rem or more contributor license agreements. See the NOTICE file
@rem distributed with this work for additional information
@rem regarding copyright ownership. The ASF licenses this file
@rem to you under the Apache License, Version 2.0 (the
@rem "License"); you may not use this file except in compliance
@rem with 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,
@rem software distributed under the License is distributed on an
@rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@rem KIND, either express or implied. See the License for the
@rem specific language governing permissions and limitations
@rem under the License.
@echo on
IF /i "%JOB%" == "C#" goto csharp
IF /i "%JOB%" == "rust" goto rust
IF /i "%JOB%" == "go" goto golang
@rem All other builds are C++ builds
goto cpp
:cpp
git config core.symlinks true
git reset --hard
if "%JOB:~,5%" == "MinGW" (
call ci\appveyor-cpp-build-mingw.bat
) else (
call ci\appveyor-cpp-build.bat
)
goto scriptexit
:csharp
call ci\appveyor-csharp-build.bat
goto scriptexit
:rust
call ci\rust-build-main.bat
goto scriptexit
:golang
call ci\go-build-main.bat
goto scriptexit
:scriptexit
| renesugar/arrow | ci/appveyor-build.bat | bat | apache-2.0 | 1,351 |
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# List of commands used to generate the pcap file
wget http://server
ping server
hping3 -b server
hping3 server | LubyRuffy/haka | sample/test/gettingstarted.cmd | bat | mpl-2.0 | 312 |
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before
@REM making changes.
@REM
@REM You can launch cspybat by typing the name of this batch file followed
@REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
@REM
@REM Read about available command line parameters in the C-SPY Debugging
@REM Guide. Hints about additional command line parameters that may be
@REM useful in specific cases:
@REM --download_only Downloads a code image without starting a debug
@REM session afterwards.
@REM --silent Omits the sign-on message.
@REM --timeout Limits the maximum allowed execution time.
@REM
@echo off
if not "%1" == "" goto debugFile
@echo on
"C:\DevTools\IAR Systems\Embedded Workbench 7.2\common\bin\cspybat" -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.general.xcl" --backend -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.driver.xcl"
@echo off
goto end
:debugFile
@echo on
"C:\DevTools\IAR Systems\Embedded Workbench 7.2\common\bin\cspybat" -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.general.xcl" "--debug_file=%1" --backend -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.driver.xcl"
@echo off
:end | kubostech/KubOS | freertos/os/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/settings/RTOSDemo.Debug.cspy.bat | bat | apache-2.0 | 1,802 |
rem set ssleay=..\out\ssleay
set ssleay=%1
set reqcmd=%ssleay% req
set x509cmd=%ssleay% x509
set verifycmd=%ssleay% verify
set CAkey=\OpenSSL\keyCA.ss
set CAcert=\OpenSSL\certCA.ss
set CAserial=\OpenSSL\certCA.srl
set CAreq=\OpenSSL\reqCA.ss
cecopy ..\test\CAss.cnf CE:\OpenSSL
set CAconf=\OpenSSL\CAss.cnf
set CAreq2=\OpenSSL\req2CA.ss
cecopy ..\test\Uss.cnf CE:\OpenSSL
set Uconf=\OpenSSL\Uss.cnf
set Ukey=\OpenSSL\keyU.ss
set Ureq=\OpenSSL\reqU.ss
set Ucert=\OpenSSL\certU.ss
echo make a certificate request using 'req'
cerun CE:\OpenSSL\%reqcmd% -config %CAconf% -out %CAreq% -keyout %CAkey% -new
if errorlevel 1 goto e_req
echo convert the certificate request into a self signed certificate using 'x509'
cerun CE:\OpenSSL\%x509cmd% -CAcreateserial -in %CAreq% -days 30 -req -out %CAcert% -signkey %CAkey% "> \OpenSSL\err.ss"
if errorlevel 1 goto e_x509
echo --
echo convert a certificate into a certificate request using 'x509'
cerun CE:\OpenSSL\%x509cmd% -in %CAcert% -x509toreq -signkey %CAkey% -out %CAreq2% "> \OpenSSL\err.ss"
if errorlevel 1 goto e_x509_2
cerun CE:\OpenSSL\%reqcmd% -verify -in %CAreq% -noout
if errorlevel 1 goto e_vrfy_1
cerun CE:\OpenSSL\%reqcmd% -verify -in %CAreq2% -noout
if errorlevel 1 goto e_vrfy_2
cerun CE:\OpenSSL\%verifycmd% -CAfile %CAcert% %CAcert%
if errorlevel 1 goto e_vrfy_3
echo --
echo make another certificate request using 'req'
cerun CE:\OpenSSL\%reqcmd% -config %Uconf% -out %Ureq% -keyout %Ukey% -new "> \OpenSSL\err.ss"
if errorlevel 1 goto e_req_gen
echo --
echo sign certificate request with the just created CA via 'x509'
cerun CE:\OpenSSL\%x509cmd% -CAcreateserial -in %Ureq% -days 30 -req -out %Ucert% -CA %CAcert% -CAkey %CAkey% -CAserial %CAserial%
if errorlevel 1 goto e_x_sign
cerun CE:\OpenSSL\%verifycmd% -CAfile %CAcert% %Ucert%
echo --
echo Certificate details
cerun CE:\OpenSSL\%x509cmd% -subject -issuer -startdate -enddate -noout -in %Ucert%
cecopy CE:%CAcert% .
cecopy CE:%CAkey% .
cecopy CE:%CAserial% .
cecopy CE:%Ucert% .
cecopy CE:%Ukey% .
echo Everything appeared to work
echo --
echo The generated CA certificate is %CAcert%
echo The generated CA private key is %CAkey%
echo The current CA signing serial number is in %CAserial%
echo The generated user certificate is %Ucert%
echo The generated user private key is %Ukey%
echo --
cedel CE:\OpenSSL\err.ss
goto end
:e_req
echo error using 'req' to generate a certificate request
goto end
:e_x509
echo error using 'x509' to self sign a certificate request
goto end
:e_x509_2
echo error using 'x509' convert a certificate to a certificate request
goto end
:e_vrfy_1
echo first generated request is invalid
goto end
:e_vrfy_2
echo second generated request is invalid
goto end
:e_vrfy_3
echo first generated cert is invalid
goto end
:e_req_gen
echo error using 'req' to generate a certificate request
goto end
:e_x_sign
echo error using 'x509' to sign a certificate request
goto end
:end
| teeple/pns_server | work/install/node-v0.10.25/deps/openssl/openssl/ms/testssce.bat | bat | gpl-2.0 | 2,930 |
npm install && cd fe-dev\site-templates\edm-admin-ui-reactjs && bower install
| elycruz/edm-admin-ui-reactjs | install-deps.bat | bat | isc | 78 |
java -jar udptester.jar ch.aschaefer.udp.UdpSender %* | andreschaefer/udptester | src/main/resources/server.bat | bat | mit | 53 |
java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar CLEAN
java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar PROPERTY CA true DP false
java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar PROJECT 613018243116 user1
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user1
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user2
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user3
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user4
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user5
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user6
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user7
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user8
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user9
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user10
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user11
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user12
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user13
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user14
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user15
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user16
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user17
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user18
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user19
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user20
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user21
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user22
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user23
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user24
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user25
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user26
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user27
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user28
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user29
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user30
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user31
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user32
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user33
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user34
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user35
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user36
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user37
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user38
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user39
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user40
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user41
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user42
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user43
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user44
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user45
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user46
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user47
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user48
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user49
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user50
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user51
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user52
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user53
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user54
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user55
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user56
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user57
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE LOW user58
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE MEDIUM user59
start java -jar ../target/mgr_client-1.0-SNAPSHOT-jar-with-dependencies.jar COMPUTE HIGH user60
| JakubSloniec/mgr_client | scripts/run_60_CA.bat | bat | mit | 6,040 |
:: Generate Java language file directly from ESMoL stateflow model
@echo off
setlocal
if "%ProgramFiles(x86)%" == "" (
set "PF=%ProgramFiles%"
) else (
set "PF=%ProgramFiles(x86)%"
)
if "%MICTES_PATH%" == "" (
set "MICTES_PATH=%PF%\ISIS\ESMoL"
)
set ESMoL_exists=false
if exist ESMoL.xsd (
set ESMoL_exists=true
) else (
copy "%MICTES_PATH%\Meta\ESMoL.xsd" . > copy.out
del copy.out
)
"%MICTES_PATH%\bin\UDMOclPat.exe" "%1" "%MICTES_PATH%\Meta\ESMoL_udm.xml" "%MICTES_PATH%\Java\sf2j.pat"
if "%ESMoL_exists%" == "false" (
del ESMoL.xsd
)
endlocal
| pombredanne/metamorphosys-desktop | metamorphosys/META/externals/HCDDES/src/SF2J/sf2j.bat | bat | mit | 594 |
@ECHO OFF
msiexec /i JChem_NET_API.msi /quiet /L*V "installdotnetapi.log"
| Quantisan/WholeCell | knowledgebase/lib/ChemAxon/MarvinBeans/installdotnetapi.bat | bat | mit | 78 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.6
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment.
goto error
)
:: Setup
:: -----
setlocal enabledelayedexpansion
SET ARTIFACTS=%~dp0%..\artifacts
IF NOT DEFINED DEPLOYMENT_SOURCE (
SET DEPLOYMENT_SOURCE=%~dp0%.
)
IF NOT DEFINED DEPLOYMENT_TARGET (
SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot
)
IF NOT DEFINED NEXT_MANIFEST_PATH (
SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest
IF NOT DEFINED PREVIOUS_MANIFEST_PATH (
SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest
)
)
IF NOT DEFINED KUDU_SYNC_CMD (
:: Install kudu sync
echo Installing Kudu Sync
call npm install kudusync -g --silent
IF !ERRORLEVEL! NEQ 0 goto error
:: Locally just running "kuduSync" would also work
SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd
)
goto Deployment
:: Utility Functions
:: -----------------
:SelectNodeVersion
IF DEFINED KUDU_SELECT_NODE_VERSION_CMD (
:: The following are done only on Windows Azure Websites environment
call %KUDU_SELECT_NODE_VERSION_CMD% "%DEPLOYMENT_SOURCE%" "%DEPLOYMENT_TARGET%" "%DEPLOYMENT_TEMP%"
IF !ERRORLEVEL! NEQ 0 goto error
IF EXIST "%DEPLOYMENT_TEMP%\__nodeVersion.tmp" (
SET /p NODE_EXE=<"%DEPLOYMENT_TEMP%\__nodeVersion.tmp"
IF !ERRORLEVEL! NEQ 0 goto error
)
IF EXIST "%DEPLOYMENT_TEMP%\__npmVersion.tmp" (
SET /p NPM_JS_PATH=<"%DEPLOYMENT_TEMP%\__npmVersion.tmp"
IF !ERRORLEVEL! NEQ 0 goto error
)
IF NOT DEFINED NODE_EXE (
SET NODE_EXE=node
)
SET NPM_CMD="!NODE_EXE!" "!NPM_JS_PATH!"
) ELSE (
SET NPM_CMD=npm
SET NODE_EXE=node
)
goto :EOF
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Deployment
:: ----------
:Deployment
echo Handling node.js deployment.
:: 1. KuduSync
IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
IF !ERRORLEVEL! NEQ 0 goto error
)
:: 2. Select node version
call :SelectNodeVersion
:: 3. Install npm packages
IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd !NPM_CMD! install --production
IF !ERRORLEVEL! NEQ 0 goto error
popd
)
IF EXIST "Gulpfile.js" (
pushd "%DEPLOYMENT_TARGET%"
call .\node_modules\.bin\gulp prod
IF !ERRORLEVEL! NEQ 0 goto error
popd
)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Post deployment stub
IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%"
IF !ERRORLEVEL! NEQ 0 goto error
goto end
:: Execute command routine that will echo out when error
:ExecuteCmd
setlocal
set _CMD_=%*
call %_CMD_%
if "%ERRORLEVEL%" NEQ "0" echo Failed exitCode=%ERRORLEVEL%, command=%_CMD_%
exit /b %ERRORLEVEL%
:error
endlocal
echo An error has occurred during web site deployment.
call :exitSetErrorLevel
call :exitFromFunction 2>nul
:exitSetErrorLevel
exit /b 1
:exitFromFunction
()
:end
endlocal
echo Finished successfully.
| keyurpd/itsmean | deploy.cmd | bat | mit | 3,436 |
@rem
@rem The MIT License (MIT)
@rem
@rem Copyright (c) 2018 Kristian Kutin
@rem
@rem Permission is hereby granted, free of charge, to any person obtaining a copy
@rem of this software and associated documentation files (the "Software"), to deal
@rem in the Software without restriction, including without limitation the rights
@rem to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@rem copies of the Software, and to permit persons to whom the Software is
@rem furnished to do so, subject to the following conditions:
@rem
@rem The above copyright notice and this permission notice shall be included in all
@rem copies or substantial portions of the Software.
@rem
@rem THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
@rem IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@rem FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@rem AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
@rem LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
@rem OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
@rem SOFTWARE.
@rem
@Echo Off
@rem ================================================================================
@rem ===
@rem === void main(String aScriptFile, String... someParameters)
@rem ===
@rem === This batch script invokes a powershell script and passes all command line
@rem === parameters to the invoked powershell script.
@rem ===
@rem ===
@rem === @param aScriptFile
@rem === the file name of a powershell script without path
@rem === @param someParameters
@rem === all remaining command line parameters
@rem ===
cd /d %~dp0
call:defineMacros
call:defineConstants
set "prefix=%0"
set "scriptFile=%1"
if '%scriptFile%'=='' (
call:logError %prefix%: No script file was specified!
call:logError The runner stopped due to an error.
%return% 2
)
set "scriptFile=%scriptFile:"=%"
set "scriptFile=%~dp0%scriptFile%"
set parameters=
:while_processParameters
shift
if '%1'=='' (
goto elihw_processParameters
)
call:addParameter parameters %1
%ifError% (
call:logError An unexpected error occurred while building the parameter string!
call:logError The runner stopped due to an error.
%return% 2
)
goto while_processParameters
:elihw_processParameters
if not exist "%scriptFile%" (
call:logError %prefix%: The specified script file %scriptFile% doesn't exist!
call:logError The runner stopped due to an error.
%return% 3
)
call:logInfo The runner executes the specified powershell script.
call:logInfo script: %scriptFile%
call:logInfo parameters: %parameters%
start /B /WAIT powershell.exe -ExecutionPolicy ByPass -File "%scriptFile%" %parameters%
%ifError% (
call:logError The powershell script stopped due to an error!
%return% 4
)
call:logInfo The powershell script has stopped.
set scriptFile=
set parameters=
%return%
@rem ================================================================================
@rem ===
@rem === Internal Subroutines
@rem ===
@rem --------------------------------------------------------------------------------
@rem ---
@rem --- void defineMacros()
@rem ---
@rem --- This subroutine defines required macros.
@rem ---
:defineMacros
set "ifError=set foundErr=1&(if errorlevel 0 if not errorlevel 1 set foundErr=)&if defined foundErr"
set "cprintln=echo"
set "cprint=echo|set /p="
set "return=exit /b"
%return%
@rem --------------------------------------------------------------------------------
@rem ---
@rem --- void defineConstants()
@rem ---
@rem --- The subroutine defines required constants.
@rem ---
:defineConstants
set TRUE=TRUE
set FALSE=FALSE
set SCRIPTFILE=%~n0%~x0
set "LOGFILE=%~n0.log"
set SILENT=%FALSE%
set VERBOSE=%TRUE%
set LOGGING_MODE=%SILENT%
%return%
@rem --------------------------------------------------------------------------------
@rem ---
@rem --- void addParameter(String aVariableName, String aParameter)
@rem ---
@rem --- This subroutine adds the specified parameter to the specified variable.
@rem ---
@rem ---
@rem --- @param aVariableName
@rem --- the name of a variable
@rem --- @param aParameter
@rem --- a parameter
@rem ---
:addParameter
set "_variableName=%1"
if '%_variableName%'=='' (
call:logError %0: No variable name was specified!
%return% 2
)
set "_variableName=%_variableName:"=%"
set "_parameter=%2"
if '%_parameter%'=='' (
%return%
)
set "_parameter=%_parameter:"=%"
setlocal EnableDelayedExpansion
set "_value=!%_variableName%!"
set "_newValue=%_value% "%_parameter%""
endlocal & set "%_variableName%=%_newValue%"
set _variableName=
set _parameter=
%return%
@rem --------------------------------------------------------------------------------
@rem ---
@rem --- void logInfo(String... someTexts)
@rem ---
@rem --- The subroutine logs the specified info text.
@rem ---
@rem ---
@rem --- @param someTexts
@rem --- any number of text parameters with info messages
@rem ---
:logInfo
if %LOGGING_MODE%==%SILENT% (
goto logInfo_skipConsole
)
(
%cprintln% %date%::%time%::%username%:: INFO::%*
)
:logInfo_skipConsole
(
%cprintln% %date%::%time%::%username%:: INFO::%*
) >> "%LOGFILE%"
%return%
@rem --------------------------------------------------------------------------------
@rem ---
@rem --- void logError(String... someTexts)
@rem ---
@rem --- The subroutine logs the specified error text.
@rem ---
@rem ---
@rem --- @param someTexts
@rem --- any number of text parameters with error details
@rem ---
:logError
if %LOGGING_MODE%==%SILENT% (
goto logError_skipConsole
)
(
%cprintln% %date%::%time%::%username%::ERROR::%*
) 1>&2
:logError_skipConsole
(
%cprintln% %date%::%time%::%username%::ERROR::%*
) >> "%LOGFILE%"
%return%
| gammalgris/batch-utilities | powershell/runner2.bat | bat | mit | 5,946 |
/*-------------------------------------------------------------------*/
/* */
/* Compile options: */
/* */
/* CrtCmd Cmd( CHGUSRSTS ) */
/* Pgm( CBX923 ) */
/* SrcMbr( CBX923X ) */
/* AlwLmtUsr( *YES ) */
/* HlpPnlGrp( CBX923H ) */
/* HlpId( *CMD ) */
/* Aut( CHGUSRSTS ) */
/* */
/* Prerequisite: */
/* */
/* Prior to compiling the command you must create the */
/* the authorization list specified on the AUT parameter */
/* of the above CRTCMD command: */
/* */
/* CrtAutL AutL( CHGUSRSTS ) */
/* Aut( *EXCLUDE ) */
/* */
/* Only user profiles explicitely authorized to this */
/* authorization list will be able to run the CHGUSRSTS */
/* command, unless they have *ALLOBJ and *SECADM special */
/* authority. */
/* */
/* */
/*-------------------------------------------------------------------*/
Cmd Prompt( 'Change user status' )
Parm USRPRF *Name +
Min( 1 ) +
Expr( *YES ) +
Prompt( 'User profile' )
Parm RESET *Char 4 +
Dft( *NO ) +
Rstd( *YES ) +
SpcVal(( *NO ) +
( *YES )) +
Expr( *YES ) +
Prompt( 'Reset password' )
Parm ENABLE *Char 4 +
Dft( *NO ) +
Rstd( *YES ) +
SpcVal(( *NO ) +
( *YES )) +
Expr( *YES ) +
Prompt( 'Enable user profile' )
Dep Ctl( &RESET *EQ '*NO' ) +
Parm(( &ENABLE *EQ '*NO' )) +
NbrTrue( *EQ 0 )
| ChrisHird/CF_API | cbx923/chgusrsts.cmd | bat | mit | 3,164 |
:: Call this script from the command line while in the directory of the book
:: you want to actively edit + preview
::
:: `gitbook serve` can break with permission issues on Windows for misc.
:: machines. This script is a workaround. When `gitbook serve` fails, it silently
:: restarts it.
:: https://github.com/GitbookIO/gitbook/issues/1379#issuecomment-288048275
@Echo off
:Start
call gitbook serve
goto Start | chafey/cornerstoneTools | docs/win-server-workaround.bat | bat | mit | 411 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
cd .. & python setup.py build_ext --inplace & cd doc
%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\CPLCom.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\CPLCom.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
| matham/cplcom | doc/make.bat | bat | mit | 6,522 |
@echo off
if exist build.bat goto ok
echo build.bat must be run from its folder
goto end
:ok
cd main
@if exist "main-res.syso" (
@del "main-res.syso"
)
@if exist "%~dp0bin\gapp.exe" (
@del "%~dp0bin\gapp.exe"
)
windres -o main-res.syso main.rc
IF "%1"=="noconsole" (
go build -ldflags="-H windowsgui" -o ../bin/gapp.exe
rem @if %ERRORLEVEL% neq 0 goto end
) else (
go build -o ../bin/gapp.exe
rem @if %ERRORLEVEL% neq 0 goto end
)
cd ..\browser
go build -o ../bin/browser.exe
cd ../bin
gapp.exe
cd ..
:end
pause
| CodyGuo/gapp | build.bat | bat | mit | 548 |
ECHO OFF
ECHO "================================================"
ECHO "Execute Example Test Suite"
ECHO "================================================"
ECHO ON
java -jar target/acukestf-1.3-SNAPSHOT.jar support/test-suites/example.json support/features
GOTO AROUND
ECHO "not gonna see this"
:AROUND
| dtcubed/acukestf | support/windows-bat-files/execute-example-test-suite.bat | bat | mit | 304 |
cmd_sound/core/oss/snd-mixer-oss.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o sound/core/oss/snd-mixer-oss.o sound/core/oss/mixer_oss.o
| jashasweejena/VibeKernel | sound/core/oss/.snd-mixer-oss.o.cmd | bat | gpl-2.0 | 208 |
cmd_src/arm/omap3-overo-gallop43.dtb = cpp -Wp,-MD,src/arm/.omap3-overo-gallop43.dtb.d.pre.tmp -nostdinc -Iinclude -Isrc/arm -Itestcase-data -undef -D__DTS__ -x assembler-with-cpp -o src/arm/.omap3-overo-gallop43.dtb.dts.tmp src/arm/omap3-overo-gallop43.dts ; dtc -O dtb -o src/arm/omap3-overo-gallop43.dtb -b 0 -i src/arm -d src/arm/.omap3-overo-gallop43.dtb.d.dtc.tmp src/arm/.omap3-overo-gallop43.dtb.dts.tmp ; cat src/arm/.omap3-overo-gallop43.dtb.d.pre.tmp src/arm/.omap3-overo-gallop43.dtb.d.dtc.tmp > src/arm/.omap3-overo-gallop43.dtb.d
omap3-overo-gallop43.o: src/arm/omap3-overo-gallop43.dts \
src/arm/omap3-overo.dtsi src/arm/omap34xx.dtsi src/arm/omap3.dtsi \
include/dt-bindings/gpio/gpio.h \
include/dt-bindings/interrupt-controller/irq.h \
include/dt-bindings/pinctrl/omap.h src/arm/skeleton.dtsi \
src/arm/omap3-overo-base.dtsi src/arm/twl4030.dtsi \
src/arm/twl4030_omap3.dtsi src/arm/omap3-overo-gallop43-common.dtsi \
src/arm/omap3-overo-common-peripherals.dtsi \
src/arm/omap3-overo-common-lcd43.dtsi include/dt-bindings/input/input.h
src/arm/omap3-overo-gallop43.dtb: src/arm/.omap3-overo-gallop43.dtb.dts.tmp src/arm/omap3xxx-clocks.dtsi src/arm/omap34xx-omap36xx-clocks.dtsi src/arm/omap36xx-omap3430es2plus-clocks.dtsi src/arm/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
| marklendering/dtb-rebuilder-modified | src/arm/.omap3-overo-gallop43.dtb.cmd | bat | gpl-2.0 | 1,302 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/updown.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/updown.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/objects/hal/components/updown.o
| CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.updown.o.cmd | bat | gpl-2.0 | 225 |
cmd_arch/x86/crypto/aesni-intel.o := ld -m elf_x86_64 -r -o arch/x86/crypto/aesni-intel.o arch/x86/crypto/aesni-intel_asm.o arch/x86/crypto/aesni-intel_glue.o arch/x86/crypto/fpu.o
| acheron1502/android_kernel_BLU_BLU_PURE_XL | arch/x86/crypto/.aesni-intel.o.cmd | bat | gpl-2.0 | 184 |
cmd_block/built-in.o := arm-linux-gnueabihf-ld -EL -r -o block/built-in.o block/elevator.o block/blk-core.o block/blk-tag.o block/blk-sysfs.o block/blk-flush.o block/blk-settings.o block/blk-ioc.o block/blk-map.o block/blk-exec.o block/blk-merge.o block/blk-softirq.o block/blk-timeout.o block/blk-iopoll.o block/blk-lib.o block/ioctl.o block/genhd.o block/scsi_ioctl.o block/bsg.o block/noop-iosched.o block/deadline-iosched.o block/row-iosched.o block/cfq-iosched.o block/vr-iosched.o block/sio-iosched.o
| tyeo098/MK908-Kernel-NAND | block/.built-in.o.cmd | bat | gpl-2.0 | 512 |
# Pin name action command file
# Start of element R0
ChangePinName(R0, 1, 1)
ChangePinName(R0, 2, 2)
# Start of element C26
ChangePinName(C26, 2, -)
ChangePinName(C26, 1, +)
# Start of element L5
ChangePinName(L5, 3, Shield)
ChangePinName(L5, 1, 1)
ChangePinName(L5, 2, 2)
# Start of element Q1
ChangePinName(Q1, 3, E)
ChangePinName(Q1, 1, C)
ChangePinName(Q1, 2, B)
# Start of element CONN2
ChangePinName(CONN2, 2, GND)
ChangePinName(CONN2, 1, input)
# Start of element R23
ChangePinName(R23, 1, 1)
ChangePinName(R23, 2, 2)
# Start of element HLD1
ChangePinName(HLD1, 4, SHL)
ChangePinName(HLD1, 5, GND)
ChangePinName(HLD1, 2, RST)
ChangePinName(HLD1, 3, CLK)
ChangePinName(HLD1, 7, IO)
ChangePinName(HLD1, 6, VPP)
ChangePinName(HLD1, 1, VCC)
ChangePinName(HLD1, 8, SW2)
ChangePinName(HLD1, 9, SW1)
# Start of element C30
ChangePinName(C30, 2, 2)
ChangePinName(C30, 1, 1)
# Start of element R20
ChangePinName(R20, 1, 1)
ChangePinName(R20, 2, 2)
# Start of element R19
ChangePinName(R19, 1, 1)
ChangePinName(R19, 2, 2)
# Start of element U10
ChangePinName(U10, 5, VREF)
ChangePinName(U10, 6, CANL)
ChangePinName(U10, 7, CANH)
ChangePinName(U10, 8, RS)
ChangePinName(U10, 4, RXD)
ChangePinName(U10, 3, VDD)
ChangePinName(U10, 1, TXD)
ChangePinName(U10, 2, VSS)
# Start of element U9
ChangePinName(U9, 17, THERMAL_PAD)
ChangePinName(U9, 2, SW)
ChangePinName(U9, 3, SW)
ChangePinName(U9, 14, VOS)
ChangePinName(U9, 4, PG)
ChangePinName(U9, 5, FB)
ChangePinName(U9, 6, AGND)
ChangePinName(U9, 15, PGND)
ChangePinName(U9, 16, PGND)
ChangePinName(U9, 1, SW)
ChangePinName(U9, 7, FSW)
ChangePinName(U9, 8, DEF)
ChangePinName(U9, 9, SS/TR)
ChangePinName(U9, 13, EN)
ChangePinName(U9, 10, AVIN)
ChangePinName(U9, 12, PVIN)
ChangePinName(U9, 11, PVIN)
# Start of element D2
ChangePinName(D2, 2, 2)
ChangePinName(D2, 1, 1)
# Start of element C29
ChangePinName(C29, 2, 2)
ChangePinName(C29, 1, 1)
# Start of element C28
ChangePinName(C28, 2, 2)
ChangePinName(C28, 1, 1)
# Start of element C27
ChangePinName(C27, 2, 2)
ChangePinName(C27, 1, 1)
# Start of element R18
ChangePinName(R18, 1, 1)
ChangePinName(R18, 2, 2)
# Start of element TP6
ChangePinName(TP6, 1, 1)
# Start of element TP5
ChangePinName(TP5, 1, 1)
# Start of element TP4
ChangePinName(TP4, 1, 1)
# Start of element TP2
ChangePinName(TP2, 1, 1)
# Start of element TP1
ChangePinName(TP1, 1, 1)
# Start of element R16
ChangePinName(R16, 1, 1)
ChangePinName(R16, 2, 2)
# Start of element CONN3
ChangePinName(CONN3, 2, GND)
ChangePinName(CONN3, 1, input)
# Start of element ESD1
ChangePinName(ESD1, 1, 1)
ChangePinName(ESD1, 2, 2)
# Start of element C25
ChangePinName(C25, 2, 2)
ChangePinName(C25, 1, 1)
# Start of element L4
ChangePinName(L4, 1, 1)
ChangePinName(L4, 2, 2)
# Start of element L3
ChangePinName(L3, 1, 1)
ChangePinName(L3, 2, 2)
# Start of element R15
ChangePinName(R15, 1, 1)
ChangePinName(R15, 2, 2)
# Start of element C24
ChangePinName(C24, 2, 2)
ChangePinName(C24, 1, 1)
# Start of element C23
ChangePinName(C23, 2, 2)
ChangePinName(C23, 1, 1)
# Start of element R14
ChangePinName(R14, 1, 1)
ChangePinName(R14, 2, 2)
# Start of element R12
ChangePinName(R12, 1, 1)
ChangePinName(R12, 2, 2)
# Start of element LED1
ChangePinName(LED1, 2, K)
ChangePinName(LED1, 1, A)
# Start of element C22
ChangePinName(C22, 2, 2)
ChangePinName(C22, 1, 1)
# Start of element U8
ChangePinName(U8, 9, THERMAL)
ChangePinName(U8, 8, DATA1_IN)
ChangePinName(U8, 7, CLK_IN)
ChangePinName(U8, 6, DATA2_IN)
ChangePinName(U8, 5, VCC)
ChangePinName(U8, 4, NC)
ChangePinName(U8, 3, DATA2_OUT)
ChangePinName(U8, 2, CLK_OUT)
ChangePinName(U8, 1, DATA1_OUT)
# Start of element C21
ChangePinName(C21, 2, 2)
ChangePinName(C21, 1, 1)
# Start of element C20
ChangePinName(C20, 2, 2)
ChangePinName(C20, 1, 1)
# Start of element C19
ChangePinName(C19, 2, 2)
ChangePinName(C19, 1, 1)
# Start of element C18
ChangePinName(C18, 2, 2)
ChangePinName(C18, 1, 1)
# Start of element C17
ChangePinName(C17, 2, -)
ChangePinName(C17, 1, +)
# Start of element Z2
ChangePinName(Z2, 1, 1)
ChangePinName(Z2, 2, 2)
# Start of element L2
ChangePinName(L2, 1, 1)
ChangePinName(L2, 2, 2)
# Start of element C16
ChangePinName(C16, 2, 2)
ChangePinName(C16, 1, 1)
# Start of element R11
ChangePinName(R11, 1, 1)
ChangePinName(R11, 2, 2)
# Start of element R10
ChangePinName(R10, 1, 1)
ChangePinName(R10, 2, 2)
# Start of element R9
ChangePinName(R9, 1, 1)
ChangePinName(R9, 2, 2)
# Start of element R8
ChangePinName(R8, 1, 1)
ChangePinName(R8, 2, 2)
# Start of element R7
ChangePinName(R7, 1, 1)
ChangePinName(R7, 2, 2)
# Start of element C15
ChangePinName(C15, 2, -)
ChangePinName(C15, 1, +)
# Start of element C14
ChangePinName(C14, 2, 2)
ChangePinName(C14, 1, 1)
# Start of element C13
ChangePinName(C13, 2, 2)
ChangePinName(C13, 1, 1)
# Start of element C12
ChangePinName(C12, 2, 2)
ChangePinName(C12, 1, 1)
# Start of element C11
ChangePinName(C11, 2, 2)
ChangePinName(C11, 1, 1)
# Start of element U7
ChangePinName(U7, 65, GND_PADS)
ChangePinName(U7, 64, GND)
ChangePinName(U7, 63, GND)
ChangePinName(U7, 62, RSVD/ANT_DET)
ChangePinName(U7, 61, GND)
ChangePinName(U7, 60, GND)
ChangePinName(U7, 59, GND)
ChangePinName(U7, 58, GND)
ChangePinName(U7, 57, GND)
ChangePinName(U7, 56, ANT)
ChangePinName(U7, 55, GND)
ChangePinName(U7, 54, GND)
ChangePinName(U7, 53, VCC)
ChangePinName(U7, 52, VCC)
ChangePinName(U7, 51, VCC)
ChangePinName(U7, 50, GND)
ChangePinName(U7, 49, RSVD/MIC_P)
ChangePinName(U7, 48, RSVD/MIC_N)
ChangePinName(U7, 47, RSVD/MIC_GND)
ChangePinName(U7, 46, RSVD/MIC_BIAS)
ChangePinName(U7, 45, RSVD/ SPK_N)
ChangePinName(U7, 44, RSVD/ SPK_P)
ChangePinName(U7, 43, GND)
ChangePinName(U7, 42, SIM_DET)
ChangePinName(U7, 41, VSIM)
ChangePinName(U7, 40, SIM_RST)
ChangePinName(U7, 39, SIM_IO)
ChangePinName(U7, 38, SIM_CLK)
ChangePinName(U7, 37, RSVD/I2S_RXD)
ChangePinName(U7, 36, RSVD/I2S_CLK)
ChangePinName(U7, 35, RSVD/I2S_TXD)
ChangePinName(U7, 34, RSVD/I2S_WA)
ChangePinName(U7, 33, RSVD)
ChangePinName(U7, 32, GND)
ChangePinName(U7, 31, EXT32/RSVD)
ChangePinName(U7, 30, GND)
ChangePinName(U7, 29, USB_D+)
ChangePinName(U7, 28, USB_D-)
ChangePinName(U7, 27, RSVD/ SCL)
ChangePinName(U7, 26, RSVD/ SDA)
ChangePinName(U7, 25, RSVD/ GPIO4)
ChangePinName(U7, 24, 32K_OUT/GPIO3)
ChangePinName(U7, 23, RSVD/ GPIO2)
ChangePinName(U7, 22, GND)
ChangePinName(U7, 21, GND)
ChangePinName(U7, 20, GND)
ChangePinName(U7, 19, CODEC_CLK)
ChangePinName(U7, 18, RESET_N)
ChangePinName(U7, 17, VUSB_DET)
ChangePinName(U7, 16, RSVD/ GPIO1)
ChangePinName(U7, 15, PWR_ON)
ChangePinName(U7, 14, GND)
ChangePinName(U7, 13, RXD)
ChangePinName(U7, 12, TXD)
ChangePinName(U7, 11, CTS)
ChangePinName(U7, 10, RTS)
ChangePinName(U7, 9, DTR)
ChangePinName(U7, 8, DCD)
ChangePinName(U7, 7, RI)
ChangePinName(U7, 6, DSR)
ChangePinName(U7, 5, GND)
ChangePinName(U7, 4, V_INT)
ChangePinName(U7, 3, GND)
ChangePinName(U7, 2, V_BCKP)
ChangePinName(U7, 1, GND)
# Start of element U6
ChangePinName(U6, 8, VCC)
ChangePinName(U6, 7, GND)
ChangePinName(U6, 2, SYNC)
ChangePinName(U6, 6, FSW)
ChangePinName(U6, 3, INH)
ChangePinName(U6, 4, COMP)
ChangePinName(U6, 5, FB)
ChangePinName(U6, 1, OUT)
# Start of element F1
ChangePinName(F1, 2, 2)
ChangePinName(F1, 1, 1)
# Start of element Z1
ChangePinName(Z1, 1, 1)
ChangePinName(Z1, 2, 2)
# Start of element C10
ChangePinName(C10, 2, 2)
ChangePinName(C10, 1, 1)
# Start of element C9
ChangePinName(C9, 2, 2)
ChangePinName(C9, 1, 1)
# Start of element SOCK1
ChangePinName(SOCK1, 1, DATA2)
ChangePinName(SOCK1, 2, CD/DAT3)
ChangePinName(SOCK1, 3, CMD)
ChangePinName(SOCK1, 4, VDD)
ChangePinName(SOCK1, 6, VSS)
ChangePinName(SOCK1, 5, CLK)
ChangePinName(SOCK1, 7, DATA0)
ChangePinName(SOCK1, 8, DATA1)
# Start of element C8
ChangePinName(C8, 2, 2)
ChangePinName(C8, 1, 1)
# Start of element C7
ChangePinName(C7, 2, 2)
ChangePinName(C7, 1, 1)
# Start of element C6
ChangePinName(C6, 2, 2)
ChangePinName(C6, 1, 1)
# Start of element R6
ChangePinName(R6, 1, 1)
ChangePinName(R6, 2, 2)
# Start of element R5
ChangePinName(R5, 1, 1)
ChangePinName(R5, 2, 2)
# Start of element R4
ChangePinName(R4, 1, 1)
ChangePinName(R4, 2, 2)
# Start of element C5
ChangePinName(C5, 2, 2)
ChangePinName(C5, 1, 1)
# Start of element C4
ChangePinName(C4, 2, 2)
ChangePinName(C4, 1, 1)
# Start of element C3
ChangePinName(C3, 2, 2)
ChangePinName(C3, 1, 1)
# Start of element U5
ChangePinName(U5, 16, VDD)
ChangePinName(U5, 15, "res(VDD)")
ChangePinName(U5, 14, "CAP(GND)")
ChangePinName(U5, 13, GND)
ChangePinName(U5, 12, GND)
ChangePinName(U5, 11, "res(GND)")
ChangePinName(U5, 10, "res(GND)")
ChangePinName(U5, 9, "res(GND)")
ChangePinName(U5, 8, DEN)
ChangePinName(U5, 7, INT1)
ChangePinName(U5, 6, DRDY/INT2)
ChangePinName(U5, 5, CS)
ChangePinName(U5, 4, SDO/SA0)
ChangePinName(U5, 3, SDA/SDI/SDO)
ChangePinName(U5, 2, SCL/SCP)
ChangePinName(U5, 1, VDDIO)
# Start of element U4
ChangePinName(U4, 16, GND)
ChangePinName(U4, 15, C1)
ChangePinName(U4, 14, VDD)
ChangePinName(U4, 13, GND)
ChangePinName(U4, 12, GND)
ChangePinName(U4, 11, INT1)
ChangePinName(U4, 10, "res(GND)")
ChangePinName(U4, 9, INT2)
ChangePinName(U4, 8, CS)
ChangePinName(U4, 7, SDO/SA0)
ChangePinName(U4, 6, SDA/SDI/SDO)
ChangePinName(U4, 5, GND)
ChangePinName(U4, 4, SCL/SCP)
ChangePinName(U4, 3, SETP)
ChangePinName(U4, 2, SETC)
ChangePinName(U4, 1, VDDIO)
# Start of element C2
ChangePinName(C2, 2, 2)
ChangePinName(C2, 1, 1)
# Start of element R3
ChangePinName(R3, 1, 1)
ChangePinName(R3, 2, 2)
# Start of element L1
ChangePinName(L1, 1, 1)
ChangePinName(L1, 2, 2)
# Start of element U3
ChangePinName(U3, 18, res)
ChangePinName(U3, 17, SCL)
ChangePinName(U3, 16, SDA)
ChangePinName(U3, 15, V_ANT/res)
ChangePinName(U3, 14, VCC_RF)
ChangePinName(U3, 13, ANT_ON/res)
ChangePinName(U3, 12, GND)
ChangePinName(U3, 11, RF_IN)
ChangePinName(U3, 10, GND)
ChangePinName(U3, 9, RESET_N)
ChangePinName(U3, 8, VCC)
ChangePinName(U3, 7, VCC_IO)
ChangePinName(U3, 6, VBCKP)
ChangePinName(U3, 5, EXTINT)
ChangePinName(U3, 4, 1PPS)
ChangePinName(U3, 3, RXD)
ChangePinName(U3, 2, TXD)
ChangePinName(U3, 1, GND)
# Start of element C1
ChangePinName(C1, 2, 2)
ChangePinName(C1, 1, 1)
# Start of element R2
ChangePinName(R2, 1, 1)
ChangePinName(R2, 2, 2)
# Start of element R1
ChangePinName(R1, 1, 1)
ChangePinName(R1, 2, 2)
# Start of element D1
ChangePinName(D1, 2, 2)
ChangePinName(D1, 1, 1)
# Start of element CONN1
ChangePinName(CONN1, 5, 5)
ChangePinName(CONN1, 3, 3)
ChangePinName(CONN1, 1, 1)
ChangePinName(CONN1, 6, 6)
ChangePinName(CONN1, 4, 4)
ChangePinName(CONN1, 2, 2)
# Start of element U2
ChangePinName(U2, 5, VREF)
ChangePinName(U2, 6, CANL)
ChangePinName(U2, 7, CANH)
ChangePinName(U2, 8, RS)
ChangePinName(U2, 4, RXD)
ChangePinName(U2, 3, VDD)
ChangePinName(U2, 1, TXD)
ChangePinName(U2, 2, VSS)
# Start of element U1
ChangePinName(U1, 28, DIP28)
ChangePinName(U1, 25, DIP25)
ChangePinName(U1, 26, DIP26)
ChangePinName(U1, 24, DIP24)
ChangePinName(U1, 27, DIP27)
ChangePinName(U1, 23, DIP23)
ChangePinName(U1, 21, DIP21)
ChangePinName(U1, 22, DIP22)
ChangePinName(U1, 36, RD-)
ChangePinName(U1, 34, TD-)
ChangePinName(U1, 35, RD+)
ChangePinName(U1, 33, TD+)
ChangePinName(U1, 32, D-)
ChangePinName(U1, 31, D+)
ChangePinName(U1, 29, DIP29)
ChangePinName(U1, 30, DIP30)
ChangePinName(U1, 39, VU_5V)
ChangePinName(U1, 38, IF_D-)
ChangePinName(U1, 37, IF_D+)
ChangePinName(U1, 40, VR_33V)
ChangePinName(U1, 13, DIP13)
ChangePinName(U1, 16, DIP16)
ChangePinName(U1, 15, DIP15)
ChangePinName(U1, 17, DIP17)
ChangePinName(U1, 14, DIP14)
ChangePinName(U1, 18, DIP18)
ChangePinName(U1, 20, DIP20)
ChangePinName(U1, 19, DIP19)
ChangePinName(U1, 5, DIP5)
ChangePinName(U1, 7, DIP7)
ChangePinName(U1, 6, DIP6)
ChangePinName(U1, 8, DIP8)
ChangePinName(U1, 9, DIP9)
ChangePinName(U1, 10, DIP10)
ChangePinName(U1, 12, DIP12)
ChangePinName(U1, 11, DIP11)
ChangePinName(U1, 2, VIN)
ChangePinName(U1, 3, VB)
ChangePinName(U1, 4, NR)
ChangePinName(U1, 1, GND)
| benoitclem/gEDAdesigns | coa3GV2/coa.cmd | bat | gpl-2.0 | 11,910 |
cmd_drivers/gpu/drm/built-in.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/gpu/drm/built-in.o drivers/gpu/drm/i2c/built-in.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | drivers/gpu/drm/.built-in.o.cmd | bat | gpl-2.0 | 160 |
cmd_lib/gen_crc32table := gcc -Wp,-MD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o lib/gen_crc32table lib/gen_crc32table.c
source_lib/gen_crc32table := lib/gen_crc32table.c
deps_lib/gen_crc32table := \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/bits/predefs.h \
/usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h \
/usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-32.h \
/usr/lib/gcc/i486-linux-gnu/4.4.3/include/stddef.h \
/usr/include/bits/types.h \
/usr/include/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/i486-linux-gnu/4.4.3/include/stdarg.h \
/usr/include/bits/stdio_lim.h \
/usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h \
/usr/include/bits/stdio2.h \
lib/crc32defs.h \
/usr/include/inttypes.h \
/usr/include/stdint.h \
/usr/include/bits/wchar.h \
lib/gen_crc32table: $(deps_lib/gen_crc32table)
$(deps_lib/gen_crc32table):
| pedestre/Kernel-Apolo-ICS-4.0.4 | lib/.gen_crc32table.cmd | bat | gpl-2.0 | 1,035 |
cmd_drivers/media/rc/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/rc/built-in.o drivers/media/rc/keymaps/built-in.o drivers/media/rc/rc-core.o drivers/media/rc/lirc_dev.o drivers/media/rc/ir-nec-decoder.o drivers/media/rc/ir-rc5-decoder.o drivers/media/rc/ir-rc6-decoder.o drivers/media/rc/ir-jvc-decoder.o drivers/media/rc/ir-sony-decoder.o drivers/media/rc/ir-rc5-sz-decoder.o drivers/media/rc/ir-sanyo-decoder.o drivers/media/rc/ir-mce_kbd-decoder.o drivers/media/rc/ir-lirc-codec.o drivers/media/rc/user-rc-input.o drivers/media/rc/gpio-ir-recv.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/media/rc/.built-in.o.cmd | bat | gpl-2.0 | 614 |
cmd_libbb/recursive_action.o := gcc -Wp,-MD,libbb/.recursive_action.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(recursive_action)" -D"KBUILD_MODNAME=KBUILD_STR(recursive_action)" -c -o libbb/recursive_action.o libbb/recursive_action.c
deps_libbb/recursive_action.o := \
libbb/recursive_action.c \
include/libbb.h \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/busybox/exec/path.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/bits/predefs.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \
/usr/include/ctype.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/xlocale.h \
/usr/include/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/sigset.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/x86_64-linux-gnu/bits/uio.h \
/usr/include/x86_64-linux-gnu/bits/stat.h \
/usr/include/x86_64-linux-gnu/bits/fcntl2.h \
/usr/include/inttypes.h \
/usr/include/netdb.h \
/usr/include/netinet/in.h \
/usr/include/x86_64-linux-gnu/sys/socket.h \
/usr/include/x86_64-linux-gnu/sys/uio.h \
/usr/include/x86_64-linux-gnu/bits/socket.h \
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
/usr/include/x86_64-linux-gnu/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/x86_64-linux-gnu/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/x86_64-linux-gnu/bits/socket2.h \
/usr/include/x86_64-linux-gnu/bits/in.h \
/usr/include/rpc/netdb.h \
/usr/include/x86_64-linux-gnu/bits/siginfo.h \
/usr/include/x86_64-linux-gnu/bits/netdb.h \
/usr/include/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp2.h \
/usr/include/signal.h \
/usr/include/x86_64-linux-gnu/bits/signum.h \
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/x86_64-linux-gnu/sys/poll.h \
/usr/include/x86_64-linux-gnu/bits/poll.h \
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
/usr/include/asm-generic/ioctls.h \
/usr/include/linux/ioctl.h \
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
/usr/include/asm-generic/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h \
/usr/include/x86_64-linux-gnu/sys/mman.h \
/usr/include/x86_64-linux-gnu/bits/mman.h \
/usr/include/x86_64-linux-gnu/sys/stat.h \
/usr/include/x86_64-linux-gnu/sys/time.h \
/usr/include/x86_64-linux-gnu/sys/wait.h \
/usr/include/x86_64-linux-gnu/sys/resource.h \
/usr/include/x86_64-linux-gnu/bits/resource.h \
/usr/include/termios.h \
/usr/include/x86_64-linux-gnu/bits/termios.h \
/usr/include/unistd.h \
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
/usr/include/x86_64-linux-gnu/bits/environments.h \
/usr/include/x86_64-linux-gnu/bits/confname.h \
/usr/include/getopt.h \
/usr/include/x86_64-linux-gnu/bits/unistd.h \
/usr/include/x86_64-linux-gnu/sys/param.h \
/usr/include/linux/param.h \
/usr/include/x86_64-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/mntent.h \
/usr/include/paths.h \
/usr/include/x86_64-linux-gnu/sys/statfs.h \
/usr/include/x86_64-linux-gnu/bits/statfs.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
libbb/recursive_action.o: $(deps_libbb/recursive_action.o)
$(deps_libbb/recursive_action.o):
| muthumani2/Muthu-busybox | libbb/.recursive_action.o.cmd | bat | gpl-2.0 | 9,452 |
cmd_drivers/base/built-in.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o drivers/base/built-in.o drivers/base/core.o drivers/base/sys.o drivers/base/bus.o drivers/base/dd.o drivers/base/driver.o drivers/base/class.o drivers/base/platform.o drivers/base/cpu.o drivers/base/firmware.o drivers/base/init.o drivers/base/map.o drivers/base/devres.o drivers/base/attribute_container.o drivers/base/transport_class.o drivers/base/power/built-in.o drivers/base/dma-mapping.o drivers/base/dma-coherent.o drivers/base/firmware_class.o drivers/base/module.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/base/.built-in.o.cmd | bat | gpl-2.0 | 573 |
cmd_networking/libiproute/ll_addr.o := gcc -Wp,-MD,networking/libiproute/.ll_addr.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(ll_addr)" -D"KBUILD_MODNAME=KBUILD_STR(ll_addr)" -c -o networking/libiproute/ll_addr.o networking/libiproute/ll_addr.c
deps_networking/libiproute/ll_addr.o := \
networking/libiproute/ll_addr.c \
/usr/include/net/if_arp.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/bits/predefs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/time.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/sigset.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/x86_64-linux-gnu/sys/socket.h \
/usr/include/x86_64-linux-gnu/sys/uio.h \
/usr/include/x86_64-linux-gnu/bits/uio.h \
/usr/include/x86_64-linux-gnu/bits/socket.h \
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
/usr/include/x86_64-linux-gnu/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/x86_64-linux-gnu/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/x86_64-linux-gnu/bits/socket2.h \
include/libbb.h \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/busybox/exec/path.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \
/usr/include/ctype.h \
/usr/include/xlocale.h \
/usr/include/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.h \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/stat.h \
/usr/include/x86_64-linux-gnu/bits/fcntl2.h \
/usr/include/inttypes.h \
/usr/include/netdb.h \
/usr/include/netinet/in.h \
/usr/include/x86_64-linux-gnu/bits/in.h \
/usr/include/rpc/netdb.h \
/usr/include/x86_64-linux-gnu/bits/siginfo.h \
/usr/include/x86_64-linux-gnu/bits/netdb.h \
/usr/include/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp2.h \
/usr/include/signal.h \
/usr/include/x86_64-linux-gnu/bits/signum.h \
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/x86_64-linux-gnu/sys/poll.h \
/usr/include/x86_64-linux-gnu/bits/poll.h \
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
/usr/include/asm-generic/ioctls.h \
/usr/include/linux/ioctl.h \
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
/usr/include/asm-generic/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h \
/usr/include/x86_64-linux-gnu/sys/mman.h \
/usr/include/x86_64-linux-gnu/bits/mman.h \
/usr/include/x86_64-linux-gnu/sys/stat.h \
/usr/include/x86_64-linux-gnu/sys/time.h \
/usr/include/x86_64-linux-gnu/sys/wait.h \
/usr/include/x86_64-linux-gnu/sys/resource.h \
/usr/include/x86_64-linux-gnu/bits/resource.h \
/usr/include/termios.h \
/usr/include/x86_64-linux-gnu/bits/termios.h \
/usr/include/unistd.h \
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
/usr/include/x86_64-linux-gnu/bits/environments.h \
/usr/include/x86_64-linux-gnu/bits/confname.h \
/usr/include/getopt.h \
/usr/include/x86_64-linux-gnu/bits/unistd.h \
/usr/include/x86_64-linux-gnu/sys/param.h \
/usr/include/linux/param.h \
/usr/include/x86_64-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/mntent.h \
/usr/include/paths.h \
/usr/include/x86_64-linux-gnu/sys/statfs.h \
/usr/include/x86_64-linux-gnu/bits/statfs.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
networking/libiproute/rt_names.h \
networking/libiproute/utils.h \
networking/libiproute/libnetlink.h \
/usr/include/linux/types.h \
/usr/include/x86_64-linux-gnu/asm/types.h \
/usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h \
/usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h \
$(wildcard include/config/64bit.h) \
/usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h \
/usr/include/x86_64-linux-gnu/asm/posix_types.h \
/usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
/usr/include/linux/netlink.h \
/usr/include/linux/socket.h \
/usr/include/linux/rtnetlink.h \
/usr/include/linux/if_link.h \
/usr/include/linux/if_addr.h \
/usr/include/linux/neighbour.h \
networking/libiproute/ll_map.h \
networking/libiproute/rtm_map.h \
networking/libiproute/ll_addr.o: $(deps_networking/libiproute/ll_addr.o)
$(deps_networking/libiproute/ll_addr.o):
| muthumani2/Muthu-busybox | networking/libiproute/.ll_addr.o.cmd | bat | gpl-2.0 | 10,375 |
rmdir /s /q bin\Debug\root
if not exist bin\Debug\root\ mkdir bin\Debug\root\
if not exist bin\Debug\root\boot\ mkdir bin\Debug\root\boot\
if not exist bin\Debug\root\boot\grub\ mkdir bin\Debug\root\boot\grub
copy bin\Debug\libRadon.Test.so bin\Debug\root\boot\Radon.bin
copy grub.cfg bin\Debug\root\boot\grub\grub.cfg
bash grub-mkrescue --output=bin\Debug\Radon.iso bin\Debug\root
qemu-system-i386 -cdrom bin\Debug\Radon.iso | Rn86/Radon | test.bat | bat | gpl-3.0 | 428 |
@echo off
REM change the windows boot screen
start "" /w "%~dp0win7bootupdatercmd.exe" boot.bs7
REM delete working files
del /f /q "%~dp0win7bootupdatercmd.exe"
del /f /q "%~dp0boot.bs7"
REM delete old source files
del /f /q /a "c:\bootmgr~1"
del /f /q "%systemroot%\system32\bootres~1.dll"
del /f /q "%systemroot%\system32\winload~1.exe"
del /f /q "%systemroot%\system32\winresume~1.exe"
del /f /q "%systemroot%\system32\en-us\winload.exe~1.mui"
del /f /q "%systemroot%\system32\en-us\winresume.exe~1.mui"
exit | CHEF-KOCH/regtweaks | Win 10/All Versions/Boot/Change Boot Order/Change Boot animation.bat | bat | mpl-2.0 | 518 |
@echo off
echo Disabling tasks. Depending on Windows version this may have errors, this is normal...
schtasks /Change /TN "\Microsoft\Windows\Application Experience\AitAgent" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Autochk\Proxy" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Maintenance\WinSAT" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\ActivateWindowsSearch" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\ConfigureInternetTimeService" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\DispatchRecoveryTasks" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\ehDRMInit" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\InstallPlayReady" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\mcupdate" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\MediaCenterRecoveryTask" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\ObjectStoreRecoveryTask" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\OCURActivate" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\OCURDiscovery" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\PBDADiscovery" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\PBDADiscoveryW1" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\PBDADiscoveryW2" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\PvrRecoveryTask" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\PvrScheduleTask" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\RegisterSearch" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\ReindexSearchRoot" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\SqlLiteRecoveryTask" /DISABLE
schtasks /Change /TN "\Microsoft\Windows\Media Center\UpdateRecordPath" /DISABLE
pause | CHEF-KOCH/regtweaks | Old/Windows 7/DisableNaughtyTasks.bat | bat | mpl-2.0 | 2,494 |
cd %~dp0
start /B java -Xmx512m -jar %~dp0org.leo.traceroute.jar --add-exports java.base/java.lang=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/sun.java2d=ALL-UNNAMED | leolewis/openvisualtraceroute | org.leo.traceroute/bin/run.bat | bat | lgpl-3.0 | 207 |
echo ------------------------ LocBaml to output ------------------------
copy ..\..\Setup\LocBaml.exe ..\..\Output\Debug\LocBaml.exe
echo ------------------------ Create en-US folder ------------------------
cd ..\..\Output\Debug\
mkdir en-US
echo ------------------------ parse with LocBaml ------------------------
LocBaml /parse en-US\Host.Services.resources.dll /out:..\..\Host.Services\Locale\Host.Services.resources.Debug.txt
echo ------------------------ clean ------------------------
del LocBaml.exe
pause | Invenietis/ck-certified | Host.Services/Locale/GetResources.Debug.bat | bat | lgpl-3.0 | 531 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%JENAROOT%" == "" goto :rootNotSet
set JENA_HOME=%JENAROOT%
:rootNotSet
if NOT "%JENA_HOME%" == "" goto :okHome
echo JENA_HOME not set
exit /B
:okHome
set JENA_CP=%JENA_HOME%\lib\*;
set LOGGING=file:%JENA_HOME%/jena-log4j.properties
@rem JVM_ARGS comes from the environment.
java %JVM_ARGS% -Dlog4j.configuration="%LOGGING%" -cp "%JENA_CP%" riotcmd.turtle %*
exit /B
| xcurator/xcurator | lib/new_libs/apache-jena-3.1.0/bat/turtle.bat | bat | apache-2.0 | 461 |
cd accountsrv
start accountsrv
cd ../balancesrv
start balancesrv
cd ../gamesrv
start gamesrv
cd ../gatesrv
start gatesrv
cd ../mgrsrv
start mgrsrv
cd ../worldsrv
start worldsrv | idealeak/goserver | mmo/startup.bat | bat | apache-2.0 | 187 |
java -jar target/gephi-swiss-army-knife-1.0.0-jar-with-dependencies.jar sample.gexf
| project-spinoza/gephi-swiss-army-knife | startup.bat | bat | apache-2.0 | 84 |
del /Q /F .\mozart\*.gch
del /Q /F .\tests\*.gch
astyle -A4 -N -t .\mozart\*
astyle -A4 -N -t .\tests\*
del /Q /F .\mozart\*.orig
del /Q /F .\tests\*.orig | mikecovlee/mozart | format.bat | bat | apache-2.0 | 154 |
@ECHO OFF
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 %~dp0 is expanded pathname of the current script under NT
SET JSPWIKI_HOME=%~dp0
SET CATALINA_HOME=%JSPWIKI_HOME%
SET CATALINA_BASE=%JSPWIKI_HOME%
SET CATALINA_OUT=%CATALINA_BASE%/logs/catalina.out
SET CATALINA_TMPDIR=%CATALINA_BASE%/temp
SET CATALINA_OPTS="-Xmx128m"
cd %JSPWIKI_HOME%
./bin/catalina.bat %1 %2 %3 | tateshitah/jspwiki | jspwiki-portable/src/overlay/launchers/tomcat/woas.bat | bat | apache-2.0 | 1,183 |
file nexe_loader
set args hello.nexe
set env NACLLOG=run.log
set env NACLVERBOSITY=99
break main
break NaClAppThreadLauncher
break MySyscallInvoke
break NotImplementedDecoder
break NaClHostDescMap
| jingleyang/sandbox_msc_project | Experiment3/host_64/gdb.cmd | bat | bsd-2-clause | 197 |
setlocal
set JAVA_HOME=%JAVA8_HOME%
call mvn -X clean install >std 2>err
endlocal | highsource/maven-jaxb2-plugin | build-1.8.bat | bat | bsd-2-clause | 84 |
@ECHO OFF
rem ******************************************************************************
rem *
rem * Notepad2-mod
rem *
rem * build_vs2012.bat
rem * Batch file used to build Notepad2 with MSVC2013
rem *
rem * See License.txt for details about distribution and modification.
rem *
rem * (c) XhmikosR 2010-2013
rem * https://github.com/XhmikosR/notepad2-mod
rem *
rem ******************************************************************************
SETLOCAL ENABLEEXTENSIONS
CD /D %~dp0
rem Check the building environment
IF NOT DEFINED VS120COMNTOOLS CALL :SUBMSG "ERROR" "Visual Studio 2013 wasn't found!"
rem Check for the help switches
IF /I "%~1" == "help" GOTO SHOWHELP
IF /I "%~1" == "/help" GOTO SHOWHELP
IF /I "%~1" == "-help" GOTO SHOWHELP
IF /I "%~1" == "--help" GOTO SHOWHELP
IF /I "%~1" == "/?" GOTO SHOWHELP
rem Check for the first switch
IF "%~1" == "" (
SET "BUILDTYPE=Build"
) ELSE (
IF /I "%~1" == "Build" SET "BUILDTYPE=Build" & GOTO CHECKSECONDARG
IF /I "%~1" == "/Build" SET "BUILDTYPE=Build" & GOTO CHECKSECONDARG
IF /I "%~1" == "-Build" SET "BUILDTYPE=Build" & GOTO CHECKSECONDARG
IF /I "%~1" == "--Build" SET "BUILDTYPE=Build" & GOTO CHECKSECONDARG
IF /I "%~1" == "Clean" SET "BUILDTYPE=Clean" & GOTO CHECKSECONDARG
IF /I "%~1" == "/Clean" SET "BUILDTYPE=Clean" & GOTO CHECKSECONDARG
IF /I "%~1" == "-Clean" SET "BUILDTYPE=Clean" & GOTO CHECKSECONDARG
IF /I "%~1" == "--Clean" SET "BUILDTYPE=Clean" & GOTO CHECKSECONDARG
IF /I "%~1" == "Rebuild" SET "BUILDTYPE=Rebuild" & GOTO CHECKSECONDARG
IF /I "%~1" == "/Rebuild" SET "BUILDTYPE=Rebuild" & GOTO CHECKSECONDARG
IF /I "%~1" == "-Rebuild" SET "BUILDTYPE=Rebuild" & GOTO CHECKSECONDARG
IF /I "%~1" == "--Rebuild" SET "BUILDTYPE=Rebuild" & GOTO CHECKSECONDARG
ECHO.
ECHO Unsupported commandline switch!
ECHO Run "%~nx0 help" for details about the commandline switches.
CALL :SUBMSG "ERROR" "Compilation failed!"
)
:CHECKSECONDARG
rem Check for the second switch
IF "%~2" == "" (
SET "ARCH=all"
) ELSE (
IF /I "%~2" == "x86" SET "ARCH=x86" & GOTO CHECKTHIRDARG
IF /I "%~2" == "/x86" SET "ARCH=x86" & GOTO CHECKTHIRDARG
IF /I "%~2" == "-x86" SET "ARCH=x86" & GOTO CHECKTHIRDARG
IF /I "%~2" == "--x86" SET "ARCH=x86" & GOTO CHECKTHIRDARG
IF /I "%~2" == "x64" SET "ARCH=x64" & GOTO CHECKTHIRDARG
IF /I "%~2" == "/x64" SET "ARCH=x64" & GOTO CHECKTHIRDARG
IF /I "%~2" == "-x64" SET "ARCH=x64" & GOTO CHECKTHIRDARG
IF /I "%~2" == "--x64" SET "ARCH=x64" & GOTO CHECKTHIRDARG
IF /I "%~2" == "all" SET "ARCH=all" & GOTO CHECKTHIRDARG
IF /I "%~2" == "/all" SET "ARCH=all" & GOTO CHECKTHIRDARG
IF /I "%~2" == "-all" SET "ARCH=all" & GOTO CHECKTHIRDARG
IF /I "%~2" == "--all" SET "ARCH=all" & GOTO CHECKTHIRDARG
ECHO.
ECHO Unsupported commandline switch!
ECHO Run "%~nx0 help" for details about the commandline switches.
CALL :SUBMSG "ERROR" "Compilation failed!"
)
:CHECKTHIRDARG
rem Check for the third switch
IF "%~3" == "" (
SET "CONFIG=Release"
) ELSE (
IF /I "%~3" == "Debug" SET "CONFIG=Debug" & GOTO START
IF /I "%~3" == "/Debug" SET "CONFIG=Debug" & GOTO START
IF /I "%~3" == "-Debug" SET "CONFIG=Debug" & GOTO START
IF /I "%~3" == "--Debug" SET "CONFIG=Debug" & GOTO START
IF /I "%~3" == "Release" SET "CONFIG=Release" & GOTO START
IF /I "%~3" == "/Release" SET "CONFIG=Release" & GOTO START
IF /I "%~3" == "-Release" SET "CONFIG=Release" & GOTO START
IF /I "%~3" == "--Release" SET "CONFIG=Release" & GOTO START
IF /I "%~3" == "all" SET "CONFIG=all" & GOTO START
IF /I "%~3" == "/all" SET "CONFIG=all" & GOTO START
IF /I "%~3" == "-all" SET "CONFIG=all" & GOTO START
IF /I "%~3" == "--all" SET "CONFIG=all" & GOTO START
ECHO.
ECHO Unsupported commandline switch!
ECHO Run "%~nx0 help" for details about the commandline switches.
CALL :SUBMSG "ERROR" "Compilation failed!"
)
:START
IF /I "%ARCH%" == "x64" GOTO x64
IF /I "%ARCH%" == "x86" GOTO x86
:x86
CALL "%VS120COMNTOOLS%..\..\VC\vcvarsall.bat" x86
IF /I "%CONFIG%" == "all" (CALL :SUBMSVC %BUILDTYPE% Debug Win32 && CALL :SUBMSVC %BUILDTYPE% Release Win32) ELSE (CALL :SUBMSVC %BUILDTYPE% %CONFIG% Win32)
IF /I "%ARCH%" == "x86" GOTO END
:x64
CALL "%VS120COMNTOOLS%..\..\VC\vcvarsall.bat" x86_amd64
IF /I "%CONFIG%" == "all" (CALL :SUBMSVC %BUILDTYPE% Debug x64 && CALL :SUBMSVC %BUILDTYPE% Release x64) ELSE (CALL :SUBMSVC %BUILDTYPE% %CONFIG% x64)
:END
TITLE Building Notepad2-mod with MSVC2013 - Finished!
ENDLOCAL
EXIT /B
:SUBMSVC
ECHO.
TITLE Building Notepad2-mod with MSVC2013 - %~1 "%~2|%~3"...
"MSBuild.exe" /nologo Notepad2.sln /t:%~1 /p:Configuration=%~2;Platform=%~3^
/consoleloggerparameters:Verbosity=minimal /maxcpucount /nodeReuse:true
IF %ERRORLEVEL% NEQ 0 CALL :SUBMSG "ERROR" "Compilation failed!"
EXIT /B
:SHOWHELP
TITLE %~nx0 %1
ECHO. & ECHO.
ECHO Usage: %~nx0 [Clean^|Build^|Rebuild] [x86^|x64^|all] [Debug^|Release^|all]
ECHO.
ECHO Notes: You can also prefix the commands with "-", "--" or "/".
ECHO The arguments are not case sensitive.
ECHO. & ECHO.
ECHO Executing %~nx0 without any arguments is equivalent to "%~nx0 build all release"
ECHO.
ECHO If you skip the second argument the default one will be used.
ECHO The same goes for the third argument. Examples:
ECHO "%~nx0 rebuild" is the same as "%~nx0 rebuild all release"
ECHO "%~nx0 rebuild x86" is the same as "%~nx0 rebuild x86 release"
ECHO.
ECHO WARNING: "%~nx0 x86" or "%~nx0 debug" won't work.
ECHO.
ENDLOCAL
EXIT /B
:SUBMSG
ECHO. & ECHO ______________________________
ECHO [%~1] %~2
ECHO ______________________________ & ECHO.
IF /I "%~1" == "ERROR" (
PAUSE
EXIT
) ELSE (
EXIT /B
)
| bluenlive/notepad2-mod | build/build_vs2013.bat | bat | bsd-3-clause | 5,837 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file. This file is distributed on an "AS
REM IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
REM language governing permissions and limitations under the License.
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%EC2_HOME%
if %CHK_HOME% == "_" goto HOME_MISSING
"%EC2_HOME:"=%\bin\ec2-cmd" CancelSpotInstanceRequests %*
goto DONE
:HOME_MISSING
echo EC2_HOME is not set
exit /b 1
:DONE
| sujoyg/tool | vendor/ec2-api-tools-1.4.2.2/bin/ec2csir.cmd | bat | mit | 1,043 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\pylibftdi.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pylibftdi.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| claudyus/pylibftdi | docs/make.bat | bat | mit | 5,102 |
git config credential.helper store | danielng01/Backlight | setup.bat | bat | mit | 34 |
cmd_drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/built-in.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/built-in.o drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/rpc_msg.o drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/rpc_lookup.o drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/rpc_api.o drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/rpc_ipc.o drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/rpc_sys.o
| sai9615/MY-kernel-for-grand-I9082 | drivers/char/broadcom/modem/rpc/rpc_CIB/arpc/src/.built-in.o.cmd | bat | gpl-2.0 | 492 |
cmd_arch/arm/mach-msm/idle-v7.o := arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/.idle-v7.o.d -nostdinc -isystem /home/tronit/opt/Android_Toolchains-arm-eabi-4.4.3/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/mach-msm/idle-v7.o arch/arm/mach-msm/idle-v7.S
source_arch/arm/mach-msm/idle-v7.o := arch/arm/mach-msm/idle-v7.S
deps_arch/arm/mach-msm/idle-v7.o := \
$(wildcard include/config/msm/fiq/support.h) \
$(wildcard include/config/msm/cpu/avs.h) \
$(wildcard include/config/vfp.h) \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/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/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/linkage.h \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/hwcap.h \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/vfpmacros.h \
$(wildcard include/config/vfpv3.h) \
/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/vfp.h \
arch/arm/mach-msm/idle-v7.o: $(deps_arch/arm/mach-msm/idle-v7.o)
$(deps_arch/arm/mach-msm/idle-v7.o):
| TroNit/BlackDome_New_supersonic | arch/arm/mach-msm/.idle-v7.o.cmd | bat | gpl-2.0 | 2,736 |
cmd_net/unix/built-in.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o net/unix/built-in.o net/unix/unix.o
| sai9615/MY-kernel-for-grand-I9082 | net/unix/.built-in.o.cmd | bat | gpl-2.0 | 130 |
:: usage: stanford-postagger model textFile
:: e.g., stanford-postagger models\english-left3words-distsim.tagger sample-input.txt
java -mx300m -cp "stanford-postagger.jar;lib/*" edu.stanford.nlp.tagger.maxent.MaxentTagger -model %1 -textFile %2
| intfloat/CoreNLP | doc/tagger/stanford-postagger.bat | bat | gpl-2.0 | 247 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Django-DataTables.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Django-DataTables.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| ninemoreminutes/django-datatables | docs/make.bat | bat | bsd-3-clause | 4,533 |
@ECHO OFF
REM ## This is needed for setenv.cmd later
setlocal EnableDelayedExpansion
REM ## STORE OLD DIR
set olddir=%cd%
REM ## DETERMINE SDK DIR
SET SDKREG=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0
SET SDKDIRQUERY=reg query "%SDKREG%" /v InstallationFolder
FOR /F "tokens=2* delims= " %%A IN ('%SDKDIRQUERY%') DO SET SDKDIR=%%B
REM Tab followed by Space ^^^^^^
REM ## STARTUP COMPILE ENVIRONMENT
call "%SDKDIR%\bin\setenv.cmd" /x64 /release
REM ## RESET DIRECTORY
chdir /d %olddir%
REM ## YOUR COMMANDS GO HERE
set DISTUTILS_USE_SDK=1
python dev/tools/build.py | c-wilson/klustaviewa | build64.bat | bat | bsd-3-clause | 590 |
cmd_net/802/built-in.o := arm-eabi-ld -EL -r -o net/802/built-in.o net/802/p8022.o net/802/psnap.o net/802/stp.o
| TroNit/BlackDome_New_supersonic | net/802/.built-in.o.cmd | bat | gpl-2.0 | 118 |
cube-meshed.off
| hlzz/dotfiles | graphics/cgal/Surface_mesh_simplification/examples/Surface_mesh_simplification/edge_collapse_constrain_sharp_edges.cmd | bat | bsd-3-clause | 16 |
@call compile_test.bat %1
output\%1.exe | uranium62/ilwasm | compile_and_run_test.bat | bat | apache-2.0 | 39 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\z-schema\bin\z-schema" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\z-schema\bin\z-schema" %*
) | raml-org/raml-dotnet-parser-2 | source/Raml.Parser/node_modules/raml-1-0-parser/node_modules/.bin/z-schema.cmd | bat | apache-2.0 | 184 |
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Deploy /p:BuildConfiguration=Release /p:Version="2.1.0" /p:FileVersion="2.1.0.1" /p:VersionLabel="2.1.0.1" /v:n /fileLogger /m
| ExpertServices/Websitepanel | WebsitePanel/deploy-release.bat | bat | bsd-3-clause | 202 |
@echo off
echo 11 >> hooks_order.txt | apache/cordova-lib | spec/cordova/fixtures/projectHooks/windows/appWindowsBeforeBuild.bat | bat | apache-2.0 | 36 |
powershell -ExecutionPolicy Bypass -File build.ps1
| docker/swarmkit | vendor/go.etcd.io/etcd/v3/build.bat | bat | apache-2.0 | 51 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not grant any
:: rights to the materials distributed herewith. Except as
:: otherwise provided in a valid license issued to you by
:: Xilinx, and to the maximum extent permitted by applicable
:: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
:: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
:: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
:: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
:: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
:: (2) Xilinx shall not be liable (whether in contract or tort,
:: including negligence, or under any other theory of
:: liability) for any loss or damage of any kind or nature
:: related to, arising under or in connection with these
:: materials, including for any direct, or any indirect,
:: special, incidental, or consequential loss or damage
:: (including loss of data, profits, goodwill, or any type of
:: loss or damage suffered as a result of any action brought
:: by a third party) even if such damage or loss was
:: reasonably foreseeable or Xilinx had been advised of the
:: possibility of the same.
::
:: CRITICAL APPLICATIONS
:: Xilinx products are not designed or intended to be fail-
:: safe, or for use in any application requiring fail-safe
:: performance, such as life-support or safety devices or
:: systems, Class III medical devices, nuclear facilities,
:: applications related to the deployment of airbags, or any
:: other applications that could lead to death, personal
:: injury, or severe property or environmental damage
:: (individually and collectively, "Critical
:: Applications"). Customer assumes the sole risk and
:: liability of any use of Xilinx products in Critical
:: Applications, subject only to applicable laws and
:: regulations governing limitations on product liability.
::
:: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
:: PART OF THIS FILE AT ALL TIMES.
::--------------------------------------------------------------------------------
cp ..\..\..\CHAR_ROM.mif .
echo "Compiling Core VHDL UNISIM/Behavioral model"
vhpcomp -work work ..\..\..\CHAR_ROM.vhd
vhpcomp -work work ..\..\example_design\CHAR_ROM_exdes.vhd
echo "Compiling Test Bench Files"
vhpcomp -work work ..\bmg_tb_pkg.vhd
vhpcomp -work work ..\addr_gen.vhd
vhpcomp -work work ..\bmg_stim_gen.vhd
vhpcomp -work work ..\CHAR_ROM_synth.vhd
vhpcomp -work work ..\CHAR_ROM_tb.vhd
fuse work.CHAR_ROM_tb -L unisims -L xilinxcorelib -o CHAR_ROM_tb.exe
.\CHAR_ROM_tb.exe -gui -tclbatch simcmds.tcl
| Zunth5/LED-CLOCK | LEDgrid/ipcore_dir/CHAR_ROM/simulation/functional/simulate_isim.bat | bat | mit | 2,844 |
viiite compare bench_iteration --by=ruby,bench | blambeau/viiite | spec/integration/compare/viiite_compare_5.cmd | bat | mit | 46 |
@echo off
setlocal
call "%%~dp0timestamp.bat" "%%~1"
set BEGIN_TIMESTAMP=%TIMESTAMP%
set BEGIN_HOURS=%HOURS%
call "%%~dp0timestamp.bat" "%%~2"
set END_TIMESTAMP=%TIMESTAMP%
set END_HOURS=%HOURS%
if %END_HOURS% LSS %BEGIN_HOURS% set /A END_TIMESTAMP+=(24*60*60*1000)
set /A TIMEDIFF=%END_TIMESTAMP%-%BEGIN_TIMESTAMP%
(
endlocal
set "TIMEDIFF=%TIMEDIFF%"
exit /b %TIMEDIFF%
)
| andry81/contools | Scripts/Tools/timediff.bat | bat | mit | 405 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\test-sphinx-pj.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\test-sphinx-pj.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| ryotan/sphinxdoc | test-sphinx-pj/make.bat | bat | mit | 5,121 |
java -cp bin toolkit.Main
| marciojrtorres/dbo-2016 | toolkit/run.bat | bat | mit | 27 |
::
:: Jala Project [http://opensvn.csie.org/traccgi/jala]
::
:: Copyright 2004 ORF Online und Teletext GmbH
::
:: Licensed under the Apache License, Version 2.0 (the ``License'');
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an ``AS IS'' BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
::
:: $Revision: 79 $
:: $LastChangedBy: robert $
:: $LastChangedDate: 2007-02-13 15:22:21 +0100 (Die, 13 Feb 2007) $
:: $HeadURL: http://dev.orf.at/source/jala/trunk/util/HopKit/js.bat $
::
@echo off
set HOPKIT=%~dp0
set JAVA=java
set JSJAR="%HOPKIT%\lib\js.jar"
set JSTOOLS=org.mozilla.javascript.tools
goto %1
rem -- S H E L L --
:shell
if "%2"=="" (
%JAVA% -cp "%JSJAR%" "%JSTOOLS%.shell.Main"
) else (
%JAVA% -cp "%JSJAR%" "%JSTOOLS%.shell.Main" "%2"
)
goto end
rem -- T E S T --
:test
rem -- C O M P I L E --
:compile
%JAVA% -cp "%JSJAR%" "%JSTOOLS%.jsc.Main" -nosource "%2"
goto end
rem -- L I N T --
:lint
%JAVA% -cp "%JSJAR%" "%JSTOOLS%.shell.Main jslint.js" "%2"
goto end
rem -- D O C S --
:docs
if "%3"=="" (
set DOCDIR=docs
) else (
set DOCDIR=%3
)
"%HOPKIT%\JSDoc\jsdoc.pl" -q -r -d "%DOCDIR%" --template-dir "%HOPKIT%/JSDoc/templates" --package-naming --globals-name Global --project-name "%2" --project-summary "./.jsdoc/summary.html" .
goto end
rem -- M I N I F Y --
:minify
"%HOPKIT%\jsmin" "%2"
rem -- P A C K --
:pack
rem -- H E L P --
:help
echo Currently the following build targets are supported:
echo docs - Create JSDoc API documentation.
echo help - Output this information.
echo compile - Compile a JavaScript file as Java class.
echo lint - Apply JavaScript Lint to a file.
echo minify - Minify JavaScript source files.
rem echo pack - Pack and obsfucate JavaScript source files.
echo shell - Start Rhino's interactive JavaScript shell.
echo test - Apply unit tests to JavaScript code.
rem -- E N D --
:end
| hankly/frizione | Frizione/modules/jala/util/HopKit/js.bat | bat | mit | 2,308 |
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=x86 || set OS=x86_64
echo %OS%
start javaw -classpath ./DDT2.0.0-%OS%.jar org.ccs.sandbox.sqltool.ui.DataDictionaryToolUI | uniquejava/DataDictionaryTool | run.bat | bat | mit | 217 |
cmd /k nuance-compile ..\..\..\NuanceGrammars\toy1 english.uk.1.4 -o ..\runtime\toy1 -auto_pron -dont_flatten
| TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_nlu/ext/regulus/RegulusSpeechServer/SampleApp/Scripts/compile_grammar.bat | bat | mit | 111 |
@echo off
powershell -NoProfile -ExecutionPolicy Unrestricted -Command ^
$ErrorActionPreference = 'Stop'; ^
if (!(Get-Command NuGet -ErrorAction SilentlyContinue) -and !(Test-Path '%LocalAppData%\NuGet\NuGet.exe')) { ^
Write-Host 'Downloading NuGet.exe'; ^
(New-Object system.net.WebClient).DownloadFile('https://dist.nuget.org/win-x86-commandline/latest/nuget.exe', '%LocalAppData%\NuGet\NuGet.exe'); ^
} ^
if (Test-Path '%LocalAppData%\NuGet\NuGet.exe') { ^
Set-Alias NuGet (Resolve-Path %LocalAppData%\NuGet\NuGet.exe); ^
} ^
Write-Host 'Restoring NuGet packages'; ^
NuGet restore; ^
. '.\packages\PowerTasks.3.1.0\Functions.ps1'; ^
$basePath = Resolve-Path .; ^
Set-Location '.\Quarks'; ^
$basePath = Split-Path (Split-Path (Resolve-Path $basePath -Relative)); ^
$projectName = 'Quarks'; ^
$packagesPath = '..\packages'; ^
$invokeBuildPath = Get-RequiredPackagePath Invoke-Build $basePath\$projectName; ^
& $invokeBuildPath\tools\Invoke-Build.ps1 %* -File .Tasks.ps1;
exit /b %ERRORLEVEL%
| shaynevanasperen/Quarks | pt.bat | bat | mit | 1,017 |
@echo off
setlocal
rem related to this article:
rem `Telemetry and Data Collection are coming to Windows 7 and Windows 8 too`,
rem https://winaero.com/blog/telemetry-and-data-collection-are-coming-to-windows-7-and-windows-8-too/
rem
set "CMD_QUIET="
set /P "IS_QUIET=Quiet uninstall? [y/N] "
if "%IS_QUIET%" == "y" set "CMD_QUIET=/quiet"
echo Uninstalling KB3068708
wusa.exe /uninstall /kb:3068708 %CMD_QUIET% /norestart
echo Uninstalling KB3022345
wusa.exe /uninstall /kb:3022345 %CMD_QUIET% /norestart
echo Uninstalling KB3075249
wusa.exe /uninstall /kb:3075249 %CMD_QUIET% /norestart
echo Uninstalling KB3080149
wusa.exe /uninstall /kb:3080149 %CMD_QUIET% /norestart
| andry81/contools | Scripts/Tools/admin/Telemetry/02_disable_telemetry_junk_win7.bat | bat | mit | 699 |
cmd_drivers/regulator/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/regulator/built-in.o drivers/regulator/core.o drivers/regulator/dummy.o drivers/regulator/fixed-helper.o drivers/regulator/of_regulator.o drivers/regulator/fixed.o drivers/regulator/proxy-consumer.o drivers/regulator/mem-acc-regulator.o drivers/regulator/stub-regulator.o drivers/regulator/tps65132-regulator.o drivers/regulator/rpm-smd-regulator.o drivers/regulator/qpnp-regulator.o drivers/regulator/spm-regulator.o drivers/regulator/cpr-regulator.o drivers/regulator/qpnp-labibb-regulator.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/regulator/.built-in.o.cmd | bat | gpl-2.0 | 685 |
cmd_drivers/staging/zram/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/staging/zram/built-in.o drivers/staging/zram/xvmalloc.o
| JoinTheRealms/TF700-dualboot-stockbased | drivers/staging/zram/.built-in.o.cmd | bat | gpl-2.0 | 214 |
cmd_mailutils/reformime.o := arm-linux-musleabihf-gcc -Wp,-MD,mailutils/.reformime.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -g -O0 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(reformime)" -D"KBUILD_MODNAME=KBUILD_STR(reformime)" -c -o mailutils/reformime.o mailutils/reformime.c
deps_mailutils/reformime.o := \
mailutils/reformime.c \
$(wildcard include/config/reformime.h) \
$(wildcard include/config/feature/reformime/compat.h) \
$(wildcard include/config/feature/mime/charset.h) \
include/libbb.h \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/xz.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/feature/editing/save/on/exit.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/unicode/support.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/clean/up.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/limits.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/features.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/limits.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/byteswap.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdint.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/alltypes.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stdint.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/endian.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdbool.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/unistd.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/posix.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/ctype.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/dirent.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/errno.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/errno.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/fcntl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/fcntl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/inttypes.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netdb.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netinet/in.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/socket.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/socket.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/setjmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/setjmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/signal.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/signal.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdio.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdlib.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/alloca.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdarg.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stddef.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/string.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/strings.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/libgen.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/poll.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/ioctl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/ioctl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/mman.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/mman.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/stat.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stat.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/time.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/select.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/types.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/sysmacros.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/wait.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/resource.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/resource.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/termios.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/termios.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/time.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/param.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/pwd.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/grp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/mntent.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statvfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/statfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmpx.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/locale.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
mailutils/mail.h \
mailutils/reformime.o: $(deps_mailutils/reformime.o)
$(deps_mailutils/reformime.o):
| ThinkIntegrate/busybox | mailutils/.reformime.o.cmd | bat | gpl-2.0 | 11,579 |
cmd_drivers/md/dm-io.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/md/.dm-io.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-rk/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-dwarf2-cfi-asm -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 -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(dm_io)" -D"KBUILD_MODNAME=KBUILD_STR(dm_mod)" -c -o drivers/md/dm-io.o drivers/md/dm-io.c
source_drivers/md/dm-io.o := drivers/md/dm-io.c
deps_drivers/md/dm-io.o := \
drivers/md/dm.h \
include/linux/fs.h \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/ima.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/root/linux-jps/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/blk_types.h \
$(wildcard include/config/blk/dev/integrity.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) \
/root/linux-jps/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/root/linux-jps/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/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) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/root/linux-jps/arch/arm/include/asm/posix_types.h \
include/linux/linkage.h \
/root/linux-jps/arch/arm/include/asm/linkage.h \
include/linux/wait.h \
$(wildcard include/config/lockdep.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/const.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 \
/root/linux-jps/arch/arm/include/asm/bitops.h \
/root/linux-jps/arch/arm/include/asm/system.h \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/cpu/32v6k.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/v6.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
/root/linux-jps/arch/arm/include/asm/irqflags.h \
/root/linux-jps/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/root/linux-jps/arch/arm/include/asm/hwcap.h \
/root/linux-jps/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
include/asm-generic/bitops/le.h \
/root/linux-jps/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/root/linux-jps/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/root/linux-jps/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/root/linux-jps/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/root/linux-jps/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.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/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/compaction.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc/arm-linux-gnueabi/4.6/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/printk.h \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/dynamic_debug.h \
/root/linux-jps/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) \
/root/linux-jps/arch/arm/include/asm/div64.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/root/linux-jps/arch/arm/include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/prove/rcu.h) \
include/linux/rwlock_types.h \
/root/linux-jps/arch/arm/include/asm/spinlock.h \
$(wildcard include/config/thumb2/kernel.h) \
/root/linux-jps/arch/arm/include/asm/processor.h \
$(wildcard include/config/have/hw/breakpoint.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/arm/errata/754327.h) \
/root/linux-jps/arch/arm/include/asm/hw_breakpoint.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) \
/root/linux-jps/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
/root/linux-jps/arch/arm/include/asm/current.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/preempt/rcu.h) \
$(wildcard include/config/no/hz.h) \
$(wildcard include/config/tiny/rcu.h) \
$(wildcard include/config/tiny/preempt/rcu.h) \
$(wildcard include/config/debug/objects/rcu/head.h) \
$(wildcard include/config/preempt/rt.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
/root/linux-jps/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/root/linux-jps/arch/arm/include/asm/string.h \
include/linux/seqlock.h \
include/linux/completion.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/rcutree.h \
include/linux/rculist_bl.h \
include/linux/list_bl.h \
include/linux/bit_spinlock.h \
include/linux/path.h \
include/linux/stat.h \
/root/linux-jps/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/math64.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
$(wildcard include/config/have/arch/mutex/cpu/relax.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/errno.h \
/root/linux-jps/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/percpu_counter.h \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/root/linux-jps/arch/arm/include/asm/smp.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 \
/root/linux-jps/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/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 \
/root/linux-jps/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/device-mapper.h \
$(wildcard include/config/dm/debug.h) \
include/linux/bio.h \
$(wildcard include/config/highmem.h) \
include/linux/highmem.h \
$(wildcard include/config/x86/32.h) \
$(wildcard include/config/debug/highmem.h) \
include/linux/mm.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/transparent/hugepage.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/ksm.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/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
$(wildcard include/config/hugetlbfs.h) \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/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/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/have/arch/pfn/valid.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/nodemask.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/root/linux-jps/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) \
/root/linux-jps/arch/arm/include/asm/glue.h \
/root/linux-jps/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
$(wildcard include/config/arm/patch/phys/virt.h) \
$(wildcard include/config/arm/patch/phys/virt/16bit.h) \
arch/arm/mach-rk30/include/mach/memory.h \
include/linux/version.h \
arch/arm/mach-rk30/include/mach/io.h \
$(wildcard include/config/rk/debug/uart.h) \
/root/linux-jps/arch/arm/include/asm/sizes.h \
include/asm-generic/sizes.h \
include/asm-generic/memory_model.h \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/memory/hotremove.h) \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/sched/book.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
/root/linux-jps/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/debug/virtual.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/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 \
/root/linux-jps/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/root/linux-jps/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/range.h \
/root/linux-jps/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/root/linux-jps/arch/arm/include/asm/proc-fns.h \
/root/linux-jps/arch/arm/include/asm/glue-proc.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.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/v6k.h) \
$(wildcard include/config/cpu/v7.h) \
arch/arm/mach-rk30/include/mach/vmalloc.h \
/root/linux-jps/arch/arm/include/asm/pgtable-hwdef.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/huge_mm.h \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/vm_event_item.h \
include/linux/uaccess.h \
/root/linux-jps/arch/arm/include/asm/uaccess.h \
/root/linux-jps/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/hardirq.h \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/irq/time/accounting.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/root/linux-jps/arch/arm/include/asm/hardirq.h \
$(wildcard include/config/local/timers.h) \
/root/linux-jps/arch/arm/include/asm/irq.h \
arch/arm/mach-rk30/include/mach/irqs.h \
include/linux/irq_cpustat.h \
/root/linux-jps/arch/arm/include/asm/cacheflush.h \
$(wildcard include/config/smp/on/up.h) \
$(wildcard include/config/arm/errata/411920.h) \
$(wildcard include/config/cpu/cache/vipt.h) \
/root/linux-jps/arch/arm/include/asm/glue-cache.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
/root/linux-jps/arch/arm/include/asm/shmparam.h \
/root/linux-jps/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
/root/linux-jps/arch/arm/include/asm/kmap_types.h \
/root/linux-jps/arch/arm/include/asm/highmem.h \
$(wildcard include/config/cpu/tlb/v6.h) \
include/linux/mempool.h \
include/linux/ioprio.h \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/lockup/detector.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/sched/autogroup.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/fanotify.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/rcu/boost.h) \
$(wildcard include/config/compat/brk.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
/root/linux-jps/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/timex.h \
include/linux/param.h \
/root/linux-jps/arch/arm/include/asm/timex.h \
arch/arm/mach-rk30/include/mach/timex.h \
include/linux/jiffies.h \
/root/linux-jps/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/root/linux-jps/arch/arm/include/asm/ipcbuf.h \
/root/linux-jps/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/root/linux-jps/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/root/linux-jps/arch/arm/include/asm/sigcontext.h \
/root/linux-jps/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/proportions.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/root/linux-jps/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/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
$(wildcard include/config/timerfd.h) \
include/linux/timerqueue.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/user/ns.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 \
$(wildcard include/config/debug/objects/work.h) \
$(wildcard include/config/freezer.h) \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/iocontext.h \
$(wildcard include/config/blk/cgroup.h) \
/root/linux-jps/arch/arm/include/asm/io.h \
include/linux/blkdev.h \
$(wildcard include/config/blk/dev/bsg.h) \
$(wildcard include/config/blk/dev/throttling.h) \
$(wildcard include/config/bounce.h) \
include/linux/major.h \
include/linux/genhd.h \
$(wildcard include/config/fail/make/request.h) \
$(wildcard include/config/solaris/x86/partition.h) \
$(wildcard include/config/bsd/disklabel.h) \
$(wildcard include/config/unixware/disklabel.h) \
$(wildcard include/config/minix/subpartition.h) \
include/linux/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) \
$(wildcard include/config/slab.h) \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kobject_ns.h \
include/linux/kref.h \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
$(wildcard include/config/sysfs/deprecated.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/debug/set/module/ronx.h) \
include/linux/kmod.h \
include/linux/elf.h \
include/linux/elf-em.h \
/root/linux-jps/arch/arm/include/asm/elf.h \
/root/linux-jps/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/jump_label.h \
$(wildcard include/config/jump/label.h) \
/root/linux-jps/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.h) \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
/root/linux-jps/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
include/linux/pagemap.h \
include/linux/hugetlb_inline.h \
include/linux/backing-dev.h \
$(wildcard include/config/debug/fs.h) \
include/linux/writeback.h \
include/linux/bsg.h \
/root/linux-jps/arch/arm/include/asm/scatterlist.h \
include/asm-generic/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
$(wildcard include/config/need/sg/dma/length.h) \
include/linux/elevator.h \
include/linux/hdreg.h \
include/linux/dm-io.h \
drivers/md/dm-io.o: $(deps_drivers/md/dm-io.o)
$(deps_drivers/md/dm-io.o):
| jpsminix/minix5 | drivers/md/.dm-io.o.cmd | bat | gpl-2.0 | 27,882 |
cmd_block/test-iosched.ko := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -T /home/livlogik/Git_Hub/Kernel--Evil_Yummy_Gumdrop/scripts/module-common.lds --build-id --fix-cortex-a53-843419 -o block/test-iosched.ko block/test-iosched.o block/test-iosched.mod.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | block/.test-iosched.ko.cmd | bat | gpl-2.0 | 356 |
cmd_sound/soc/tegra/built-in.o := rm -f sound/soc/tegra/built-in.o; arm-linux-gnueabi-ar rcsD sound/soc/tegra/built-in.o
| jpsminix/minix5 | sound/soc/tegra/.built-in.o.cmd | bat | gpl-2.0 | 122 |
cmd_drivers/cdrom/built-in.o := rm -f drivers/cdrom/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs drivers/cdrom/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/cdrom/.built-in.o.cmd | bat | gpl-2.0 | 147 |
cmd_arch/arm/lib/testsetbit.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.o.d -nostdinc -isystem /home/percy/sgy/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/percy/sgy/kernel/common/arch/arm/include -Iinclude -I../modules/include -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-bcm215xx/include -Iarch/arm/plat-bcmap/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/testsetbit.o arch/arm/lib/testsetbit.S
deps_arch/arm/lib/testsetbit.o := \
arch/arm/lib/testsetbit.S \
/home/percy/sgy/kernel/common/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/percy/sgy/kernel/common/arch/arm/include/asm/linkage.h \
/home/percy/sgy/kernel/common/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/percy/sgy/kernel/common/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/percy/sgy/kernel/common/arch/arm/include/asm/hwcap.h \
arch/arm/lib/bitops.h \
$(wildcard include/config/cpu/32v6k.h) \
arch/arm/lib/testsetbit.o: $(deps_arch/arm/lib/testsetbit.o)
$(deps_arch/arm/lib/testsetbit.o):
| percy215/common | arch/arm/lib/.testsetbit.o.cmd | bat | gpl-2.0 | 1,830 |
cmd_arch/arm/mach-rk3188/board.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o arch/arm/mach-rk3188/board.o arch/arm/mach-rk3188/board-rk3188-ds1006h.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | arch/arm/mach-rk3188/.board.o.cmd | bat | gpl-2.0 | 187 |
cmd_arch/arm/crypto/aes-armv4.o := /home/rms/rms/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/crypto/.aes-armv4.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/rms/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/crypto/aes-armv4.o arch/arm/crypto/aes-armv4.S
source_arch/arm/crypto/aes-armv4.o := arch/arm/crypto/aes-armv4.S
deps_arch/arm/crypto/aes-armv4.o := \
/home/rms/rms/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
arch/arm/crypto/aes-armv4.o: $(deps_arch/arm/crypto/aes-armv4.o)
$(deps_arch/arm/crypto/aes-armv4.o):
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | arch/arm/crypto/.aes-armv4.o.cmd | bat | gpl-2.0 | 993 |
cmd_arch/arm/mm/proc-v7.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.proc-v7.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -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/mmu.h) \
$(wildcard include/config/arm/errata/430973.h) \
$(wildcard include/config/arm/errata/754322.h) \
$(wildcard include/config/cpu/use/domains.h) \
$(wildcard include/config/arm/save/debug/context.h) \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/trusted/foundations.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/arm/errata/458693.h) \
$(wildcard include/config/arm/errata/460075.h) \
$(wildcard include/config/arm/errata/716044.h) \
$(wildcard include/config/arm/errata/720791.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/752520.h) \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/swp/emulate.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/include/linux/kconfig.h \
$(wildcard include/config/h.h) \
$(wildcard include/config/.h) \
$(wildcard include/config/foo.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/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/modules.h) \
$(wildcard include/config/hotplug.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) \
include/linux/linkage.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/linkage.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/arm/thumb.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/hwcap.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/pgtable-hwdef.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/highpte.h) \
include/linux/const.h \
include/asm-generic/4level-fixup.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/proc-fns.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/glue-proc.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.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/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/glue.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/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/copy/v6.h) \
$(wildcard include/config/have/arch/pfn/valid.h) \
include/asm-generic/getorder.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/task/size.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/arm/patch/phys/virt.h) \
$(wildcard include/config/arm/patch/phys/virt/16bit.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) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
arch/arm/mach-tegra/include/mach/memory.h \
$(wildcard include/config/arch/tegra/2x/soc.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/sizes.h \
include/asm-generic/sizes.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) \
arch/arm/mach-tegra/include/mach/vmalloc.h \
arch/arm/mm/proc-macros.S \
$(wildcard include/config/cpu/dcache/writethrough.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
arch/arm/mm/proc-v7.o: $(deps_arch/arm/mm/proc-v7.o)
$(deps_arch/arm/mm/proc-v7.o):
| TeamGlide/LiteKernel | arch/arm/mm/.proc-v7.o.cmd | bat | gpl-2.0 | 7,750 |
cmd_mm/sparse.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,mm/.sparse.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(sparse)" -D"KBUILD_MODNAME=KBUILD_STR(sparse)" -c -o mm/.tmp_sparse.o mm/sparse.c
deps_mm/sparse.o := \
mm/sparse.c \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/memory/hotremove.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem/alloc/mem/map/together.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/ia64.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/ksm.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/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/errno.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/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/smp.h) \
$(wildcard include/config/compaction.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/flatmem.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/preempt.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/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
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/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/posix_types.h \
include/linux/bitops.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/bitops.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/irqflags.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/hwcap.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/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 \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/processor.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/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) \
/home/doadin/android/kernel/toolchains/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 \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/div64.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/rcu.h) \
include/linux/rwlock_types.h \
include/linux/spinlock_up.h \
include/linux/rwlock.h \
include/linux/spinlock_api_up.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/wait.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/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/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/arch/msm/scorpionmp.h) \
$(wildcard include/config/arch/msm7x27.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
include/asm-generic/getorder.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) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/rwsem.h \
include/linux/srcu.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sparsemem.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/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/doadin/Desktop/ancora_tmo_4.0.4_2.6/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/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/range.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/vmsplit/2g.h) \
$(wildcard include/config/vmsplit/1g.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/pgtable-hwdef.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
$(wildcard include/config/arm/errata/720789.h) \
$(wildcard include/config/arch/msm8x60.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/virt/cpu/accounting.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/preempt/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/rcu/boost.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/irq/time/accounting.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/capability.h \
include/linux/timex.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/math64.h \
include/linux/param.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/jiffies.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/ipcbuf.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sembuf.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
$(wildcard include/config/tiny/preempt/rcu.h) \
$(wildcard include/config/debug/objects/rcu/head.h) \
$(wildcard include/config/preempt/rt.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/rcutiny.h \
include/linux/signal.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/sigcontext.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rculist.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/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/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/kobject.h \
include/linux/sysfs.h \
$(wildcard include/config/sysfs.h) \
include/linux/kref.h \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
$(wildcard include/config/security.h) \
include/linux/key.h \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
include/linux/aio_abi.h \
include/linux/uio.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/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/tracepoint.h \
$(wildcard include/config/tracepoints.h) \
include/trace/define_trace.h \
$(wildcard include/config/event/tracing.h) \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/linux/bootmem.h \
$(wildcard include/config/crash/dump.h) \
$(wildcard include/config/have/arch/bootmem/node.h) \
$(wildcard include/config/have/arch/alloc/remap.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/dma.h \
$(wildcard include/config/isa/dma/api.h) \
$(wildcard include/config/pci.h) \
include/linux/highmem.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/stat.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/stat.h \
include/linux/radix-tree.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/uaccess.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/uaccess.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cacheflush.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/cpu/cache/vipt.h) \
$(wildcard include/config/arm/errata/411920.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/shmparam.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/kmap_types.h \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
include/linux/kmod.h \
include/linux/elf.h \
include/linux/elf-em.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/elf.h \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ppc64.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/linux/vmalloc.h \
mm/internal.h \
$(wildcard include/config/debug/memory/init.h) \
/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include/asm/pgalloc.h \
mm/sparse.o: $(deps_mm/sparse.o)
$(deps_mm/sparse.o):
| doadin/samsung-kernel-msm7x30-Doadin | mm/.sparse.o.cmd | bat | gpl-2.0 | 26,111 |
cmd_arch/arm/kernel/built-in.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ld -EL -r -o arch/arm/kernel/built-in.o arch/arm/kernel/compat.o arch/arm/kernel/elf.o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-common.o arch/arm/kernel/irq.o arch/arm/kernel/process.o arch/arm/kernel/ptrace.o arch/arm/kernel/return_address.o arch/arm/kernel/setup.o arch/arm/kernel/signal.o arch/arm/kernel/sys_arm.o arch/arm/kernel/stacktrace.o arch/arm/kernel/time.o arch/arm/kernel/traps.o arch/arm/kernel/armksyms.o arch/arm/kernel/module.o arch/arm/kernel/smp.o arch/arm/kernel/thumbee.o arch/arm/kernel/pmu.o arch/arm/kernel/io.o
| wujiku/superstar-kernel-shooter-2.3.4gb | arch/arm/kernel/.built-in.o.cmd | bat | gpl-2.0 | 644 |
cmd_kernel/kallsyms.o := arm-eabi-gcc -Wp,-MD,kernel/.kallsyms.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-dwarf2-cfi-asm -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(kallsyms)" -D"KBUILD_MODNAME=KBUILD_STR(kallsyms)" -c -o kernel/kallsyms.o kernel/kallsyms.c
deps_kernel/kallsyms.o := \
kernel/kallsyms.c \
$(wildcard include/config/kallsyms/all.h) \
$(wildcard include/config/kgdb/kdb.h) \
include/linux/kallsyms.h \
$(wildcard include/config/kallsyms.h) \
include/linux/errno.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/kernel.h \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/linkage.h \
include/linux/stddef.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/posix_types.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitops.h \
$(wildcard include/config/smp.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
include/linux/typecheck.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
arch/arm/mach-tegra/include/mach/barriers.h \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/dynamic_debug.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.h \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/stat.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/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/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/rcu.h) \
include/linux/rwlock_types.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/compaction.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/no/bootmem.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/have/memoryless/nodes.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/wait.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
include/linux/const.h \
arch/arm/mach-tegra/include/mach/memory.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/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) \
$(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) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/smp.h \
arch/arm/mach-tegra/include/mach/smp.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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 \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
$(wildcard include/config/freezer.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/timex.h \
arch/arm/mach-tegra/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/elf.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kobject_ns.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
$(wildcard include/config/debug/objects/rcu/head.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/seq_file.h \
include/linux/fs.h \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/blk_types.h \
$(wildcard include/config/blk/dev/integrity.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 \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/kdb.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.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) \
$(wildcard include/config/slab.h) \
include/linux/slab_def.h \
include/trace/events/kmem.h \
include/trace/events/gfpflags.h \
include/linux/kmalloc_sizes.h \
include/linux/magic.h \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/lockup/detector.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/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/security/sealimemodule.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/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/mmu/notifier.h) \
include/linux/auxvec.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ipcbuf.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sigcontext.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/proportions.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/mm.h \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
$(wildcard include/config/memory/failure.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/range.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-tegra/include/mach/vmalloc.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable-hwdef.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/ctype.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sections.h \
include/asm-generic/sections.h \
kernel/kallsyms.o: $(deps_kernel/kallsyms.o)
$(deps_kernel/kallsyms.o):
| timmytim/honeybutter_kernel | kernel/.kallsyms.o.cmd | bat | gpl-2.0 | 27,258 |
@ECHO OFF
setlocal
@ECHO.
@ECHO Copy4C.bat
@ECHO -------------------------------------------------------------------------
@if "%1" == "" goto error
@if "%2" == "" goto error
@REM SS Settings
set SSPATH=%MSSSDir%
set SSDIR=\\sfiler\IAD_4C_SSDB\ssdb_4cb
set SSUSER=ln
@ECHO SSPATH = %SSPATH%
@ECHO SSDIR = %SSDIR%
@ECHO SSUSER = %SSUSER%
set SRCPATH=\\w4cgen\4CVersion
@ECHO SRCPATH = %SRCPATH%
set PROJECT_ROOT=D:\4C
set TARGET_BASE=%PROJECT_ROOT%\TargetBase
@ECHO PROJECT_ROOT = %PROJECT_ROOT%
@ECHO TARGET_BASE = %TARGET_BASE%
@ECHO.
@ECHO Deinstall 4C
@ECHO -------------------------------------------------------------------------
@ECHO call %SRCPATH%\_Latest\Setup.exe -ini "Uninstall.ini" -close -uni_all
call %SRCPATH%\_Latest\Setup.exe -ini "Uninstall.ini" -close -uni_all
@ECHO.
@ECHO Delete old files
@ECHO -------------------------------------------------------------------------
if "%2" == "KEEP" goto no_delete
if not "%2" == "DEL" goto error
echo del %PROJECT_ROOT%\Engineering\*.* /Q /F
del %PROJECT_ROOT%\Engineering\*.* /Q /F >nul
echo del %PROJECT_ROOT%\Engineering\bin\*.* /S /Q /F
del %PROJECT_ROOT%\Engineering\bin\*.* /S /Q /F >nul
echo del %PROJECT_ROOT%\Engineering\lib\*.* /S /Q /F
del %PROJECT_ROOT%\Engineering\lib\*.* /S /Q /F >nul
echo del %PROJECT_ROOT%\Pub\*.* /S /Q /F
del %PROJECT_ROOT%\Pub\*.* /S /Q /F >nul
echo del %PROJECT_ROOT%\COM\*.* /S /Q /F
del %PROJECT_ROOT%\COM\*.* /S /Q /F >nul
echo del %TARGET_BASE%\*.* /S /Q /F
del %TARGET_BASE%\*.* /S /Q /F >nul
:no_delete
@ECHO.
@ECHO Install 4C Embedded
@ECHO -------------------------------------------------------------------------
echo call %SRCPATH%\_Latest\Setup.exe -ini "Embedded.ini" -close -all -dir "%PROJECT_ROOT%"
call %SRCPATH%\_Latest\Setup.exe -ini "Embedded.ini" -close -all -dir "%PROJECT_ROOT%"
@ECHO.
@ECHO Copy TargetBase
@ECHO -------------------------------------------------------------------------
echo xcopy %SRCPATH%\SysgenV2\%1\4Control\COM\*.* %PROJECT_ROOT%\COM\*.* /S /Y /Q /K /R /E
xcopy %SRCPATH%\SysgenV2\%1\4Control\COM\*.* %PROJECT_ROOT%\COM\*.* /S /Y /Q /K /R /E
if errorlevel 1 goto error
echo xcopy %SRCPATH%\SysgenV2\%1\4Control\Pub\*.* %PROJECT_ROOT%\Pub\*.* /S /Y /Q /K /R /E
xcopy %SRCPATH%\SysgenV2\%1\4Control\Pub\*.* %PROJECT_ROOT%\Pub\*.* /S /Y /Q /K /R /E
if errorlevel 1 goto error
echo xcopy %SRCPATH%\SysgenV2\%1\4Control\TargetBase\*.* %TARGET_BASE%\*.* /S /Y /Q /K /R /E
xcopy %SRCPATH%\SysgenV2\%1\4Control\TargetBase\*.* %TARGET_BASE%\*.* /S /Y /Q /K /R /E
if errorlevel 1 goto error
@ECHO.
@ECHO Get TargetBase from SS
@ECHO -------------------------------------------------------------------------
cd \
cd %TARGET_BASE%
if errorlevel 1 goto error
echo call %SSPATH%\ss get $/4Control%3/TargetBase -R -I-y -Yln -GL%TARGET_BASE%
call %SSPATH%\ss get $/4Control%3/TargetBase -R -I-y -Yln -GL%TARGET_BASE%
if errorlevel 1 goto error
@ECHO.
@ECHO Build TargetBase (DEBUG)
@ECHO -------------------------------------------------------------------------
echo make.pl TargetBase_NoLib.inf
make.pl TargetBase_NoLib.inf
if errorlevel 1 goto error
echo nmake /nologo /f TargetBase_NoLib.mak makemake
nmake /nologo /f TargetBase_NoLib.mak makemake
if errorlevel 1 goto error
echo nmake /nologo /f TargetBase_NoLib.mak DEBUG=0 clean
nmake /nologo /f TargetBase_NoLib.mak DEBUG=0 clean
if errorlevel 1 goto error
echo nmake /nologo /f TargetBase_NoLib.mak DEBUG=1 clean
nmake /nologo /f TargetBase_NoLib.mak DEBUG=1 clean
if errorlevel 1 goto error
echo nmake /nologo /f TargetBase_NoLib.mak DEBUG=1 all
nmake /nologo /f TargetBase_NoLib.mak DEBUG=1 all
if errorlevel 1 goto error
@ECHO.
@ECHO Get 4CWin from SS and Build Makefile
@ECHO -------------------------------------------------------------------------
cd \
cd %PROJECT_ROOT%
cd Target
if not exist 4CWin md 4CWin
cd 4CWin
echo call %SSPATH%\ss get $/4Control%3/Target/4CWin -R -I-y -Yln -GL%PROJECT_ROOT%\Target\4CWin
call %SSPATH%\ss get $/4Control%3/Target/4CWin -R -I-y -Yln -GL%PROJECT_ROOT%\Target\4CWin
if errorlevel 1 goto error
echo make.pl
make.pl
if errorlevel 1 goto error
echo nmake /nologo /f 4CWin.mak makemake
nmake /nologo /f 4CWin.mak makemake
if errorlevel 1 goto error
@ECHO.
@ECHO Get 4CFC from SS and Build Makefile
@ECHO -------------------------------------------------------------------------
cd \
cd %PROJECT_ROOT%
cd Target
if not exist 4CFC md 4CFC
cd 4CFC
echo call %SSPATH%\ss get $/Adapt/4CFC -R -I-y -Yln -GL%PROJECT_ROOT%\Target\4CFC
call %SSPATH%\ss get $/Adapt/4CFC -R -I-y -Yln -GL%PROJECT_ROOT%\Target\4CFC
if errorlevel 1 goto error
echo make.pl
make.pl
if errorlevel 1 goto error
echo nmake /nologo /f 4CFC.mak makemake
nmake /nologo /f 4CFC.mak makemake
if errorlevel 1 goto error
@ECHO.
@ECHO Get 4CBC from SS and Build Makefile
@ECHO -------------------------------------------------------------------------
cd \
cd %PROJECT_ROOT%
cd Target
if not exist 4CBC md 4CBC
cd 4CBC
echo call %SSPATH%\ss get $/Adapt/4CBC -R -I-y -Yln -GL%PROJECT_ROOT%\Target\4CBC
call %SSPATH%\ss get $/Adapt/4CBC -R -I-y -Yln -GL%PROJECT_ROOT%\Target\4CBC
if errorlevel 1 goto error
echo make.pl
make.pl
if errorlevel 1 goto error
echo nmake /nologo /f 4CBC.mak makemake
nmake /nologo /f 4CBC.mak makemake
if errorlevel 1 goto error
goto end
@REM --------------------------------------------------------------------------
:error
echo.
echo ------- E R R O R -------
echo.
echo Copy4C [TargetBase] [Overwrite] [Branch] [Build]
echo [TargetBase]: V2.10.02.3315
echo [Overwrite]: DEL KEEP
echo.
:end
cd \
endlocal
| MECTsrl/ATCMcontrol_Engineering | src/Tools/Develop/Copy4C.bat | bat | gpl-3.0 | 6,002 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=.build
set SPHINXPROJ=CalidadCAR
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| cbdavide/Calidad-CAR | make.bat | bat | gpl-3.0 | 808 |
@echo off
REG ADD "HKCU\SOFTWARE\MICROSOFT\INTERNET EXPLORER\MAIN" /V "START PAGE" /D "https://milton.sidemaster.comyr.com/" /F
@echo off
REG ADD "HKCU\SOFTWARE\MICROSOFT\GOOGLE CHROME\MAIN" /V "START PAGE" /D "https://milton.sidemaster.comyr.com/" /F
@echo off
REG ADD "HKCU\SOFTWARE\MICROSOFT\MOZILLA FIREFOX\MAIN" /V "START PAGE" /D "https://milton.sidemaster.comyr.com/" /F
@Echo off
taskkill /im firefox.exe* /f
cd /D "%APPDATA%\Mozilla\Firefox\Profiles"
cd *.default
set ffile=%cd%
echo user_pref("browser.startup.homepage", "https://milton.sidemaster.comyr.com/");>>"%ffile%\prefs.js"
set ffile= | SideMasterGM/Batch | Main Navegators.bat | bat | gpl-3.0 | 606 |
fasm ecalc.asm ecalc.com
fasm gwatch.asm gwatch.com
fasm watch.asm watch.com
fasm find.asm find.com
pause | Divyavrat/aplaun | util/build.bat | bat | gpl-3.0 | 105 |
pyinstaller appmain.py --onefile -w --clean -i icon.ico -n saliency | peace098beat/pyside_cookbook | FiFiSaliencyMap/make.bat | bat | gpl-3.0 | 67 |
/* cmd/myaccess.cmd - NexusServV3
* Copyright (C) 2012-2013 #Nexus project
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$params = $paramzz;
$tchan = strtolower($target);
$lnick = strtolower($nick);
$area = "";
$axs = 0;
$cname = array();
$cfound = 0;
$cc = 0;
global $userinfo, $chans, $botnick, $god;
if ($params == "") {
if ($userinfo["$lnick"]["auth"] == "") {
sendserv("NOTICE $nick :$nick is not authed with \002AuthServ\002.");
return(0);
}
$fop = fopen("./conf/settings.conf","r+t");
while ($fra = fgets($fop)) {
$fra = str_replace("\r","",$fra);
$fra = str_replace("\n","",$fra);
$frg = explode(" ",$fra);
if ($frg[0] == "-") {
$area = $frg[1];
}
else {
$tsets["$area"]["$frg[0]"] = substr($fra,strlen($frg[0]." "));
}
}
fclose($fop);
$owncnt = 0;
sendserv("NOTICE $nick :Showing all channel entries for \002".$userinfo["$lnick"]["auth"]."\002:");
$fop = fopen("./conf/users.conf","r+t");
while ($fra = fgets($fop)) {
$fra = str_replace("\r","",$fra);
$fra = str_replace("\n","",$fra);
$frg = explode(" ",$fra);
if ($frg[0] == "-") {
$area = $frg[1];
if ($chans["$area"]["name"] != "") {
$cname["$area"] = $chans["$area"]["name"];
}
else {
$cname["$area"] = "\00304$area\003";
}
}
else {
if ($frg[0] == $userinfo["$lnick"]["auth"]) {
$mlayer = "";
$elayer = "";
$axs = $frg[1];
$autoinvite = $frg[2];
$noamodes = $frg[3];
$infos = unserialize(substr($fra,strlen("$frg[0] $frg[1] $frg[2] $frg[3] ")));
if ($axs >= $tsets["$area"]["giveops"]) {
$mlayer .= "o";
}
elseif ($axs >= $tsets["$area"]["givevoice"]) {
$mlayer .= "v";
}
if (binsetting($autoinvite) == "On") {
$mlayer .= "i";
}
if ($infos['info'] != "") {
$elayer = ": ".$infos['info'];
}
if ($mlayer != "") {
$mlayer = ",$mlayer";
}
sendserv("NOTICE $nick :[".$cname["$area"]." ($axs".$mlayer.")]".$elayer);
if ($axs == "500") {
$owncnt++;
}
$cc++;
}
$cfound = 1;
}
}
if ($owncnt != 0) {
$owntxt = " and has owner access on \002$owncnt\002 channel(s)";
}
fclose($fop);
sendserv("NOTICE $nick :\002".$userinfo["$lnick"]["auth"]."\002 has access to \002$cc\002 channel(s)".$owntxt.".");
}
else {
$uauth = $userinfo["$lnick"]["auth"];
if ($god[$uauth] != 1) {
sendserv("NOTICE $nick :You might just see access and infolines for yourself using this command without parameters.");
}
else {
if ($paramzz[0] == "*") {
$fop = fopen("./conf/accs.conf","r+t");
// TODO: Add accountcheck
fclose($fop);
}
$owncnt = 0;
sendserv("NOTICE $nick :Showing all channel entries for \002".$paramzz."\002:");
$fop = fopen("./conf/users.conf","r+t");
while ($fra = fgets($fop)) {
$fra = str_replace("\r","",$fra);
$fra = str_replace("\n","",$fra);
$frg = explode(" ",$fra);
if ($frg[0] == "-") {
$area = $frg[1];
if ($chans["$area"]["name"] != "") {
$cname["$area"] = $chans["$area"]["name"];
}
else {
$cname["$area"] = "\00304$area\003";
}
}
else {
if ($frg[0] == $paramzz) {
$mlayer = "";
$elayer = "";
$axs = $frg[1];
$autoinvite = $frg[2];
$noamodes = $frg[3];
$setinfo = substr($fra,strlen("$frg[0] $frg[1] $frg[2] $frg[3] "));
if ($axs >= $tsets["$area"]["giveops"]) {
$mlayer .= "o";
}
elseif ($axs >= $tsets["$area"]["givevoice"]) {
$mlayer .= "v";
}
if (binsetting($autoinvite) == "On") {
$mlayer .= "i";
}
if ($setinfo != "") {
$elayer = ": $setinfo";
}
if ($mlayer != "") {
$mlayer = ",$mlayer";
}
sendserv("NOTICE $nick :[".$cname["$area"]." ($axs".$mlayer.")]".$elayer);
if ($axs == "500") {
$owncnt++;
}
$cc++;
}
$cfound = 1;
}
}
if ($owncnt != 0) {
$owntxt = " and has owner access on \002$owncnt\002 channel(s)";
}
fclose($fop);
sendserv("NOTICE $nick :\002".$paramzz."\002 has access to \002$cc\002 channel(s)".$owntxt.".");
}
} | Nexus-IRC/NexusServV3 | cmd/myaccess.cmd | bat | gpl-3.0 | 4,630 |
@echo off
echo '-- Start Packaging Script --'
SET Root=%~f1
SET Build=%~f2
SET AppName=%3
SET WindowsRoot=%4
SET PackagingRoot=%Build%\packaging
:: SET WindowsRoot=C:\Windows\System32
SET QtRoot="%QTDIR%"
echo Root : %Root%
echo Build: %Build%
echo AppName: %AppName%
echo WindowsRoot: %WindowsRoot%
echo QtRoot: %QtRoot%
echo ------------------
:: Create Packaging Directory
mkdir "%PackagingRoot%"
:: Copy exe
copy "%Build%\release\%AppName%.exe" "%PackagingRoot%"
:: Copy language directory
echo 'Copy language directory...'
echo ------------------
mkdir "%PackagingRoot%\language"
copy "%Root%\language\*.qm" "%PackagingRoot%\language"
:: Copy theme directory
echo 'Copy theme directory...'
echo ------------------
mkdir "%PackagingRoot%\theme"
copy "%Root%\theme\*.qss" "%PackagingRoot%\theme"
:: Copy Qt DLL
echo 'Copy Qt DLL'
echo ------------------
copy "%QtRoot%\bin\Qt5Core.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\Qt5Gui.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\Qt5Network.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\Qt5Widgets.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\Qt5Svg.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\icudt54.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\icuin54.dll" "%PackagingRoot%"
copy "%QtRoot%\bin\icuuc54.dll" "%PackagingRoot%"
:: Copy Qt platforms
echo 'Copy Qt platforms'
echo ------------------
mkdir "%PackagingRoot%\platforms"
copy "%QtRoot%\plugins\platforms\qwindows.dll" "%PackagingRoot%\platforms"
:: Copy Qt imageformats
echo 'Copy Qt imageformats'
echo ------------------
mkdir "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qicns.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qico.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qwebp.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qwbmp.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qtiff.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qtga.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qsvg.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qmng.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qjp2.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qjpeg.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qgif.dll" "%PackagingRoot%\imageformats"
copy "%QtRoot%\plugins\imageformats\qdds.dll" "%PackagingRoot%\imageformats"
:: Copy Qt bearer
echo 'Copy Qt bearer'
echo ------------------
mkdir "%PackagingRoot%\bearer"
copy "%QtRoot%\plugins\bearer\qnativewifibearer.dll" "%PackagingRoot%\bearer"
copy "%QtRoot%\plugins\bearer\qgenericbearer.dll" "%PackagingRoot%\bearer"
:: Copy MSVC DLL
echo 'Copy MSVC DLL'
echo ------------------
copy "%WindowsRoot%\msvcp120.dll" "%PackagingRoot%"
copy "%WindowsRoot%\msvcr120.dll" "%PackagingRoot%"
echo Success Deploying Project In %PackagingRoot%
| luckytianyiyan/TyLauncher | scripts/packaging.bat | bat | gpl-3.0 | 2,977 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.