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
if "%JAVA_HOME%"=="" echo Error: JAVA_HOME is not defined.
if "%1"=="clean" rmdir /s /q temp bin 2>nul
if not exist temp mkdir temp
if not exist bin mkdir bin
"%JAVA_HOME%/bin/javac" -sourcepath src/tools -d bin src/tools/org/h2/build/*.java
"%JAVA_HOME%/bin/java" -Xmx256m -cp "bin;%JAVA_HOME%/lib/tools.jar;temp" org.h2.build.Build %* | votaguz/frostwire-desktop | lib/jars-src/h2-1.4.186/build.bat | bat | gpl-3.0 | 352 |
java -classpath ../../fudannlp.jar;;../../lib/*; edu.fudan.nlp.tag.Tagger -train template train.txt model
java -classpath ../../fudannlp.jar;../../lib/*; edu.fudan.nlp.tag.Tagger model test.txt result.txt
@echo delete model file
del model
@echo press any key to delete result.txt file
pause>nul
del result.txt | joeywen/fudannlp | example-data/sequence/shell.cmd | bat | gpl-3.0 | 309 |
@echo off
rem
rem Runs Wesnoth with a Windows console attached.
rem
rem Usage:
rem cwesnoth <command line>
rem
setlocal
rem Disable stdout.txt/stderr.txt redirection in SDLmain.
set SDL_STDIO_REDIRECT=0
wesnoth --wconsole %*
endlocal
| spixi/wesnoth | cwesnoth.cmd | bat | gpl-2.0 | 240 |
@echo off
..\python "%~dpn0" %* | technologiescollege/Blockly-rduino-communication | scripts_XP/Scripts/idlex3.bat | bat | gpl-3.0 | 31 |
@echo off
rem % SETUP command line options
rem % the first call gets us all the vc8.00 tools including lib.exe
rem % the second call gets us all the vc7.00 tools for linking with matlab
call d:\vstudio8\Common7\Tools\vsvars32.bat
rem call d:\vstudio8\vctoolkit\vcvars32.bat
set LIBNAME=libmbgl-pcwin32.lib
set OUTDIR=Release\\
set YASMICDIR=.
set BOOSTDIR=e:\dev\lib\boost_1_36_0
set CFLAGS=-c -nologo -I"%YASMICDIR%" -I"%BOOSTDIR%" /Fo"%OUTDIR%\\" /EHsc /D "NDEBUG" /O2 /ML
rem set CFLAGS=-c -nologo -Ie:\dev\yasmic -Ie:\dev\lib\boost_1_33_1 /Fo"%OUTDIR%\\" /EHsc /ML /Od /D "_DEBUG" /Fd"%OUTDIR%\vc70.pdb" /Zi
set LIBFLAGS=-nologo /out:"%OUTDIR%\\%LIBNAME%"
rem Make sure the release directory exists
echo "Checking for the release directory..."
if not exist Release ( mkdir Release ) else ( echo "Release direcotry exists" )
@echo on
cl %CFLAGS% components.cc
cl %CFLAGS% max_flow.cc
cl %CFLAGS% orderings.cc
cl %CFLAGS% searches.cc
cl %CFLAGS% shortest_path.cc
cl %CFLAGS% spanning_trees.cc
cl %CFLAGS% statistics.cc
cl %CFLAGS% layouts.cc
cl %CFLAGS% planar.cc
lib %LIBFLAGS% ^
%OUTDIR%\components.obj ^
%OUTDIR%\max_flow.obj ^
%OUTDIR%\orderings.obj ^
%OUTDIR%\searches.obj ^
%OUTDIR%\shortest_path.obj ^
%OUTDIR%\spanning_trees.obj ^
%OUTDIR%\statistics.obj ^
%OUTDIR%\layouts.obj ^
%OUTDIR%\planar.obj
| rojolocco/MRST2017a | utils/3rdparty/matlab_bgl/matlab_bgl/libmbgl/compile-win32.bat | bat | gpl-3.0 | 1,342 |
@ECHO off
REM get current directory
set PREFIX=%~dp0
call "%PREFIX%\prefix_env.bat"
cd geonode
cmd | Phil-LiDAR2-Geonode/pl2-geonode | scripts/ms-install/package/commandprompt.bat | bat | gpl-3.0 | 102 |
@echo off
echo Writing wave file
HexToWave TuesdayAlt.hex TuesdayAlt.wav > nul
echo Merging AudioBoot.hex with Tuesday.hex
HexFileMerger TuesdayAlt.hex AudioBoot.hex "AudioBoot and Tuesday Alt together.hex"
echo Done! | ThisIsNotRocketScience/Eurorack-KDS | Production Firmware/Tuesday/Merge Alternate Tuesday and Bootloader.bat | bat | mit | 218 |
@set ORACLE_HOME=%cd%\db\oracle\server
@set ORACLE_SCRIPT_PATH=%cd%\db\oracle
@cd %ORACLE_HOME%\bin
@sqlplus -S -L %1/%2@%3 @%ORACLE_SCRIPT_PATH%\check_server.sql 2>&1
| mech12/lte | db/oracle/check_server.bat | bat | mit | 168 |
@echo off
:: -----------------------------------------------
:: Language: Dutch / Netherlands
:: Author: MusicDemon ([email protected])
:: -----------------------------------------------
:: Code Page: 850 (INCORRECT?)
:: Encoding: ANSI
set PHRASE_1_0= Visual C++ is niet geinstaleerd
set PHRASE_1_1=Selecteer een Visual Studio versie om PvPGN te bouwen:
set PHRASE_1_2=%2 is gekozen als bouw omgeving
set PHRASE_1_3=Download/replace de laatste PvPGN broncode van de Git (in de %2 directory)?
set PHRASE_1_4= PvPGN zal updaten van de Git branch %2
set PHRASE_1_5= PvPGN zal niet worden geupdate
set PHRASE_1_6=Selecteer PvPGN omgeving:
set PHRASE_1_7= 1) Console (defaut)
set PHRASE_1_8= 2) GUI
set PHRASE_1_7_1= 3) Console [x64] (experimental)
set PHRASE_1_8_1= 4) GUI [x64] (experimental)
set PHRASE_1_9=Kies een nummer
set PHRASE_1_10= Zet PvPGN omgeving als Console
set PHRASE_1_11= Set PvPGN interface as GUI (Graphical User Interface) Zet PvPGN omgeving als GUI ()
set PHRASE_1_10_1= Zet PvPGN omgeving als Console [x64]
set PHRASE_1_11_1= Set PvPGN interface as GUI [x64] (Graphical User Interface) Zet PvPGN omgeving als GUI ()
set PHRASE_1_12=Selecteer een database type:
set PHRASE_1_13= 1) Normaal (Text) (Standaard)
set PHRASE_1_14=
set PHRASE_1_15= PvPGN zal gebouwen worden zonder database ondersteuning
set PHRASE_1_16=CMake configuratie mislukt
set PHRASE_2_1=Beschikbare %2 versies (u kunt uw eigen in %3):
set PHRASE_2_2= Kies een nummer
set PHRASE_2_3= Verkeerde keuze... Probeer het opnieuw
set PHRASE_2_4= PvPGN word gebouwd met %2 ondersteuning op v%3
set PHRASE_2_5=Wilt u %2 nu configureren (bnetd.conf ^> storage_path)?
set PHRASE_2_6= Connectie host
set PHRASE_2_7= Connectie gebruiker
set PHRASE_2_8= Connectie wachtwoord
set PHRASE_2_9= Database naam
set PHRASE_2_10= Tafel voorvoegsel (Table prefix, standaard is %2)
set PHRASE_2_11=%2 configuratie opgeslagen (%2.conf.bat)
set PHRASE_3_1=Checken voor updates...
set PHRASE_3_2=U hebt versie "v%2"
set PHRASE_3_3=Nieuwe versie is "v%2"
set PHRASE_3_4= U hebt de laatste versie van PvPGN Magic Builder
set PHRASE_3_5=Externe versie van PvPGN Magic Builder is niet gelijk aan met de jouwe. Wilt u automatisch bijgewerkt naar de nieuwe versi
set PHRASE_3_6= Update was geannuleerd door gebruiker
set PHRASE_3_6_1= Kan geen connectie maken met update server
set PHRASE_3_7=Starten van update...
set PHRASE_3_8= Downloaden van bestand %2...
set PHRASE_3_9=Update voltooid
set PHRASE_3_10=Controleer het bestand %2 voor meer informatie over wijzigingen
set PHRASE_9_1=Selecteer jou D2GS versie:
set PHRASE_9_2=Geef een administrator wachtwoord op voor de Telnet connectie (Luisterend op poort 8888), will be saved in d2gs.reg
set PHRASE_9_3=Wachtwoord wordt opgeslagen in %2
set PHRASE_9_4=Wilt u de vereiste originele MPQ-bestanden downloaden? (Grote: 1GB)
set PHRASE_9_9=^^!^^!^^! Pas d2gs.reg aan en start install.bat om de setup te voltooien ^^!^^!^^!
| pvpgn/pvpgn-magic-builder | module/i18n/NLD.bat | bat | mit | 2,988 |
rem EQUIPO=AXIS 2,2,3
rem Rocosos=ALLIED 0,7,0
set rutaAxis="srcDEA"
set rutaAllied="src"
set tipoAxis=%rutaAxis%"/jasonAgent_AXIS.asl"
set tipoAxis2=%rutaAxis%"/jasonAgent_AXIS_MEDIC.asl"
set tipoAxis3=%rutaAxis%"/jasonAgent_AXIS_FIELDOPS.asl"
set tipoAllied=%rutaAllied%"/jasonAgent_ALLIED_MEDIC.asl"
set fichero="RocososVsEQUIPO.txt"
set rocososAllied="Corralo:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);Lechuga:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);Adrian:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);Edu:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);Elastico:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);LaCosa:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%);Fuego:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAllied%)"
set EQUIPOAxis="E1:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);E2:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis%);E3:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis2%);E4:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis2%);E5:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis3%);E6:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis3%);E7:es.upv.dsic.gti_ia.JasonJGomas.BasicTroopJasonArch(%tipoAxis3%)"
java -classpath "lib\jade.jar;lib\jadeTools.jar;lib\Base64.jar;lib\http.jar;lib\iiop.jar;lib\beangenerator.jar;lib\jgomas.jar;lib\jason.jar;lib\JasonJGomas.jar;classes;." jade.Boot -container -host localhost %EQUIPOAxis%;%rocososAllied% > %fichero%
| amujika/JGomas-Fighters | jgomas/bin/mas/jgomas_launcher-RocososVSEQUIPO.bat | bat | mit | 1,607 |
@echo off
msbuild /t:Rebuild /v:m /p:Platform=x64;Configuration="Debug" vs2015\mercury.sln
| darkedge/mercury | rebuild.bat | bat | mit | 91 |
:: Copyright (C) 2020-2021 Intel Corporation
:: SPDX-License-Identifier: MIT
@echo off
setlocal
set csvpath=%~1
set processes=
set processcount=0
:gather_processes
shift
if "%~1"=="" goto done_gathering_processes
set processes=%processes%,"%~1"
set /a processcount=%processcount%+1
goto gather_processes
:done_gathering_processes
if not exist "%csvpath%" goto usage
if %processcount% equ 0 goto usage
goto args_ok
:usage
echo usage: prune_processes.cmd path_to_csv.csv process_name [process2_name ...] 1>&2
echo. 1>&2
echo CSV will be output to stdout with data from non-listed processes excluded. 1>&2
echo. 1>&2
echo e.g.: prune_processes.cmd PresentMon.csv foo.exe bar.exe ^> PresentMon-pruned.csv 1>&2
exit /b 1
:args_ok
echo Pruning processes from %csvpath% except:1>&2
for %%a in (%processes%) do (
echo. %%a 1>&2
)
set lineno=0
for /f "tokens=*" %%a in (%csvpath%) do call :handle_line "%%a"
exit /b 0
:handle_line
set /a lineno=%lineno%+1
if %lineno% equ 1 (
echo %~1
) else (
for /f "tokens=1 delims=," %%a in (%1) do call :check_line %1 "%%a"
)
exit /b 0
:check_line
for %%a in (%processes%) do (
if %%a equ %2 (
call :print_line %1
exit /b 0
)
)
exit /b 0
:print_line
set line=##%1##
set line=%line:<=^<%
set line=%line:>=^>%
set line=%line:"##=%
echo %line:##"=%
exit /b 0
| GameTechDev/PresentMon | Tools/prune_processes.cmd | bat | mit | 1,455 |
jarsigner.exe -keystore ./mykeys/.keystore -storepass 123456 -keypass 123456 c:/android/rhodes-plugins-ws-clean/out/plugins/com.rhomobile.rhostudio_1.0.1.201106081632.jar pluginsigner
jarsigner.exe -keystore ./mykeys/.keystore -storepass 123456 -keypass 123456 c:/android/rhodes-plugins-ws-clean/out/features/rhostudio_feature_1.0.1.201106081632.jar pluginsigner | rhomobile/rhostudio | signing/sign.bat | bat | mit | 362 |
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not a license and does not grant any
rem rights to the materials distributed herewith. Except as
rem otherwise provided in a valid license issued to you by
rem Xilinx, and to the maximum extent permitted by applicable
rem law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
rem WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
rem AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
rem BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
rem INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
rem (2) Xilinx shall not be liable (whether in contract or tort,
rem including negligence, or under any other theory of
rem liability) for any loss or damage of any kind or nature
rem related to, arising under or in connection with these
rem materials, including for any direct, or any indirect,
rem special, incidental, or consequential loss or damage
rem (including loss of data, profits, goodwill, or any type of
rem loss or damage suffered as a result of any action brought
rem by a third party) even if such damage or loss was
rem reasonably foreseeable or Xilinx had been advised of the
rem possibility of the same.
rem
rem CRITICAL APPLICATIONS
rem Xilinx products are not designed or intended to be fail-
rem safe, or for use in any application requiring fail-safe
rem performance, such as life-support or safety devices or
rem systems, Class III medical devices, nuclear facilities,
rem applications related to the deployment of airbags, or any
rem other applications that could lead to death, personal
rem injury, or severe property or environmental damage
rem (individually and collectively, "Critical
rem Applications"). Customer assumes the sole risk and
rem liability of any use of Xilinx products in Critical
rem Applications, subject only to applicable laws and
rem regulations governing limitations on product liability.
rem
rem THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
rem PART OF THIS FILE AT ALL TIMES.
rem Clean up the results directory
rmdir /S /Q results
mkdir results
rem Synthesize the VHDL Wrapper Files
#Synthesize the Wrapper Files
echo 'Synthesizing example design with XST';
xst -ifn xst.scr
copy GC_fifo_top.ngc .\results\
rem Copy the netlist generated by Coregen
echo 'Copying files from the netlist directory to the results directory'
copy ..\..\GC_fifo.ngc results\
rem Copy the constraints files generated by Coregen
echo 'Copying files from constraints directory to results directory'
copy ..\example_design\GC_fifo_top.ucf results\
cd results
echo 'Running ngdbuild'
ngdbuild -p xc6vlx240t-ff1156-3 -sd ../../../ GC_fifo_top
echo 'Running map'
map GC_fifo_top -o mapped.ncd
echo 'Running par'
par mapped.ncd routed.ncd
echo 'Running trce'
trce -e 10 routed.ncd mapped.pcf -o routed
echo 'Running design through bitgen'
bitgen -w routed
echo 'Running netgen to create gate level Verilog model'
netgen -ofmt verilog -sim -tm GC_fifo_top -pcf mapped.pcf -w -sdf_anno false routed.ncd routed.v
| P3Stor/P3Stor | ftl/Dynamic_Controller/ipcore_dir/GC_fifo/implement/implement.bat | bat | gpl-2.0 | 3,285 |
cmd_fs/mbcache.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.mbcache.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/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 -O2 -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(mbcache)" -D"KBUILD_MODNAME=KBUILD_STR(mbcache)" -D"DEBUG_HASH=1" -D"DEBUG_HASH2=3" -c -o fs/mbcache.o fs/mbcache.c
deps_fs/mbcache.o := \
fs/mbcache.c \
include/linux/kernel.h \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/bitops.h \
$(wildcard include/config/smp.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/irqflags.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/hwcap.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/dynamic_debug.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/stat.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/arch/msm/cortex/a5.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/arch/msm/scorpionmp.h) \
$(wildcard include/config/arch/msm7x27.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/smp.h \
arch/arm/mach-msm/include/mach/smp.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/elf.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/hash.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/capability.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/percpu_counter.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/rbtree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/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/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/range.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/vmsplit/2g.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/pgtable-hwdef.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
$(wildcard include/config/arm/errata/720789.h) \
$(wildcard include/config/arch/msm8x60.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/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/have/unstable/sched/clock.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/ipcbuf.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/sigcontext.h \
/home/gabe/stock_note/sgh-i717-dagkernel/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/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
include/linux/key.h \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/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/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/linux/mbcache.h \
fs/mbcache.o: $(deps_fs/mbcache.o)
$(deps_fs/mbcache.o):
| dagnarf/sgh-i717-dagkernel | fs/.mbcache.o.cmd | bat | gpl-2.0 | 26,333 |
@echo off
rem Copyright 2020 Ping Identity Corporation
rem All Rights Reserved.
rem
rem -----
rem
rem Copyright 2020 Ping Identity Corporation
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem
rem -----
rem
rem Copyright (C) 2020 Ping Identity Corporation
rem This program is free software; you can redistribute it and/or modify
rem it under the terms of the GNU General Public License (GPLv2 only)
rem or the terms of the GNU Lesser General Public License (LGPLv2.1 only)
rem as published by the Free Software Foundation.
rem
rem This program is distributed in the hope that it will be useful,
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
rem GNU General Public License for more details.
rem
rem You should have received a copy of the GNU General Public License
rem Get the directory containing this batch file.
set BATDIR=%~dp0
rem Invoke a number of common script utility functions.
call "%BATDIR%\.script-util.bat"
rem Invoke the tool with the provided command-line arguments.
"%JAVA_CMD%" %JAVA_ARGS% -cp "%BATDIR%\..\unboundid-ldapsdk.jar" com.unboundid.ldap.sdk.unboundidds.tools.CollectSupportData %*
| UnboundID/ldapsdk | dist-root/tools/collect-support-data.bat | bat | gpl-2.0 | 1,726 |
cmd_drivers/gpu/msm/msm_kgsl.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o drivers/gpu/msm/msm_kgsl.o drivers/gpu/msm/kgsl_drawctxt.o drivers/gpu/msm/kgsl_cmdstream.o drivers/gpu/msm/kgsl.o drivers/gpu/msm/kgsl_log.o drivers/gpu/msm/kgsl_mmu.o drivers/gpu/msm/kgsl_postmortem.o drivers/gpu/msm/kgsl_ringbuffer.o drivers/gpu/msm/kgsl_sharedmem.o drivers/gpu/msm/kgsl_yamato.o drivers/gpu/msm/kgsl_g12_drawctxt.o drivers/gpu/msm/kgsl_g12_cmdstream.o drivers/gpu/msm/kgsl_pwrctrl.o drivers/gpu/msm/kgsl_g12.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/gpu/msm/.msm_kgsl.o.cmd | bat | gpl-2.0 | 532 |
cmd_vmlinux := ld -m elf_i386 --emit-relocs --build-id -o vmlinux -T arch/x86/kernel/vmlinux.lds arch/x86/kernel/head_32.o arch/x86/kernel/head32.o arch/x86/kernel/head.o arch/x86/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/x86/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o block/built-in.o lib/lib.a arch/x86/lib/lib.a lib/built-in.o arch/x86/lib/built-in.o drivers/built-in.o sound/built-in.o firmware/built-in.o arch/x86/pci/built-in.o arch/x86/power/built-in.o net/built-in.o --end-group .tmp_kallsyms2.o
| madhwang/linuxKernel | .vmlinux.cmd | bat | gpl-2.0 | 618 |
cmd_drivers/usb/misc/appledisplay.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/misc/appledisplay.ko drivers/usb/misc/appledisplay.o drivers/usb/misc/appledisplay.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/misc/.appledisplay.ko.cmd | bat | gpl-2.0 | 287 |
cmd_net/netfilter/xt_mark.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/netfilter/xt_mark.ko net/netfilter/xt_mark.o net/netfilter/xt_mark.mod.o
| avareldalton85/rpi2-linux-rt | net/netfilter/.xt_mark.ko.cmd | bat | gpl-2.0 | 255 |
@echo off
setlocal
rem https://www.youtube.com/watch?v=p2gpjTZgOa0 - OSINT - recon-ng information gathering example tutorial
set Proyecto=%1
set Domains=%2
set Documentacion=%3
set Timestamp=%4
set Server=%5
set Username=%6
set Password=%7
rem MODIFY WITH YOUR APIs
set google_api=
set github_api=
set hashes_api=
set shodan_api=
set pwnedlist_api=
set pwnedlist_secret=
set pwnedlist_iv=
set fullcontact_api=
set virustotal_api=
set twitter_api=
set twitter_secret=
set bing_api=
set builtwith_api=
set flickr_api=
set jigsaw_username=
set jigsaw_password=
set jigsaw_api=
set ipstack_api=
set ipinfodb_api=
set censysio_id=
set censysio_secret=
rem MODIFY WITH YOUR APIs
set Documentacion=%Documentacion:"=%
set DocumentacionReport="%Documentacion%\recon-ngReport - %Timestamp%.html"
set DocumentacionNetworks="%Documentacion%\recon-ngReport-Networks - %Timestamp%.txt"
set DocumentacionSubdomains="%Documentacion%\recon-ngReport-Subdomains - %Timestamp%.txt"
set DocumentacionIP="%Documentacion%\recon-ngReport-IP - %Timestamp%.txt"
@title=[Recon-ng] - %Proyecto%
rem git clone https://bitbucket.org/LaNMaSteR53/recon-ng.git
rem pip install -r REQUIREMENTS
rem Otros modulos para Recon-ng
rem https://github.com/scumsec/Recon-ng-modules
rem http://10degres.net/subdomain-enumeration/ mas tools
echo "Generando script..."
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'workspaces add %Proyecto%' > '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'add companies %Proyecto%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'workspaces select %Proyecto%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
set Domains=%Domains:"=%
for %%a in (%Domains:,= %) do (
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'add domains %%a' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
)
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'load recon/domains-hosts/netcraft' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add bing_api %bing_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add builtwith_api %builtwith_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add fullcontact_api %fullcontact_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add github_api %github_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add google_api %google_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add google_cse %google_cse%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add hashes_api %hashes_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'keys add shodan_api %shodan_api%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/bing_domain_api' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/bing_domain_web' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/builtwith' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/brute_hosts' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/ssl_san' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/vpnhunter' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/certificate_transparency' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/google_site_web' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/hackertarget' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/mx_spf_ip' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/shodan_hostname' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/domains-hosts/threatcrowd' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/netblocks-hosts/reverse_resolve' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/netblocks-hosts/shodan_net' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/netblocks-companies/whois_orgs' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/netblocks-ports/census_2012' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/netblocks-ports/censysio' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/ports-hosts/migrate_ports' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-hosts/reverse_resolve' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-hosts/resolve' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-hosts/bing_ip' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-hosts/freegeoip' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-hosts/ipinfodb' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-hosts/ssltools' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'use recon/hosts-ports/shodan_ip' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'back' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'spool start /tmp/recon-ngreport-networks - %Timestamp%.txt' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'query SELECT netblock FROM netblocks ORDER BY netblock' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'spool stop' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'spool start /tmp/recon-ngreport-ip - %Timestamp%.txt' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'query SELECT DISTINCT ip_address FROM hosts WHERE ip_address IS NOT NULL ORDER BY host' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'spool stop' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'spool start /tmp/recon-ngreport-subdomains - %Timestamp%.txt' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'query SELECT DISTINCT host,ip_address FROM hosts WHERE ip_address IS NOT NULL ORDER BY host' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'spool stop' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo .
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'load reporting/html' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'set CREATOR SVM' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'set CUSTOMER %Proyecto%' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'set FILENAME /tmp/recon-ngReport - %Timestamp%.html' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'set SANITIZE True' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'run' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "echo 'exit' >> '/tmp/recon-ng-script_%Timestamp%.txt'"
echo "Ejecutando..."
rem "%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "/root/recon-ng/recon-ng -r '/tmp/recon-ng-script_%Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "which recon-ng ; if [ $? -ne 0 ] ; then /root/recon-ng/recon-ng -r '/tmp/recon-ng-script_%Timestamp%.txt' ; else recon-ng -r '/tmp/recon-ng-script_%Timestamp%.txt' ; fi"
echo "Generando Reporte..."
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "unix2dos '/tmp/recon-ngreport-networks - %Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "unix2dos '/tmp/recon-ngreport-subdomains - %Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "unix2dos '/tmp/recon-ngreport-ip - %Timestamp%.txt'"
"%~dp0pscp.exe" -P 22 -l %Username% -pw %Password% -C %Server%:"/tmp/recon-ngReport - %Timestamp%.html" %DocumentacionReport%
"%~dp0pscp.exe" -P 22 -l %Username% -pw %Password% -C %Server%:"/tmp/recon-ngreport-networks - %Timestamp%.txt" %DocumentacionNetworks%
"%~dp0pscp.exe" -P 22 -l %Username% -pw %Password% -C %Server%:"/tmp/recon-ngreport-subdomains - %Timestamp%.txt" %DocumentacionSubdomains%
"%~dp0pscp.exe" -P 22 -l %Username% -pw %Password% -C %Server%:"/tmp/recon-ngreport-ip - %Timestamp%.txt" %DocumentacionIP%
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "rm -f '/tmp/recon-ngReport - %Timestamp%.html'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "rm -f '/tmp/recon-ngreport-networks - %Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "rm -f '/tmp/recon-ngreport-subdomains - %Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "rm -f '/tmp/recon-ngreport-ip - %Timestamp%.txt'"
"%~dp0plink.exe" -no-antispoof -P 22 -ssh -P 22 -l %Username% -pw %Password% -C %Server% "rm -f '/tmp/recon-ng-script_%Timestamp%.txt'"
echo %DocumentacionReport%
echo %DocumentacionNetworks%
echo %DocumentacionSubdomains%
echo %DocumentacionIP%
pause | simplevulnerabilitymanager/svm | recon_ng_remote.bat | bat | gpl-2.0 | 17,223 |
cmd_drivers/net/amd8111e.o := gcc -Wp,-MD,drivers/net/.amd8111e.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(amd8111e)" -D"KBUILD_MODNAME=KBUILD_STR(amd8111e)" -c -o drivers/net/amd8111e.o drivers/net/amd8111e.c
deps_drivers/net/amd8111e.o := \
drivers/net/amd8111e.c \
$(wildcard include/config/vlan/8021q.h) \
$(wildcard include/config/amd8111e/napi.h) \
$(wildcard include/config/net/poll/controller.h) \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/markers.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc4.h \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/asm/posix_types.h \
$(wildcard include/config/x86/32.h) \
include/asm/posix_types_32.h \
include/asm/types.h \
$(wildcard include/config/x86/64.h) \
$(wildcard include/config/highmem64g.h) \
include/asm-generic/int-ll64.h \
include/asm/processor.h \
$(wildcard include/config/x86/vsmp.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/x86/ht.h) \
$(wildcard include/config/paravirt.h) \
$(wildcard include/config/x86/debugctlmsr.h) \
include/asm/processor-flags.h \
include/asm/vm86.h \
$(wildcard include/config/vm86.h) \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/segment.h \
include/asm/ds.h \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/asm/math_emu.h \
include/asm/sigcontext.h \
include/asm/current.h \
include/asm/current_32.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/cpufeature.h \
$(wildcard include/config/x86/invlpg.h) \
include/asm/required-features.h \
$(wildcard include/config/x86/minimum/cpu/family.h) \
$(wildcard include/config/math/emulation.h) \
$(wildcard include/config/x86/pae.h) \
$(wildcard include/config/x86/cmov.h) \
$(wildcard include/config/x86/use/3dnow.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
include/asm/bitops.h \
include/asm/alternative.h \
include/asm/asm.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
$(wildcard include/config/x86/bswap.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/asm/system.h \
$(wildcard include/config/ia32/emulation.h) \
$(wildcard include/config/x86/ppro/fence.h) \
$(wildcard include/config/x86/oostore.h) \
include/asm/cmpxchg.h \
include/asm/cmpxchg_32.h \
$(wildcard include/config/x86/cmpxchg.h) \
$(wildcard include/config/x86/cmpxchg64.h) \
include/asm/nops.h \
$(wildcard include/config/mk7.h) \
$(wildcard include/config/x86/p6/nop.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
$(wildcard include/config/x86/alignment/16.h) \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
$(wildcard include/config/debug/lock/alloc.h) \
include/asm/page.h \
include/linux/const.h \
include/asm/page_32.h \
$(wildcard include/config/highmem4g.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/x86/3dnow.h) \
include/linux/string.h \
include/asm/string.h \
include/asm/string_32.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/errno.h \
include/asm/desc_defs.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/have/cpumask/of/cpu/map.h) \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.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) \
include/linux/preempt.h \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/asm/thread_info.h \
include/asm/thread_info_32.h \
$(wildcard include/config/4kstacks.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/asm/spinlock.h \
include/asm/atomic.h \
include/asm/atomic_32.h \
$(wildcard include/config/m386.h) \
include/asm-generic/atomic.h \
include/asm/rwlock.h \
include/linux/spinlock_api_smp.h \
include/linux/math64.h \
include/asm/div64.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/elf-em.h \
include/asm/elf.h \
$(wildcard include/config/compat/vdso.h) \
include/asm/user.h \
include/asm/user_32.h \
include/asm/auxvec.h \
include/asm/vdso.h \
include/asm/desc.h \
include/asm/ldt.h \
include/asm/mmu.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/smp.h \
include/asm/smp.h \
$(wildcard include/config/x86/local/apic.h) \
$(wildcard include/config/x86/io/apic.h) \
$(wildcard include/config/x86/32/smp.h) \
$(wildcard include/config/x86/64/smp.h) \
include/asm/mpspec.h \
$(wildcard include/config/mca.h) \
$(wildcard include/config/eisa.h) \
$(wildcard include/config/acpi.h) \
include/asm/mpspec_def.h \
include/asm-x86/mach-default/mach_mpspec.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
include/linux/delay.h \
include/asm/delay.h \
include/asm/fixmap.h \
include/asm/fixmap_32.h \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/x86/visws/apic.h) \
$(wildcard include/config/x86/f00f/bug.h) \
$(wildcard include/config/x86/cyclone/timer.h) \
$(wildcard include/config/pci/mmconfig.h) \
$(wildcard include/config/provide/ohci1394/dma/init.h) \
include/asm/acpi.h \
$(wildcard include/config/acpi/numa.h) \
include/acpi/pdc_intel.h \
include/asm/numa.h \
include/asm/numa_32.h \
include/asm/apicdef.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/asm/io_apic.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/asm-x86/mach-default/mach_apicdef.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/wait.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/marker.h \
include/asm/local.h \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slabinfo.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/nodemask.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/asm/topology.h \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/x86/64/acpi/numa.h) \
include/asm-generic/topology.h \
include/asm/sparsemem.h \
include/linux/slab_def.h \
include/linux/kmalloc_sizes.h \
include/asm/module.h \
$(wildcard include/config/m486.h) \
$(wildcard include/config/m586.h) \
$(wildcard include/config/m586tsc.h) \
$(wildcard include/config/m586mmx.h) \
$(wildcard include/config/mcore2.h) \
$(wildcard include/config/m686.h) \
$(wildcard include/config/mpentiumii.h) \
$(wildcard include/config/mpentiumiii.h) \
$(wildcard include/config/mpentiumm.h) \
$(wildcard include/config/mpentium4.h) \
$(wildcard include/config/mk6.h) \
$(wildcard include/config/mk8.h) \
$(wildcard include/config/x86/elan.h) \
$(wildcard include/config/mcrusoe.h) \
$(wildcard include/config/mefficeon.h) \
$(wildcard include/config/mwinchipc6.h) \
$(wildcard include/config/mwinchip2.h) \
$(wildcard include/config/mwinchip3d.h) \
$(wildcard include/config/mcyrixiii.h) \
$(wildcard include/config/mviac3/2.h) \
$(wildcard include/config/mviac7.h) \
$(wildcard include/config/mgeodegx1.h) \
$(wildcard include/config/mgeode/lx.h) \
include/linux/ioport.h \
include/linux/pci.h \
$(wildcard include/config/pcieaspm.h) \
$(wildcard include/config/pci/msi.h) \
$(wildcard include/config/pci.h) \
$(wildcard include/config/pci/legacy.h) \
$(wildcard include/config/ht/irq.h) \
$(wildcard include/config/pci/domains.h) \
include/linux/pci_regs.h \
include/linux/mod_devicetable.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/klist.h \
include/linux/completion.h \
include/linux/semaphore.h \
include/asm/device.h \
$(wildcard include/config/dmar.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/pci_ids.h \
include/linux/dmapool.h \
include/asm/io.h \
include/asm/io_32.h \
include/asm-generic/iomap.h \
include/linux/vmalloc.h \
include/asm/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/asm/pci.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.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/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/auxvec.h \
include/asm/pgtable.h \
include/asm/pgtable_32.h \
$(wildcard include/config/highpte.h) \
include/asm/paravirt.h \
include/asm/pgtable-2level-defs.h \
include/asm/pgtable-2level.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/ia64/uncached/allocator.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/asm/pci_32.h \
include/asm-generic/pci-dma-compat.h \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
include/linux/err.h \
include/asm/dma-mapping.h \
include/linux/scatterlist.h \
include/asm/swiotlb.h \
$(wildcard include/config/swiotlb.h) \
include/asm-generic/pci.h \
include/linux/netdevice.h \
$(wildcard include/config/wlan/80211.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/ns.h) \
$(wildcard include/config/netpoll/trap.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/netdevices/multiqueue.h) \
include/linux/if.h \
include/linux/socket.h \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/net.h \
include/linux/random.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/sysctl.h \
include/linux/textsearch.h \
include/net/checksum.h \
include/asm/uaccess.h \
include/asm/uaccess_32.h \
$(wildcard include/config/x86/intel/usercopy.h) \
$(wildcard include/config/x86/wp/works/ok.h) \
include/asm/checksum.h \
include/asm/checksum_32.h \
include/linux/in6.h \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
include/linux/rcuclassic.h \
include/linux/dmaengine.h \
include/linux/hrtimer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/high/res/timers.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
$(wildcard include/config/x86/rdc321x.h) \
include/asm/tsc.h \
$(wildcard include/config/x86/tsc.h) \
include/linux/if_packet.h \
include/linux/timer.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/workqueue.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/preempt/rcu.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/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/have/unstable/sched/clock.h) \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/group/sched.h) \
include/linux/capability.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.h \
include/linux/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/asm/seccomp.h \
include/asm/seccomp_32.h \
include/linux/unistd.h \
include/asm/unistd.h \
include/asm/unistd_32.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/aio.h \
include/linux/aio_abi.h \
include/asm/hardirq.h \
include/asm/hardirq_32.h \
include/linux/irq.h \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
include/asm/irq_32.h \
include/asm-x86/mach-default/irq_vectors.h \
include/asm-x86/mach-default/irq_vectors_limits.h \
include/asm/irq_regs.h \
include/asm/irq_regs_32.h \
include/asm/hw_irq.h \
include/asm/hw_irq_32.h \
include/linux/profile.h \
$(wildcard include/config/profiling.h) \
include/asm/sections.h \
include/asm-generic/sections.h \
include/linux/irq_cpustat.h \
include/linux/etherdevice.h \
include/linux/ethtool.h \
include/linux/mii.h \
include/linux/if_vlan.h \
include/linux/ctype.h \
include/linux/crc32.h \
include/linux/bitrev.h \
drivers/net/amd8111e.h \
drivers/net/amd8111e.o: $(deps_drivers/net/amd8111e.o)
$(deps_drivers/net/amd8111e.o):
| namgk/kernel-tut | drivers/net/.amd8111e.o.cmd | bat | gpl-2.0 | 22,814 |
@ECHO OFF
C:
CD \DOORS\LORD
ECHO **Seth Able's Node Data System, for NODE %1 >NODE%1.DAT
ECHO BBSNAME {YOUR BBS HERE} >>NODE%1.DAT
ECHO BBSTYPE DOORSYS >>NODE%1.DAT
ECHO COMPORT 1 >>NODE%1.DAT
ECHO ;FOSSIL >>NODE%1.DAT
ECHO LOCKBAUD 38400 >>NODE%1.DAT
ECHO STATUS ON >>NODE%1.DAT
ECHO STATFORE 3 >>NODE%1.DAT
ECHO STATBACK 7 >>NODE%1.DAT
ECHO ;COLOR1 >>NODE%1.DAT
ECHO NODIRECT >>NODE%1.DAT
ECHO ;UNUSED >>NODE%1.DAT
ECHO BBSDROP c:\NODEinfo\%1 >>NODE%1.DAT
ECHO ;UNUSED >>NODE%1.DAT
ECHO ;UNUSED >>NODE%1.DAT
ECHO ;UNUSED >>NODE%1.DAT
LORD %1 /DREW
exitemu
| andrewwyatt/photonbbs | doors/lord.bat | bat | gpl-2.0 | 579 |
cmd_arch/arm/lib/io-readsl.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.io-readsl.o.d -nostdinc -isystem /home/hacker/codesourcery/lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-readsl.o arch/arm/lib/io-readsl.S
deps_arch/arm/lib/io-readsl.o := \
arch/arm/lib/io-readsl.S \
/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/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/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include/asm/linkage.h \
/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include/asm/hwcap.h \
arch/arm/lib/io-readsl.o: $(deps_arch/arm/lib/io-readsl.o)
$(deps_arch/arm/lib/io-readsl.o):
| wujiku/superstar-kernel-shooter-2.3.4gb | arch/arm/lib/.io-readsl.o.cmd | bat | gpl-2.0 | 1,814 |
cmd_fs/nls/built-in.o := /home/mpokwsths/android/rom/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o fs/nls/built-in.o fs/nls/nls_base.o fs/nls/nls_cp437.o fs/nls/nls_ascii.o fs/nls/nls_iso8859-1.o fs/nls/nls_utf8.o
| mpokwsths/Z3_kernel | fs/nls/.built-in.o.cmd | bat | gpl-2.0 | 271 |
cmd_sound/soc/msm/snd-soc-qdsp6v2.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/soc/msm/snd-soc-qdsp6v2.o sound/soc/msm/msm-dai-fe.o
| Envious-Data/shinano-sirius_msm8974abpro | sound/soc/msm/.snd-soc-qdsp6v2.o.cmd | bat | gpl-2.0 | 187 |
copy generated\com\sider\suministros\dominio\entity\*.* ..\suministros-domain\src\main\java\com\sider\suministros\dominio\entity\
pause | AlanGuerraQuispe/SisAtuxPerfumeria | hbm-tools/copyImpl.bat | bat | gpl-2.0 | 136 |
@echo off
setlocal
if [%1]==[] echo usage: install.cmd bindir includedir libdir
set bindir="%~1"
set includedir="%~2"
set libdir="%~3"
if not %bindir% == "" (
if not exist %bindir% (
echo Creating directory %bindir%...
mkdir %bindir%
)
echo Copying executable to %bindir%...
copy /B zap.exe %bindir%
)
if not %includedir% == "" (
if not exist %includedir% (
echo Creating directory %includedir%...
mkdir %includedir%
)
echo Copying header files to %includedir%...
copy include\*.h %includedir%
)
if not %libdir% == "" (
if not exist %libdir% (
echo Creating directory %libdir%...
mkdir %libdir%
)
echo Copying library to %libdir%...
copy /B libzap.a %libdir%
)
endlocal
@echo on
| lecram/zap | src/install.cmd | bat | gpl-3.0 | 815 |
FOR /L %%i IN (1,1,12) DO (
time card-raytracer-cpp-mt.exe "mt-%%i.ppm" %%i
)
FOR /L %%i IN (1,1,12) DO (
time card-raytracer-cpp-actor.exe "actor-%%i.ppm" %%i
)
FOR /L %%i IN (1,1,12) DO (
time card-raytracer-cpp-actor3.exe "actor3-%%i.ppm" %%i
)
| Mark-Kovalyov/CardRaytracerBenchmark | cpp-mt/run.cmd | bat | gpl-3.0 | 253 |
@Echo off
#compile#.bat /nopause
#TransferToLiveCopy#.bat
| isxGames/QuestorISX | #FastDevCompile+Copy#.bat | bat | gpl-3.0 | 63 |
REM file: simulate_mti.bat
REM
REM (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
REM
REM This file contains confidential and proprietary information
REM of Xilinx, Inc. and is protected under U.S. and
REM international copyright and other intellectual property
REM laws.
REM
REM DISCLAIMER
REM This disclaimer is not a license and does not grant any
REM rights to the materials distributed herewith. Except as
REM otherwise provided in a valid license issued to you by
REM Xilinx, and to the maximum extent permitted by applicable
REM law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
REM WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
REM AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
REM BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
REM INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
REM (2) Xilinx shall not be liable (whether in contract or tort,
REM including negligence, or under any other theory of
REM liability) for any loss or damage of any kind or nature
REM related to, arising under or in connection with these
REM materials, including for any direct, or any indirect,
REM special, incidental, or consequential loss or damage
REM (including loss of data, profits, goodwill, or any type of
REM loss or damage suffered as a result of any action brought
REM by a third party) even if such damage or loss was
REM reasonably foreseeable or Xilinx had been advised of the
REM possibility of the same.
REM
REM CRITICAL APPLICATIONS
REM Xilinx products are not designed or intended to be fail-
REM safe, or for use in any application requiring fail-safe
REM performance, such as life-support or safety devices or
REM systems, Class III medical devices, nuclear facilities,
REM applications related to the deployment of airbags, or any
REM other applications that could lead to death, personal
REM injury, or severe property or environmental damage
REM (individually and collectively, "Critical
REM Applications"). Customer assumes the sole risk and
REM liability of any use of Xilinx products in Critical
REM Applications, subject only to applicable laws and
REM regulations governing limitations on product liability.
REM
REM THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
REM PART OF THIS FILE AT ALL TIMES.
REM
# set up the working directory
set work work
vlib work
REM compile all of the files
vlog -work work %XILINX%\verilog\src\glbl.v
vlog -work work ..\..\implement\results\routed.v
vlog -work work clk_divider_tb.v
REM run the simulation
vsim -c -t ps +transport_int_delays -voptargs="+acc" -L secureip -L simprims_ver -sdfmax clk_divider_tb\dut=..\..\implement\results\routed.sdf +no_notifier work.clk_divider_tb work.glbl
| DProvinciani/Arquitectura_TPF | Codigo_fuente/ipcore_dir/clk_divider/simulation/timing/simulate_mti.bat | bat | gpl-3.0 | 2,768 |
@echo off
reg.exe delete "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache" /F
pause
for %%X in (
"HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy\FirewallRules"
"HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules"
"HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedInterfaces"
"HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices" ) do (
reg delete %%X /F
)
set X="HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices"
%~dp0\SetACL.exe -on %X% -ot reg -rec cont_obj -actn setowner -ownr "n:Everyone"
%~dp0\SetACL.exe -on %X% -ot reg -rec cont_obj -actn ace -ace "n:Everyone;p:full"
pause
for %%X in (
Defaults
Parameters ) do (
for %%Y in (
DomainProfile
PublicProfile
StandardProfile ) do (
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\%%X\FirewallPolicy\%%Y" /V "DefaultInboundAction" /T REG_DWORD /D "1" /F
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\%%X\FirewallPolicy\%%Y" /V "DefaultOutboundAction" /T REG_DWORD /D "1" /F
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\%%X\FirewallPolicy\%%Y" /V "DisableNotifications" /T REG_DWORD /D "0" /F
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\%%X\FirewallPolicy\%%Y" /V "DisableUnicastResponsesToMulticastBroadcast" /T REG_DWORD /D "1" /F
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\%%X\FirewallPolicy\%%Y" /V "EnableFirewall" /T REG_DWORD /D "1" /F
reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\%%X\FirewallPolicy\%%Y\Logging" /F
)
)
netsh advfirewall set allprofiles firewallpolicy blockinbound,blockoutbound
pause
Powershell New-NetFirewallRule -DisplayName "~System" -Name "System" -Direction Outbound -Program System -Action Allow
| CHEF-KOCH/regtweaks | Win 10/All Versions/Security/Deletes all predefined Firewall rules and delete DNScache service/Deletes all predefined Firewall rules and delete DNScache service.bat | bat | mpl-2.0 | 1,946 |
@echo off
SET ROOT=%~dp0..\..
SET JARDIR=%ROOT%\lib
SET JDBC_CONFIG=%ROOT%\mysql.properties
SET JDBC_URL=jdbc:mysql://127.0.0.1/mysql
SET ENV=com.appspot.relaxe.rdbms.mysql.MySQLEnvironment
REM Build java classpath:
SET META_GEN_CP=%ROOT%\classes
SET META_GEN_CP=%META_GEN_CP%;%JARDIR%\lib\jdbc\mysql-connector-java\mysql-connector-java-5.1.27.jar
SET META_GEN_CP=%META_GEN_CP%;%JARDIR%\util.jar
SET META_GEN_CP=%META_GEN_CP%;%JARDIR%\slf4j-api-1.7.5.jar
SET META_GEN_CP=%META_GEN_CP%;%JARDIR%\logback-core-1.0.13.jar
REM read to go:
java -classpath %META_GEN_CP% com.appspot.relaxe.tools.KeyGenerationInfo -j %JDBC_CONFIG% -e %ENV% -u %JDBC_URL%
@echo on | tjn/relaxe | script/ft/gen-key-info-mysql.bat | bat | agpl-3.0 | 659 |
# DNS2SOCKS.bat $torIP "$tun" $IPAddress
start-stop-daemon start DNS2SOCKS /l:$meshr/tmp/dns.log $1:9150 8.8.8.8 10.177.254.1
route add -net 0.0.0.0 netmask 0.0.0.0 10.177.254.2 dev $2
grep "10.177.254.1" /etc/resolv.conf || echo nameserver 10.177.254.1 >> /etc/resolv.conf
IPAddress=$3
# get non random ip
( echo $IPAddress | grep -E "10.177.(1(28|29|[3-5][0-9])|2[0-9][0-9])" || echo IP=$IPAddress | grep -v "." ) && (
sleep 1
./lib/upload.bat
)
| meshr-net/meshr_tomato-RT-N | lib/DNS2SOCKS.bat | bat | apache-2.0 | 455 |
mvn clean:clean compiler:compile compiler:testCompile package surefire:test jar:jar jar:test-jar javadoc:javadoc javadoc:test-javadoc install:install-file
| Mauxilium/MauxConfig | Build.bat | bat | apache-2.0 | 158 |
@echo off
@rem/*
@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, software
@rem * distributed under the License is distributed on an "AS IS" BASIS,
@rem * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem * See the License for the specific language governing permissions and
@rem * limitations under the License.
@rem */
@rem
@rem The hbase command script. Based on the hadoop command script putting
@rem in hbase classes, libs and configurations ahead of hadoop's.
@rem
@rem TODO: Narrow the amount of duplicated code.
@rem
@rem Environment Variables:
@rem
@rem JAVA_HOME The java implementation to use. Overrides JAVA_HOME.
@rem
@rem HBASE_CLASSPATH Extra Java CLASSPATH entries.
@rem
@rem HBASE_HEAPSIZE The maximum amount of heap to use, in MB.
@rem Default is 1000.
@rem
@rem HBASE_OPTS Extra Java runtime options.
@rem
@rem HBASE_CONF_DIR Alternate conf dir. Default is ${HBASE_HOME}/conf.
@rem
@rem HBASE_ROOT_LOGGER The root appender. Default is INFO,console
@rem
@rem JRUBY_HOME JRuby path: $JRUBY_HOME\lib\jruby.jar should exist.
@rem Defaults to the jar packaged with HBase.
@rem
@rem JRUBY_OPTS Extra options (eg '--1.9') passed to the hbase shell.
@rem Empty by default.
@rem HBASE_SHELL_OPTS Extra options passed to the hbase shell.
@rem Empty by default.
setlocal enabledelayedexpansion
for %%i in (%0) do (
if not defined HBASE_BIN_PATH (
set HBASE_BIN_PATH=%%~dpi
)
)
if "%HBASE_BIN_PATH:~-1%" == "\" (
set HBASE_BIN_PATH=%HBASE_BIN_PATH:~0,-1%
)
rem This will set HBASE_HOME, etc.
set hbase-config-script=%HBASE_BIN_PATH%\hbase-config.cmd
call "%hbase-config-script%" %*
if "%1" == "--config" (
shift
shift
)
rem Detect if we are in hbase sources dir
set in_dev_env=false
if exist "%HBASE_HOME%\target" set in_dev_env=true
rem --service is an internal option. used by MSI setup to install HBase as a windows service
if "%1" == "--service" (
set service_entry=true
shift
)
set hbase-command=%1
shift
@rem if no args specified, show usage
if "%hbase-command%"=="" (
goto :print_usage
endlocal
goto :eof
)
set JAVA_HEAP_MAX=-Xmx1000m
rem check envvars which might override default args
if defined HBASE_HEAPSIZE (
set JAVA_HEAP_MAX=-Xmx%HBASE_HEAPSIZE%m
)
set CLASSPATH=%HBASE_CONF_DIR%;%JAVA_HOME%\lib\tools.jar
rem Add maven target directory
set cached_classpath_filename=%HBASE_HOME%\target\cached_classpath.txt
if "%in_dev_env%"=="true" (
rem adding maven main classes to classpath
for /f %%i in ('dir /b "%HBASE_HOME%\hbase-*"') do (
if exist %%i\target\classes set CLASSPATH=!CLASSPATH!;%%i\target\classes
)
rem adding maven test classes to classpath
rem For developers, add hbase classes to CLASSPATH
for /f %%i in ('dir /b "%HBASE_HOME%\hbase-*"') do (
if exist %%i\target\test-classes set CLASSPATH=!CLASSPATH!;%%i\target\test-classes
)
if not exist "%cached_classpath_filename%" (
echo "As this is a development environment, we need %cached_classpath_filename% to be generated from maven (command: mvn install -DskipTests)"
goto :eof
)
for /f "delims=" %%i in ('type "%cached_classpath_filename%"') do set CLASSPATH=%CLASSPATH%;%%i
)
@rem For releases add hbase webapps to CLASSPATH
@rem Webapps must come first else it messes up Jetty
if exist "%HBASE_HOME%\hbase-webapps" (
set CLASSPATH=%CLASSPATH%;%HBASE_HOME%
)
if exist "%HBASE_HOME%\target\hbase-webapps" (
set CLASSPATH=%CLASSPATH%;%HBASE_HOME%\target
)
for /F %%f in ('dir /b "%HBASE_HOME%\hbase*.jar" 2^>nul') do (
if not "%%f:~-11"=="sources.jar" (
set CLASSPATH=!CLASSPATH!;%HBASE_HOME%\%%f
)
)
@rem Add libs to CLASSPATH
if exist "%HBASE_HOME%\lib" (
set CLASSPATH=!CLASSPATH!;%HBASE_HOME%\lib\*
)
@rem Add user-specified CLASSPATH last
if defined HBASE_CLASSPATH (
set CLASSPATH=%CLASSPATH%;%HBASE_CLASSPATH%
)
@rem Default log directory and file
if not defined HBASE_LOG_DIR (
set HBASE_LOG_DIR=%HBASE_HOME%\logs
)
if not defined HBASE_LOGFILE (
set HBASE_LOGFILE=hbase.log
)
set JAVA_PLATFORM=
rem If avail, add Hadoop to the CLASSPATH and to the JAVA_LIBRARY_PATH
set PATH=%PATH%;"%HADOOP_HOME%\bin"
set HADOOP_IN_PATH=hadoop.cmd
if exist "%HADOOP_HOME%\bin\%HADOOP_IN_PATH%" (
set hadoopCpCommand=call %HADOOP_IN_PATH% classpath 2^>nul
for /f "eol= delims=" %%i in ('!hadoopCpCommand!') do set CLASSPATH_FROM_HADOOP=%%i
if defined CLASSPATH_FROM_HADOOP (
set CLASSPATH=%CLASSPATH%;!CLASSPATH_FROM_HADOOP!
)
set HADOOP_CLASSPATH=%CLASSPATH%
set hadoopJLPCommand=call %HADOOP_IN_PATH% org.apache.hadoop.hbase.util.GetJavaProperty java.library.path 2^>nul
for /f "eol= delims=" %%i in ('!hadoopJLPCommand!') do set HADOOP_JAVA_LIBRARY_PATH=%%i
if not defined JAVA_LIBRARY_PATH (
set JAVA_LIBRARY_PATH=!HADOOP_JAVA_LIBRARY_PATH!
) else (
set JAVA_LIBRARY_PATH=%JAVA_LIBRARY_PATH%;!HADOOP_JAVA_LIBRARY_PATH!
)
)
if exist "%HBASE_HOME%\build\native" (
set platformCommand=call %JAVA% -classpath "%CLASSPATH%" org.apache.hadoop.util.PlatformName
for /f %%i in ('!platformCommand!') do set JAVA_PLATFORM=%%i
set _PATH_TO_APPEND=%HBASE_HOME%\build\native\!JAVA_PLATFORM!;%HBASE_HOME%\build\native\!JAVA_PLATFORM!\lib
if not defined JAVA_LIBRARY_PATH (
set JAVA_LIBRARY_PATH=!_PATH_TO_APPEND!
) else (
set JAVA_LIBRARY_PATH=%JAVA_LIBRARY_PATH%;!_PATH_TO_APPEND!
)
)
rem This loop would set %hbase-command-arguments%
set _hbasearguments=
:MakeCmdArgsLoop
if [%1]==[] goto :EndLoop
if not defined _hbasearguments (
set _hbasearguments=%1
) else (
set _hbasearguments=!_hbasearguments! %1
)
shift
goto :MakeCmdArgsLoop
:EndLoop
set hbase-command-arguments=%_hbasearguments%
@rem figure out which class to run
set corecommands=shell master regionserver thrift thrift2 rest avro hlog hbck hfile zookeeper zkcli upgrade mapredcp
for %%i in ( %corecommands% ) do (
if "%hbase-command%"=="%%i" set corecommand=true
)
if defined corecommand (
call :%hbase-command% %hbase-command-arguments%
) else (
if "%hbase-command%" == "classpath" (
echo %CLASSPATH%
goto :eof
)
if "%hbase-command%" == "version" (
set CLASS=org.apache.hadoop.hbase.util.VersionInfo
) else (
set CLASS=%hbase-command%
)
)
if not defined HBASE_IDENT_STRING (
set HBASE_IDENT_STRING=%USERNAME%
)
@rem Set the right GC options based on the what we are running
set servercommands=master regionserver thrift thrift2 rest avro zookeeper
for %%i in ( %servercommands% ) do (
if "%hbase-command%"=="%%i" set servercommand=true
)
if "%servercommand%" == "true" (
set HBASE_OPTS=%HBASE_OPTS% %SERVER_GC_OPTS%
) else (
set HBASE_OPTS=%HBASE_OPTS% %CLIENT_GC_OPTS%
)
@rem If HBase is run as a windows service, configure logging
if defined service_entry (
set HBASE_LOG_PREFIX=hbase-%hbase-command%-%COMPUTERNAME%
set HBASE_LOGFILE=!HBASE_LOG_PREFIX!.log
if not defined HBASE_ROOT_LOGGER (
set HBASE_ROOT_LOGGER=INFO,DRFA
)
set HBASE_SECURITY_LOGGER=INFO,DRFAS
set loggc=!HBASE_LOG_DIR!\!HBASE_LOG_PREFIX!.gc
set loglog=!HBASE_LOG_DIR!\!HBASE_LOGFILE!
if "%HBASE_USE_GC_LOGFILE%" == "true" (
set HBASE_OPTS=%HBASE_OPTS% -Xloggc:"!loggc!"
)
)
@rem Have JVM dump heap if we run out of memory. Files will be 'launch directory'
@rem and are named like the following: java_pid21612.hprof. Apparently it does not
@rem 'cost' to have this flag enabled. Its a 1.6 flag only. See:
@rem http://blogs.sun.com/alanb/entry/outofmemoryerror_looks_a_bit_better
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.log.dir="%HBASE_LOG_DIR%"
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.log.file="%HBASE_LOGFILE%"
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.home.dir="%HBASE_HOME%"
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.id.str="%HBASE_IDENT_STRING%"
set HBASE_OPTS=%HBASE_OPTS% -XX:OnOutOfMemoryError="taskkill /F /PID %p"
if not defined HBASE_ROOT_LOGGER (
set HBASE_ROOT_LOGGER=INFO,console
)
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.root.logger="%HBASE_ROOT_LOGGER%"
if defined JAVA_LIBRARY_PATH (
set HBASE_OPTS=%HBASE_OPTS% -Djava.library.path="%JAVA_LIBRARY_PATH%"
)
rem Enable security logging on the master and regionserver only
if not defined HBASE_SECURITY_LOGGER (
set HBASE_SECURITY_LOGGER=INFO,NullAppender
if "%hbase-command%"=="master" (
set HBASE_SECURITY_LOGGER=INFO,DRFAS
)
if "%hbase-command%"=="regionserver" (
set HBASE_SECURITY_LOGGER=INFO,DRFAS
)
)
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.security.logger="%HBASE_SECURITY_LOGGER%"
set java_arguments=%JAVA_HEAP_MAX% %HBASE_OPTS% -classpath "%CLASSPATH%" %CLASS% %hbase-command-arguments%
if defined service_entry (
call :makeServiceXml %java_arguments%
) else (
call %JAVA% %java_arguments%
)
endlocal
goto :eof
:shell
rem eg export JRUBY_HOME=/usr/local/share/jruby
if defined JRUBY_HOME (
set CLASSPATH=%CLASSPATH%;%JRUBY_HOME%\lib\jruby.jar
set HBASE_OPTS=%HBASE_OPTS% -Djruby.home="%JRUBY_HOME%" -Djruby.lib="%JRUBY_HOME%\lib"
)
rem find the hbase ruby sources
if exist "%HBASE_HOME%\lib\ruby" (
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.ruby.sources="%HBASE_HOME%\lib\ruby"
) else (
set HBASE_OPTS=%HBASE_OPTS% -Dhbase.ruby.sources="%HBASE_HOME%\hbase-shell\src\main\ruby"
)
set HBASE_OPTS=%HBASE_OPTS% %HBASE_SHELL_OPTS%
set CLASS=org.jruby.Main -X+O %JRUBY_OPTS% "%HBASE_HOME%\bin\hirb.rb"
goto :eof
:master
set CLASS=org.apache.hadoop.hbase.master.HMaster
if NOT "%1"=="stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_MASTER_OPTS%
)
goto :eof
:regionserver
set CLASS=org.apache.hadoop.hbase.regionserver.HRegionServer
if NOT "%1"=="stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_REGIONSERVER_OPTS%
)
goto :eof
:thrift
set CLASS=org.apache.hadoop.hbase.thrift.ThriftServer
if NOT "%1" == "stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_THRIFT_OPTS%
)
goto :eof
:thrift2
set CLASS=org.apache.hadoop.hbase.thrift2.ThriftServer
if NOT "%1" == "stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_THRIFT_OPTS%
)
goto :eof
:rest
set CLASS=org.apache.hadoop.hbase.rest.RESTServer
if NOT "%1"=="stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_REST_OPTS%
)
goto :eof
:avro
set CLASS=org.apache.hadoop.hbase.avro.AvroServer
if NOT "%1"== "stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_AVRO_OPTS%
)
goto :eof
:zookeeper
set CLASS=org.apache.hadoop.hbase.zookeeper.HQuorumPeer
if NOT "%1"=="stop" (
set HBASE_OPTS=%HBASE_OPTS% %HBASE_ZOOKEEPER_OPTS%
)
goto :eof
:hbck
set CLASS=org.apache.hadoop.hbase.util.HBaseFsck
goto :eof
:hlog
set CLASS=org.apache.hadoop.hbase.regionserver.wal.HLogPrettyPrinter
goto :eof
:hfile
set CLASS=org.apache.hadoop.hbase.io.hfile.HFile
goto :eof
:zkcli
set CLASS=org.apache.hadoop.hbase.zookeeper.ZooKeeperMainServer
goto :eof
:upgrade
set CLASS=org.apache.hadoop.hbase.migration.UpgradeTo96
goto :eof
:mapredcp
set CLASS=org.apache.hadoop.hbase.util.MapreduceDependencyClasspathTool
goto :eof
:makeServiceXml
set arguments=%*
@echo ^<service^>
@echo ^<id^>%hbase-command%^</id^>
@echo ^<name^>%hbase-command%^</name^>
@echo ^<description^>This service runs Isotope %hbase-command%^</description^>
@echo ^<executable^>%JAVA%^</executable^>
@echo ^<arguments^>%arguments%^</arguments^>
@echo ^</service^>
goto :eof
:print_usage
echo Usage: hbase [^<options^>] ^<command^> [^<args^>]
echo where ^<command^> an option from one of these categories::
echo Options:
echo --config DIR Configuration direction to use. Default: ./conf
echo.
echo Commands:
echo Some commands take arguments. Pass no args or -h for usage."
echo shell Run the HBase shell
echo hbck Run the hbase 'fsck' tool
echo hlog Write-ahead-log analyzer
echo hfile Store file analyzer
echo zkcli Run the ZooKeeper shell
echo upgrade Upgrade hbase
echo master Run an HBase HMaster node
echo regionserver Run an HBase HRegionServer node
echo zookeeper Run a Zookeeper server
echo rest Run an HBase REST server
echo thrift Run the HBase Thrift server
echo thrift2 Run the HBase Thrift2 server
echo classpath Dump hbase CLASSPATH
echo mapredcp Dump CLASSPATH entries required by mapreduce
echo version Print the version
echo CLASSNAME Run the class named CLASSNAME
goto :eof
| carpedm20/pinpoint | quickstart/support/hbase-win/bin/hbase.cmd | bat | apache-2.0 | 13,061 |
@echo off
echo *****************************************************************
echo btulz.ds.hana.ibcp
echo by niuren.zhu
echo 2016.09.13
echo ˵Ã÷£º
echo 1. ¸ù¾Ýdomain¼°sqlsÎļþ¼ÐµÄÄÚÈÝ£¬´´½¨Êý¾Ý½á¹¹¡£
echo 2. ´´½¨µ½»úÆ÷ÃûΪibas-dev-pgsqlµÄ·þÎñÆ÷£¬Êý¾Ý¿âÃûΪibcp_demo¡£
echo 3. ÐèÒª°²×°java_1.8ÒÔÉÏ¡£
echo *****************************************************************
REM ÉèÖòÎÊý±äÁ¿
SET WORK_FOLDER=%~dp0
echo --µ±Ç°¹¤×÷µÄĿ¼ÊÇ[%WORK_FOLDER%]
if exist %WORK_FOLDER%\out rd /s /q %WORK_FOLDER%\out
if not exist %WORK_FOLDER%\domain mkdir %WORK_FOLDER%\domain
if not exist %WORK_FOLDER%\out mkdir %WORK_FOLDER%\out
java.exe -jar .\tools\btulz.transforms.core-0.1.0.jar ds -TemplateFile=ds_hana_ibas_classic.xml -Company=AVA -DbServer=ibas-dev-hana -DbPort=30015 -DbSchema= -DbName=ibas_demo_1042790962 -DbUser=SYSTEM -DbPassword=AVAtech2015! -Domains=%WORK_FOLDER%\domain
java.exe -jar .\tools\btulz.transforms.core-0.1.0.jar sql -SqlFile=%WORK_FOLDER%\sqls\sql_hana_ibas_initialization.xml -Company=AVA -DbServer=ibas-dev-hana -DbPort=30015 -DbSchema= -DbName=ibas_demo_1042790962 -DbUser=SYSTEM -DbPassword=AVAtech2015! | NiurenZhu/btulz4ibcp | btulz.ds.hana.ibcp.bat | bat | apache-2.0 | 1,189 |
@echo off
REM Change the code page for UTF8
chcp 65001 >NUL
set PYTHONIOENCODING=cp65001
"%~dp0\python\python.exe" "%~dp0\streamlink-script.py" --ffmpeg-ffmpeg "%~dp0\ffmpeg\ffmpeg.exe" --config "%~dp0\config" %*
| beardypig/streamlink-portable | resources/streamlink.bat | bat | apache-2.0 | 218 |
@echo off
..\..\bin\ProjectBuilder FemtoPong.project.xml
if errorlevel 1 goto error
call generated.build.bat
if errorlevel 1 goto error
cleanup.bat | haroldo-ok/really-old-stuff | other/FemtoVM/examples/FemtoPong/compile.bat | bat | apache-2.0 | 150 |
@ECHO OFF
SET REG_Loc=..\..\..\build\bin
::SET Registry=%REG_Loc%\Registry_Win32.exe
SET Registry=%REG_Loc%\Registry.exe
SET ModuleName=%1
GOTO %ModuleName%
REM ----------------------------------------------------------------------------
REM ---------------- RUN THE REGISTRY TO AUTO-GENERATE FILES -------------------
REM ----------------------------------------------------------------------------
ECHO on
:mesh
%REGISTRY% Registry_NWTC_Library_typedef_mesh.txt -noextrap
goto end
:nomesh
%REGISTRY% Registry_NWTC_Library_typedef_nomesh.txt -noextrap
:end
REM ----------------------------------------------------------------------------
REM ------------------------- CLEAR MEMORY -------------------------------------
REM ----------------------------------------------------------------------------
ECHO.
SET REGISTRY=
SET REG_Loc=
SET ModuleName=
:Done
| OpenFAST/OpenFAST | modules/nwtc-library/src/Generate_NWTC_Library_Types.bat | bat | apache-2.0 | 870 |
docker build -t asn1_codec_dev:latest -f Dockerfile.dev . | usdot-jpo-ode/asn1_codec | docker_dev_build.cmd | bat | apache-2.0 | 57 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=stableworld
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| srossross/stable.world | docs/make.bat | bat | bsd-2-clause | 779 |
@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\invoices.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\invoices.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
| sztosz/invoices | docs/make.bat | bat | bsd-3-clause | 5,100 |
pub get
pub build example --mode=debug
pub serve example
| shinzenkoru/dart_bootstrap_datepicker | serve_example.bat | bat | bsd-3-clause | 57 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\oh-my-toolkit.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\oh-my-toolkit.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
| adamchainz/oh-my-toolkit | docs/make.bat | bat | bsd-3-clause | 6,473 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S04_ExclusiveLock.TestCase_S04_TC13_RefreshExclusiveLock_InvalidArgument /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSSHTTPB\MS-FSSHTTP-FSSHTTPB.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S04_TC13.cmd | bat | mit | 382 |
:: Created by npm, please don't edit manually.
@ECHO OFF
SETLOCAL
SET "NODE_EXE=%~dp0\node.exe"
IF NOT EXIST "%NODE_EXE%" (
SET "NODE_EXE=node"
)
SET "NPM_CLI_JS=d:\program files (x86)\npm\5.6.0\node_modules\npm\bin\npm-cli.js"
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
)
IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
)
"%NODE_EXE%" "%NPM_CLI_JS%" %* | jmservera/node-red-azure-webapp | npm_.cmd | bat | mit | 490 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Invenio-Classifier.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Invenio-Classifier.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| tiborsimko/invenio-classifier | docs/make.bat | bat | gpl-2.0 | 7,005 |
@echo off
setlocal
REM Create a branch and switch to the branch
REM Usage: svn_branch branch_name
REM Usage: svn_branch branch_id branch_name
call %GLADIATOR_HOME%/Scripts/svn/_svn_repos_root.bat
if "%1" == "" goto SHOW
if "%2" == "" (
set BRANCH_NAME=%1
set BRANCH_ARTFID=%1
) else (
set BRANCH_NAME=%1_%2
set BRANCH_ARTFID=%1
)
svn cp %REPOS_ROOT%/trunk %REPOS_ROOT%/branches/%BRANCH_NAME% -m"Create a branch to work on[%BRANCH_ARTFID%]"
svn sw %REPOS_ROOT%/trunk
svn sw %REPOS_ROOT%/branches/%BRANCH_NAME%
goto END
:SHOW
svn ls %repos_root%/branches/ -v
:END
endlocal
@echo on | hyller/GladiatorFirmware | Scripts/svn/svn_branch.bat | bat | unlicense | 621 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\BrightstarDB.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\BrightstarDB.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
| kentcb/BrightstarDB | doc/src/make.bat | bat | mit | 6,471 |
@echo off
setlocal
set IR_CMD="%~dp0ir.exe"
if defined MERLIN_ROOT (
REM - This is a dev environment. See http://wiki.github.com/ironruby/ironruby
set IR_CMD="%MERLIN_ROOT%\bin\Debug\ir.exe"
)
%IR_CMD% "%~dp0ri" %*
| ThoughtWorksStudios/excel-2010-mingle-addin | tools/ironruby/bin/iri.bat | bat | apache-2.0 | 221 |
@ECHO OFF
ECHO.
ECHO Downloading libbitcoin-client dependencies from NuGet
CALL nuget.exe install ..\vs2013\libbitcoin-consensus\packages.config
ECHO.
CALL buildbase.bat ..\vs2013\libbitcoin-consensus.sln 12
ECHO.
PAUSE
| libtetcoin/libtetcoin-consensus | builds/msvc/build/buildall.bat | bat | agpl-3.0 | 220 |
REM Set power configuration to High Performance
powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
REM Monitor timeout
powercfg -Change -monitor-timeout-ac 0
powercfg -Change -monitor-timeout-dc 0
| igraph/xdata-igraph | tools/virtual/packer/floppy/set-power-config.bat | bat | gpl-2.0 | 203 |
@echo off
if NOT exist %CD%\..\..\..\build (
echo ERROR: OpenCV Winpack installation is required
pause
exit
)
:: Path to FFMPEG binary files
set PATH=%PATH%;%CD%\..\..\..\build\bin\
:: Detect Python binary
python -V
if %ERRORLEVEL% EQU 0 (
set PYTHON=python
) else (
if exist C:\Python27-x64\python.exe (
set PYTHON=C:\Python27-x64\python.exe
) else (
if exist C:\Python27\python.exe (
set PYTHON=C:\Python27\python.exe
) else (
echo ERROR: Python not found
pause
exit
)
)
)
echo Using python: %PYTHON%
:: Detect python architecture
%PYTHON% -c "import platform; exit(64 if platform.architecture()[0] == '64bit' else 32)"
if %ERRORLEVEL% EQU 32 (
echo Detected: Python 32-bit
set PYTHONPATH=%CD%\..\..\..\build\python\2.7\x86
) else (
if %ERRORLEVEL% EQU 64 (
echo Detected: Python 64-bit
set PYTHONPATH=%CD%\..\..\..\build\python\2.7\x64
) else (
echo ERROR: Unknown python arch
pause
exit
)
)
:: Launch demo
%PYTHON% demo.py
| makelove/OpenCV-Python-Tutorial | 官方samples/_run_winpack_demo_python27.cmd | bat | mit | 1,015 |
rem $Id$
@echo off
set CHECK_PORT=0
:CHECK_ARG
set ARG=%1
if %ARG%x == x goto :EOF
if %CHECK_PORT% == 1 goto CHECK_IS_PORT
if %ARG% == "-j" goto JMX_CHECK_PORT
if %ARG% == "--jmx" goto JMX_CHECK_PORT
set OPTNAME=--jmx=
if %ARG:~0,6% == %OPTNAME% goto JMX_6_PORT_SET
set OPTNAME=-j=
if %ARG:~0,3% == %OPTNAME% goto JMX_3_PORT_SET
set OPTNAME=--jmx
if %ARG:~0,5% == %OPTNAME% goto JMX_5_PORT_SET
set OPTNAME=-j
if %ARG:~0,2% == %OPTNAME% goto JMX_2_PORT_SET
set OPTNAME=--j
if %ARG:~0,3% == %OPTNAME% goto JMX_3_PORT_SET
goto ADD_TO_JAVA_ARGS
:CHECK_IS_PORT
echo Check if is port %ARG%
set CHECK_PORT=0
if %ARG:~0,1% == "-" goto ADD_TO_JAVA_ARGS
set JMX_PORT=%ARG%
echo JMX_PORT=%JMX_PORT%
shift
goto CHECK_ARG
:JMX_CHECK_PORT
echo "JMX enabled"
set JMX_ENABLED=1
set CHECK_PORT=1
echo CHECK_PORT=%CHECK_PORT%
shift
goto CHECK_ARG
:JMX_2_PORT_SET
set JMX_ENABLED=1
set JMX_PORT=%ARG:~2%
echo JMX_PORT=%JMX_PORT%
shift
goto CHECK_ARG
:JMX_3_PORT_SET
set JMX_ENABLED=1
set JMX_PORT=%ARG:~3%
echo JMX_PORT=%JMX_PORT%
shift
goto CHECK_ARG
:JMX_5_PORT_SET
set JMX_ENABLED=1
set JMX_PORT=%ARG:~5%
echo JMX_PORT=%JMX_PORT%
shift
goto CHECK_ARG
:JMX_6_PORT_SET
set JMX_ENABLED=1
set JMX_PORT=%ARG:~6%
echo JMX_PORT=%JMX_PORT%
shift
goto CHECK_ARG
:ADD_TO_JAVA_ARGS
echo Adding %ARG% to JAVA_ARGS
set JAVA_ARGS=%JAVA_ARGS% %ARG%
shift
goto CHECK_ARG
| kingargyle/exist-1.4.x | bin/batch.d/get_opts.bat | bat | lgpl-2.1 | 1,462 |
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
'@echo off'
call RxFuncAdd "SysLoadFuncs", "RexxUtil", "SysLoadFuncs"
call SysLoadFuncs
/* Prepare the parameters for later use */
parse arg argv
mode = ''
args = ''
opts = ''
cp = ''
lcp = ''
do i = 1 to words(argv)
param = word(argv, i)
select
when param='-lcp' then mode = 'l'
when param='-cp' | param='-classpath' then mode = 'c'
when abbrev('-opts', param, 4) then mode = 'o'
when abbrev('-args', param, 4) then mode = 'a'
otherwise
select
when mode = 'a' then args = space(args param, 1)
when mode = 'c' then cp = space(cp param, 1)
when mode = 'l' then lcp = space(lcp param, 1)
when mode = 'o' then opts = space(opts param, 1)
otherwise
say 'Option' param 'ignored'
end
end
end
env="OS2ENVIRONMENT"
antconf = _getenv_('antconf' 'antconf.cmd')
runrc = _getenv_('runrc')
interpret 'call "' || runrc || '"' '"' || antconf || '"' 'ETC'
ANT_HOME = value('ANT_HOME',,env)
JAVA_HOME = value('JAVA_HOME',,env)
classpath = value('CLASSPATH',,env)
classes = stream(JAVA_HOME || "\lib\classes.zip", "C", "QUERY EXISTS")
if classes \= '' then classpath = prepend(classpath classes)
classes = stream(JAVA_HOME || "\lib\tools.jar", "C", "QUERY EXISTS")
if classes \= '' then classpath = prepend(classpath classes)
classpath = prepend(classpath ANT_HOME || '\lib\ant-launcher.jar')
'SET CLASSPATH=' || classpath
/* Setting classpathes, options and arguments */
envset = _getenv_('envset')
if cp\='' then interpret 'call "' || envset || '"' '"; CLASSPATH"' '"' || cp || '"'
if lcp\='' then interpret 'call "' || envset || '"' '"; LOCALCLASSPATH"' '"' || lcp || '"'
if opts\='' then interpret 'call "' || envset || '"' '"-D ANT_OPTS"' '"' || opts || '"'
if args\='' then interpret 'call "' || envset || '"' '"ANT_ARGS"' '"' || args || '"'
exit 0
addpath: procedure
parse arg path elem
if elem = '' then do
if path\='' & right(path, 1)\=';' then path = path || ';'
return path
end
if substr(path, length(path)) = ';' then glue = ''
else glue = ';'
if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';'
return path
prepend: procedure
parse arg path elem
if elem = '' then do
if path\='' & right(path, 1)\=';' then path = path || ';'
return path
end
if pos(translate(elem), translate(path)) = 0 then path = elem || ';' || path
return path
_getenv_: procedure expose env
parse arg envar default
if default = '' then default = envar
var = value(translate(envar),,env)
if var = '' then var = default
return var
| SimoRihani/PFA-Qucit | www/node_modules/ant/ant/bin/antenv.cmd | bat | lgpl-3.0 | 3,410 |
@echo off
setlocal enabledelayedexpansion
set start=%1
:hagrid
mkdir "C:\Users\putyourusernamehere\Desktop\porn hard core xxx %start%"
set /a fork=%start%+1000
start hagrid.bat %fork%
goto hagrid
| Bergenfrundt/hagrid | hagridB.bat | bat | mit | 196 |
py -3 %~dp0\\third_party\\pmbuild\\scripts\\pmbuild.py %* | polymonster/pmtech | pmbuild.cmd | bat | mit | 57 |
@echo off
setlocal
call %~dp0jmakehelper.cmd %*
nmake /f Makefile.win64 PLATFORM=win64
| arventwei/WioEngine | Tools/jamplus/src/jmake-win64.cmd | bat | mit | 89 |
set TARGET=nodejs | silentorb/metahub3_haxe | target.bat | bat | mit | 17 |
@ECHO OFF
SET PYTHONPATH=%PYTHONPATH%;C:\Users\EEGlabUser\Desktop\Holly\infant_eeg\src\python
SET PYGLET_SHADOW_WINDOW=0
C:
cd \Users\EEGlabUser\Desktop\Holly\infant_eeg\src\python
python infant_eeg\main.py | jbonaiuto/infant_eeg | src/sh/infantEEG.bat | bat | mit | 212 |
del *.aux
del *.bbl
del *.blg
del *.lof
del *.log
del *.lot
del *.gz
del *.toc
del *.run.xml
del *blx.bib
del *.bcf
del *.bak
del *.lol
del *.out
del *.tdo | schlagi123/ostfalia-thesis-suderburg-bwb | delete.bat | bat | mit | 155 |
# 在pom.xml目录下执行
#set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144
#"C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.4\plugins\maven\lib\maven3\bin\mvn" clean package assembly:single -Pprod -Dmaven.test.skip=true | kekewang/tale | build.bat | bat | mit | 224 |
python ..\exportor\scripts\export_as\export_as_all.py ..\ ..\as\
| Jack301/toolkit | handleExcel/exportor/build_as_all.bat | bat | mit | 65 |
@ECHO OFF
rmdir /s /q ..\Bin | codemonkey800/useless-projects | projects/remote-computer/Client/build/clean.bat | bat | mit | 31 |
@echo off
REM check that our env vars have been set
IF DEFINED SPNG_PREREQS GOTO PROCEED
GOTO NOVARS
:PROCEED
call checkwasstatus.bat
IF "%WAS_SERVER_STARTED%" == "" GOTO SERVERNOTRUNNING
GOTO CONFIGUREIT
:SERVERNOTRUNNING
echo WAS is not running and needs to be started to configure your profile.
set USER_SEZ=
set /P USER_SEZ=Start WAS for you [y/n]?
if NOT "%USER_SEZ%" == "y" GOTO ABORT
call startmywas
:CONFIGUREIT
call startwasadmin.bat -f J2CAuthEntries.py
echo Patience, please, have to restart the server to force the J2CAuth Entries to get picked up
REM https://developer.ibm.com/answers/questions/173073/test-connection-fail.html
call stopmywas.bat
call startmywas.bat
call startwasadmin.bat -f ConfigureServer.py
GOTO DONE
:NOVARS
echo You have not set the required environment variables, please run setmywasvars.bat
GOTO DONE
:ABORT
echo Okay, some other time then.
:DONE
| millarde/wasadmin-automation | configuremyserver.bat | bat | mit | 900 |
@echo off
cls
echo Would you like to install WinPCAP version 4.1.3 automatically? [y/n]
set /p choice="?:"
if "%choice%"=="y" (
bitsadmin /transfer WinPCAPInstall /download /priority normal https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe %TEMP%\\winpcap.exe
%TEMP%/winpcap.exe
del %TEMP%\\winpcap.exe
)
echo Finished!
pause
exit | Noviv/Trace | _scripts/winpcap.bat | bat | mit | 339 |
@ECHO OFF
powershell -File .\run.ps1 | devopsguys/slidedeck_transform | run.bat | bat | cc0-1.0 | 36 |
cmd_sound/soc/mid-x86/built-in.o := rm -f sound/soc/mid-x86/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD sound/soc/mid-x86/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | sound/soc/mid-x86/.built-in.o.cmd | bat | gpl-2.0 | 239 |
@REM This is a one time execution to create multiple Eclipse projects from generated andromda output.
@REM Comment out eclipse goal under plugins\plugin\org.andromda.maven.plugins\andromdapp-maven-plugin.
@REM Reference http://forum.andromda.org/viewtopic.php?t=5066
@REM Maven eclipse plugin reference: http://maven.apache.org/plugins/maven-eclipse-plugin
@REM To run with the original AndroMDA eclipse functionality (generate .project and .classpath each MDA
@REM run, for the top level project only):
@REM Comment the following in the top level.pom.xml
@REM <plugin>
@REM <groupId>org.apache.maven.plugins</groupId>
@REM <artifactId>maven-eclipse-plugin</artifactId>
@REM <version>2.4</version>
@REM <inherited>true</inherited>
@REM <configuration>
@REM <wtpversion>1.5</wtpversion>
@REM <buildOutputDirectory>target/classes</buildOutputDirectory>
@REM </configuration>
@REM </plugin>
@REM Uncomment out the following in mda/pom.xml
@REM <plugin>
@REM <groupId>org.andromda.maven.plugins</groupId>
@REM <artifactId>andromdapp-maven-plugin</artifactId>
@REM <executions>
@REM <execution>
@REM <goals>
@REM <goal>eclipse</goal>
@REM </goals>
@REM </execution>
@REM </executions>
@REM <configuration>
@REM <excludes>
@REM <exclude>app/pom.xml</exclude>
@REM <exclude>mda/pom.xml</exclude>
@REM <exclude>webservice/pom.xml</exclude>
@REM </excludes>
@REM </configuration>
@REM </plugin>
@REM Import all projects into Eclipse when finished
@REM This manages all dependencies from within pom.xml files, re-run if dependencies change.
@REM If the Eclipse workspace dir is the same as the top level project dir, projects
@REM will not have appname- in front of project name.
@REM App generator does not copy empty directories into project, but they must exist for eclipse plugin to work
mkdir common\src\main\java
mkdir common\target\src\main\java
mkdir core\src\main\java
mkdir core\src\test\java
mkdir core\target\src\main\java
mkdir web\src\main\java
mkdir web\target\src\main\java
rename ..\.project old.project
rename ..\.classpath old.classpath
call mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true
pause
| ojmakhura/curricul | m2eclipse.bat | bat | gpl-2.0 | 2,616 |
@echo off
set APP_HOME=%~dp0..
CALL "%APP_HOME%\env.bat"
call %DERBY_HOME%\bin\ij.bat %APP_HOME%\DDL\Assign2.DW.Query.sql
| maochuanli/Data.Warehouse.Assignment2 | bin/DW.OLAP.query.bat | bat | gpl-2.0 | 135 |
cmd_scripts/dtc/checks.o := gcc -Wp,-MD,scripts/dtc/.checks.o.d -O2 -I/home/parallels/Downloads/openwrt/staging_dir/host/include -I/home/parallels/Downloads/openwrt/staging_dir/host/usr/include -Wall -Wmissing-prototypes -Wstrict-prototypes -I/home/parallels/Downloads/openwrt/staging_dir/host/include -I./tools/include -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/checks.o scripts/dtc/checks.c
source_scripts/dtc/checks.o := scripts/dtc/checks.c
deps_scripts/dtc/checks.o := \
/usr/include/stdc-predef.h \
scripts/dtc/dtc.h \
/usr/include/stdio.h \
/usr/include/features.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/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/x86_64-linux-gnu/bits/string.h \
/usr/include/x86_64-linux-gnu/bits/string2.h \
/home/parallels/Downloads/openwrt/staging_dir/host/include/endian.h \
/home/parallels/Downloads/openwrt/staging_dir/host/include/byteswap.h \
/usr/include/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap-16.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.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/bits/select2.h \
/home/parallels/Downloads/openwrt/staging_dir/host/include/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdbool.h \
/usr/include/assert.h \
/usr/include/ctype.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/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 \
scripts/dtc/libfdt/libfdt_env.h \
scripts/dtc/libfdt/fdt.h \
scripts/dtc/util.h \
scripts/dtc/checks.o: $(deps_scripts/dtc/checks.o)
$(deps_scripts/dtc/checks.o):
| IljaGrebel/OpenWrt-SDK-imx6_HummingBoard | build_dir/target-arm_cortex-a9+neon_musl-1.1.10_eabi/linux-imx6/linux-3.18.19/scripts/dtc/.checks.o.cmd | bat | gpl-2.0 | 3,466 |
@echo off
"%~dp0python3.bat" -B -E "%~dp0\pyld.py" ftail %*
| drtuxwang/system-config | bin/ftail.bat | bat | gpl-2.0 | 60 |
@echo off
start build-programs\imdiskinst.exe
exit | thefirefox12537/Technology-Operating-System-TechOS- | Install imdisk.bat | bat | gpl-2.0 | 50 |
cmd_drivers/scsi/arm/built-in.o := rm -f drivers/scsi/arm/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD drivers/scsi/arm/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/scsi/arm/.built-in.o.cmd | bat | gpl-2.0 | 158 |
cmd_drivers/video/rockchip/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/video/rockchip/built-in.o drivers/video/rockchip/rk_fb.o drivers/video/rockchip/rkfb_sysfs.o drivers/video/rockchip/chips/rk30_lcdc.o drivers/video/rockchip/rga/built-in.o drivers/video/rockchip/hdmi/built-in.o
| jpsminix/minix5 | drivers/video/rockchip/.built-in.o.cmd | bat | gpl-2.0 | 296 |
cmd_arch/arm/lib/csumpartialcopy.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopy.o.d -nostdinc -isystem /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.4.1/include -Dlinux -Iinclude -I/home/leonardo/mykernel/kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s5pv210/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/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 -c -o arch/arm/lib/csumpartialcopy.o arch/arm/lib/csumpartialcopy.S
deps_arch/arm/lib/csumpartialcopy.o := \
arch/arm/lib/csumpartialcopy.S \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/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/leonardo/mykernel/kernel/arch/arm/include/asm/linkage.h \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/hwcap.h \
arch/arm/lib/csumpartialcopygeneric.S \
arch/arm/lib/csumpartialcopy.o: $(deps_arch/arm/lib/csumpartialcopy.o)
$(deps_arch/arm/lib/csumpartialcopy.o):
| dalinaum/studyak | arch/arm/lib/.csumpartialcopy.o.cmd | bat | gpl-2.0 | 1,886 |
cmd_fs/notify/built-in.o := arm-linux-androideabi-ld -EL -r -o fs/notify/built-in.o fs/notify/fsnotify.o fs/notify/notification.o fs/notify/group.o fs/notify/inode_mark.o fs/notify/dnotify/built-in.o fs/notify/inotify/built-in.o
| tenorntex/lhbalanced | fs/notify/.built-in.o.cmd | bat | gpl-2.0 | 234 |
cmd_rte_reciprocal.o = gcc -Wp,-MD,./.rte_reciprocal.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -O3 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Werror -o rte_reciprocal.o -c /root/lixu/lib/librte_sched/rte_reciprocal.c
| JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_sched/.rte_reciprocal.o.cmd | bat | gpl-2.0 | 584 |
cmd_sound/pci/pcxhr/built-in.o := rm -f sound/pci/pcxhr/built-in.o; /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/pcxhr/built-in.o
| doadin/samsung-kernel-msm7x30-Doadin | sound/pci/pcxhr/.built-in.o.cmd | bat | gpl-2.0 | 170 |
cmd_drivers/media/video/v4l2-int-device.ko := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -T /home/erik/supersonic/scripts/module-common.lds --build-id -o drivers/media/video/v4l2-int-device.ko drivers/media/video/v4l2-int-device.o drivers/media/video/v4l2-int-device.mod.o
| kingklick/kk-evo-kernel | drivers/media/video/.v4l2-int-device.ko.cmd | bat | gpl-2.0 | 315 |
@cls
@echo building...
@java -jar yuicompressor-2.4.jar ../source/.resource/index.css -o ../build/.resource/index.css
@java -jar yuicompressor-2.4.jar ../source/.resource/index.js -o ../build/.resource/index.js
@echo html compressor : http://htmlcompressor.com/compressor/
@echo done...
@pause | tinymins/php-file-explorer | builder/yuicompressor.bat | bat | gpl-2.0 | 293 |
cmd_net/xfrm/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o net/xfrm/built-in.o net/xfrm/xfrm_policy.o net/xfrm/xfrm_state.o net/xfrm/xfrm_hash.o net/xfrm/xfrm_input.o net/xfrm/xfrm_output.o net/xfrm/xfrm_algo.o net/xfrm/xfrm_sysctl.o net/xfrm/xfrm_replay.o net/xfrm/xfrm_user.o net/xfrm/xfrm_ipcomp.o
| friedrich420/Note-3-Kernel | net/xfrm/.built-in.o.cmd | bat | gpl-2.0 | 343 |
@echo off
c:\dev\tools\studio-vs-perforce\p4shim.py %*
| geofrey/studio-vs-perforce | p4shim.cmd | bat | unlicense | 57 |
@echo off
cd server
java -jar start.jar | silverstripe-labs/silverstripe-fulltextsearch-localsolr | start.bat | bat | apache-2.0 | 39 |
@set INST_LIB=%INST_LIB%%1;
| maachang/jsonHttp | bin/sh/core/addclasspath.bat | bat | apache-2.0 | 28 |
@echo off
@rem ////////////////////////////////////////////////////////////
@rem // Configuration
@rem ////////////////////////////////////////////////////////////
@rem Set this to the location of your Java installation.
set JAVA_HOME=c:\j2sdk1.4.2_01
@rem Set this to the location of your JVR installation. The
@rem default value of ".." means the parent directory, which
@rem will work so long as you invoke the batch file using
@rem Explorer, or from the "bin" directory.
set JVR_HOME=..
@rem ////////////////////////////////////////////////////////////
@rem // You should not need to change anything below this line.
@rem ////////////////////////////////////////////////////////////
@rem JVR required only one JAR file. When you write your own
@rem application you will need to add your own JAR files as well.
set CLASSPATH=%JVR_HOME%\lib\jvr.jar;lib\jvr.jar
@rem The 'java.library.path' paramater tells the JVM what
@rem directories to look in for shared libraries. In this case
@rem we specify the "lib" directory so that the JVM can find
@rem jvr.dll
set JAVA_ARGS=-Djava.library.path=%JVR_HOME%\lib;lib
@rem The classpath argument.
set JAVA_ARGS=%JAVA_ARGS% -cp %CLASSPATH%
@rem Invoke the console
%JAVA_HOME%\bin\java %JAVA_ARGS% net.threebit.jvr.test.DxOpenTest
| kevinodotnet/jvr | bin/jvr_dx_open_test.bat | bat | apache-2.0 | 1,321 |
cd C:\Users\kasibhov\Desktop\Hygieia\Hygieia-Devops-Dashboard\collectors\build\jenkins\target
java -Xmx700m -jar jenkins-build-collector-2.0.4-SNAPSHOT.jar | harish961/Hygieia-WFN | Bat files/hudson.bat | bat | apache-2.0 | 155 |
@echo off
java -Xmx1200M -jar fuseki-sys.jar %*
| jgeluk/jena-fuseki | fuseki-server.bat | bat | apache-2.0 | 48 |
@echo off
java -Xmx512m -jar C:\androidtools\signapk.jar C:\androidtools\testkey.x509.pem C:\androidtools\testkey.pk8 %1 %2 %3 %4 %5 %6 %7 %8 %9
| Sikyou/extremely_blue_kitchen | kitchen/bin/autosign.bat | bat | apache-2.0 | 147 |
@echo off
call build\init.bat
if exist axis2c\build\axis2c-bin-%AXIS2C_VERSION%-win32 rmdir /S /Q axis2c\build\axis2c-bin-%AXIS2C_VERSION%-win32
if exist axis2c\build\deploy rmdir /S /Q axis2c\build\deploy
if exist axis2c\build\win32\int.msvc rmdir /S /Q axis2c\build\win32\int.msvc
if exist sandesha2c\build\sandesha2 rmdir /S /Q sandesha2c\build\sandesha2
if exist sandesha2c\build\win32\int.msvc rmdir /S /Q sandesha2c\build\win32\int.msvc
if exist rampartc\build\rampartc-%RAMPARTC_VERSION% rmdir /S /Q rampartc\build\rampartc-%RAMPARTC_VERSION%
if exist rampartc\build\win32\int.msvc rmdir /S /Q rampartc\build\win32\int.msvc
if exist savanc\build\savanc rmdir /S /Q savanc\build\savanc
if exist savanc\build\win32\int.msvc rmdir /S /Q savanc\build\win32\int.msvc
if exist wso2-wsf-c-bin-%WSFC_VERSION%-win32 rmdir /S /Q wso2-wsf-c-bin-%WSFC_VERSION%-win32
| techhead/wsf_php_dist | wsf_c/clean.bat | bat | apache-2.0 | 869 |
icobundl -o allmark.ico allmark-16x16.ico allmark-32x32.ico allmark-48x48.ico allmark-64x64.ico | andreaskoch/allmark | files/design/logo/ICO/bundle.cmd | bat | bsd-3-clause | 95 |
python -c "import fview; fview.main()"
| motmot/fview | start_fview.bat | bat | bsd-3-clause | 39 |
@echo off
java -cp C:\devel\dominoj JavaCompiler %1
| csg-tokyo/dominoj | utils/dominojc.bat | bat | bsd-3-clause | 54 |
git stash
git pull origin master | kevindaus/enrollment_system | update_code.bat | bat | bsd-3-clause | 32 |
@ECHO OFF
SETLOCAL
REM ===================
REM Entry Point
REM ===================
:START
ECHO.
SET CACHE_FILE=%~s1GIT_VERSION
SET HEADER_OUT_FILE="%2"
CALL :INIT_VARS
CALL :GET_GIT_DATA
CALL :CHECK_CACHE
IF DEFINED fLEAVE_NOW GOTO END
CALL :WRITE_OUT
GOTO END
REM ====================
REM FUNCTIONS
REM ====================
:: --------------------
:INIT_VARS
:: --------------------
SET strFILE_DATE=
SET strFILE_HASH=
SET strFILE_DESCRIBE=
GOTO :EOF
:: --------------------
:CHECK_CACHE
:: --------------------
IF EXIST %HEADER_OUT_FILE% (
IF EXIST "%CACHE_FILE%" (
FOR /F %%A IN (%CACHE_FILE%) DO (
IF "%%A" == "%strFILE_DESCRIBE%" (
ECHO Build version is assumed unchanged from: %strFILE_DESCRIBE%.
SET fLEAVE_NOW=1
)
)
)
)
GOTO :EOF
:: --------------------
:GET_GIT_DATA
:: --------------------
FOR /F "delims=" %%A IN ('"git log -n 1 --format=format:%%ai"') DO SET strFILE_DATE=%%A
FOR /F "delims=" %%A IN ('"git log -n 1 --format=format:%%H"') DO SET strFILE_HASH=%%A
FOR /F "delims=" %%A IN ('git describe') DO SET strFILE_DESCRIBE=%%A
GOTO :EOF
:: --------------------
:WRITE_OUT
:: --------------------
ECHO %strFILE_DESCRIBE% > %CACHE_FILE%
ECHO //Auto Generated resource header, DO NOT EDIT!>"%HEADER_OUT_FILE%"
ECHO #pragma once >> "%HEADER_OUT_FILE%"
ECHO #define GIT_DATE TEXT("%strFILE_DATE%") >> "%HEADER_OUT_FILE%"
ECHO #define GIT_HASH TEXT("%strFILE_HASH%") >> "%HEADER_OUT_FILE%"
ECHO #define GIT_DESCRIBE TEXT("%strFILE_DESCRIBE%") >> "%HEADER_OUT_FILE%"
ECHO #define GIT_DATEA "%strFILE_DATE%" >> "%HEADER_OUT_FILE%"
ECHO #define GIT_HASHA "%strFILE_HASH%" >> "%HEADER_OUT_FILE%"
ECHO #define GIT_DESCRIBEA "%strFILE_DESCRIBE%" >> "%HEADER_OUT_FILE%"
ECHO #define GIT_DATEW L"%strFILE_DATE%" >> "%HEADER_OUT_FILE%"
ECHO #define GIT_HASHW L"%strFILE_HASH%" >> "%HEADER_OUT_FILE%"
ECHO #define GIT_DESCRIBEW L"%strFILE_DESCRIBE%" >> "%HEADER_OUT_FILE%"
GOTO :EOF
:: --------------------
:END
:: --------------------
| twig/dcxdll | SourceControl/GIT-VS-VERSION-GEN.bat | bat | bsd-3-clause | 1,985 |
for /d /r . %%d in (bin,obj) do @if exist "%%d" rd /s /q "%%d"
| scottrippey/SmartFormat.NET | src/Clean-Bin-Obj-Folders.cmd | bat | mit | 63 |
@echo #****************************************************************************
@echo Copyright (c) 2011-2013,WebJet Business Division,CYOU
@echo
@echo http://www.genesis-3d.com.cn
@echo
@echo Permission is hereby granted, free of charge, to any person obtaining a copy
@echo of this software and associated documentation files (the "Software"), to deal
@echo in the Software without restriction, including without limitation the rights
@echo to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@echo copies of the Software, and to permit persons to whom the Software is
@echo furnished to do so, subject to the following conditions:
@echo The above copyright notice and this permission notice shall be included in
@echo all copies or substantial portions of the Software.
@echo
@echo THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
@echo IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@echo FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@echo AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
@echo LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
@echo OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
@echo THE SOFTWARE.
@echo ****************************************************************************
if "%1%"=="becalled" (
@rem
)else (
cd My_Android_Build
)
set curPath=%cd%
%curPath%/../extlibs\NDK\android-ndk-r8b-windows\prebuilt\windows\bin\make.exe -j4
pause
| EngineDreamer/DreamEngine | Engine/StandloneBuildAndroid.bat | bat | mit | 1,586 |
mvn package
PAUSE | dashzh/Java | T4/package.bat | bat | epl-1.0 | 17 |
REM Windows batch file to launch JHelpDev with the current
java -DHOMEDIR=${PWD} -classpath ".;jhelpdev.jar;lib/jhall.jar;lib/xmlenc.jar" net.sourceforge.jhelpdev.JHelpDevFrame
| ctag/cpe453 | JMRI/help/fr/JHelpDev.bat | bat | gpl-2.0 | 179 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.