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
-stack 0x2000 /* PRIMARY STACK SIZE */ -sysstack 0x1000 /* SECONDARY STACK SIZE */ -heap 0x2000 /* HEAP AREA SIZE */ MEMORY { PAGE 0: VEC(RWX) : origin = 00000C0h length = 000300h DATA(RWX) : origin = 0000400h length = 017C00h PROG(RX) : origin = 0018000h length = 00A000h } SECTIONS { vectors : > VEC ALIGN = 256 .text : > PROG .data : > DATA .cinit : > DATA .switch : > PROG .stack : > DATA .sysstack : > DATA .bss : > DATA , fill =0 .sysmem : > DATA .const : > PROG .cio : > DATA }
DMFX-1/Software
DMFX_1_1/c55xx_csl/ccs_v5.0_examples/usb/CSL_USB_IntcExample/VC5505_USB.cmd
bat
gpl-3.0
681
set filename=ICS_%DATE:~-4%_%DATE:~4,2%_%DATE:~7,2%_%TIME:~0,2%_%TIME:~3,2%.dat set filename=%filename: =0% node plc_logger.js DAQ.json > DAQ_%filename%.dat
fingerskier/plc_logger
log.cmd
bat
gpl-3.0
157
cd ../../../ call mvn clean install cd src/buildscripts/win86 pause
FunThomas424242/gtdclient
src/buildscripts/win86/install.bat
bat
lgpl-2.1
69
@echo off REM Invoca a BorraFichero.cmd con cada fichero (nombre y path campleto) REM del tipo *.sql sea de 7 o mas dias de antiguedad forfiles /M *.sql /D -7 /C "cmd /c C:\TAU\servicios\Administracion\BorraFichero @path >> copia.log"
youenna/tau
TAU/trunk/servicios/Administracion/BorraBackupAntiguos.cmd
bat
lgpl-2.1
237
echo off set JAVA=C:\Java\jdk1.8.0\bin\java.exe set POSTJAR=C:\Java\solr-6.4.1\example\exampledocs\post.jar set COLLECTION_URL=%1 set SOURCE_FILE=%2 echo Posting to Solr... %JAVA% -Durl="%COLLECTION_URL%" -jar "%POSTJAR%" "%SOURCE_FILE%"
lerthe61/Snippets
Search/Solr/post.bat
bat
unlicense
245
cd C:/Abaqus_WD/CurvedInterface && abaqus CAE noGUI=C:/02_Local-folder/01_Luca/01_WD/thinPlyMechanics/python/createAndAnalyzeRVEs.py -- -dir C:/Users/lucad/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM/InputData/VkHdisp -data inputRVEdataVkHdispL%1-LPC.deck -iterables inputRVEiterablesVkHdispL%1-LPC.deck -plot inputRVEplot && python C:/02_Local-folder/01_Luca/01_WD/thinPlyMechanics/python/reportData.py -w C:/Users/lucad/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM/LucaPC/sweepOverDeltathetaVkHdispL%1-LPC -i ABQ-RVE-generation-and-analysis_csvfileslist.csv -f sweepL%1.xlsx --excel
LucaDiStasio/thinPlyMechanics
windows-cmd/startRVESimPipeCouplingHdispLPC.cmd
bat
apache-2.0
582
set CGO_CFLAGS=-I../C_porting_XTP/include/XTP -I../C_porting_XTP/include/CXTPApi set CGO_LDFLAGS=-L./../C_porting_XTP/lib/XTP/win64 -L./../C_porting_XTP/lib/CXTPApi/ -lCXTPApi -lxtpquoteapi -lxtptraderapi set GOOS=windows set GOARCH=amd64 set CGO_ENABLED=1 echo %CGO_CFLAGS% echo %CGO_LDFLAGS% echo %GOOS% go build -o go_xtp_trader.exe main.go
leochan007/XTP.GO
go_src/build.cmd
bat
apache-2.0
346
@echo off REM REM Copyright 2009 Philippe Prados. REM http://macaron.googlecode.com REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS, REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. REM See the License for the specific language governing permissions and REM limitations under the License. REM if "%OS%" == "Windows_NT" setlocal enableDelayedExpansion Rem calculate MACARON_HOME set MACARON_HOME=.\ if "%OS%" == "Windows_NT" set MACARON_HOME=%~dp0% pushd %MACARON_HOME%.. set MACARON_HOME=%CD% popd set JAVA_PRG=%JAVA_HOME%\bin\java.exe if "%JAVA_HOME%" == "" set JAVA_PRG=java.exe rem echo --------- rem echo JAVA_HOME=%JAVA_HOME% rem echo JAVA_OPTS=%JAVA_OPTS% rem echo MACARON_HOME=%MACARON_HOME% rem echo --------- for %%I in (%MACARON_HOME%\lib\audit-*.jar) do set JAR=%%I "%JAVA_PRG%" %JAVA_OPTS% -jar "%JAR%" %*
pprados/macaron
src/main/bin/macaron-audit.cmd
bat
apache-2.0
1,233
nuget pack Dwarf.WebApi.csproj -Properties Configuration=Release
GreenfieldVentures/Dwarf.WebApi
NuPack.bat
bat
apache-2.0
64
@echo off rem rem rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. rem if not "%ECHO%" == "" echo %ECHO% setlocal set DIRNAME=%~dp0% set PROGNAME=%~nx0% set ARGS=%* rem Sourcing environment settings for karaf similar to tomcats setenv SET KARAF_SCRIPT="stop.bat" if exist "%DIRNAME%setenv.bat" ( call "%DIRNAME%setenv.bat" ) rem Check console window title. Set to Karaf by default if not "%KARAF_TITLE%" == "" ( title %KARAF_TITLE% ) else ( title Karaf ) goto BEGIN :warn echo %PROGNAME%: %* goto :EOF :BEGIN rem # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # if not "%KARAF_HOME%" == "" ( call :warn Ignoring predefined value for KARAF_HOME ) set KARAF_HOME=%DIRNAME%.. if not exist "%KARAF_HOME%" ( call :warn KARAF_HOME is not valid: "%KARAF_HOME%" goto END ) if not "%KARAF_BASE%" == "" ( if not exist "%KARAF_BASE%" ( call :warn KARAF_BASE is not valid: "%KARAF_BASE%" goto END ) ) if "%KARAF_BASE%" == "" ( set "KARAF_BASE=%KARAF_HOME%" ) :EXECUTE "%KARAF_HOME%\bin\karaf.bat" stop rem # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # :END endlocal if not "%PAUSE%" == "" pause :END_NO_PAUSE
soluvas/karaf
assemblies/features/framework/src/main/filtered-resources/resources/bin/stop.bat
bat
apache-2.0
2,019
start cmd.exe /c "tsc --p ./"
JakubJecminek/fun-model
build.bat
bat
apache-2.0
30
@echo off set USER_SERVICE_NAME=UserService set USER_SERVICE_VERSION=v1 set USER_SERVICE_PORT=7777 set DISCOVERY=http://localhost:9999 set DATABASE_DIALECT=postgres set DATABASE=host=localhost user=postgres dbname=user_service sslmode=disable password= set UPGRADE_DATABASE=1 rem export METRICS="http://localhost:8086" rem export METRICS_DATABASE="metrics" rem export TRACER="http://localhost:9411/api/v1/spans" go run main.go
gkarlik/expense-tracker
user-service/v1/run.bat
bat
apache-2.0
427
set "JAVA_HOME_CONDA_BACKUP=%JAVA_HOME%" set "JAVA_HOME=%CONDA_PREFIX%\Library"
sodre/openjdk-feedstock
recipe/scripts/activate.bat
bat
bsd-3-clause
80
@echo off if NOT EXIST results mkdir results echo Unit tests for x65 assembler >results\unittest.txt echo >>results\unittest.txt echo 65816 Force Addressing Mode Test >>results\unittest.txt ..\bin\x64\x65 AddrMode_65816.s -cpu=65816 -lst >>results\unittest.txt if %errorlevel% EQU 0 goto addrmode_pass :addrmode_fail echo Force Addressing Mode failed goto exit :addrmode_pass echo 65816 Local Label Symbol Test >>results\unittest.txt ..\bin\x64\x65 local_label.s -cpu=65816 -lst >>results\unittest.txt if %errorlevel% EQU 0 goto locallabel_pass :locallabel_feil echo Local Label Symbol Test failed goto exit :locallabel_pass echo 65816 OpCodes Test >>results\unittest.txt ..\bin\x64\x65 Test65816_OpCodes.s -cpu=65816 -lst >>results\unittest.txt if %errorlevel% EQU 0 goto opcodes_65816_pass :opcodes_65816_fail echo 65816 OpCodes failed goto exit :opcodes_65816_pass echo Merlin Macro Test >>results\unittest.txt echo ----------------- >>results\unittest.txt ..\bin\x64\x65 merlin_macro.s results\merlin_macro.bin -bin -org=$1000 -merlin -lst >>results\unittest.txt if %errorlevel% GTR 0 goto mermac_fail fc /B compare\merlin_macro_cmp.bin results\merlin_macro.bin >>results\unittest.txt if %errorlevel% EQU 0 goto mermac_pass :mermac_fail echo Merlin macro test failed goto exit :mermac_pass echo 8BitDiff Test >>results\unittest.txt echo ------------- >>results\unittest.txt ..\bin\x64\x65 8BitDiff_6502.s results\8BitDiff_6502.prg -kickasm -sym results\8BitDiff_6502.sym -lst >>results\unittest.txt if %errorlevel% GTR 0 goto 8BitDiff_6502_fail fc /B compare\8BitDiff_6502_cmp.prg results\8BitDiff_6502.prg >>results\unittest.txt if %errorlevel% EQU 0 goto 8BitDiff_6502_pass :8BitDiff_6502_fail echo 8BitDiff_6502 test failed goto exit :8BitDiff_6502_pass echo Alias Test >>results\unittest.txt echo ---------- >>results\unittest.txt ..\bin\x64\x65 alias_test.s results\alias_test.prg -sym results\alias_test.sym -lst >>results\unittest.txt if %errorlevel% GTR 0 goto alias_test_fail fc /B compare\alias_test_cmp.prg results\alias_test.prg >>results\unittest.txt if %errorlevel% EQU 0 goto alias_test_pass :alias_test_fail echo Alias test failed goto exit :alias_test_pass echo x65 Scope Test >>results\unittest.txt ..\bin\x64\x65 x65scope.s results\x65scope.prg -lst -sym results\x65scope.sym >>results\unittest.txt if %errorlevel% GTR 0 goto x65scope_test_fail fc /B compare\x65scope.prg results\x65scope.prg >>results\unittest.txt if %errorlevel% GTR 0 goto x65scope_test_fail fc compare\x65scope.sym results\x65scope.sym >>results\unittest.txt if %errorlevel% EQU 0 goto x65scope_test_pass :x65scope_test_fail echo x65 Scope Test failed goto exit :x65scope_test_pass echo Merlin LUP Test >>results\unittest.txt echo --------------- >>results\unittest.txt ..\bin\x64\x65 merlin_lup.s results\merlin_lup.bin -bin -org=$1000 -merlin -lst >>results\unittest.txt if %errorlevel% GTR 0 goto merlup_fail fc /B compare\merlin_lup_cmp.bin results\merlin_lup.bin >>results\unittest.txt if %errorlevel% EQU 0 goto merlup_pass :merlup_fail echo Merlin LUP test failed goto exit :merlup_pass echo CA65 directives Test >>results\unittest.txt ..\bin\x64\x65.exe ca65directive.s -lst -endm >>results\unittest.txt if %errorlevel% GTR 0 goto ca65_fail rem check data here when relevant if %errorlevel% EQU 0 goto ca65_pass :ca65_fail echo CA65 directives failed goto exit :ca65_pass rem REVIEW MACROS! rem echo x65macro.i Test >>results\unittest.txt rem echo --------------- >>results\unittest.txt rem ..\bin\x64\x65 x65macro_test.s results\x65macro_test.prg -org=$1000 -sym results\x65macro_test.sym -lst >>results\unittest.txt rem if %errorlevel% GTR 0 goto x65macro_test_fail rem fc /B compare\x65macro_test_cmp.prg results\x65macro_test.prg >>results\unittest.txt rem if %errorlevel% EQU 0 goto x65macro_test_pass rem :x65macro_test_fail rem echo x65macro.i test failed rem goto exit rem :x65macro_test_pass echo All Tests Passed goto exit :exit
Sakrac/Asm6502
test/unittest.bat
bat
mit
3,957
nuget pack Logger.nuspec
maqsoftware/logger
MAQ.Logger/CreateNugetPackage.bat
bat
mit
24
emcc main.c -s ASSERTIONS=2 -s USE_SDL=2 --embed-file assets --shell-file emscriptem_shell.html -o bin/game.html
betajaen/retro
build_game_emscripten_debug.bat
bat
mit
113
@echo on set LOCAL_DIR=%~dp0 set LOCAL_DIR=%LOCAL_DIR:~0,-1% if "%~1"=="" (set "SOURCE=..\..\img") else (set "SOURCE=%~1") echo Optimizing PNG with optipng forfiles /p %SOURCE% /s /m "*.png" /c "cmd /c echo processing @path && %LOCAL_DIR%\optipng.exe -force -o7 @path" pause
openosk/openosk.github.io
automation/images/optipng.bat
bat
mit
285
cmd_fs/cifs/cifs_debug.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/cifs/.cifs_debug.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -mlong-calls -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(cifs_debug)" -D"KBUILD_MODNAME=KBUILD_STR(cifs)" -c -o fs/cifs/cifs_debug.o fs/cifs/cifs_debug.c deps_fs/cifs/cifs_debug.o := \ fs/cifs/cifs_debug.c \ $(wildcard include/config/cifs/debug2.h) \ $(wildcard include/config/cifs/stats2.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/cifs/stats.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ include/asm/ioctl.h \ include/linux/linkage.h \ include/asm/linkage.h \ include/linux/wait.h \ $(wildcard include/config/lockdep.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ include/linux/compiler-gcc4.h \ $(wildcard include/config/forced/inlining.h) \ include/linux/compiler-gcc.h \ include/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 \ include/asm/sgidefs.h \ include/asm/types.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/64bit/phys/addr.h) \ $(wildcard include/config/64bit.h) \ include/asm/processor.h \ $(wildcard include/config/32bit.h) \ $(wildcard include/config/mips/mt/fpaff.h) \ $(wildcard include/config/cpu/has/prefetch.h) \ include/linux/cpumask.h \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/numa.h) \ /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ include/linux/bitops.h \ include/asm/bitops.h \ $(wildcard include/config/cpu/mipsr2.h) \ $(wildcard include/config/cpu/mips32.h) \ $(wildcard include/config/cpu/mips64.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/mips/mt/smtc.h) \ $(wildcard include/config/irq/cpu.h) \ $(wildcard include/config/mips/mt/smtc/instant/replay.h) \ include/asm/hazards.h \ $(wildcard include/config/cpu/r10000.h) \ $(wildcard include/config/cpu/rm9000.h) \ $(wildcard include/config/cpu/sb1.h) \ include/asm/barrier.h \ $(wildcard include/config/cpu/has/sync.h) \ $(wildcard include/config/cpu/has/wb.h) \ $(wildcard include/config/weak/ordering.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ include/asm/break.h \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm/byteorder.h \ $(wildcard include/config/cpu/mips64/r2.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm/cpu-features.h \ $(wildcard include/config/cpu/mipsr2/irq/vi.h) \ $(wildcard include/config/cpu/mipsr2/irq/ei.h) \ include/asm/cpu.h \ include/asm/cpu-info.h \ $(wildcard include/config/sgi/ip27.h) \ $(wildcard include/config/mips/mt.h) \ include/asm/cache.h \ $(wildcard include/config/mips/l1/cache/shift.h) \ include/asm-mips/mach-generic/kmalloc.h \ $(wildcard include/config/dma/coherent.h) \ include/asm-mips/mach-generic/cpu-feature-overrides.h \ include/asm/war.h \ $(wildcard include/config/sgi/ip22.h) \ $(wildcard include/config/sni/rm.h) \ $(wildcard include/config/cpu/r5432.h) \ $(wildcard include/config/sb1/pass/1/workarounds.h) \ $(wildcard include/config/sb1/pass/2/workarounds.h) \ $(wildcard include/config/mips/malta.h) \ $(wildcard include/config/mips/atlas.h) \ $(wildcard include/config/mips/sead.h) \ $(wildcard include/config/cpu/tx49xx.h) \ $(wildcard include/config/momenco/jaguar/atx.h) \ $(wildcard include/config/pmc/yosemite.h) \ $(wildcard include/config/basler/excite.h) \ $(wildcard include/config/momenco/ocelot/3.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ffz.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm-generic/bitops/ext2-atomic.h \ include/asm-generic/bitops/minix.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/bitmap.h \ include/linux/string.h \ include/asm/string.h \ $(wildcard include/config/cpu/r3000.h) \ include/asm/cachectl.h \ include/asm/mipsregs.h \ $(wildcard include/config/cpu/vr41xx.h) \ $(wildcard include/config/page/size/4kb.h) \ $(wildcard include/config/page/size/16kb.h) \ $(wildcard include/config/page/size/64kb.h) \ include/asm/prefetch.h \ include/asm/system.h \ include/asm/addrspace.h \ $(wildcard include/config/cpu/r4300.h) \ $(wildcard include/config/cpu/r4x00.h) \ $(wildcard include/config/cpu/r5000.h) \ $(wildcard include/config/cpu/rm7000.h) \ $(wildcard include/config/cpu/nevada.h) \ $(wildcard include/config/cpu/r8000.h) \ $(wildcard include/config/cpu/sb1a.h) \ include/asm-mips/mach-generic/spaces.h \ $(wildcard include/config/dma/noncoherent.h) \ include/asm/dsp.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ include/asm/thread_info.h \ $(wildcard include/config/page/size/8kb.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/linux/spinlock_types_up.h \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/asm/atomic.h \ include/asm-generic/atomic.h \ include/asm/current.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ $(wildcard include/config/profiling.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/rcupdate.h \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ $(wildcard include/config/acpi/hotplug/memory.h) \ include/linux/seqlock.h \ include/linux/nodemask.h \ include/asm/page.h \ $(wildcard include/config/build/elf64.h) \ $(wildcard include/config/limited/dma.h) \ include/linux/pfn.h \ include/asm/io.h \ include/asm-generic/iomap.h \ include/asm/pgtable-bits.h \ $(wildcard include/config/cpu/mips32/r1.h) \ $(wildcard include/config/cpu/tx39xx.h) \ $(wildcard include/config/mips/uncached.h) \ include/asm-mips/mach-generic/ioremap.h \ include/asm-mips/mach-generic/mangle-port.h \ $(wildcard include/config/swap/io/space.h) \ include/asm-generic/memory_model.h \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/errno.h \ include/asm/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/smp.h \ include/asm/topology.h \ include/asm-mips/mach-generic/topology.h \ include/asm-generic/topology.h \ include/linux/slub_def.h \ include/linux/workqueue.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/time.h \ include/linux/jiffies.h \ include/linux/calc64.h \ include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/timex.h \ $(wildcard include/config/time/interpolation.h) \ $(wildcard include/config/no/hz.h) \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/asm/timex.h \ include/asm-mips/mach-generic/timex.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/namei.h \ include/linux/stat.h \ include/asm/stat.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/pid.h \ include/asm/semaphore.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/ctype.h \ include/linux/module.h \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/elf.h \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/mips32/n32.h) \ $(wildcard include/config/mips32/o32.h) \ $(wildcard include/config/mips32/compat.h) \ include/linux/moduleparam.h \ include/asm/local.h \ include/asm/module.h \ $(wildcard include/config/cpu/mips32/r2.h) \ $(wildcard include/config/cpu/mips64/r1.h) \ $(wildcard include/config/cpu/r6000.h) \ include/asm/uaccess.h \ include/asm-generic/uaccess.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ $(wildcard include/config/mmu.h) \ include/linux/magic.h \ fs/cifs/cifspdu.h \ $(wildcard include/config/cifs/weak/pw/hash.h) \ $(wildcard include/config/cifs/posix.h) \ include/net/sock.h \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/sysctl.h) \ include/linux/netdevice.h \ $(wildcard include/config/ax25.h) \ $(wildcard include/config/tr.h) \ $(wildcard include/config/net/ipip.h) \ $(wildcard include/config/net/ipgre.h) \ $(wildcard include/config/ipv6/sit.h) \ $(wildcard include/config/ipv6/tunnel.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/netpoll.h) \ $(wildcard include/config/net/poll/controller.h) \ $(wildcard include/config/netpoll/trap.h) \ include/linux/if.h \ include/linux/socket.h \ $(wildcard include/config/compat.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/vlan/8021q.h) \ $(wildcard include/config/raeth/skb/recycle/2k.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/network/secmark.h) \ $(wildcard include/config/imq.h) \ include/linux/net.h \ include/linux/random.h \ include/linux/sysctl.h \ $(wildcard include/config/bcm/nat.h) \ include/linux/textsearch.h \ include/net/checksum.h \ include/asm/checksum.h \ include/linux/in6.h \ include/linux/dmaengine.h \ $(wildcard include/config/dma/engine.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/completion.h \ include/linux/pm.h \ $(wildcard include/config/pm.h) \ include/asm/device.h \ include/asm-generic/device.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/rbtree.h \ include/linux/if_packet.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/asm/hardirq.h \ include/linux/irq.h \ $(wildcard include/config/s390.h) \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/generic/pending/irq.h) \ $(wildcard include/config/irqbalance.h) \ $(wildcard include/config/auto/irq/affinity.h) \ $(wildcard include/config/generic/hardirqs/no//do/irq.h) \ include/asm/irq.h \ $(wildcard include/config/i8259.h) \ include/asm/mipsmtregs.h \ include/asm-mips/mach-generic/irq.h \ $(wildcard include/config/irq/cpu/rm7k.h) \ $(wildcard include/config/irq/cpu/rm9k.h) \ include/asm/ptrace.h \ $(wildcard include/config/cpu/has/smartmips.h) \ include/asm/isadep.h \ include/asm/irq_regs.h \ include/asm/hw_irq.h \ include/linux/profile.h \ include/linux/irq_cpustat.h \ include/linux/sched.h \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/fault/injection.h) \ include/linux/capability.h \ include/asm/mmu.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ $(wildcard include/config/ipc/ns.h) \ include/asm/ipcbuf.h \ include/asm/sembuf.h \ include/linux/signal.h \ include/asm/signal.h \ $(wildcard include/config/trad/signals.h) \ $(wildcard include/config/binfmt/irix.h) \ include/asm-generic/signal.h \ include/asm/sigcontext.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/securebits.h \ include/linux/fs_struct.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/futex.h \ $(wildcard include/config/futex.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/param.h \ include/linux/resource.h \ include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/debug/pagealloc.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/backing-dev.h \ include/linux/mm_types.h \ include/asm/pgtable.h \ include/asm/pgtable-32.h \ include/asm/fixmap.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/swap.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/security.h \ $(wildcard include/config/security/network/xfrm.h) \ include/linux/binfmts.h \ include/linux/shm.h \ include/asm/shmparam.h \ include/asm/shmbuf.h \ include/linux/msg.h \ include/asm/msgbuf.h \ $(wildcard include/config/cpu/little/endian.h) \ include/linux/key.h \ include/linux/xfrm.h \ include/net/flow.h \ $(wildcard include/config/ipv6/mip6.h) \ include/linux/filter.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.h) \ $(wildcard include/config/xfrm.h) \ include/linux/rtnetlink.h \ include/linux/netlink.h \ include/linux/if_link.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/neighbour.h \ include/linux/seq_file.h \ include/net/rtnetlink.h \ include/net/netlink.h \ fs/cifs/cifsglob.h \ $(wildcard include/config/cifs/upcall.h) \ include/linux/in.h \ fs/cifs/cifs_fs_sb.h \ fs/cifs/cifsacl.h \ $(wildcard include/config/cifs/experimental.h) \ fs/cifs/cifsproto.h \ include/linux/nls.h \ fs/cifs/cifs_debug.h \ fs/cifs/cifsfs.h \ fs/cifs/cifs_debug.o: $(deps_fs/cifs/cifs_debug.o) $(deps_fs/cifs/cifs_debug.o):
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/cifs/.cifs_debug.o.cmd
bat
gpl-2.0
20,361
cmd_drivers/net/ethernet/faraday/built-in.o := rm -f drivers/net/ethernet/faraday/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/net/ethernet/faraday/built-in.o
friedrich420/Note-3-AEL-Kernel
drivers/net/ethernet/faraday/.built-in.o.cmd
bat
gpl-2.0
205
@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\y.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\y.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
leotada/PyNFe
docs/make.bat
bat
lgpl-3.0
6,971
@echo off rem All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. setlocal @SET WD=%~d0%~p0 rem Set the path to your Terracotta server home here @SET TC_HOME=%WD%..\..\..\server IF NOT EXIST "%TC_HOME%\bin\stop-tc-server.bat" ( echo "Modify the script to set TC_HOME" exit /B ) start "terracotta" "%TC_HOME%\bin\stop-tc-server.bat" endlocal
suthat/signal
vendor/quartz-2.2.0/examples/example15/stop-sample-server.bat
bat
apache-2.0
405
@rem clearboth.bat - script to clear both scintilla and scite @rem directory trees of all compiler output files. @rem Current directory must be parent of scintilla and scite before running. @cd scintilla @call delbin @cd .. @cd scite @call delbin @cd ..
sdottaka/mruby-bin-scite-mruby
tools/scite/scripts/clearboth.bat
bat
mit
254
:: (C) 2017 Ezhil Language Foundation ::launch ezhil editor from base directory cd ezhili start "" ezhili.exe
arcturusannamalai/Ezhil-Lang
buildscripts/ezhili.bat
bat
gpl-3.0
111
@echo off rem rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. rem if not "%OS%"=="Windows_NT" goto wrongOS @setlocal set command=%0 set progname=%~n0 set ODE_HOME=%~dp0.. set ODE_BIN=%~dp0..\bin set ODE_LIB=%~dp0..\lib set ODE_ETC=%~dp0..\etc if "%JAVA_HOME%"=="" goto noJavaHome if not exist "%JAVA_HOME%"\bin\java.exe goto noJava set JAVACMD="%JAVA_HOME%\bin\java.exe" set LOCALCLASSPATH=%ODE_CLASSPATH%;%ODE_LIB% FOR %%c in (%ODE_LIB%\*.jar) DO (call :append_cp %%c) %JAVACMD% %ODE_JAVAOPTS% -cp "%LOCALCLASSPATH%" org.apache.ode.tools.bpelc.cline.BpelC %* goto end :append_cp set LOCALCLASSPATH=%LOCALCLASSPATH%;%1 goto end ===================================================================== ERRORS ===================================================================== :wrongOS echo ERROR: ODE requires WindowsNT/XP. Aborting. goto end :noJavaHome echo ERROR: JAVA_HOME not set! Aborting. goto end :noJava echo ERROR: The Java VM (java.exe) was not found in %JAVA_HOME%\bin! Aborting goto end REM ================================================================ REM END REM ================================================================ :end @endlocal
mproch/apache-ode
distro/src/bin/bpelc.bat
bat
apache-2.0
2,030
@echo off rem test if JAVA_HOME is already set in the system environment if exist "%JAVA_HOME%\bin\java.exe" goto JAVA_HOME_SET rem IMPORTANT! Edit the next line and set JAVA_HOME according to your environment. set JAVA_HOME=C:\programme\jdk122 rem test if JAVA_HOME is set correctly now if exist "%JAVA_HOME%\bin\java.exe" goto JAVA_HOME_SET echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo ! Error: JAVA_HOME not found ! echo ! Please correct the build.bat file and set the JAVA_HOME path variable. ! echo ! If not installed a Java SDK can be downloaded from http://java.sun.com ! echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! pause goto END :JAVA_HOME_SET echo deleting old ProjectX.jar file del ProjectX.jar echo creating build subdirectory mkdir build echo compiling ProjectX with JAVA_HOME=%JAVA_HOME% "%JAVA_HOME%\bin\javac.exe" -O -classpath lib\commons-net-1.3.0.jar -d build @sources.lst if errorlevel 1 goto ERROR echo copying resources copy resources\*.* build if errorlevel 1 goto ERROR echo building ProjectX.jar file "%JAVA_HOME%\bin\jar.exe" cfvm ProjectX.jar MANIFEST.MF -C build . if errorlevel 1 goto ERROR goto END :ERROR echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo ! Some Errors occured, stopping build ! echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! pause :END
silid/project-x-cvs
build.bat
bat
gpl-2.0
1,415
copy %RELEASE_DIR%\%1.exe %OUTPUT_DIR% copy %RELEASE_DIR%\%1.map %OUTPUT_DIR% dump_syms.exe %RELEASE_DIR%\%1.exe > %SYMBOLS_DIR%\%1.sym 2>>%DUMP_SYMBOLS_LOG%
ggrekhov/ugene
installer/windows_x64/copy_executable.cmd
bat
gpl-2.0
163
:: cd .\.nuget :: comm .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Config\Dev.Comm.Config.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Core\Dev.Comm.Core.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Data\Dev.Comm.Data.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Net\Dev.Comm.Net.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Validate\Dev.Comm.Validate.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Web\Dev.Comm.Web.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Comm\Dev.Comm.Web.Mvc\Dev.Comm.Web.Mvc.csproj -Build -Properties Configuration=Debug ::cache .\NuGet.exe pack ..\Framework\Cache\Kt.Framework.Cache\Dev.Framework.Cache.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Cache\Kt.Framework.Cache.AppFabric\Dev.Framework.Cache.AppFabric.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Cache\Kt.Framework.Cache.Impl\Dev.Framework.Cache.Impl.csproj -Build -Properties Configuration=Debug :: file server .\NuGet.exe pack ..\Framework\FileServer\Kt.Framework.ImageServer\Dev.Framework.FileServer.csproj -Build -Properties Configuration=Debug :: Log .\NuGet.exe pack ..\Framework\Log\dev.Log\Dev.Log.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Log\Dev.Log.Sms\Dev.Log.Sms.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework\Log\Dev.Comm.Log\Dev.Log.Impl.csproj -Build -Properties Configuration=Debug :: adpaper .\NuGet.exe pack ..\Framework2\Dev.Crosscutting.Adapter\Dev.Crosscutting.Adapter.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework2\Dev.Crosscutting.Adapter.NetFramework\Dev.Crosscutting.Adapter.NetFramework.csproj -Build -Properties Configuration=Debug ::Õâ¸öÓÐÎÊÌâ .\NuGet.exe pack ..\Framework2\Dev.DataContextStorage\Dev.DataContextStorage.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework2\Dev.Data\Dev.Data.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework2\Dev.Data.Infras\Dev.Data.Infras.csproj -Build -Properties Configuration=Debug .\NuGet.exe pack ..\Framework2\Dev.Web.CompositionRootBase\Dev.Web.CompositionRootBase.csproj -Build -Properties Configuration=Debug ::CAS .\NuGet.exe pack ..\CAS\Dev.CasClient\Dev.CasClient.csproj -Build -Properties Configuration=Debug .\NuGet.exe push .\*.nupkg -s http://192.168.1.10:9999/ 123456 pause
zbw911/DevLib.Comm
.nuget/nugetDebug.bat
bat
unlicense
2,697
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 ----------------------------------------------------------------------------- rem Script to synthesize and implement the Coregen FIFO Generator rem ----------------------------------------------------------------------------- rmdir /S /Q results mkdir results cd results copy ..\..\..\ROM_D.ngc . planAhead -mode batch -source ..\planAhead_ise.tcl
SWORDfpga/ComputerOrganizationDesign
labs/lab08/lab08/ipcore_dir/ROM_D/implement/planAhead_ise.bat
bat
gpl-3.0
2,617
@echo off rem Copyright Beman Dawes 2012 rem Distributed under the Boost Software License, Version 1.0. del tr2.html 2>nul echo building tr2.html mmp TARGET=TR2 source.html tr2.html del reference.html 2>nul echo building reference.html mmp TARGET=BOOST source.html reference.html echo run "hoist" to hoist reference.html to doc directory
rkq/cxxexp
third-party/src/boost_1_56_0/libs/filesystem/doc/src/build.bat
bat
mit
338
setenv dvimode '640x480MR-24@60 mem=99M@0x80000000 mem=128M@0x88000000 omapfb.vram=0:6M,1:3M,2:3M' run loaduimage run mmcboot
wwright2/dcim3-angstrom1
sources/meta-angstrom/recipes-angstrom/angstrom/angstrom-uboot-scripts/pico-dsplink.cmd
bat
mit
126
:: Copyright 2012 The Go Authors. All rights reserved. :: Use of this source code is governed by a BSD-style :: license that can be found in the LICENSE file. :: Environment variables that control make.bat: :: :: GOROOT_FINAL: The expected final Go root, baked into binaries. :: The default is the location of the Go tree during the build. :: :: GOHOSTARCH: The architecture for host tools (compilers and :: binaries). Binaries of this type must be executable on the current :: system, so the only common reason to set this is to set :: GOHOSTARCH=386 on an amd64 machine. :: :: GOARCH: The target architecture for installed packages and tools. :: :: GOOS: The target operating system for installed packages and tools. :: :: GO_GCFLAGS: Additional go tool compile arguments to use when :: building the packages and commands. :: :: GO_LDFLAGS: Additional go tool link arguments to use when :: building the commands. :: :: CGO_ENABLED: Controls cgo usage during the build. Set it to 1 :: to include all cgo related files, .c and .go file with "cgo" :: build directive, in the build. Set it to 0 to ignore them. :: :: CC: Command line to run to compile C code for GOHOSTARCH. :: Default is "gcc". :: :: CC_FOR_TARGET: Command line to run compile C code for GOARCH. :: This is used by cgo. Default is CC. @echo off :: Keep environment variables within this script :: unless invoked with --no-local. if x%1==x--no-local goto nolocal if x%2==x--no-local goto nolocal setlocal :nolocal set GOBUILDFAIL=0 if exist make.bat goto ok echo Must run make.bat from Go src directory. goto fail :ok :: Clean old generated file that will cause problems in the build. del /F ".\pkg\runtime\runtime_defs.go" 2>NUL :: Set GOROOT for build. cd .. set GOROOT=%CD% cd src echo ##### Building Go bootstrap tool. echo cmd/dist if not exist ..\bin\tool mkdir ..\bin\tool if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\Go1.4 if not exist "%GOROOT_BOOTSTRAP%\bin\go.exe" goto bootstrapfail setlocal set GOROOT=%GOROOT_BOOTSTRAP% set GOOS= set GOARCH= "%GOROOT_BOOTSTRAP%\bin\go" build -o cmd\dist\dist.exe .\cmd\dist endlocal if errorlevel 1 goto fail .\cmd\dist\dist env -w -p >env.bat if errorlevel 1 goto fail call env.bat del env.bat echo. if x%1==x--dist-tool goto copydist if x%2==x--dist-tool goto copydist set buildall=-a if x%1==x--no-clean set buildall= .\cmd\dist\dist bootstrap %buildall% -v if errorlevel 1 goto fail :: Delay move of dist tool to now, because bootstrap cleared tool directory. move .\cmd\dist\dist.exe "%GOTOOLDIR%\dist.exe" echo. if not %GOHOSTARCH% == %GOARCH% goto localbuild if not %GOHOSTOS% == %GOOS% goto localbuild goto mainbuild :localbuild echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%. :: CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the :: host, however, use the host compiler, CC, from `cmd/dist/dist env` instead. setlocal set GOOS=%GOHOSTOS% set GOARCH=%GOHOSTARCH% "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -v std cmd endlocal if errorlevel 1 goto fail echo. :mainbuild echo ##### Building packages and commands for %GOOS%/%GOARCH%. setlocal set CC=%CC_FOR_TARGET% "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -v std cmd endlocal if errorlevel 1 goto fail del "%GOTOOLDIR%\go_bootstrap.exe" echo. if x%1==x--no-banner goto nobanner "%GOTOOLDIR%\dist" banner :nobanner goto end :copydist mkdir "%GOTOOLDIR%" 2>NUL copy cmd\dist\dist.exe "%GOTOOLDIR%\" goto end :bootstrapfail echo ERROR: Cannot find %GOROOT_BOOTSTRAP%\bin\go.exe echo "Set GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." :fail set GOBUILDFAIL=1 if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL% :end
yuhengye/go
src/make.bat
bat
bsd-3-clause
3,776
@echo off set command=%~1 if {%command%}=={} ( call :printHelp "Command is required" goto :eof ) set packageVersion=%~2 if {%packageVersion%}=={} ( call :printHelp "Package version is required" goto :eof ) set baseDir=%~dp0 call :joinPath %baseDir% "Dist" set distDir=%result% call :joinPath %distDir% %packageVersion% set outputDir=%result% if {%command%}=={pack} ( call :pack goto :eof ) if {%command%}=={push} ( set apiKey=%~3 call :push %apiKey% goto :eof ) call :printHelp "Unsupported command: %command%" goto :eof :pack set projects="Source\Platibus\Platibus.csproj" set projects=%projects% "Source\Platibus.AspNetCore\Platibus.AspNetCore.csproj" set projects=%projects% "Source\Platibus.IIS\Platibus.IIS.csproj" set projects=%projects% "Source\Platibus.MongoDB\Platibus.MongoDB.csproj" set projects=%projects% "Source\Platibus.Owin\Platibus.Owin.csproj" set projects=%projects% "Source\Platibus.RabbitMQ\Platibus.RabbitMQ.csproj" set projects=%projects% "Source\Platibus.SQLite\Platibus.SQLite.csproj" if not exist "%outputDir%" ( mkdir "%outputDir%" ) if exist %outputDir%\*.nupkg ( del %outputDir%\*.nupkg ) for %%p in (%projects%) do ( call :packProject %%p ) goto :eof :packProject set project=%~f1 dotnet pack "%project%" -c Release --include-source --include-symbols /p:PackageVersion=%packageVersion% -o "%outputDir%" goto :eof :push for %%p in (%outputDir%\*%packageVersion%.nupkg) do ( call :pushPackage %%p %apikey% ) goto :eof :pushPackage set package=%~f1 set pushArgs=%package% -s https://api.nuget.org/v3/index.json if "%apiKey%" neq "" ( set pushArgs=%pushArgs% -k %apiKey% ) dotnet nuget push %pushArgs% goto :eof :pushSymbolsPackage set symbolsPackage=%~f1 set pushArgs=%symbolsPackage% -ss https://nuget.smbsrc.net/ if "%apiKey%" neq "" ( set pushArgs=%pushArgs% -sk %apiKey% ) dotnet nuget push %pushArgs% goto :eof :joinPath set basePath=%~1 set subPath=%~2 if {%basePath:~-1,1%}=={\} ( set result=%basePath%%subPath% ) else ( set result=%basePath%\%subPath% ) goto :eof :printHelp set message=%~1 if "%message%" neq "" ( echo %message% echo. ) echo Usage: echo Publish.cmd command packageVersion [apiKey] echo. echo Arguments: echo. echo command The command to execute ("pack" or "push") echo. echo packageVersion The version number to assign to the package (e.g. "5.0.0-beta") echo. echo apiKey The package server API key for the "push" command goto :eof
sweetlandj/Platibus
Publish.cmd
bat
mit
2,517
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\rimraf\bin.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\rimraf\bin.js" %* )
iteratus/me-my-wife-and-the-kids
node_modules/del/node_modules/.bin/rimraf.cmd
bat
mit
186
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=rambutan 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
jmschrei/rambutan
docs/make.bat
bat
mit
812
@echo off setlocal java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000 -jar -Dlog4j.configurationFile=./conf/log4j2.xml ./lib/raildelays-batch.jar PAUSE
almex/Raildelays
assembly/src/main/resources/runDebug.bat
bat
mit
176
@ECHO OFF REM /***************************************************************************************/ REM /* FILENAME : DECOMPILE.CMD */ REM /* TYPE : Windows NT Command Script */ REM /* DESCRIPTION : This module drives the Access DB Decompile process */ REM /* */ REM /* AUTHOR : Michael D Lueck */ REM /* mlueck@lueckdatasystems.com */ REM /* */ REM /* NEEDS : */ REM /* */ REM /* USAGE : http://www.access-programmers.co.uk/forums/showthread.php?t=219948 */ REM /* */ REM /* REVISION HISTORY */ REM /* */ REM /* DATE REVISED BY DESCRIPTION OF CHANGE */ REM /* ---------- ---------- ------------------------------------------------------------- */ REM /* 10/28/2011 MDL Initial Creation */ REM /* 11/02/2011 MDL Updated to parameterize and also display the pre/post size */ REM /* 12/27/2011 MDL Updated to parse out the filesize and do the compare */ REM /* 07/03/2012 MDL Update to make UserID independent */ REM /* 01/21/2013 MDL Pre request of April15Hater, updated to make safe for DB */ REM /* filenames containing space characters */ REM /* 04/03/2014 PFE Modified for aegit for testing #002 */ REM /***************************************************************************************/ REM Suggested Decompile Steps: REM 1) The database should be in the same directory on the C: drive as the decompile.cmd script attached. Update the script as necessary to make correct for your working environment. REM 2) Run the decompile.cmd script which will start Access, the database, and Access will decompile it. REM 3) Next close the database - not all of Access. REM 4) Then reopen the database. (Remember the shift key if you have an autoexec macro!) REM 5) Compact the database at this point (MS Office icon \ Manage \ Compact and Repair) (Remember the shift key if you have an autoexec macro!) REM 6) Press Ctrl+G to open the VBA window REM 7) Click the Debug menu \ Clear All Breakpoints REM 8) Click the Debug menu \ Compile - ONLY do this step the FIRST time! REM 9) Then Compact again as in Step 6 (Remember the shift key if you have an autoexec macro!) REM 10) Completely exit Access (Remember the shift key if you have an autoexec macro!) REM When the before / after file size are finally the same, the decompile.cmd script will end. REM Support for multiple database files within the one directory REM Simply unREM the correct LOC to decompile that database file SET DBfile=baemb.v0.5.0.6.accdb SET AccessPath="C:\Program Files (x86)\Microsoft Office\Office14\MSACCESS.EXE" ECHO. ECHO This script will Decompile the %DBfile% database. ECHO. ECHO Do you want to do that? ECHO. ECHO If NO, then Ctrl-Break NOW! ECHO. ECHO Please remember to hold down the shift key to prevent Access from running ECHO the autoexec macro if there is one in the database being decompiled. ECHO. ECHO DBfile=%DBfile% ECHO AccessPath=%AccessPath% PAUSE :RunDecompile FOR /F "delims=" %%A IN (' dir /a-d/b "%DBfile%" ') DO ( SET DBfilesizepre=%%~zA SET DBfilefullyqualified=%%~fA ) ECHO File Size pre-decompile: %DBfilesizepre% %AccessPath% /decompile "%DBfilefullyqualified%" FOR /F "delims=" %%A IN (' dir /a-d/b "%DBfile%" ') DO ( SET DBfilesizepost=%%~zA ) ECHO File Size post-decompile: %DBfilesizepost% IF %DBfilesizepre% == %DBfilesizepost% GOTO End ECHO File size is different, so running decompile again... ECHO. GOTO RunDecompile :End ECHO Decompile Completed! ECHO Press any key to finish ... PAUSE > nul
peterennis/baemb
Decompile2010x64.cmd
bat
mit
4,493
cd .. rd NugetPackageTemp /S /Q md NugetPackageTemp\lib\net45 copy .\MagicalStorage.Core\bin\Debug\MagicalStorage.Core.dll .\NugetPackageTemp\lib\net45 copy .\MagicalStorage.Core\bin\Debug\MagicalStorage.Core.pdb .\NugetPackageTemp\lib\net45 copy .\MagicalStorage.Repository\bin\Debug\MagicalStorage.Repository.dll .\NugetPackageTemp\lib\net45 copy .\MagicalStorage.Repository\bin\Debug\MagicalStorage.Repository.pdb .\NugetPackageTemp\lib\net45 copy .\NugetPackageScript\MagicalStorage.nuspec .\NugetPackageTemp cd NugetPackageTemp nuget pack MagicalStorage.nuspec -Version %1 rem copy MagicalStorage.%1.nupkg ..\ nuget push MagicalStorage.%1.nupkg cd .. rd NugetPackageTemp /S /Q nuget delete MagicalStorage %2 -NonInteractive pause
Nvt2106/MagicalStorage
NugetPackageScript/MagicalStorage.bat
bat
mit
740
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build if "%1" == "" goto help if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* del /q /s source\generated goto end ) %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% %O% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% :end popd
cadop/pyCGM
docs/make.bat
bat
mit
902
############################################################################################# ## Copyright 2014-2015, Egatuts & Esaú García ## ## Open-source project shared under MIT License (http://opensource.org/licenses/MIT) ## ## View, fork, help, and report issues at https://github.com/egatuts/nxt-remote-controller ## ############################################################################################# ## Go to the CA directory. cd ../certificate_authority ## Sign the localhost.csr (Certificate Request) with ## EgaTrust.crt (Certificate Authority) using ## EgaTrust.key (Certificate Authority private encrypted key) and ## EgaTrust.cnf (Certificate Authority config file) mkdir newcerts echo $null >> index.txt echo '01' >> serial.txt openssl ca -config EgaTrust.cnf -policy signing_policy -extensions signing_req -keyfile private/EgaTrust.key -cert EgaTrust.crt -out ../certificates/localhost.crt -infiles ../certificates/localhost.csr ## Go back to the issued certificates folder. cd ../certificates ## Exports the signed certificate to binary form (DER) to make it more compatible with Android, etc. openssl x509 -in localhost.crt -outform DER -out localhost-DER.crt
EgaLabs/nxt-remote-controller
batch-scripts/sign_certificate.bat
bat
mit
1,245
uglifycss bootstrap.min.css jquery.toast.min.css login.css --output login.min.css
aelassas/Wexflow
src/backend/Wexflow.Backend/css/uglify-login.bat
bat
mit
81
rem rem This file is part of the OpenLink Software Virtuoso Open-Source (VOS) rem project. rem rem Copyright (C) 1998-2014 OpenLink Software rem rem This project is free software; you can redistribute it and/or modify it rem under the terms of the GNU General Public License as published by the rem Free Software Foundation; only version 2 of the License, dated June 1991. rem rem This program is distributed in the hope that it will be useful, but rem WITHOUT ANY WARRANTY; without even the implied warranty of rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU rem General Public License for more details. rem rem You should have received a copy of the GNU General Public License along rem with this program; if not, write to the Free Software Foundation, Inc., rem 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA rem @echo off rem rem Sanity check rem if not exist %CD%\maildrop.dll ( echo maildrop.dll not found in %CD% goto end ) if not exist %CD%\odbc_mail.exe ( echo odbc_mail.exe not found in %CD% goto end ) if not exist %CD%\smtpreg.vbs ( echo smtpreg.vbs not found in %CD% goto end ) rem rem /register rem if "%1" == "/register" ( rem Need mail domain name for filter if "%2" == "" goto usage rem Self register DLL %windir%\system32\regsvr32 /s maildrop.dll rem Add OpenLink MailDrop Sink %windir%\system32\cscript /nologo smtpreg.vbs /add 1 OnArrival "OpenLink MailDrop" OpenLink.MailDrop "rcpt to=*@%2" rem Set command to execute for incoming mail %windir%\system32\cscript /nologo smtpreg.vbs /setprop 1 OnArrival "OpenLink MailDrop" Sink Command %CD%\odbc_mail.exe rem Display rem %windir%\system32\cscript /nologo smtpreg.vbs /enum rem rem /unregister rem ) else if "%1" == "/unregister" ( %windir%\system32\cscript /nologo smtpreg.vbs /remove 1 OnArrival "OpenLink MailDrop" %windir%\system32\regsvr32 /s /u maildrop.dll ) else ( :usage echo Usage: %0 /register your.domain.name echo Usage: %0 /unregister ) :end
v7fasttrack/virtuoso-opensource
binsrc/maildrop/win32/register.bat
bat
gpl-2.0
2,064
cmd_drivers/cdrom/built-in.o := rm -f drivers/cdrom/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/cdrom/built-in.o
freebsdmax/gsmart1315_kernel
drivers/cdrom/.built-in.o.cmd
bat
gpl-2.0
195
@call config.bat @set COMMAND=%EMACS_HOME%\bin\runemacs.exe @powershell %~dp0\context_menu_add.ps1 -file .txt -action_name open -action_cmd %COMMAND% -action_label 'Edit with Emacs' -action_icon '%COMMAND%'
NicolasDuboisToulouse/home_config
setup/windows/contextMenu/context_menu_txt_emacs.bat
bat
gpl-2.0
209
cmd_lib/klist.o := arm-eabi-gcc -Wp,-MD,lib/.klist.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-dwarf2-cfi-asm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(klist)" -D"KBUILD_MODNAME=KBUILD_STR(klist)" -c -o lib/klist.o lib/klist.c deps_lib/klist.o := \ lib/klist.c \ include/linux/klist.h \ include/linux/spinlock.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/typecheck.h \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitops.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ arch/arm/mach-tegra/include/mach/barriers.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/mmu.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/kref.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/stat.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ include/linux/const.h \ arch/arm/mach-tegra/include/mach/memory.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/smp.h \ arch/arm/mach-tegra/include/mach/smp.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardware/gic.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ $(wildcard include/config/freezer.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/timex.h \ arch/arm/mach-tegra/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/elf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kobject_ns.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/lockup/detector.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/security/sealimemodule.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ipcbuf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sigcontext.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ lib/klist.o: $(deps_lib/klist.o) $(deps_lib/klist.o):
timmytim/honeybutter_kernel
lib/.klist.o.cmd
bat
gpl-2.0
22,954
cmd_sound/arm/built-in.o := rm -f sound/arm/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD sound/arm/built-in.o
evan6200/cirrfy_pos
sound/arm/.built-in.o.cmd
bat
gpl-2.0
196
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; arm-arago-linux-gnueabi-ar rcs sound/isa/ad1848/built-in.o
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
sound/isa/ad1848/.built-in.o.cmd
bat
gpl-2.0
130
cmd_arch/arm/mm/abort-ev7.o := /media/florian/android_compile/rk/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev7.o.d -nostdinc -isystem /media/florian/android_compile/rk/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/media/florian/android_compile/kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-rk/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -Wa,-march=armv7-a -c -o arch/arm/mm/abort-ev7.o arch/arm/mm/abort-ev7.S source_arch/arm/mm/abort-ev7.o := arch/arm/mm/abort-ev7.S deps_arch/arm/mm/abort-ev7.o := \ $(wildcard include/config/verify/permission/fault.h) \ /media/florian/android_compile/kernel/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /media/florian/android_compile/kernel/arch/arm/include/asm/linkage.h \ /media/florian/android_compile/kernel/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /media/florian/android_compile/kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /media/florian/android_compile/kernel/arch/arm/include/asm/hwcap.h \ /media/florian/android_compile/kernel/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/cpu/use/domains.h) \ arch/arm/mm/abort-ev7.o: $(deps_arch/arm/mm/abort-ev7.o) $(deps_arch/arm/mm/abort-ev7.o):
kurainooni/rk30-kernel
arch/arm/mm/.abort-ev7.o.cmd
bat
gpl-2.0
2,161
cmd_kernel/mutex.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.mutex.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(mutex)" -D"KBUILD_MODNAME=KBUILD_STR(mutex)" -c -o kernel/.tmp_mutex.o kernel/mutex.c deps_kernel/mutex.o := \ kernel/mutex.c \ $(wildcard include/config/debug/mutexes.h) \ $(wildcard include/config/debug/lock/alloc.h) \ $(wildcard include/config/mutex/spin/on/owner.h) \ include/linux/mutex.h \ $(wildcard include/config/smp.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/posix_types.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/hwcap.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/irqflags.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/linux/spinlock_types.h \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/debug/spinlock.h) \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/linux/rwlock_types.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic-long.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/preempt/notifiers.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.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/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/div64.h \ include/linux/timex.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 \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ include/linux/math64.h \ include/linux/param.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/timex.h \ arch/arm/mach-davinci/include/mach/timex.h \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/cpumask.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/string.h \ include/linux/errno.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/nodemask.h \ $(wildcard include/config/highmem.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/completion.h \ include/linux/wait.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/current.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/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/sparsemem.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ include/linux/const.h \ arch/arm/mach-davinci/include/mach/memory.h \ $(wildcard include/config/arch/davinci/da8xx.h) \ $(wildcard include/config/arch/davinci/dmx.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ include/linux/sem.h \ include/linux/ipc.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ipcbuf.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sigcontext.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.h) \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/linux/pfn.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/stat.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/stat.h \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/elf.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/user.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/linux/interrupt.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ include/linux/hardirq.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/hardirq.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/irq.h \ arch/arm/mach-davinci/include/mach/irqs.h \ include/linux/irq_cpustat.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ kernel/mutex.h \ /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/mutex.h \ include/asm-generic/mutex-xchg.h \ kernel/mutex.o: $(deps_kernel/mutex.o) $(deps_kernel/mutex.o):
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/kernel/.mutex.o.cmd
bat
gpl-2.0
21,578
cmd_fs/pnode.o := gcc -Wp,-MD,fs/.pnode.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(pnode)" -D"KBUILD_MODNAME=KBUILD_STR(pnode)" -c -o fs/pnode.o fs/pnode.c deps_fs/pnode.o := \ fs/pnode.c \ include/linux/mnt_namespace.h \ include/linux/mount.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ include/linux/compiler-gcc4.h \ $(wildcard include/config/forced/inlining.h) \ include/linux/compiler-gcc.h \ include/asm/posix_types.h \ include/asm/types.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/asm/processor.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/x86/vsmp.h) \ include/asm/segment.h \ include/asm/cache.h \ $(wildcard include/config/x86/l1/cache/shift.h) \ include/asm/page.h \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/flatmem.h) \ include/linux/const.h \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/asm/sigcontext.h \ include/asm/cpufeature.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/asm/msr.h \ include/asm/msr-index.h \ include/asm-i386/msr-index.h \ include/linux/errno.h \ include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/asm/current.h \ include/asm/pda.h \ $(wildcard include/config/cc/stackprotector.h) \ include/linux/cache.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.6/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ include/linux/bitops.h \ include/asm/bitops.h \ include/asm/alternative.h \ $(wildcard include/config/paravirt.h) \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm-generic/bitops/minix.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/asm/system.h \ $(wildcard include/config/unordered/io.h) \ include/asm/cmpxchg.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ include/asm/processor-flags.h \ include/asm-i386/processor-flags.h \ include/asm/mmsegment.h \ include/asm/percpu.h \ include/linux/personality.h \ include/linux/cpumask.h \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/bitmap.h \ include/linux/string.h \ include/asm/string.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ include/asm/thread_info.h \ $(wildcard include/config/debug/stack/usage.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/stacktrace.h \ $(wildcard include/config/stacktrace.h) \ include/linux/spinlock_types_up.h \ include/linux/spinlock_up.h \ include/linux/spinlock_api_smp.h \ include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/sched.h \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/debug/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/fault/injection.h) \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/timex.h \ $(wildcard include/config/time/interpolation.h) \ include/linux/time.h \ include/linux/seqlock.h \ include/asm/timex.h \ include/asm/8253pit.h \ include/asm/vsyscall.h \ $(wildcard include/config/generic/time.h) \ include/asm/hpet.h \ $(wildcard include/config/hpet/emulate/rtc.h) \ include/asm/tsc.h \ include/asm-i386/tsc.h \ $(wildcard include/config/x86/tsc.h) \ $(wildcard include/config/x86/generic.h) \ include/linux/jiffies.h \ include/linux/calc64.h \ include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/rbtree.h \ include/linux/nodemask.h \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/asm/semaphore.h \ include/asm/rwlock.h \ include/linux/wait.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/asm/ptrace.h \ include/asm/ptrace-abi.h \ include/asm/mmu.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/smp.h \ include/linux/sem.h \ include/linux/ipc.h \ $(wildcard include/config/ipc/ns.h) \ include/asm/ipcbuf.h \ include/linux/kref.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/securebits.h \ include/linux/fs_struct.h \ include/linux/completion.h \ include/linux/pid.h \ include/linux/rcupdate.h \ include/linux/percpu.h \ $(wildcard include/config/modules.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/highmem.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ $(wildcard include/config/acpi/hotplug/memory.h) \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/mutex.h \ include/linux/mutex-debug.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/acpi/numa.h) \ include/asm-generic/topology.h \ include/linux/slub_def.h \ include/linux/workqueue.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ $(wildcard include/config/sysfs.h) \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/futex.h \ $(wildcard include/config/futex.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/param.h \ include/linux/resource.h \ include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/nsproxy.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ $(wildcard include/config/profiling.h) \ include/linux/namei.h \ include/linux/stat.h \ include/asm/stat.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ include/asm/fcntl.h \ include/asm-generic/fcntl.h \ $(wildcard include/config/64bit.h) \ include/linux/err.h \ fs/pnode.h \ fs/pnode.o: $(deps_fs/pnode.o) $(deps_fs/pnode.o):
dnh34/proj1
fs/.pnode.o.cmd
bat
gpl-2.0
11,522
rem @echo off pushd "%~dp0" if "%SOFTWARE%"=="" (set SOFTWARE=C:\software) set TARGET=%SOFTWARE%\wireshark set PACKAGE32=Wireshark-win32-2.6.3.exe set PACKAGE64=Wireshark-win64-2.6.3.exe if exist "%TARGET%" goto END @rem Check the architecture reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT if %OS%==64BIT goto INSTALL64 :INSTALL32 echo ==== Installing %~dp0%PACKAGE32% to %TARGET% COPY %PACKAGE32% %TEMP%\%PACKAGE32% %TEMP%\%PACKAGE32% /S /D=%TARGET% DEL %TEMP%\%PACKAGE32% GOTO END :INSTALL64 echo ==== Installing %~dp0%PACKAGE64% to %TARGET% COPY %PACKAGE64% %TEMP%\%PACKAGE64% %TEMP%\%PACKAGE64% /S /D=%TARGET% DEL %TEMP%\%PACKAGE64% GOTO END :END popd
malwarenights/rebox
packages/w/wireshark/00_install.bat
bat
gpl-2.0
780
dvipdfmx -x %1 -y %2 -p %3,%4 -s %5 -o %6 %7
justathoughtor2/atomicApe
cygwin/bin/texlive/tlpkg/dviout/UTILITY/dvi$pdf.bat
bat
gpl-3.0
45
protoc --proto_path=./ --cpp_out=./src/ --java_out=./javaGenerated/ --csharp_out=./csharpGenerated/ ./Task.proto
Libco/SyncServer
generate.bat
bat
gpl-3.0
113
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %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\TidalGaugeApp.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\TidalGaugeApp.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
mabelcalim/tide-app
docs/make.bat
bat
gpl-3.0
6,724
cd .. git rev-parse --short HEAD > tmp.txt set /p rev_hash=<tmp.txt git rev-list --tags --max-count=1 > tmp.txt set /p hash_tmp=<tmp.txt git describe --tags %hash_tmp% > tmp.txt set /p last_tag=<tmp.txt git rev-list %last_tag%..HEAD --count > tmp.txt set /p rev_count_since_tag=<tmp.txt echo %last_tag%.dev%rev_count_since_tag%.%rev_hash% > git_version.txt del tmp.txt VersionScript.exe
DTUWindEnergy/ServosAndUtilities
src/get_git_version.bat
bat
gpl-3.0
411
@echo off setlocal cd /d %~dp0 cd ../../.. cd platform/win/sftp WinSCP.exe & exit 1
corvideon/InstantWP
core/platform/win/scripts/InstantWP-SFTP.bat
bat
gpl-3.0
87
@echo off if exist out\x64\Release goto clean: :clean echo Cleaning DataStoreManager AddIn call addin_clean.bat out\x64\Release\AddIns\DataStoreManager echo Cleaning Express AddIn call addin_clean.bat out\x64\Release\AddIns\Express echo Cleaning Raster AddIn call addin_clean.bat out\x64\Release\AddIns\Raster echo Cleaning Tasks AddIn call addin_clean.bat out\x64\Release\AddIns\Tasks goto done :done
jumpinjackie/fdotoolbox
postbuild_clean.bat
bat
lgpl-2.1
401
REM 12-06-17 Gerhard Seelmann REM 13-12-07 Matthias Stirner REM REM Set path to 'gcc'(V4), 'make', and 'upx' (V3.08 or above) REM Use short file names (w/o spaces), otherwise 'g++' failed for me @ECHO OFF SET GCC_BIN_DIR=C:\MinGW\bin SET UPX_BIN_DIR=C:\UPX SET OLDPATH=%PATH% SET PATH=%GCC_BIN_DIR%;%UPX_BIN_DIR%;%PATH% CD .\packANY\packANYlib make -f Makefile_lib make -f Makefile_lib clean make -f Makefile_lib_Os make -f Makefile_lib_Os clean CD ..\..\packARC MOVE ..\packANY\packANYlib\packANYlib.a .\ MOVE ..\packANY\packANYlib\packANYlib_small.a .\ make -f Makefile_sfx_stub.win make -f Makefile_sfx_stub.win clean upx --best --lzma sfxstub.exe gcc -o sfxstub2h.exe sfxstub2h.c .\sfxstub2h make -f Makefile.win make -f Makefile.win clean upx --best --lzma packARC.exe DEL sfxstub.h sfxstub.exe sfxstub2h.exe packANYlib.a packANYlib_small.a CD .. MOVE .\packARC\packARC.exe .\ set PATH=%OLDPATH%
packjpg/packARC
source/build_packarc_msdos.bat
bat
lgpl-3.0
910
@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\freelancersdk.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\freelancersdk.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
freelancer/freelancer-sdk-python
docs/make.bat
bat
lgpl-3.0
6,715
if exist core\output rmdir /s /q core\output if exist nh\output rmdir /s /q nh\output if exist ef\output rmdir /s /q ef\output if exist linq2db\output rmdir /s /q linq2db\output if exist ef-sqlce\output rmdir /s /q ef-sqlce\output if exist windsor\output rmdir /s /q windsor\output if exist structuremap\output rmdir /s /q structuremap\output @powershell ./update_assemblies_version.ps1 %version% set targetFrameworkVersion=v4.0 set targetNuGetFolder=net40 call build.cmd set targetFrameworkVersion=v4.5 set targetNuGetFolder=net45 call build.cmd ::+++++++++++++++++++++ Updating Nuget Spec files+++++++++++++++++++++++++++++++++++++++++++ if %skipDependentPackagesVersionsUpdate%==true goto skipVersionsUpdate echo Updating Nuget Spec files(Dependent packages versions update)... @powershell ./substitute.ps1 %version% :skipVersionsUpdate ::++++++++++++++++++++ Creating Nuget packages+++++++++++++++++++++++++++++++++++++++++++++ if %skipCreatingNuGetPackages%==true goto skipCreatingNuGetPackages echo Creating NuGet packages... copy core\Antler.Core.dll.nuspec core\output ..\src\.nuget\Nuget.exe pack core\output\Antler.Core.dll.nuspec -properties version=%version% move Antler.Core*.nupkg core\output copy nh\Antler.NHibernate.dll.nuspec nh\output ..\src\.nuget\Nuget.exe pack nh\output\Antler.NHibernate.dll.nuspec -properties version=%version% move Antler.NHibernate*.nupkg nh\output copy ef\Antler.EntityFramework.dll.nuspec ef\output ..\src\.nuget\Nuget.exe pack ef\output\Antler.EntityFramework.dll.nuspec -properties version=%version% move Antler.EntityFramework*.nupkg ef\output copy linq2db\Antler.Linq2Db.dll.nuspec linq2db\output ..\src\.nuget\Nuget.exe pack linq2db\output\Antler.Linq2Db.dll.nuspec -properties version=%version% move Antler.Linq2Db*.nupkg linq2db\output copy ef-sqlce\Antler.EntityFramework.SqlCe.dll.nuspec ef-sqlce\output ..\src\.nuget\Nuget.exe pack ef-sqlce\output\Antler.EntityFramework.SqlCe.dll.nuspec -properties version=%version% move Antler.EntityFramework.SqlCe*.nupkg ef-sqlce\output copy windsor\Antler.Windsor.dll.nuspec windsor\output ..\src\.nuget\Nuget.exe pack windsor\output\Antler.Windsor.dll.nuspec -properties version=%version% move Antler.Windsor*.nupkg windsor\output copy structuremap\Antler.StructureMap.dll.nuspec structuremap\output ..\src\.nuget\Nuget.exe pack structuremap\output\Antler.StructureMap.dll.nuspec -properties version=%version% move Antler.StructureMap*.nupkg structuremap\output :skipCreatingNuGetPackages ::+++++++++++++++++++++ Publishing NuGet packages+++++++++++++++++++++++++++++++++++++++++++ if %skipPublishing%==true goto skipPublishing echo Publishing NuGet packages... ..\src\.nuget\Nuget.exe push core\output\Antler.Core.%version%.nupkg ..\src\.nuget\Nuget.exe push nh\output\Antler.NHibernate.%version%.nupkg ..\src\.nuget\Nuget.exe push ef\output\Antler.EntityFramework.%version%.nupkg ..\src\.nuget\Nuget.exe push linq2db\output\Antler.Linq2Db.%version%.nupkg ..\src\.nuget\Nuget.exe push ef-sqlce\output\Antler.EntityFramework.SqlCe.%version%.nupkg ..\src\.nuget\Nuget.exe push windsor\output\Antler.Windsor.%version%.nupkg ..\src\.nuget\Nuget.exe push structuremap\output\Antler.StructureMap.%version%.nupkg :skipPublishing ::++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ echo Done.
behzad88/Antler
build/publish_common.cmd
bat
apache-2.0
3,335
@echo off pyuic4 ../ui/scan_dialog.ui > ../../view/Ui_ScanDialog.py
uname/blepi
resource/scripts/scan_dialog_gen.bat
bat
apache-2.0
69
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. rem ===================================================== rem Environment variables that can be defined externally: rem rem JMETER_BIN - JMeter bin directory (must end in \) rem JM_LAUNCH - java.exe (default) or javaw.exe rem JVM_ARGS - additional java options, e.g. -Dprop=val rem rem ===================================================== if .%JM_LAUNCH% == . set JM_LAUNCH=java.exe if not "%OS%"=="Windows_NT" goto win9xStart :winNTStart @setlocal rem Need to check if we are using the 4NT shell... if "%eval[2+2]" == "4" goto setup4NT if exist jmeter.bat goto winNT1 if .%JMETER_BIN% == . set JMETER_BIN=%~dp0 :winNT1 rem On NT/2K grab all arguments at once set JMETER_CMD_LINE_ARGS=%* goto doneStart :setup4NT set JMETER_CMD_LINE_ARGS=%$ goto doneStart :win9xStart rem Slurp the command line arguments. This loop allows for an unlimited number of rem arguments (up to the command line limit, anyway). set JMETER_CMD_LINE_ARGS= :setupArgs if %1a==a goto doneStart set JMETER_CMD_LINE_ARGS=%JMETER_CMD_LINE_ARGS% %1 shift goto setupArgs :doneStart rem This label provides a place for the argument list loop to break out rem and for NT handling to skip to. rem The following link describes the -XX options: rem http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html rem http://java.sun.com/developer/TechTips/2000/tt1222.html has some more descriptions rem Unfortunately TechTips no longer seem to be available rem See the unix startup file for the rationale of the following parameters, rem including some tuning recommendations set HEAP=-Xms512m -Xmx512m set NEW=-XX:NewSize=128m -XX:MaxNewSize=128m set SURVIVOR=-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50% set TENURING=-XX:MaxTenuringThreshold=2 set PERM=-XX:PermSize=64m -XX:MaxPermSize=128m -XX:+CMSClassUnloadingEnabled rem set DEBUG=-verbose:gc -XX:+PrintTenuringDistribution rem Always dump on OOM (does not cost anything unless triggered) set DUMP=-XX:+HeapDumpOnOutOfMemoryError rem Additional settings that might help improve GUI performance on some platforms rem See: http://java.sun.com/products/java-media/2D/perf_graphics.html set DDRAW= rem Setting this flag to true turns off DirectDraw usage, which sometimes helps to get rid of a lot of rendering problems on Win32. rem set DDRAW=%DDRAW% -Dsun.java2d.noddraw=true rem Setting this flag to false turns off DirectDraw offscreen surfaces acceleration by forcing all createVolatileImage calls to become createImage calls, and disables hidden acceleration performed on surfaces created with createImage . rem set DDRAW=%DDRAW% -Dsun.java2d.ddoffscreen=false rem Setting this flag to true enables hardware-accelerated scaling. rem set DDRAW=%DDRAW% -Dsun.java2d.ddscale=true rem Server mode rem Collect the settings defined above set ARGS=%DUMP% %HEAP% %NEW% %SURVIVOR% %TENURING% %PERM% %DDRAW% %JM_START% %JM_LAUNCH% %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS% rem If the errorlevel is not zero, then display it and pause if NOT errorlevel 0 goto pause if errorlevel 1 goto pause goto end :pause echo errorlevel=%ERRORLEVEL% pause :end
Nachiket90/jmeter-sample
bin/jmeter.bat
bat
apache-2.0
3,999
@rem !/bin/msdos @ @rem Make all examples. @rem No Scons, no CMake, no Make or any other make tool @rem One line one example @rem Designed for easy copy/paste @ @ @cls @rem pushd . @call "c:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat @rem popd @ @echo %cd% @ @call ./make.bat @ pause
dmilos/color
example/makeVS2019.bat
bat
apache-2.0
348
python test.py test_overlay\armando1 python test.py test_overlay\armando2 python test.py test_overlay\hwt1 python test.py test_overlay\hwt2 python test.py test_overlay\tecmath1
adobe-research/video-lecture-summaries
Scripts/batch/run_test.bat
bat
bsd-2-clause
178
@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\gitgoing.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\gitgoing.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
CodeNeuro/gitgoing
docs/make.bat
bat
bsd-3-clause
6,463
@erase /s lang.inc > nul @echo lang fix ru >lang.inc fasm MSquare.asm MSquare pause
devlato/kolibrios-llvm
programs/games/MSquare/trunk/build_ru.bat
bat
mit
83
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC38_GetListItemChanges_WSS3 /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC38_GetListItemChanges_WSS3.cmd
bat
mit
311
cmd_drivers/misc/cb710/built-in.o := rm -f drivers/misc/cb710/built-in.o; arm-none-linux-gnueabi-ar rcs drivers/misc/cb710/built-in.o
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/drivers/misc/cb710/.built-in.o.cmd
bat
gpl-2.0
135
cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/drivers/opl3/built-in.o
jdlfg/Mecha-kernel-jdlfg
sound/drivers/opl3/.built-in.o.cmd
bat
gpl-2.0
189
@echo // Copyright (C) 1996-2017 Markus F.X.J. Oberhumer @echo // @echo // Windows 64-bit (AMD64 or Itanium) @echo // Microsoft Visual C/C++ (DLL) @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off set CC=cl -nologo -MT set CF=-O2 -GF -W3 %CFI% set LF=%BLIB% %CC% %CF% -D__LZO_EXPORT1#__declspec(dllexport) -c @b\src.rsp @if errorlevel 1 goto error %CC% -LD -Fe%BDLL% @b\win64\vc.rsp /link /map /def:b\win64\vc_dll.def @if errorlevel 1 goto error %CC% %CF% examples\dict.c %LF% @if errorlevel 1 goto error %CC% %CF% examples\lzopack.c %LF% @if errorlevel 1 goto error %CC% %CF% examples\precomp.c %LF% @if errorlevel 1 goto error %CC% %CF% examples\precomp2.c %LF% @if errorlevel 1 goto error %CC% %CF% examples\simple.c %LF% @if errorlevel 1 goto error %CC% %CF% lzotest\lzotest.c %LF% @if errorlevel 1 goto error %CC% %CF% -Iinclude\lzo minilzo\testmini.c minilzo\minilzo.c @if errorlevel 1 goto error @call b\done.bat @goto end :error @echo ERROR during build! :end @call b\unset.bat
nemequ/lzo
B/win64/vc_dll.bat
bat
gpl-2.0
1,047
cd db mkdir raw builddb3 compressdb3 deltree /Y raw del /q raw rmdir raw del buildlog.txt del compress.txt del compresslog.txt del dbhist2.txt del dbhist3.txt del dbhist4.txt del dbhist5.txt del dbhist6.txt del perflog.txt del sizelog.txt del winlog.txt echo database generation successful! you can close this window now.
MisterTea/HyperNEAT
NE/HyperNEAT/out/cake_db/dbgen.bat
bat
bsd-3-clause
341
@call set_vars.bat @if not "%WAITQT%" == "1" goto continue @echo Ensure Qt installer has finished. @pause :continue @bash patch_files.sh @cd %ROOTPATH% copy src\gridcoin.h src\gridcoinh.bak copy A:\deps-master\extras\gridcoin.h src\gridcoin.h @echo building qt - qmake... @set COINNAME=Gridcoin @set QMPS=BOOST_INCLUDE_PATH=%EWBLIBS%/%BOOST%^ BOOST_LIB_PATH=%EWBLIBS%/%BOOST%/stage/lib^ BOOST_LIB_SUFFIX=%BOOSTSUFFIX%^ OPENSSL_INCLUDE_PATH=%EWBLIBS%/%OPENSSL%/include^ OPENSSL_LIB_PATH=%EWBLIBS%/%OPENSSL%^ BDB_INCLUDE_PATH=%EWBLIBS%/%BERKELEYDB%/build_unix^ BDB_LIB_PATH=%EWBLIBS%/%BERKELEYDB%/build_unix^ MINIUPNPC_INCLUDE_PATH=%EWBLIBS%/%MINIUPNPC%^ MINIUPNPC_LIB_PATH=%EWBLIBS%/%MINIUPNPC%^ QMAKE_CXXFLAGS="%ADDITIONALCCFLAGS%"^ QMAKE_CFLAGS="%ADDITIONALCCFLAGS%" @%QTPATH%\qmake.exe %QMPS% USE_QRCODE=1 ZZZ=1 @echo. @echo. @echo building qt - make... mingw32-make -f Makefile.Release @if errorlevel 1 goto continue @cd %ROOTPATH% copy src\gridcoinh.bak src\gridcoin.h @echo !!!!!!! %COINNAME%-qt DONE: Find %COINNAME%-qt.exe in ./release :) :continue @echo. @echo. @echo. @echo. @cd %EWBPATH% @if not "%RUNALL%"=="1" pause
gridcoin/Gridcoin-master
contrib/easywinbuilder/4b_build_qt.bat
bat
mit
1,154
@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\Mochi.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Mochi.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
slideclick/mochi
doc/make.bat
bat
mit
6,699
make clean pause
BrainHunter/LevelSensor
make clean.bat
bat
gpl-2.0
16
@echo off cd /d "%~p0" SET Configuration=%1 IF "%Configuration%"=="" SET Configuration=Release SET BuildType=%2 IF "%BuildType%"=="" SET BuildType=Rebuild for /f "tokens=*" %%i in ('hMSBuild.bat -only-path -notamd64') do set msbuild="%%i" set projectShellEx=..\GitExtensionsShellEx\GitExtensionsShellEx.sln set projectSshAskPass=..\GitExtSshAskPass\GitExtSshAskPass.sln set SkipShellExtRegistration=1 set msbuildparams=/p:Configuration=%Configuration% /t:%BuildType% /nologo /v:m %msbuild% %projectShellEx% /p:Platform=Win32 %msbuildparams% IF ERRORLEVEL 1 EXIT /B 1 %msbuild% %projectShellEx% /p:Platform=x64 %msbuildparams% IF ERRORLEVEL 1 EXIT /B 1 %msbuild% %projectSshAskPass% /p:Platform=Win32 %msbuildparams% IF ERRORLEVEL 1 EXIT /B 1 echo. IF "%SKIP_PAUSE%"=="" pause
mdonatas/gitextensions
Setup/BuildGitExtNative.cmd
bat
gpl-3.0
782
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. epub3 to make an epub3 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\disconf.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\disconf.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "epub3" ( %SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3 if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
markyao/disconf
docs/make.bat
bat
apache-2.0
7,219
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\.2.0.0@in-publish\in-publish.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\.2.0.0@in-publish\in-publish.js" %* )
percyi/percyi.github.io
percy-resume/node_modules/.3.10.1@node-sass/node_modules/.bin/in-publish.cmd
bat
mit
216
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\import-local\fixtures\cli.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\import-local\fixtures\cli.js" %* )
NGU2016/gallery-picture
node_modules/.bin/import-local-fixture.cmd
bat
mit
198
@echo off rem Startup script for the VuFind Jetty Server under Windows rem rem Configuration variables rem rem VUFIND_HOME rem Home of the VuFind installation. rem rem SOLR_BIN rem Home of the Solr executable scripts. rem rem SOLR_HEAP rem Size of the Solr heap (i.e. 512M, 2G, etc.). Defaults to 1G. rem rem SOLR_HOME rem Home of the Solr indexes and configurations. rem rem SOLR_PORT rem Network port for Solr. Defaults to 8080. rem rem JAVA_HOME rem Home of Java installation (not directly used by this script, but passed along to rem the standard Solr control script). rem rem SOLR_ADDITIONAL_START_OPTIONS rem Additional options to pass to the solr binary at startup. rem rem SOLR_ADDITIONAL_JVM_OPTIONS rem Additional options to pass to the JVM when launching Solr. rem Make sure that environment edits are local and that we have access to the rem Windows command extensions. setlocal enableextensions if not errorlevel 1 goto extensionsokay echo Unable to enable Windows command extensions. goto end :extensionsokay rem Unrecognized action -- display help text if "!%1!"=="!!" goto usage rem Set VUFIND_HOME (if not already set) if not (!%VUFIND_HOME%!)==(!!) goto vufindhomefound rem VUFIND_HOME not set -- try to call env.bat to rem fix the problem before we give up completely if exist env.bat goto useenvbat rem If env.bat doesn't exist, the user hasn't run the installer yet. echo WARNING: env.bat does not exist -- trying default environment settings. echo Please run "php install.php" to correct this problem. rem Extract path from current batch file and trim trailing slash: set VUFIND_HOME=%~dp0% set VUFIND_HOME=%VUFIND_HOME:~0,-1% goto vufindhomefound :useenvbat call env > nul if not (!%VUFIND_HOME%!)==(!!) goto vufindhomefound echo You need to set the VUFIND_HOME environmental variable before running this script. goto end :vufindhomefound rem Set SOLR_HOME if not "!%SOLR_HOME%!"=="!!" goto solrhomeset set SOLR_HOME=%VUFIND_HOME%\solr\vufind :solrhomeset rem Set SOLR_LOGS_DIR if not "!%SOLR_LOGS_DIR%!"=="!!" goto solrlogsdirset set SOLR_LOGS_DIR=%SOLR_HOME%\logs :solrlogsdirset rem Set SOLR_BIN if not "!%SOLR_BIN%!"=="!!" goto solrbinset set SOLR_BIN=%VUFIND_HOME%\solr\vendor\bin :solrbinset rem Set SOLR_HEAP if not "!%SOLR_HEAP%!"=="!!" goto solrheapset set SOLR_HEAP=1G :solrheapset rem Set SOLR_PORT if not "!%SOLR_PORT%!"=="!!" goto solrportset set SOLR_PORT=8080 :solrportset call %SOLR_BIN%\solr.cmd %1 %SOLR_ADDITIONAL_START_OPTIONS% -p %SOLR_PORT% -s %SOLR_HOME% -m %SOLR_HEAP% -a "-Ddisable.configEdit=true -Dsolr.log=%SOLR_LOGS_DIR% %SOLR_ADDITIONAL_JVM_OPTIONS%" goto end :usage echo Usage: solr {start/stop/restart/status} goto end :end rem We're all done -- close down the local environment. endlocal
arto70/NDL-VuFind2
solr.bat
bat
gpl-2.0
2,774
..\programme\programme.exe < ..\programme\input
ZHYfeng/malicious-code-conceal
3_2_multi_programmes_windows/water-spatial.4321/script/run.bat
bat
apache-2.0
47
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=aiospamc 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
mjcaley/aiospamc
docs/make.bat
bat
mit
812
@echo off rem Public domain rem http://unlicense.org/ rem Created by Grigore Stefan <g_stefan@yahoo.com> rem --- clean echo -^> clean libxyo-win-inject if exist bin\ rmdir /Q /S bin if exist build\ rmdir /Q /S build if exist lib\ rmdir /Q /S lib if exist .vscode\ipch\ rmdir /Q /S .vscode\ipch
g-stefan/libxyo-win-inject
build.msvc.clean.cmd
bat
mit
312
docker run ormico/helloworld:nanoserver
ormico/AtlCodeCampDocker
Examples/helloworld-nanoserver/dockerrun.bat
bat
mit
41
schtasks.exe /create /sc ONSTART /TN "\Microsoft\Windows\Desired State Configuration\DSCRestartBootTask" /RU System /F /TR "PowerShell.exe -ExecutionPolicy Unrestricted -File c:\config\config.ps1"
RamanDhillon/SDN
SDNExpress/TenantApps/rundsc.cmd
bat
mit
196
echo off set version=%1 set pass=%2 set nugetUrl=%3 .nuget\NuGet.exe push Common.Testing.MSTest\Common.Testing.MSTest.%version%.nupkg %pass% -s %nugetUrl%
Trendyol/Common.Testing.MSTest
package pusher.bat
bat
mit
155
REM requires https://developers.google.com/closure/compiler/ "C:\Program Files\Java\jre7\bin\java.exe" -jar ../lib/compiler.jar --compilation_level=SIMPLE_OPTIMIZATIONS --js=../src/core.js --js_output_file=../sqe.library.min.js "C:\Program Files\Java\jre7\bin\java.exe" -jar ../lib/compiler.jar --compilation_level=WHITESPACE_ONLY --formatting=pretty_print --js=../src/core.js --js_output_file=../sqe.library.js
b3ngineer/SemanticQueryEngine
tools/build.bat
bat
mit
414
cd _build mkdir VS2015 cd VS2015 cmake ../../ -G "Visual Studio 14 2015 Win64" cd ..
ritgraphics/Game
EndlessRunner/Windows/config.bat
bat
mit
84
@ECHO OFF java -jar Minicloud.jar %*
zipekjan/minicloud-client-java
dist-src/minicloud.bat
bat
mit
36
@echo off setlocal ENABLEDELAYEDEXPANSION set PROGRAM_DIR=%~dp0 call "%PROGRAM_DIR%tf_env.bat" pushd jetty title ReDBox java -DSTART=start.config %JAVA_OPTS% -jar start.jar etc/jetty.xml > "%FASCINATOR_HOME%\logs\stdout.out" popd endlocal
redbox-mint/redbox
config/src/main/config/server/tf_start.bat
bat
gpl-2.0
241
echo off cls echo Cleaning project... mingw32-make clean echo -------------------------------------------------------------------------------- echo Building project... mingw32-make 'echo -------------------------------------------------------------------------------- 'echo Building test application... 'cd ../../../Test 'del *.o *.exe 'mingw32-make 'echo Copying test application to PWD 'cd ../libMPSSE/Build/Windows 'copy ..\..\..\Test\test.exe . 'echo -------------------------------------------------------------------------------- 'echo Running Test Application 'test.exe > output.txt 'start notepad output.txt 'echo --------------------------------------------------------------------------------
robacklin/ftdichip
i2c/mpsse/build/Windows/b.bat
bat
gpl-2.0
733
cmd_arch/arm/lib/sha1.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/include -Iinclude -I/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c2410/include -Iarch/arm/mach-s3c2400/include -Iarch/arm/mach-s3c2412/include -Iarch/arm/mach-s3c2440/include -Iarch/arm/mach-s3c2442/include -Iarch/arm/mach-s3c2443/include -Iarch/arm/plat-s3c24xx/include -Iarch/arm/plat-s3c/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=4 -march=armv4t -mtune=arm9tdmi -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/sha1.o arch/arm/lib/sha1.S deps_arch/arm/lib/sha1.o := \ arch/arm/lib/sha1.S \ /opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/linkage.h \ arch/arm/lib/sha1.o: $(deps_arch/arm/lib/sha1.o) $(deps_arch/arm/lib/sha1.o):
kaylorchen/Linux_for_mini2440
arch/arm/lib/.sha1.o.cmd
bat
gpl-2.0
1,424
# ========== Copyright Header Begin ========================================== # # OpenSPARC T1 Processor File: sjm_4.cmd # Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES. # # The above named program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public # License version 2 as published by the Free Software Foundation. # # The above named program is distributed in the hope that it will be # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public # License along with this work; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # # ========== Copyright Header End ============================================ CONFIG id=28 iosyncadr=0x7CF00BEEF00 TIMEOUT 10000000 IOSYNC #================================================== #================================================== WRITEIO 0x0000060ee4bf38c0 4 0xf391c2e5 WRITEIO 0x0000061973be93c0 8 0x95d88535 0xc40accbb READIO 0x0000060ee4bf38c0 4 0xf391c2e5 READIO 0x0000061973be93c0 8 0x95d88535 0xc40accbb WRITEBLKIO 0x0000061278067040 + 0x85172041 0xa39aa8ab 0x4989c3a8 0x471e8f03 + 0x475e234d 0x7fcefb77 0x67c69260 0x2f701308 + 0xbcb6e02a 0x9e4e8bc6 0x77b71f9d 0x21fc9919 + 0xaf7ee2ed 0x57e2cf24 0x8c5c0b87 0x67965cb7 WRITEIO 0x000006050db18900 8 0xd36831ea 0xa070b135 WRITEBLKIO 0x00000612122b94c0 + 0xe7c4dbf4 0x8036f014 0x33478230 0x7a2ce252 + 0x3397a3f0 0xa6661def 0x4c867bab 0xa2f7e2f6 + 0x63c8c90b 0x88d85b7e 0x3dc5b3a2 0xc9d732e1 + 0xb51106dc 0x238503d6 0x4dd0a799 0xdedb3002 WRITEBLKIO 0x0000061f8d7b3f00 + 0x34087dff 0x9bf80293 0xabfeccaf 0x58c28f9e + 0x99e6926c 0x9f3b96e0 0x750b40d1 0xdb1edd78 + 0xd0741f76 0xba88caec 0x9db42de5 0x007e9d35 + 0x5d51acb7 0x74e151ad 0x62434c57 0x0d09f9d8 READIO 0x000006050db18900 8 0xd36831ea 0xa070b135 WRITEBLKIO 0x0000061601d82300 + 0x86469d3e 0x804440ef 0xd209d0d1 0xdb5d256f + 0x4ae52b13 0x1f599c05 0xf0da42ab 0xf6386ca0 + 0x712a2b87 0xa3a17c6c 0xbb78ad8e 0xe5acbc1e + 0xe9350226 0xa82f1b46 0x0795b1a9 0x2f63e0d8 READBLKIO 0x0000061278067040 + 0x85172041 0xa39aa8ab 0x4989c3a8 0x471e8f03 + 0x475e234d 0x7fcefb77 0x67c69260 0x2f701308 + 0xbcb6e02a 0x9e4e8bc6 0x77b71f9d 0x21fc9919 + 0xaf7ee2ed 0x57e2cf24 0x8c5c0b87 0x67965cb7 READBLKIO 0x00000612122b94c0 + 0xe7c4dbf4 0x8036f014 0x33478230 0x7a2ce252 + 0x3397a3f0 0xa6661def 0x4c867bab 0xa2f7e2f6 + 0x63c8c90b 0x88d85b7e 0x3dc5b3a2 0xc9d732e1 + 0xb51106dc 0x238503d6 0x4dd0a799 0xdedb3002 WRITEBLKIO 0x00000602c60fee40 + 0xe0375f69 0xd8f3725a 0x48487088 0x4b8284c4 + 0x6a3ba72e 0x10a66386 0x5a093f43 0xd58c4516 + 0x8942b2c3 0x1bc6ccc3 0x22149053 0x87829bc7 + 0xdbf12468 0xf0d4b21e 0xaadd906c 0x8f2ea123 WRITEBLK 0x00000003af32a8c0 + 0x51575e59 0x1a1ef171 0xf76e8df6 0x538c36bd + 0x7964ef04 0x9d7e90dc 0x233a96b9 0xe0987beb + 0xd44b92a2 0x08bb687a 0x368a5f0d 0x24f80ade + 0xfa479ac4 0x46287da0 0xd54b6142 0x54929481 WRITEMSK 0x00000003af32a8c0 0x0f0ff0f000f00fff + 0x00000000 0x2bbc535d 0x00000000 0xf75c51f6 + 0x6237f7fc 0x00000000 0x872f7ff9 0x00000000 + 0x00000000 0x00000000 0xe8ca36b7 0x00000000 + 0x00000000 0xa6b65ad3 0x19c5820a 0x0c9c67fc WRITEMSKIO 0x0000060f07700080 0x0f0f 0x00000000 0xa8ca7d00 0x00000000 0xe0b7aa29 WRITEBLK 0x000000150f6882c0 + 0x852eb889 0xdfb38e31 0x56d0cdc6 0x4da8cfa9 + 0xd5987a1e 0x94eeab0a 0xcca05e5a 0x610b66b2 + 0xb3a01a84 0xcf5d9cdc 0x773364af 0xe5233b36 + 0xde90286b 0x42fc3f7e 0x56704d80 0xa82d5dc9 WRITEBLK 0x0000001f9ce415c0 + 0x97f7467c 0xe52e1647 0x83e6a445 0xcdaa5a52 + 0xf98ce629 0x45efae09 0xf3e195e0 0x7d2a9b69 + 0x0259416b 0x1413951c 0x1dd5f69e 0x021a1e2a + 0x393de6a7 0xf5b927d1 0x95b5393a 0xde8e79ad WRITEMSKIO 0x00000615d74cbd80 0x0fff 0x00000000 0xaf7303a0 0x17e6eeea 0x73ff07e5 WRITEBLK 0x0000000d3397b4c0 + 0x2dfa2e7c 0xdce7742d 0xd773a59b 0x55209137 + 0x1baebadc 0xbc69ccfb 0x682d9497 0xd172840c + 0x4629ca5f 0xd1ccf51e 0xb9362ff3 0x40a7386d + 0x7113fb5e 0xf86090ea 0xf5a5843f 0x7d015eb9 WRITEMSKIO 0x0000060d39ae1080 0xff00 0xd47f5717 0x09421330 0x00000000 0x00000000 READBLK 0x00000003af32a8c0 + 0x51575e59 0x2bbc535d 0xf76e8df6 0xf75c51f6 + 0x6237f7fc 0x9d7e90dc 0x872f7ff9 0xe0987beb + 0xd44b92a2 0x08bb687a 0xe8ca36b7 0x24f80ade + 0xfa479ac4 0xa6b65ad3 0x19c5820a 0x0c9c67fc WRITEIO 0x0000060c1e882e40 8 0x1937f587 0x9642fe41 READIO 0x0000060c1e882e40 8 0x1937f587 0x9642fe41 READMSKIO 0x0000060f07700080 0x0f0f 0x00000000 0xa8ca7d00 0x00000000 0xe0b7aa29 WRITEBLKIO 0x00000617ba35f100 + 0x4f609e32 0x1bde790c 0xba180275 0x724dec6d + 0x0528abc4 0xc68b4e1c 0x1973e7b8 0xa97f67cc + 0x6d8041e3 0xd4e29f34 0x2ccb3ec7 0x55549238 + 0xc4d0dbf4 0x940574f5 0xef72038d 0x862bdc47 WRITEMSK 0x000000150f6882c0 0x000000f0fff0fff0 + 0x00000000 0x00000000 0x00000000 0x00000000 + 0x00000000 0x00000000 0x199eb92c 0x00000000 + 0xea83d794 0xfe743ff7 0xd8e5091c 0x00000000 + 0x30c3021d 0x866b9783 0xd2d9d889 0x00000000 WRITEBLK 0x0000001a59cecf40 + 0xcd8e4aec 0xfd4d6265 0xca80cdd5 0x0aa9caac + 0xef6a6383 0x7b51b535 0x8be4240b 0xc980bbd3 + 0xeb8f5560 0x6abeaf8f 0x1a5a9604 0x9b29f9fe + 0x6135319f 0x05896e67 0x11dc6943 0x1ed1d9bc READBLKIO 0x0000061f8d7b3f00 + 0x34087dff 0x9bf80293 0xabfeccaf 0x58c28f9e + 0x99e6926c 0x9f3b96e0 0x750b40d1 0xdb1edd78 + 0xd0741f76 0xba88caec 0x9db42de5 0x007e9d35 + 0x5d51acb7 0x74e151ad 0x62434c57 0x0d09f9d8 READBLKIO 0x0000061601d82300 + 0x86469d3e 0x804440ef 0xd209d0d1 0xdb5d256f + 0x4ae52b13 0x1f599c05 0xf0da42ab 0xf6386ca0 + 0x712a2b87 0xa3a17c6c 0xbb78ad8e 0xe5acbc1e + 0xe9350226 0xa82f1b46 0x0795b1a9 0x2f63e0d8 READBLKIO 0x00000602c60fee40 + 0xe0375f69 0xd8f3725a 0x48487088 0x4b8284c4 + 0x6a3ba72e 0x10a66386 0x5a093f43 0xd58c4516 + 0x8942b2c3 0x1bc6ccc3 0x22149053 0x87829bc7 + 0xdbf12468 0xf0d4b21e 0xaadd906c 0x8f2ea123 READBLKIO 0x00000617ba35f100 + 0x4f609e32 0x1bde790c 0xba180275 0x724dec6d + 0x0528abc4 0xc68b4e1c 0x1973e7b8 0xa97f67cc + 0x6d8041e3 0xd4e29f34 0x2ccb3ec7 0x55549238 + 0xc4d0dbf4 0x940574f5 0xef72038d 0x862bdc47 READBLK 0x000000150f6882c0 + 0x852eb889 0xdfb38e31 0x56d0cdc6 0x4da8cfa9 + 0xd5987a1e 0x94eeab0a 0x199eb92c 0x610b66b2 + 0xea83d794 0xfe743ff7 0xd8e5091c 0xe5233b36 + 0x30c3021d 0x866b9783 0xd2d9d889 0xa82d5dc9 READBLK 0x0000001f9ce415c0 + 0x97f7467c 0xe52e1647 0x83e6a445 0xcdaa5a52 + 0xf98ce629 0x45efae09 0xf3e195e0 0x7d2a9b69 + 0x0259416b 0x1413951c 0x1dd5f69e 0x021a1e2a + 0x393de6a7 0xf5b927d1 0x95b5393a 0xde8e79ad WRITEIO 0x000006020c8f90c0 4 0x3f215d77 WRITEMSKIO 0x0000060f48958b40 0x00ff 0x00000000 0x00000000 0xc14fcdb9 0x3bb2d73c WRITEBLK 0x0000001a7f3aa440 + 0x606060f0 0x9d85abb9 0x63f4cb95 0xa9d86b03 + 0x7595e65e 0x4f8cdbe8 0xba169a0d 0x5342933e + 0xbc5f5417 0x12b17e20 0x287fad83 0x84759305 + 0xc0c4997a 0x0fb7ea3b 0x2f9441af 0xea9bf5cb READBLK 0x0000000d3397b4c0 + 0x2dfa2e7c 0xdce7742d 0xd773a59b 0x55209137 + 0x1baebadc 0xbc69ccfb 0x682d9497 0xd172840c + 0x4629ca5f 0xd1ccf51e 0xb9362ff3 0x40a7386d + 0x7113fb5e 0xf86090ea 0xf5a5843f 0x7d015eb9 WRITEMSK 0x0000001a59cecf40 0x0f000000ffff0ff0 + 0x00000000 0xdaad64c3 0x00000000 0x00000000 + 0x00000000 0x00000000 0x00000000 0x00000000 + 0x6a291662 0x6a7e9fbe 0x341af7e4 0x95ce4074 + 0x00000000 0x72774933 0xa99a0505 0x00000000 READIO 0x000006020c8f90c0 4 0x3f215d77 WRITEMSKIO 0x0000061e619c5c00 0x0fff 0x00000000 0x7c964310 0xe47e6bf5 0x1537b5c0 WRITEBLKIO 0x00000616a1cf9480 + 0xd2337027 0x32e1cbeb 0x9cc51ade 0xea1e2c83 + 0x715b431e 0x54f5b4bb 0x49a91c48 0xa77e796d + 0x89f85e93 0x3f2d716c 0x23d46f29 0x7b77bda9 + 0x4f06cfa7 0xffac3791 0xab01e3a0 0x4bcf4ca5 READBLKIO 0x00000616a1cf9480 + 0xd2337027 0x32e1cbeb 0x9cc51ade 0xea1e2c83 + 0x715b431e 0x54f5b4bb 0x49a91c48 0xa77e796d + 0x89f85e93 0x3f2d716c 0x23d46f29 0x7b77bda9 + 0x4f06cfa7 0xffac3791 0xab01e3a0 0x4bcf4ca5 READMSKIO 0x00000615d74cbd80 0x0fff 0x00000000 0xaf7303a0 0x17e6eeea 0x73ff07e5 WRITEBLK 0x00000017f94fb880 + 0xdc853c7d 0x9230094c 0x17076da5 0x6d7a7f74 + 0xc6545437 0x496f6939 0xd362bd16 0x1eceec0a + 0x5a40c515 0x698b8730 0xd4a89cb2 0xc0259b2f + 0xe5418c44 0x0963130c 0xb7a513fb 0x411533f1 WRITEBLK 0x00000004c5d5b600 + 0xa1180602 0xe4d30f66 0x32d0b9c2 0xb9216427 + 0x1d2b4d21 0xb0c0db4e 0xa9bfeceb 0x8557f5b8 + 0x73151c79 0xcdf10fa1 0x1644418b 0x1d318896 + 0x28a30cd0 0x715c7c53 0x9a557e2d 0x5c8752e7 READBLK 0x0000001a59cecf40 + 0xcd8e4aec 0xdaad64c3 0xca80cdd5 0x0aa9caac + 0xef6a6383 0x7b51b535 0x8be4240b 0xc980bbd3 + 0x6a291662 0x6a7e9fbe 0x341af7e4 0x95ce4074 + 0x6135319f 0x72774933 0xa99a0505 0x1ed1d9bc WRITEBLKIO 0x0000061a36c072c0 + 0x7d623cfc 0xee42df44 0xa20c4206 0xab8f8414 + 0xea5200c2 0x4cae76c7 0xf6bd1b81 0x770809e2 + 0x85d69f83 0x4f3260fd 0xde4b6204 0x1ca6933a + 0x794ba8fe 0x9f7c0d6b 0x519d416a 0x533bce18 WRITEMSK 0x0000001a7f3aa440 0x0ffff00ff00f0fff + 0x00000000 0x68d0c535 0xc4967096 0x10d91413 + 0x5309865a 0x00000000 0x00000000 0x62fe548f + 0x5897ff70 0x00000000 0x00000000 0x61755cec + 0x00000000 0xd36b78c8 0x4ee6575c 0x55f9129c READMSKIO 0x0000060d39ae1080 0xff00 0xd47f5717 0x09421330 0x00000000 0x00000000 WRITEMSK 0x0000001a7f3aa440 0x00000f00f0ff0000 + 0x00000000 0x00000000 0x00000000 0x00000000 + 0x00000000 0xa2cf68d0 0x00000000 0x00000000 + 0x3619ab2f 0x00000000 0x94b655c6 0xa33b5717 + 0x00000000 0x00000000 0x00000000 0x00000000 READBLKIO 0x0000061a36c072c0 + 0x7d623cfc 0xee42df44 0xa20c4206 0xab8f8414 + 0xea5200c2 0x4cae76c7 0xf6bd1b81 0x770809e2 + 0x85d69f83 0x4f3260fd 0xde4b6204 0x1ca6933a + 0x794ba8fe 0x9f7c0d6b 0x519d416a 0x533bce18 READMSKIO 0x0000060f48958b40 0x00ff 0x00000000 0x00000000 0xc14fcdb9 0x3bb2d73c WRITEBLK 0x0000001083e622c0 + 0xeb89c385 0x3e1a9d57 0x43965127 0xed4c8951 + 0xa95b1882 0xf83ba5fd 0xedf54f85 0xb868d55d + 0x7b8caf66 0x4abc0f8c 0x4ee49345 0xbe3849ab + 0x2a3777b4 0x9eb49c2c 0xb10598d0 0xd8c281e7 READMSKIO 0x0000061e619c5c00 0x0fff 0x00000000 0x7c964310 0xe47e6bf5 0x1537b5c0 WRITEBLK 0x0000000200742a00 + 0xa541cde9 0x7ec08047 0x9419fd6b 0x2b3bda08 + 0x99be9373 0xc87e1db4 0xc7f5c250 0x8d426fb0 + 0x49e786c6 0x63650794 0x6c60516b 0x004ad559 + 0xdff432fc 0x180c598c 0x7f2bd5a7 0x6585c1a9 WRITEMSKIO 0x0000060d509489c0 0xffff 0x56a4400b 0xa96f5e92 0x433c4a81 0x81733659 READMSKIO 0x0000060d509489c0 0xffff 0x56a4400b 0xa96f5e92 0x433c4a81 0x81733659 WRITEMSKIO 0x0000061c73430300 0x0ff0 0x00000000 0x6af07d2d 0x6356beee 0x00000000 READMSKIO 0x0000061c73430300 0x0ff0 0x00000000 0x6af07d2d 0x6356beee 0x00000000 READBLK 0x0000001a7f3aa440 + 0x606060f0 0x68d0c535 0xc4967096 0x10d91413 + 0x5309865a 0xa2cf68d0 0xba169a0d 0x62fe548f + 0x3619ab2f 0x12b17e20 0x94b655c6 0xa33b5717 + 0xc0c4997a 0xd36b78c8 0x4ee6575c 0x55f9129c READBLK 0x00000017f94fb880 + 0xdc853c7d 0x9230094c 0x17076da5 0x6d7a7f74 + 0xc6545437 0x496f6939 0xd362bd16 0x1eceec0a + 0x5a40c515 0x698b8730 0xd4a89cb2 0xc0259b2f + 0xe5418c44 0x0963130c 0xb7a513fb 0x411533f1 READBLK 0x00000004c5d5b600 + 0xa1180602 0xe4d30f66 0x32d0b9c2 0xb9216427 + 0x1d2b4d21 0xb0c0db4e 0xa9bfeceb 0x8557f5b8 + 0x73151c79 0xcdf10fa1 0x1644418b 0x1d318896 + 0x28a30cd0 0x715c7c53 0x9a557e2d 0x5c8752e7 WRITEBLKIO 0x0000061581108a00 + 0x1e3e7556 0x4bdc2730 0xc634c8ab 0xde587cae + 0x9cecbc44 0xd5fde469 0x1fb67bcb 0x863f42d6 + 0xd81d4fa0 0x23ec0bf5 0x11fed7e5 0x7ac65b78 + 0xee153a1f 0xf10ad088 0xfc7ce25b 0xbbc9f00e READBLK 0x0000001083e622c0 + 0xeb89c385 0x3e1a9d57 0x43965127 0xed4c8951 + 0xa95b1882 0xf83ba5fd 0xedf54f85 0xb868d55d + 0x7b8caf66 0x4abc0f8c 0x4ee49345 0xbe3849ab + 0x2a3777b4 0x9eb49c2c 0xb10598d0 0xd8c281e7 WRITEMSK 0x0000000200742a00 0xf000ff00f00fff00 + 0xc70db2de 0x00000000 0x00000000 0x00000000 + 0xb1282679 0x3e0776b2 0x00000000 0x00000000 + 0x2bb3ae91 0x00000000 0x00000000 0xbd82307c + 0xe76a8f84 0x77562fb2 0x00000000 0x00000000 WRITEIO 0x0000061c85789c40 16 0x679a7fa3 0x85ee2b6e 0xd74723d7 0x15278052 READIO 0x0000061c85789c40 16 0x679a7fa3 0x85ee2b6e 0xd74723d7 0x15278052 WRITEBLKIO 0x0000061c48930ac0 + 0x4d8a49f7 0xa70d20bd 0x908151ab 0x1079ff22 + 0x2715caa6 0x6a0315a2 0x1a1d127c 0xa7a06874 + 0xcfa5c42f 0xdbab22ec 0x62c0b045 0xaeffb8fa + 0xf057355f 0x3f2358c8 0x9928bba1 0xdd148742 READBLKIO 0x0000061581108a00 + 0x1e3e7556 0x4bdc2730 0xc634c8ab 0xde587cae + 0x9cecbc44 0xd5fde469 0x1fb67bcb 0x863f42d6 + 0xd81d4fa0 0x23ec0bf5 0x11fed7e5 0x7ac65b78 + 0xee153a1f 0xf10ad088 0xfc7ce25b 0xbbc9f00e READBLK 0x0000000200742a00 + 0xc70db2de 0x7ec08047 0x9419fd6b 0x2b3bda08 + 0xb1282679 0x3e0776b2 0xc7f5c250 0x8d426fb0 + 0x2bb3ae91 0x63650794 0x6c60516b 0xbd82307c + 0xe76a8f84 0x77562fb2 0x7f2bd5a7 0x6585c1a9 WRITEBLK 0x00000001b6696f40 + 0x18fb37bb 0x682be128 0xeebc3c01 0x308a8bc0 + 0x9979e986 0xeb102425 0x8376c3a7 0x30924fc3 + 0xb4d13172 0x54ee3c95 0x5853e683 0x81f5f5d4 + 0x0185492b 0xaa6d1b21 0xc5241385 0xce6cbdc8 WRITEBLK 0x00000003fae5b780 + 0x459464b9 0xc051621f 0x03fb7ecf 0xf147130c + 0x75c3662d 0x688ea315 0x78ab988b 0xb7c842f2 + 0x1bf9fc8a 0x5e2a9652 0x0f6a77e5 0x73cb17d9 + 0xf318b7a6 0x6c363c8c 0x14a4d9f8 0x0c09abfd WRITEBLK 0x00000006d38e8280 + 0xff1f3b6c 0x2ef57b8d 0x84f5e627 0x0691bb62 + 0x8fc69d2e 0x9496c96f 0xe9b44c26 0x95382d73 + 0x03bf58a1 0x415befd1 0x2172c8db 0x6750240c + 0xc5983225 0xc7f06b11 0xdeb2b5a8 0x166caeea WRITEBLK 0x00000014e0085a40 + 0x1441a77c 0x1863f8d2 0xfee315c9 0x0b707ec5 + 0x4709a961 0x2161244f 0x47af7e12 0x9da1e9e9 + 0x5363079a 0xd22889de 0x63e03197 0x577722a9 + 0xd646d613 0x4a162b09 0x2358cc0a 0x29d6709d WRITEMSKIO 0x0000061ab9d8eb40 0x0ff0 0x00000000 0xb9168503 0x6848b579 0x00000000 WRITEBLKIO 0x00000609565085c0 + 0xca86200a 0x969f1fae 0xbddb330a 0x6319b4f3 + 0x19d6ccf6 0x3786b091 0xde42b9da 0x09bfb92d + 0xe412f0ba 0x87c9a4e6 0xb75ec9e8 0x05ec1a90 + 0x902d2d18 0x5f8c1195 0x7a7cbdde 0x4377f9a9
trivoldus28/pulsarch-verilog
verif/diag/assembly/raw_random/pio_rnd_basic1/pio_rnd_basic1_rand_1_sjm/sjm_4.cmd
bat
gpl-2.0
15,540
cmd_drivers/cpuidle/governors/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/cpuidle/governors/built-in.o drivers/cpuidle/governors/ladder.o drivers/cpuidle/governors/menu.o
srinugnt2000/linux-2.6.37
drivers/cpuidle/governors/.built-in.o.cmd
bat
gpl-2.0
190
cmd_net/ipv4/netfilter/ipt_ECN.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/scripts/module-common.lds -s --build-id -o net/ipv4/netfilter/ipt_ECN.ko net/ipv4/netfilter/ipt_ECN.o net/ipv4/netfilter/ipt_ECN.mod.o
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/net/ipv4/netfilter/.ipt_ECN.ko.cmd
bat
gpl-2.0
333
cmd_fs/jbd2/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/jbd2/built-in.o fs/jbd2/jbd2.o
dagnarf/sgh-i717-dagkernel
fs/jbd2/.built-in.o.cmd
bat
gpl-2.0
138
>>> cur.execute('SELECT * FROM PopByRegion WHERE Region = "Japan"') <sqlite3.Cursor object at 0x102e3e490> >>> cur.fetchone() ('Japan', 100562) >>> cur.execute('''UPDATE PopByRegion SET Population = 100600 WHERE Region = "Japan"''') <sqlite3.Cursor object at 0x102e3e490> >>> cur.execute('SELECT * FROM PopByRegion WHERE Region = "Japan"') <sqlite3.Cursor object at 0x102e3e490> >>> cur.fetchone() ('Japan', 100600)
simontakite/sysadmin
pythonscripts/practicalprogramming/db/db_update.cmd
bat
gpl-2.0
435
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c deps_scripts/basic/fixdep := \ scripts/basic/fixdep.c \ $(wildcard include/config/his/driver.h) \ $(wildcard include/config/my/option.h) \ $(wildcard include/config/.h) \ $(wildcard include/config/foo.h) \ $(wildcard include/config/boom.h) \ /usr/include/sys/types.h \ /usr/include/features.h \ /usr/include/sys/cdefs.h \ /usr/include/bits/wordsize.h \ /usr/include/gnu/stubs.h \ /usr/include/gnu/stubs-32.h \ /usr/include/bits/types.h \ /usr/include/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/i486-linux-gnu/4.3.2/include/stddef.h \ /usr/include/endian.h \ /usr/include/bits/endian.h \ /usr/include/sys/select.h \ /usr/include/bits/select.h \ /usr/include/bits/sigset.h \ /usr/include/bits/time.h \ /usr/include/sys/sysmacros.h \ /usr/include/bits/pthreadtypes.h \ /usr/include/sys/stat.h \ /usr/include/bits/stat.h \ /usr/include/sys/mman.h \ /usr/include/bits/mman.h \ /usr/include/unistd.h \ /usr/include/bits/posix_opt.h \ /usr/include/bits/confname.h \ /usr/include/getopt.h \ /usr/include/bits/unistd.h \ /usr/include/fcntl.h \ /usr/include/bits/fcntl.h \ /usr/include/bits/fcntl2.h \ /usr/include/string.h \ /usr/include/bits/string.h \ /usr/include/bits/string2.h \ /usr/include/stdlib.h \ /usr/include/bits/string3.h \ /usr/include/alloca.h \ /usr/include/bits/stdlib.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/i486-linux-gnu/4.3.2/include/stdarg.h \ /usr/include/bits/stdio_lim.h \ /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio.h \ /usr/include/bits/stdio2.h \ /usr/lib/gcc/i486-linux-gnu/4.3.2/include-fixed/limits.h \ /usr/lib/gcc/i486-linux-gnu/4.3.2/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/bits/posix1_lim.h \ /usr/include/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/bits/posix2_lim.h \ /usr/include/ctype.h \ /usr/include/arpa/inet.h \ /usr/include/netinet/in.h \ /usr/include/stdint.h \ /usr/include/bits/wchar.h \ /usr/include/sys/socket.h \ /usr/include/sys/uio.h \ /usr/include/bits/uio.h \ /usr/include/bits/socket.h \ /usr/include/bits/sockaddr.h \ /usr/include/asm/socket.h \ /usr/include/asm/sockios.h \ /usr/include/bits/socket2.h \ /usr/include/bits/in.h \ /usr/include/bits/byteswap.h \ scripts/basic/fixdep: $(deps_scripts/basic/fixdep) $(deps_scripts/basic/fixdep):
CyanogenMod/htc-kernel-incrediblec
scripts/basic/.fixdep.cmd
bat
gpl-2.0
2,681
cmd_net/ipv6/udplite.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.udplite.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-goldfish/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(udplite)" -D"KBUILD_MODNAME=KBUILD_STR(ipv6)" -c -o net/ipv6/udplite.o net/ipv6/udplite.c deps_net/ipv6/udplite.o := \ net/ipv6/udplite.c \ $(wildcard include/config/compat.h) \ $(wildcard include/config/proc/fs.h) \ net/ipv6/udp_impl.h \ include/net/udp.h \ $(wildcard include/config/ipv6.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ include/linux/posix_types.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/posix_types.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ $(wildcard include/config/smp.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/hwcap.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ include/linux/linkage.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/linux/typecheck.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/irqflags.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/net/inet_sock.h \ include/linux/string.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/string.h \ include/linux/jhash.h \ include/net/flow.h \ include/linux/in6.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic.h \ include/net/sock.h \ $(wildcard include/config/debug/lock/alloc.h) \ $(wildcard include/config/net/ns.h) \ $(wildcard include/config/xfrm.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/security.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/printk/debug.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_printk.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ include/linux/list_nulls.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/time.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) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/linux/math64.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/div64.h \ include/linux/jiffies.h \ include/linux/timex.h \ $(wildcard include/config/no/hz.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/timex.h \ arch/arm/mach-goldfish/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/module.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/markers.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/sysfs.h) \ include/linux/stat.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/stat.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/highmem.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/unevictable/lru.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/wait.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/ifar.h) \ $(wildcard include/config/cpu/pabrt/noifar.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-goldfish/include/mach/memory.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/page.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/cpumask.h \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/elf.h \ include/linux/elf-em.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/elf.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/marker.h \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/preempt/rcu.h) \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/completion.h \ include/linux/rcuclassic.h \ $(wildcard include/config/rcu/cpu/stall/detector.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/module.h \ include/linux/netdevice.h \ $(wildcard include/config/dcb.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/net/poll/controller.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/compat/net/dev/ops.h) \ $(wildcard include/config/net/dsa/tag/dsa.h) \ $(wildcard include/config/net/dsa/tag/trailer.h) \ $(wildcard include/config/netpoll/trap.h) \ include/linux/if.h \ include/linux/socket.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/socket.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/uio.h \ include/linux/hdlc/ioctl.h \ include/linux/if_ether.h \ $(wildcard include/config/sysctl.h) \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/has/dma.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/ipv6/ndisc/nodetype.h) \ $(wildcard include/config/mac80211.h) \ $(wildcard include/config/network/secmark.h) \ include/linux/net.h \ include/linux/random.h \ include/linux/ioctl.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/irqnr.h \ include/linux/fcntl.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/sysctl.h \ include/linux/textsearch.h \ include/linux/err.h \ include/net/checksum.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/uaccess.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/checksum.h \ include/linux/dmaengine.h \ $(wildcard include/config/dma/engine.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ include/linux/semaphore.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/have/dma/attrs.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/dma-mapping.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/rbtree.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/scatterlist.h \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/mmdebug.h \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/debug/virtual.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/pgtable.h \ include/asm-generic/4level-fixup.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.h) \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-goldfish/include/mach/vmalloc.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/ia64/uncached/allocator.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/io.h \ arch/arm/mach-goldfish/include/mach/io.h \ include/asm-generic/dma-coherent.h \ $(wildcard include/config/have/generic/dma/coherent.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/if_packet.h \ include/linux/delay.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/delay.h \ include/linux/workqueue.h \ include/net/net_namespace.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/mib.h \ $(wildcard include/config/xfrm/statistics.h) \ include/net/snmp.h \ include/linux/snmp.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) \ $(wildcard include/config/ipv6/mroute.h) \ $(wildcard include/config/ipv6/pimsm/v2.h) \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/linux/in.h \ include/net/netns/xfrm.h \ include/linux/xfrm.h \ include/linux/seq_file_net.h \ include/linux/seq_file.h \ include/net/dsa.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) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/dynamic/ftrace.h) \ $(wildcard include/config/function/graph/tracer.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/hardirq.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/irq.h \ arch/arm/mach-goldfish/include/mach/irqs.h \ include/linux/irq_cpustat.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/x86/ptrace/bts.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/tracing.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 \ $(wildcard include/config/security/file/capabilities.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/ipcbuf.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/signal.h \ include/asm-generic/signal.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/sigcontext.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/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/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 \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/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/cred.h \ include/linux/key.h \ include/linux/aio.h \ $(wildcard include/config/aio.h) \ include/linux/aio_abi.h \ include/linux/security.h \ $(wildcard include/config/security/path.h) \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ $(wildcard include/config/securityfs.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.h \ include/linux/radix-tree.h \ include/linux/fiemap.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/binfmts.h \ include/linux/shm.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/shmparam.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/shmbuf.h \ include/linux/msg.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/msgbuf.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.h) \ include/linux/rtnetlink.h \ include/linux/netlink.h \ include/linux/if_link.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/neighbour.h \ include/net/rtnetlink.h \ include/net/netlink.h \ include/net/request_sock.h \ include/linux/bug.h \ include/net/netns/hash.h \ include/net/ip.h \ $(wildcard include/config/inet.h) \ include/linux/ip.h \ include/linux/ipv6.h \ $(wildcard include/config/ipv6/privacy.h) \ $(wildcard include/config/ipv6/router/pref.h) \ $(wildcard include/config/ipv6/route/info.h) \ $(wildcard include/config/ipv6/optimistic/dad.h) \ $(wildcard include/config/ipv6/mip6.h) \ $(wildcard include/config/ipv6/subtrees.h) \ include/linux/icmpv6.h \ include/linux/tcp.h \ $(wildcard include/config/tcp/md5sig.h) \ include/net/inet_connection_sock.h \ include/linux/poll.h \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/net/inet_timewait_sock.h \ include/net/tcp_states.h \ include/net/timewait_sock.h \ include/linux/udp.h \ include/net/udplite.h \ include/net/ip6_checksum.h \ include/net/protocol.h \ include/net/addrconf.h \ include/net/if_inet6.h \ include/net/ipv6.h \ include/net/ndisc.h \ include/net/inet_common.h \ include/net/transp_v6.h \ net/ipv6/udplite.o: $(deps_net/ipv6/udplite.o) $(deps_net/ipv6/udplite.o):
mjmccall/Kernel
net/ipv6/.udplite.o.cmd
bat
gpl-2.0
28,995
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE ( perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) goto endofperl :WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S %0 %* ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S %0 %* ) ELSE ( perl -x -S %0 %* ) if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; #!/usr/local/bin/perl -w #line 29 'di'; 'ig00'; ############################################################################## ## ## search ## ## Jeffrey Friedl (jfriedl@omron.co.jp), Dec 1994. ## Copyright 19.... ah hell, just take it. ## ## BLURB: ## A combo of find and grep -- more or less do a 'grep' on a whole ## directory tree. Fast, with lots of options. Much more powerful than ## the simple "find ... | xargs grep ....". Has a full man page. ## Powerfully customizable. ## ## This file is big, but mostly comments and man page. ## ## See man page for usage info. ## Return value: 2=error, 1=nothing found, 0=something found. ## $version = "950918.5"; ## ## "950918.5"; ## Changed all 'sysread' to 'read' because Linux perl's don't seem ## to like sysread() ## ## "941227.4"; ## Added -n, -u ## ## "941222.3" ## Added -nice (due to Lionel Cons <Lionel.Cons@cern.ch>) ## Removed any leading "./" from name. ## Added default flags for ~/.search, including TTY, -nice, -list, etc. ## Program name now has path removed when printed in diagnostics. ## Added simple tilde-expansion to -dir arg. ## Added -dskip, etc. Fixed -iregex bug. ## Changed -dir to be additive, adding -ddir. ## Now screen out devices, pipes, and sockets. ## More tidying and lots of expanding of the man page ## ## ## "941217.2"; ## initial release. $stripped=0; &init; if (exists $ENV{'HOME'}) { $rc_file = join('/', $ENV{'HOME'}, ".search"); } else { $rc_file = ""; } &check_args; ## Make sure we've got a regex. ## Don't need one if -find or -showrc was specified. $!=2, die "expecting regex arguments.\n" if $FIND_ONLY == 0 && $showrc == 0 && @ARGV == 0; &prepare_to_search($rc_file); &import_program if !defined &dodir; ## BIG key to speed. ## do search while there are directories to be done. &dodir(shift(@todo)) while @todo; &clear_message if $VERBOSE && $STDERR_IS_TTY; exit($retval); ############################################################################### sub init { ## initialize variables that might be reset by command-line args $DOREP=0; ## set true by -dorep (redo multi-hardlink files) $DOREP=1 if $^O eq 'MSWin32'; $DO_SORT=0; ## set by -sort (sort files in a dir before checking) $FIND_ONLY=0; ## set by -find (don't search files) $LIST_ONLY=0; ## set true by -l (list filenames only) $NEWER=0; ## set by -newer, "-mtime -###" $NICE=0; ## set by -nice (print human-readable output) $NOLINKS=0; ## set true by -nolinks (don't follow symlinks) $OLDER=0; ## set by -older, "-mtime ###" $PREPEND_FILENAME=1; ## set false by -h (don't prefix lines with filename) $REPORT_LINENUM=0; ## set true by -n (show line numbers) $VERBOSE=0; ## set to a value by -v, -vv, etc. (verbose messages) $WHY=0; ## set true by -why, -vvv+ (report why skipped) $XDEV=0; ## set true by -xdev (stay on one filesystem) $all=0; ## set true by -all (don't skip many kinds of files) $iflag = ''; ## set to 'i' by -i (ignore case); $norc=0; ## set by -norc (don't load rc file) $showrc=0; ## set by -showrc (show what happens with rc file) $underlineOK=0; ## set true by -u (watch for underline stuff) $words=0; ## set true by -w (match whole-words only) $DELAY=0; ## inter-file delay (seconds) $retval=1; ## will set to 0 if we find anything. ## various elements of stat() that we might access $STAT_DEV = 1; $STAT_INODE = 2; $STAT_MTIME = 9; $VV_PRINT_COUNT = 50; ## with -vv, print every VV_PRINT_COUNT files, or... $VV_SIZE = 1024*1024; ## ...every VV_SIZE bytes searched $vv_print = $vv_size = 0; ## running totals. ## set default options, in case the rc file wants them $opt{'TTY'}= 1 if -t STDOUT; ## want to know this for debugging message stuff $STDERR_IS_TTY = -t STDERR ? 1 : 0; $STDERR_SCREWS_STDOUT = ($STDERR_IS_TTY && -t STDOUT) ? 1 : 0; $0 =~ s,.*/,,; ## clean up $0 for any diagnostics we'll be printing. } ## ## Check arguments. ## sub check_args { while (@ARGV && $ARGV[0] =~ m/^-/) { $arg = shift(@ARGV); if ($arg eq '-version' || ($VERBOSE && $arg eq '-help')) { print qq/Jeffrey's file search, version "$version".\n/; exit(0) unless $arg eq '-help'; } if ($arg eq '-help') { print <<INLINE_LITERAL_TEXT; usage: $0 [options] [-e] [PerlRegex ....] OPTIONS TELLING *WHERE* TO SEARCH: -dir DIR start search at the named directory (default is current dir). -xdev stay on starting file system. -sort sort the files in each directory before processing. -nolinks don't follow symbolic links. OPTIONS TELLING WHICH FILES TO EVEN CONSIDER: -mtime # consider files modified > # days ago (-# for < # days old) -newer FILE consider files modified more recently than FILE (also -older) -name GLOB consider files whose name matches pattern (also -regex). -skip GLOB opposite of -name: identifies files to not consider. -path GLOB like -name, but for files whose whole path is described. -dpath/-dregex/-dskip versions for selecting or pruning directories. -all don't skip any files marked to be skipped by the startup file. -x<SPECIAL> (see manual, and/or try -showrc). -why report why a file isn't checked (also implied by -vvvv). OPTIONS TELLING WHAT TO DO WITH FILES THAT WILL BE CONSIDERED: -f | -find just list files (PerlRegex ignored). Default is to grep them. -ff | -ffind Does a faster -find (implies -find -all -dorep) OPTIONS CONTROLLING HOW THE SEARCH IS DONE (AND WHAT IS PRINTED): -l | -list only list files with matches, not the lines themselves. -nice | -nnice print more "human readable" output. -n prefix each output line with its line number in the file. -h don't prefix output lines with file name. -u also look "inside" manpage-style underlined text -i do case-insensitive searching. -w match words only (as defined by perl's \\b). OTHER OPTIONS: -v, -vv, -vvv various levels of message verbosity. -e end of options (in case a regex looks like an option). -showrc show what the rc file sets, then exit. -norc don't load the rc file. -dorep check files with multiple hard links multiple times. INLINE_LITERAL_TEXT print "Use -v -help for more verbose help.\n" unless $VERBOSE; print "This script file is also a man page.\n" unless $stripped; print <<INLINE_LITERAL_TEXT if $VERBOSE; If -f (or -find) given, PerlRegex is optional and ignored. Otherwise, will search for files with lines matching any of the given regexes. Combining things like -name and -mtime implies boolean AND. However, duplicating things (such as -name '*.c' -name '*.txt') implies OR. -mtime may be given floating point (i.e. 1.5 is a day and a half). -iskip/-idskip/-ipath/... etc are case-insensitive versions. If any letter in -newer/-older is upper case, "or equal" is inserted into the test. INLINE_LITERAL_TEXT exit(0); } $DOREP=1, next if $arg eq '-dorep'; ## do repeats $DO_SORT=1, next if $arg eq '-sort'; ## sort files $NOLINKS=1, next if $arg eq '-nolinks'; ## no sym. links $PREPEND_FILENAME=0, next if $arg eq '-h'; ## no filename prefix $REPORT_LINENUM=1, next if $arg eq '-n'; ## show line numbers $WHY=1, next if $arg eq '-why'; ## tell why skipped $XDEV=1, next if $arg eq '-xdev'; ## don't leave F.S. $all=1,$opt{'-all'}=1,next if $arg eq '-all'; ## don't skip *.Z, etc $iflag='i', next if $arg eq '-i'; ## ignore case $norc=1, next if $arg eq '-norc'; ## don't load rc file $showrc=1, next if $arg eq '-showrc'; ## show rc file $underlineOK=1, next if $arg eq '-u'; ## look through underln. $words=1, next if $arg eq '-w'; ## match "words" only &strip if $arg eq '-strip'; ## dump this program last if $arg eq '-e'; $DELAY=$1, next if $arg =~ m/-delay(\d+)/; $FIND_ONLY=1, next if $arg =~/^-f(ind)?$/;## do "find" only $FIND_ONLY=1, $DOREP=1, $all=1, next if $arg =~/^-ff(ind)?$/;## fast -find $LIST_ONLY=1,$opt{'-list'}=1, next if $arg =~/^-l(ist)?$/;## only list files if ($arg =~ m/^-(v+)$/) { ## verbosity $VERBOSE =length($1); foreach $len (1..$VERBOSE) { $opt{'-'.('v' x $len)}=1 } next; } if ($arg =~ m/^-(n+)ice$/) { ## "nice" output $NICE =length($1); foreach $len (1..$NICE) { $opt{'-'.('n' x $len).'ice'}=1 } next; } if ($arg =~ m/^-(i?)(d?)skip$/) { local($i) = $1 eq 'i'; local($d) = $2 eq 'd'; $! = 2, die qq/$0: expecting glob arg to -$arg\n/ unless @ARGV; foreach (split(/\s+/, shift @ARGV)) { if ($d) { $idskip{$_}=1 if $i; $dskip{$_}=1; } else { $iskip{$_}=1 if $i; $skip{$_}=1; } } next; } if ($arg =~ m/^-(i?)(d?)(regex|path|name)$/) { local($i) = $1 eq 'i'; $! = 2, die qq/$0: expecting arg to -$arg\n/ unless @ARGV; foreach (split(/\s+/, shift @ARGV)) { $iname{join(',', $arg, $_)}=1 if $i; $name{join(',', $arg, $_)}=1; } next; } if ($arg =~ m/^-d?dir$/) { $opt{'-dir'}=1; $! = 2, die qq/$0: expecting filename arg to -$arg\n/ unless @ARGV; $start = shift(@ARGV); $start =~ s#^~(/+|$)#$ENV{'HOME'}$1# if defined $ENV{'HOME'}; $! = 2, die qq/$0: can't find ${arg}'s "$start"\n/ unless -e $start; $! = 2, die qq/$0: ${arg}'s "$start" not a directory.\n/ unless -d _; undef(@todo), $opt{'-ddir'}=1 if $arg eq '-ddir'; push(@todo, $start); next; } if ($arg =~ m/^-(new|old)er$/i) { $! = 2, die "$0: expecting filename arg to -$arg\n" unless @ARGV; local($file, $time) = shift(@ARGV); $! = 2, die qq/$0: can't stat -${arg}'s "$file"./ unless $time = (stat($file))[$STAT_MTIME]; local($upper) = $arg =~ tr/A-Z//; if ($arg =~ m/new/i) { $time++ unless $upper; $NEWER = $time if $NEWER < $time; } else { $time-- unless $upper; $OLDER = $time if $OLDER == 0 || $OLDER > $time; } next; } if ($arg =~ m/-mtime/) { $! = 2, die "$0: expecting numerical arg to -$arg\n" unless @ARGV; local($days) = shift(@ARGV); $! = 2, die qq/$0: inappropriate arg ($days) to $arg\n/ if $days==0; $days *= 3600 * 24; if ($days < 0) { local($time) = $^T + $days; $NEWER = $time if $NEWER < $time; } else { local($time) = $^T - $days; $OLDER = $time if $OLDER == 0 || $OLDER > $time; } next; } ## special user options if ($arg =~ m/^-x(.+)/) { foreach (split(/[\s,]+/, $1)) { $user_opt{$_} = $opt{$_}= 1; } next; } $! = 2, die "$0: unknown arg [$arg]\n"; } } ## ## Given a filename glob, return a regex. ## If the glob has no globbing chars (no * ? or [..]), then ## prepend an effective '*' to it. ## sub glob_to_regex { local($glob) = @_; local(@parts) = $glob =~ m/\\.|[*?]|\[]?[^]]*]|[^[\\*?]+/g; local($trueglob)=0; foreach (@parts) { if ($_ eq '*' || $_ eq '?') { $_ = ".$_"; $trueglob=1; ## * and ? are a real glob } elsif (substr($_, 0, 1) eq '[') { $trueglob=1; ## [..] is a real glob } else { s/^\\//; ## remove any leading backslash; s/\W/\\$&/g; ## now quote anything dangerous; } } unshift(@parts, '.*') unless $trueglob; join('', '^', @parts, '$'); } sub prepare_to_search { local($rc_file) = @_; $HEADER_BYTES=0; ## Might be set nonzero in &read_rc; $last_message_length = 0; ## For &message and &clear_message. &read_rc($rc_file, $showrc) unless $norc; exit(0) if $showrc; $NEXT_DIR_ENTRY = $DO_SORT ? 'shift @files' : 'readdir(DIR)'; $WHY = 1 if $VERBOSE > 3; ## Arg -vvvv or above implies -why. @todo = ('.') if @todo == 0; ## Where we'll start looking ## see if any user options were specified that weren't accounted for foreach $opt (keys %user_opt) { next if defined $seen_opt{$opt}; warn "warning: -x$opt never considered.\n"; } die "$0: multiple time constraints exclude all possible files.\n" if ($NEWER && $OLDER) && ($NEWER > $OLDER); ## ## Process any -skip/-iskip args that had been given ## local(@skip_test); foreach $glob (keys %skip) { $i = defined($iskip{$glob}) ? 'i': ''; push(@skip_test, '$name =~ m/'. &glob_to_regex($glob). "/$i"); } if (@skip_test) { $SKIP_TEST = join('||',@skip_test); $DO_SKIP_TEST = 1; } else { $DO_SKIP_TEST = $SKIP_TEST = 0; } ## ## Process any -dskip/-idskip args that had been given ## local(@dskip_test); foreach $glob (keys %dskip) { $i = defined($idskip{$glob}) ? 'i': ''; push(@dskip_test, '$name =~ m/'. &glob_to_regex($glob). "/$i"); } if (@dskip_test) { $DSKIP_TEST = join('||',@dskip_test); $DO_DSKIP_TEST = 1; } else { $DO_DSKIP_TEST = $DSKIP_TEST = 0; } ## ## Process any -name, -path, -regex, etc. args that had been given. ## undef @name_test; undef @dname_test; foreach $key (keys %name) { local($type, $pat) = split(/,/, $key, 2); local($i) = defined($iname{$key}) ? 'i' : ''; if ($type =~ /regex/) { $pat =~ s/!/\\!/g; $test = "\$name =~ m!^$pat\$!$i"; } else { local($var) = $type eq 'name' ? '$name' : '$file'; $test = "$var =~ m/". &glob_to_regex($pat). "/$i"; } if ($type =~ m/^-i?d/) { push(@dname_test, $test); } else { push(@name_test, $test); } } if (@name_test) { $GLOB_TESTS = join('||', @name_test); $DO_GLOB_TESTS = 1; } else { $GLOB_TESTS = $DO_GLOB_TESTS = 0; } if (@dname_test) { $DGLOB_TESTS = join('||', @dname_test); $DO_DGLOB_TESTS = 1; } else { $DGLOB_TESTS = $DO_DGLOB_TESTS = 0; } ## ## Process any 'magic' things from the startup file. ## if (@magic_tests && $HEADER_BYTES) { ## the $magic' one is for when &dodir is not inlined $tests = join('||',@magic_tests); $MAGIC_TESTS = " { package magic; \$val = ($tests) }"; $DO_MAGIC_TESTS = 1; } else { $MAGIC_TESTS = 1; $DO_MAGIC_TESTS = 0; } ## ## Prepare regular expressions. ## { local(@regex_tests); if ($LIST_ONLY) { $mflag = ''; ## need to have $* set, but perl5 just won''t shut up about it. if ($] >= 5) { $mflag = 'm'; } else { eval ' $* = 1 '; } } ## ## Until I figure out a better way to deal with it, ## We have to worry about a regex like [^xyz] when doing $LIST_ONLY. ## Such a regex *will* match \n, and if I'm pulling in multiple ## lines, it can allow lines to match that would otherwise not match. ## ## Therefore, if there is a '[^' in a regex, we can NOT take a chance ## an use the fast listonly. ## $CAN_USE_FAST_LISTONLY = $LIST_ONLY; local(@extra); local($underline_glue) = ($] >= 5) ? '(:?_\cH)?' : '(_\cH)?'; while (@ARGV) { $regex = shift(@ARGV); ## ## If watching for underlined things too, add another regex. ## if ($underlineOK) { if ($regex =~ m/[?*+{}()\\.|^\$[]/) { warn "$0: warning, can't underline-safe '$regex'.\n"; } else { $regex = join($underline_glue, split(//, $regex)); } } ## If nothing special in the regex, just use index... ## is quite a bit faster. if (($iflag eq '') && ($words == 0) && $regex !~ m/[?*+{}()\\.|^\$[]/) { push(@regex_tests, "(index(\$_, q+$regex+)>=0)"); } else { $regex =~ s#[\$\@\/]\w#\\$&#; if ($words) { if ($regex =~ m/\|/) { ## could be dangerous -- see if we can wrap in parens. if ($regex =~ m/\\\d/) { warn "warning: -w and a | in a regex is dangerous.\n" } else { $regex = join($regex, '(', ')'); } } $regex = join($regex, '\b', '\b'); } $CAN_USE_FAST_LISTONLY = 0 if substr($regex, "[^") >= 0; push(@regex_tests, "m/$regex/$iflag$mflag"); } ## If we're done, but still have @extra to do, get set for that. if (@ARGV == 0 && @extra) { @ARGV = @extra; ## now deal with the extra stuff. $underlineOK = 0; ## but no more of this. undef @extra; ## or this. } } if (@regex_tests) { $REGEX_TEST = join('||', @regex_tests); ## print STDERR $REGEX_TEST, "\n"; exit; } else { ## must be doing -find -- just give something syntactically correct. $REGEX_TEST = 1; } } ## ## Make sure we can read the first item(s). ## foreach $start (@todo) { $! = 2, die qq/$0: can't stat "$start"\n/ unless ($dev,$inode) = (stat($start))[$STAT_DEV,$STAT_INODE]; if (defined $dir_done{"$dev,$inode"}) { ## ignore the repeat. warn(qq/ignoring "$start" (same as "$dir_done{"$dev,$inode"}").\n/) if $VERBOSE; next; } ## if -xdev was given, remember the device. $xdev{$dev} = 1 if $XDEV; ## Note that we won't want to do it again $dir_done{"$dev,$inode"} = $start; } } ## ## See the comment above the __END__ above the 'sub dodir' below. ## sub import_program { sub bad { print STDERR "$0: internal error (@_)\n"; exit 2; } ## Read from data, up to next __END__. This will be &dodir. local($/) = "\n__END__"; $prog = <DATA>; close(DATA); $prog =~ s/\beval\b//g; ## remove any 'eval' ## Inline uppercase $-variables by their current values. if ($] >= 5) { $prog =~ s/\$([A-Z][A-Z0-9_]{2,}\b)/ &bad($1) if !defined ${$main::{$1}}; ${$main::{$1}};/eg; } else { $prog =~ s/\$([A-Z][A-Z0-9_]{2,}\b)/local(*VAR) = $_main{$1}; &bad($1) if !defined $VAR; $VAR;/eg; } eval $prog; ## now do it. This will define &dodir; $!=2, die "$0 internal error: $@\n" if $@; } ########################################################################### ## ## Read the .search file: ## Blank lines and lines that are only #-comments ignored. ## Newlines may be escaped to create long lines ## Other lines are directives. ## ## A directive may begin with an optional tag in the form <...> ## Things inside the <...> are evaluated as with: ## <(this || that) && must> ## will be true if ## -xmust -xthis or -xmust -xthat ## were specified on the command line (order doesn't matter, though) ## A directive is not done if there is a tag and it's false. ## Any characters but whitespace and &|()>,! may appear after an -x ## (although "-xdev" is special). -xmust,this is the same as -xmust -xthis. ## Something like -x~ would make <~> true, and <!~> false. ## ## Directives are in the form: ## option: STRING ## magic : NUMBYTES : EXPR ## ## With option: ## The STRING is parsed like a Bourne shell command line, and the ## options are used as if given on the command line. ## No comments are allowed on 'option' lines. ## Examples: ## # skip objects and libraries ## option: -skip '.o .a' ## # skip emacs *~ and *# files, unless -x~ given: ## <!~> option: -skip '~ #' ## ## With magic: ## EXPR can be pretty much any perl (comments allowed!). ## If it evaluates to true for any particular file, it is skipped. ## The only info you'll have about a file is the variable $H, which ## will have at least the first NUMBYTES of the file (less if the file ## is shorter than that, of course, and maybe more). You'll also have ## any variables you set in previous 'magic' lines. ## Examples: ## magic: 6 : ($x6 = substr($H, 0, 6)) eq 'GIF87a' ## magic: 6 : $x6 eq 'GIF89a' ## ## magic: 6 : (($x6 = substr($H, 0, 6)) eq 'GIF87a' ## old gif \ ## || $x6 eq 'GIF89a' ## new gif ## (the above two sets are the same) ## ## Check the first 32 bytes for "binarish" looking bytes. ## ## Don't blindly dump on any high-bit set, as non-ASCII text ## ## often has them set. \x80 and \xff seem to be special, though. ## ## Require two in a row to not get things like perl's $^T. ## ## This is known to get *.Z, *.gz, pkzip, *.elc and about any ## ## executable you'll find. ## magic: 32 : $H =~ m/[\x00-\x06\x10-\x1a\x1c-\x1f\x80\xff]{2}/ ## sub read_rc { local($file, $show) = @_; local($line_num, $ln, $tag) = 0; local($use_default, @default) = 0; { package magic; $^W= 0; } ## turn off warnings for when we run EXPR's unless (open(RC, "$file")) { $use_default=1; $file = "<internal default startup file>"; ## no RC file -- use this default. @default = split(/\n/,<<'--------INLINE_LITERAL_TEXT'); magic: 32 : $H =~ m/[\x00-\x06\x10-\x1a\x1c-\x1f\x80\xff]{2}/ option: -skip '.a .elc .gz .o .pbm .xbm .dvi' option: -iskip '.com .exe .lib .pdb .tarz .zip .z .lzh .jpg .jpeg .gif .uu' <!~> option: -skip '~ #' --------INLINE_LITERAL_TEXT } ## ## Make an eval error pretty. ## sub clean_eval_error { local($_) = @_; s/ in file \(eval\) at line \d+,//g; ## perl4-style error s/ at \(eval \d+\) line \d+,//g; ## perl5-style error $_ = $` if m/\n/; ## remove all but first line "$_\n"; } print "reading RC file: $file\n" if $show; while (defined($_ = ($use_default ? shift(@default) : <RC>))) { $ln = ++$line_num; ## note starting line num. $_ .= <RC>, $line_num++ while s/\\\n?$/\n/; ## allow continuations next if /^\s*(#.*)?$/; ## skip blank or comment-only lines. $do = ''; ## look for an initial <...> tag. if (s/^\s*<([^>]*)>//) { ## This simple s// will make the tag ready to eval. ($tag = $msg = $1) =~ s/[^\s&|(!)]+/ $seen_opt{$&}=1; ## note seen option "defined(\$opt{q>$&>})" ## (q>> is safe quoting here) /eg; ## see if the tag is true or not, abort this line if not. $dothis = (eval $tag); $!=2, die "$file $ln <$msg>: $_".&clean_eval_error($@) if $@; if ($show) { $msg =~ s/[^\s&|(!)]+/-x$&/; $msg =~ s/\s*!\s*/ no /g; $msg =~ s/\s*&&\s*/ and /g; $msg =~ s/\s*\|\|\s*/ or /g; $msg =~ s/^\s+//; $msg =~ s/\s+$//; $do = $dothis ? "(doing because $msg)" : "(do if $msg)"; } elsif (!$dothis) { next; } } if (m/^\s*option\s*:\s*/) { next if $all && !$show; ## -all turns off these checks; local($_) = $'; s/\n$//; local($orig) = $_; print " $do option: $_\n" if $show; local($0) = "$0 ($file)"; ## for any error message. local(@ARGV); local($this); ## ## Parse $_ as a Bourne shell line -- fill @ARGV ## while (length) { if (s/^\s+//) { push(@ARGV, $this) if defined $this; undef $this; next; } $this = '' if !defined $this; $this .= $1 while s/^'([^']*)'// || s/^"([^"]*)"// || s/^([^'"\s\\]+)//|| s/^(\\[\D\d])//; die "$file $ln: error parsing $orig at $_\n" if m/^\S/; } push(@ARGV, $this) if defined $this; &check_args; die qq/$file $ln: unused arg "@ARGV".\n/ if @ARGV; next; } if (m/^\s*magic\s*:\s*(\d+)\s*:\s*/) { next if $all && !$show; ## -all turns off these checks; local($bytes, $check) = ($1, $'); if ($show) { $check =~ s/\n?$/\n/; print " $do contents: $check"; } ## Check to make sure the thing at least compiles. eval "package magic; (\$H = '1'x \$main'bytes) && (\n$check\n)\n"; $! = 2, die "$file $ln: ".&clean_eval_error($@) if $@; $HEADER_BYTES = $bytes if $bytes > $HEADER_BYTES; push(@magic_tests, "(\n$check\n)"); next; } $! = 2, die "$file $ln: unknown command\n"; } close(RC); } sub message { if (!$STDERR_IS_TTY) { print STDERR $_[0], "\n"; } else { local($text) = @_; $thislength = length($text); if ($thislength >= $last_message_length) { print STDERR $text, "\r"; } else { print STDERR $text, ' 'x ($last_message_length-$thislength),"\r"; } $last_message_length = $thislength; } } sub clear_message { print STDERR ' ' x $last_message_length, "\r" if $last_message_length; $vv_print = $vv_size = $last_message_length = 0; } ## ## Output a copy of this program with comments, extra whitespace, and ## the trailing man page removed. On an ultra slow machine, such a copy ## might load faster (but I can't tell any difference on my machine). ## sub strip { seek(DATA, 0, 0) || die "$0: can't reset internal pointer.\n"; while(<DATA>) { print, next if /INLINE_LITERAL_TEXT/.../INLINE_LITERAL_TEXT/; ## must mention INLINE_LITERAL_TEXT on this line! s/\#\#.*|^\s+|\s+$//; ## remove cruft last if $_ eq '.00;'; next if ($_ eq '') || ($_ eq "'di'") || ($_ eq "'ig00'"); s/\$stripped=0;/\$stripped=1;/; s/\s\s+/ /; ## squish multiple whitespaces down to one. print $_, "\n"; } exit(0); } ## ## Just to shut up -w. Never executed. ## sub dummy { 1 || &dummy || &dir_done || &bad || &message || $NEXT_DIR_ENTRY || $DELAY || $VV_SIZE || $VV_PRINT_COUNT || $STDERR_SCREWS_STDOUT || @files || @files || $magic'H || $magic'H || $xdev{''} || &clear_message; } ## ## If the following __END__ is in place, what follows will be ## inlined when the program first starts up. Any $ variable name ## all in upper case, specifically, any string matching ## \$([A-Z][A-Z0-9_]{2,}\b ## will have the true value for that variable inlined. Also, any 'eval' is ## removed ## ## The idea is that when the whole thing is then eval'ed to define &dodir, ## the perl optimizer will make all the decisions that are based upon ## command-line options (such as $VERBOSE), since they'll be inlined as ## constants ## ## Also, and here's the big win, the tests for matching the regex, and a ## few others, are all inlined. Should be blinding speed here. ## ## See the read from <DATA> above for where all this takes place. ## But all-in-all, you *want* the __END__ here. Comment it out only for ## debugging.... ## __END__ ## ## Given a directory, check all "appropriate" files in it. ## Shove any subdirectories into the global @todo, so they'll be done ## later. ## ## Be careful about adding any upper-case variables, as they are subject ## to being inlined. See comments above the __END__ above. ## sub dodir { local($dir) = @_; $dir =~ s,/+$,,; ## remove any trailing slash. unless (opendir(DIR, "$dir/.")) { &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; warn qq($0: can't opendir "$dir/".\n); return; } if ($VERBOSE) { &message($dir); $vv_print = $vv_size = 0; } @files = sort readdir(DIR) if $DO_SORT; while (defined($name = eval $NEXT_DIR_ENTRY)) { next if $name eq '.' || $name eq '..'; ## never follow these. ## create full relative pathname. $file = $dir eq '.' ? $name : "$dir/$name"; ## if link and skipping them, do so. if ($NOLINKS && -l $file) { warn qq/skip (symlink): $file\n/ if $WHY; next; } ## skip things unless files or directories unless (-f $file || -d _) { if ($WHY) { $why = (-S _ && "socket") || (-p _ && "pipe") || (-b _ && "block special")|| (-c _ && "char special") || "somekinda special"; warn qq/skip ($why): $file\n/; } next; } ## skip things we can't read unless (-r _) { if ($WHY) { $why = (-l $file) ? "follow" : "read"; warn qq/skip (can't $why): $file\n/; } next; } ## skip things that are empty unless (-s _ || -d _) { warn qq/skip (empty): $file\n/ if $WHY; next; } ## Note file device & inode. If -xdev, skip if appropriate. ($dev, $inode) = (stat(_))[$STAT_DEV, $STAT_INODE]; if ($XDEV && defined $xdev{$dev}) { warn qq/skip (other device): $file\n/ if $WHY; next; } $id = "$dev,$inode"; ## special work for a directory if (-d _) { ## Do checks for directory file endings. if ($DO_DSKIP_TEST && (eval $DSKIP_TEST)) { warn qq/skip (-dskip): $file\n/ if $WHY; next; } ## do checks for -name/-regex/-path tests if ($DO_DGLOB_TESTS && !(eval $DGLOB_TESTS)) { warn qq/skip (dirname): $file\n/ if $WHY; next; } ## _never_ redo a directory if (defined $dir_done{$id} and $^O ne 'MSWin32') { warn qq/skip (did as "$dir_done{$id}"): $file\n/ if $WHY; next; } $dir_done{$id} = $file; ## mark it done. unshift(@todo, $file); ## add to the list to do. next; } if ($WHY == 0 && $VERBOSE > 1) { if ($VERBOSE>2||$vv_print++>$VV_PRINT_COUNT||($vv_size+=-s _)>$VV_SIZE){ &message($file); $vv_print = $vv_size = 0; } } ## do time-related tests if ($NEWER || $OLDER) { $_ = (stat(_))[$STAT_MTIME]; if ($NEWER && $_ < $NEWER) { warn qq/skip (too old): $file\n/ if $WHY; next; } if ($OLDER && $_ > $OLDER) { warn qq/skip (too new): $file\n/ if $WHY; next; } } ## do checks for file endings if ($DO_SKIP_TEST && (eval $SKIP_TEST)) { warn qq/skip (-skip): $file\n/ if $WHY; next; } ## do checks for -name/-regex/-path tests if ($DO_GLOB_TESTS && !(eval $GLOB_TESTS)) { warn qq/skip (filename): $file\n/ if $WHY; next; } ## If we're not repeating files, ## skip this one if we've done it, or note we're doing it. unless ($DOREP) { if (defined $file_done{$id}) { warn qq/skip (did as "$file_done{$id}"): $file\n/ if $WHY; next; } $file_done{$id} = $file; } if ($DO_MAGIC_TESTS) { if (!open(FILE_IN, $file)) { &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; warn qq/$0: can't open: $file\n/; next; } unless (read(FILE_IN, $magic'H, $HEADER_BYTES)) { &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; warn qq/$0: can't read from "$file"\n"/; close(FILE_IN); next; } eval $MAGIC_TESTS; if ($magic'val) { close(FILE_IN); warn qq/skip (magic): $file\n/ if $WHY; next; } seek(FILE_IN, 0, 0); ## reset for later <FILE_IN> } if ($WHY != 0 && $VERBOSE > 1) { if ($VERBOSE>2||$vv_print++>$VV_PRINT_COUNT||($vv_size+=-s _)>$VV_SIZE){ &message($file); $vv_print = $vv_size = 0; } } if ($DELAY) { sleep($DELAY); } if ($FIND_ONLY) { &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; print $file, "\n"; $retval=0; ## we've found something close(FILE_IN) if $DO_MAGIC_TESTS; next; } else { ## if we weren't doing magic tests, file won't be open yet... if (!$DO_MAGIC_TESTS && !open(FILE_IN, $file)) { &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; warn qq/$0: can't open: $file\n/; next; } if ($LIST_ONLY && $CAN_USE_FAST_LISTONLY) { ## ## This is rather complex, but buys us a LOT when we're just ## listing files and not the individual internal lines. ## local($size) = 4096; ## block-size in which to do reads local($nl); ## will point to $_'s ending newline. local($read); ## will be how many bytes read. local($_) = ''; ## Starts out empty local($hold); ## (see below) while (($read = read(FILE_IN,$_,$size,length($_)))||length($_)) { undef @parts; ## if read a full block, but no newline, need to read more. while ($read == $size && ($nl = rindex($_, "\n")) < 0) { push(@parts, $_); ## save that part $read = read(FILE_IN, $_, $size); ## keep trying } ## ## If we had to save parts, must now combine them together. ## adjusting $nl to reflect the now-larger $_. This should ## be a lot more efficient than using any kind of .= in the ## loop above. ## if (@parts) { local($lastlen) = length($_); #only need if $nl >= 0 $_ = join('', @parts, $_); $nl = length($_) - ($lastlen - $nl) if $nl >= 0; } ## ## If we're at the end of the file, then we can use $_ as ## is. Otherwise, we need to remove the final partial-line ## and save it so that it'll be at the beginning of the ## next read (where the rest of the line will be layed in ## right after it). $hold will be what we should save ## until next time. ## if ($read != $size || $nl < 0) { $hold = ''; } else { $hold = substr($_, $nl + 1); substr($_, $nl + 1) = ''; } ## ## Now have a bunch of full lines in $_. Use it. ## if (eval $REGEX_TEST) { &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; print $file, "\n"; $retval=0; ## we've found something last; } ## Prepare for next read.... $_ = $hold; } } else { ## else not using faster block scanning..... $lines_printed = 0 if $NICE; while (<FILE_IN>) { study; next unless (eval $REGEX_TEST); ## ## We found a matching line. ## $retval=0; &clear_message if $VERBOSE && $STDERR_SCREWS_STDOUT; if ($LIST_ONLY) { print $file, "\n"; last; } else { ## prepare to print line. if ($NICE && $lines_printed++ == 0) { print '-' x 70, "\n" if $NICE > 1; print $file, ":\n"; } ## ## Print all the prelim stuff. This looks less efficient ## than it needs to be, but that's so that when the eval ## is compiled (and the tests are optimized away), the ## result will be less actual PRINTs than the more natural ## way of doing these tests.... ## if ($NICE) { if ($REPORT_LINENUM) { print " line $.: "; } else { print " "; } } elsif ($REPORT_LINENUM && $PREPEND_FILENAME) { print "$file,:$.: "; } elsif ($PREPEND_FILENAME) { print "$file: "; } elsif ($REPORT_LINENUM) { print "$.: "; } print $_; print "\n" unless m/\n$/; } } print "\n" if ($NICE > 1) && $lines_printed; } close(FILE_IN); } } closedir(DIR); } __END__ .00; ## finish .ig 'di \" finish diversion--previous line must be blank .nr nl 0-1 \" fake up transition to first page again .nr % 0 \" start at page 1 .\"__________________NORMAL_MAN_PAGE_BELOW_________________ .ll+10n .TH search 1 "Dec 17, 1994" .SH SEARCH search \- search files (a'la grep) in a whole directory tree. .SH SYNOPSIS search [ grep-like and find-like options] [regex ....] .SH DESCRIPTION .I Search is more or less a combo of 'find' and 'grep' (although the regular expression flavor is that of the perl being used, which is closer to egrep's than grep's). .I Search does generally the same kind of thing that .nf find <blah blah> | xargs egrep <blah blah> .fi does, but is .I much more powerful and efficient (and intuitive, I think). This manual describes .I search as of version "941227.4". .SH "QUICK EXAMPLE" Basic use is simple: .nf % search jeff .fi will search files in the current directory, and all sub directories, for files that have "jeff" in them. The lines will be listed with the containing file's name prepended. .PP If you list more than one regex, such as with .nf % search jeff Larry Randal+ 'Stoc?k' 'C.*son' .fi then a line containing any of the regexes will be listed. This makes it effectively the same as .nf % search 'jeff|Larry|Randal+|Stoc?k|C.*son' .fi However, listing them separately is much more efficient (and is easier to type). .PP Note that in the case of these examples, the .B \-w (list whole-words only) option would be useful. .PP Normally, various kinds of files are automatically removed from consideration. If it has has a certain ending (such as ".tar", ".Z", ".o", .etc), or if the beginning of the file looks like a binary, it'll be excluded. You can control exactly how this works -- see below. One quick way to override this is to use the .B \-all option, which means to consider all the files that would normally be automatically excluded. Or, if you're curious, you can use .B \-why to have notes about what files are skipped (and why) printed to stderr. .SH "BASIC OVERVIEW" Normally, the search starts in the current directory, considering files in all subdirectories. You can use the .I ~/.search file to control ways to automatically exclude files. If you don't have this file, a default one will kick in, which automatically add .nf -skip .o .Z .gif .fi (among others) to exclude those kinds of files (which you probably want to skip when searching for text, as is normal). Files that look to be be binary will also be excluded. Files ending with "#" and "~" will also be excluded unless the .B -x~ option is given. You can use .B -showrc to show what kinds of files will normally be skipped. See the section on the startup file for more info. You can use the .B -all option to indicate you want to consider all files that would otherwise be skipped by the startup file. Based upon various other flags (see "WHICH FILES TO CONSIDER" below), more files might be removed from consideration. For example .nf -mtime 3 .fi will exclude files that aren't at least three days old (change the 3 to -3 to exclude files that are more than three days old), while .nf -skip .* .fi would exclude any file beginning with a dot (of course, '.' and '..' are special and always excluded). If you'd like to see what files are being excluded, and why, you can get the list via the .B \-why option. If a file makes it past all the checks, it is then "considered". This usually means it is greped for the regular expressions you gave on the command line. If any of the regexes match a line, the line is printed. However, if .B -list is given, just the filename is printed. Or, if .B -nice is given, a somewhat more (human-)readable output is generated. If you're searching a huge tree and want to keep informed about how the search is progressing, .B -v will print (to stderr) the current directory being searched. Using .B -vv will also print the current file "every so often", which could be useful if a directory is huge. Using .B -vvv will print the update with every file. Below is the full listing of options. .SH "OPTIONS TELLING *WHERE* TO SEARCH" .TP .BI -dir " DIR" Start searching at the named directory instead of the current directory. If multiple .B -dir arguments are given, multiple trees will be searched. .TP .BI -ddir " DIR" Like .B -dir except it flushes any previous .B -dir directories (i.e. "-dir A -dir B -dir C" will search A, B, and C, while "-dir A -ddir B -dir C" will search only B and C. This might be of use in the startup file (see that section below). .TP .B -xdev Stay on the same filesystem as the starting directory/directories. .TP .B -sort Sort the items in a directory before processing them. Normally they are processed in whatever order they happen to be read from the directory. .TP .B -nolinks Don't follow symbolic links. Normally they're followed. .SH "OPTIONS CONTROLLING WHICH FILES TO CONSIDER AND EXCLUDE" .TP .BI -mtime " NUM" Only consider files that were last changed more than .I NUM days ago (less than .I NUM days if .I NUM has '-' prepended, i.e. "-mtime -2.5" means to consider files that have been changed in the last two and a half days). .TP .B -older FILE Only consider files that have not changed since .I FILE was last changed. If there is any upper case in the "-older", "or equal" is added to the sense of the test. Therefore, "search -older ./file regex" will never consider "./file", while "search -Older ./file regex" will. If a file is a symbolic link, the time used is that of the file and not the link. .TP .BI -newer " FILE" Opposite of .BR -older . .TP .BI -name " GLOB" Only consider files that match the shell filename pattern .IR GLOB . The check is only done on a file's name (use .B -path to check the whole path, and use .B -dname to check directory names). Multiple specifications can be given by separating them with spaces, a'la .nf -name '*.c *.h' .fi to consider C source and header files. If .I GLOB doesn't contain any special pattern characters, a '*' is prepended. This last example could have been given as .nf -name '.c .h' .fi It could also be given as .nf -name .c -name .h .fi or .nf -name '*.c' -name '*.h' .fi or .nf -name '*.[ch]' .fi (among others) but in this last case, you have to be sure to supply the leading '*'. .TP .BI -path " GLOB" Like .B -name except the entire path is checked against the pattern. .TP .B -regex " REGEX" Considers files whose names (not paths) match the given perl regex exactly. .TP .BI -iname " GLOB" Case-insensitive version of .BR -name . .TP .BI -ipath " GLOB" Case-insensitive version of .BR -path . .TP .BI -iregex " REGEX" Case-insensitive version of .BR -regex . .TP .BI -dpath " GLOB" Only search down directories whose path matches the given pattern (this doesn't apply to the initial directory given by .BI -dir , of course). Something like .nf -dir /usr/man -dpath /usr/man/man* .fi would completely skip "/usr/man/cat1", "/usr/man/cat2", etc. .TP .BI -dskip " GLOB" Skips directories whose name (not path) matches the given pattern. Something like .nf -dir /usr/man -dskip cat* .fi would completely skip any directory in the tree whose name begins with "cat" (including "/usr/man/cat1", "/usr/man/cat2", etc.). .TP .BI -dregex " REGEX" Like .BI -dpath , but the pattern is a full perl regex. Note that this quite different from .B -regex which considers only file names (not paths). This option considers full directory paths (not just names). It's much more useful this way. Sorry if it's confusing. .TP .BI -dpath " GLOB" This option exists, but is probably not very useful. It probably wants to be like the '-below' or something I mention in the "TODO" section. .TP .BI -idpath " GLOB" Case-insensitive version of .BR -dpath . .TP .BI -idskip " GLOB" Case-insensitive version of .BR -dskip . .TP .BI -idregex " REGEX" Case-insensitive version of .BR -dregex . .TP .B -all Ignore any 'magic' or 'option' lines in the startup file. The effect is that all files that would otherwise be automatically excluded are considered. .TP .BI -x SPECIAL Arguments starting with .B -x (except .BR -xdev , explained elsewhere) do special interaction with the .I ~/.search startup file. Something like .nf -xflag1 -xflag2 .fi will turn on "flag1" and "flag2" in the startup file (and is the same as "-xflag1,flag2"). You can use this to write your own rules for what kinds of files are to be considered. For example, the internal-default startup file contains the line .nf <!~> option: -skip '~ #' .fi This means that if the .B -x~ flag is .I not seen, the option .nf -skip '~ #' .fi should be done. The effect is that emacs temp and backup files are not normally considered, but you can included them with the -x~ flag. You can write your own rules to customize .I search in powerful ways. See the STARTUP FILE section below. .TP .B -why Print a message (to stderr) when and why a file is not considered. .SH "OPTIONS TELLING WHAT TO DO WITH FILES THAT WILL BE CONSIDERED" .TP .B -find (you can use .B -f as well). This option changes the basic action of .IR search . Normally, if a file is considered, it is searched for the regular expressions as described earlier. However, if this option is given, the filename is printed and no searching takes place. This turns .I search into a 'find' of some sorts. In this case, no regular expressions are needed on the command line (any that are there are silently ignored). This is not intended to be a replacement for the 'find' program, but to aid you in understanding just what files are getting past the exclusion checks. If you really want to use it as a sort of replacement for the 'find' program, you might want to use .B -all so that it doesn't waste time checking to see if the file is binary, etc (unless you really want that, of course). If you use .BR -find , none of the "GREP-LIKE OPTIONS" (below) matter. As a replacement for 'find', .I search is probably a bit slower (or in the case of GNU find, a lot slower -- GNU find is .I unbelievably fast). However, "search -ffind" might be more useful than 'find' when options such as .B -skip are used (at least until 'find' gets such functionality). .TP .B -ffind (or .BR -ff ) A faster more 'find'-like find. Does .nf -find -all -dorep .fi .SH "GREP-LIKE OPTIONS" These options control how a searched file is accessed, and how things are printed. .TP .B -i Ignore letter case when matching. .TP .B -w Consider only whole-word matches ("whole word" as defined by perl's "\\b" regex). .TP .B -u If the regex(es) is/are simple, try to modify them so that they'll work in manpage-like underlined text (i.e. like _^Ht_^Hh_^Hi_^Hs). This is very rudimentary at the moment. .TP .B -list (you can use .B -l too). Don't print matching lines, but the names of files that contain matching lines. This will likely be *much* faster, as special optimizations are made -- particularly with large files. .TP .B -n Pepfix each line by its line number. .TP .B -nice Not a grep-like option, but similar to .BR -list , so included here. .B -nice will have the output be a bit more human-readable, with matching lines printed slightly indented after the filename, a'la .nf % search foo somedir/somefile: line with foo in it somedir/somefile: some food for thought anotherdir/x: don't be a buffoon! % .fi will become .nf % search -nice foo somedir/somefile: line with foo in it some food for thought anotherdir/x: don't be a buffoon! % .fi This option due to Lionel Cons. .TP .B -nnice Be a bit nicer than .BR -nice . Prefix each file's output by a rule line, and follow with an extra blank line. .TP .B -h Don't prepend each output line with the name of the file (meaningless when .B -find or .B -l are given). .SH "OTHER OPTIONS" .TP .B -help Print the usage information. .TP .B -version Print the version information and quit. .TP .B -v Set the level of message verbosity. .B -v will print a note whenever a new directory is entered. .B -vv will also print a note "every so often". This can be useful to see what's happening when searching huge directories. .B -vvv will print a new with every file. .B -vvvv is -vvv plus .BR -why . .TP .B -e This ends the options, and can be useful if the regex begins with '-'. .TP .B -showrc Shows what is being considered in the startup file, then exits. .TP .B -dorep Normally, an identical file won't be checked twice (even with multiple hard or symbolic links). If you're just trying to do a fast .BR -find , the bookkeeping to remember which files have been seen is not desirable, so you can eliminate the bookkeeping with this flag. .SH "STARTUP FILE" When .I search starts up, it processes the directives in .IR ~/.search . If no such file exists, a default internal version is used. The internal version looks like: .nf magic: 32 : $H =~ m/[\ex00-\ex06\ex10-\ex1a\ex1c-\ex1f\ex80\exff]{2}/ option: -skip '.a .COM .elc .EXE .gz .o .pbm .xbm .dvi' option: -iskip '.tarz .zip .z .lzh .jpg .jpeg .gif .uu' <!~> option: -skip '~ #' .fi If you wish to create your own "~/.search", you might consider copying the above, and then working from there. There are two kinds of directives in a startup file: "magic" and "option". .RS 0n .TP OPTION Option lines will automatically do the command-line options given. For example, the line .nf option: -v .fi in you startup file will turn on -v every time, without needing to type it on the command line. The text on the line after the "option:" directive is processed like the Bourne shell, so make sure to pay attention to quoting. .nf option: -skip .exe .com .fi will give an error (".com" by itself isn't a valid option), while .nf option: -skip ".exe .com" .fi will properly include it as part of -skip's argument. .TP MAGIC Magic lines are used to determine if a file should be considered a binary or not (the term "magic" refers to checking a file's magic number). These are described in more detail below. .RE Blank lines and comments (lines beginning with '#') are allowed. If a line begins with <...>, then it's a check to see if the directive on the line should be done or not. The stuff inside the <...> can contain perl's && (and), || (or), ! (not), and parens for grouping, along with "flags" that might be indicated by the user with .BI -x flag options. For example, using "-xfoo" will cause "foo" to be true inside the <...> blocks. Therefore, a line beginning with "<foo>" would be done only when "-xfoo" had been specified, while a line beginning with "<!foo>" would be done only when "-xfoo" is not specified (of course, a line without any <...> is done in either case). A realistic example might be .nf <!v> -vv .fi This will cause -vv messages to be the default, but allow "-xv" to override. There are a few flags that are set automatically: .RS .TP .B TTY true if the output is to the screen (as opposed to being redirected to a file). You can force this (as with all the other automatic flags) with -xTTY. .TP .B -v True if -v was specified. If -vv was specified, both .B -v and .B -vv flags are true (and so on). .TP .B -nice True if -nice was specified. Same thing about -nnice as for -vv. .PP .TP .B -list true if -list (or -l) was given. .TP .B -dir true if -dir was given. .RE Using this info, you might change the last example to .nf <!v && !-v> option: -vv .fi The added "&& !-v" means "and if the '-v' option not given". This will allow you to use "-v" alone on the command line, and not have this directive add the more verbose "-vv" automatically. .RS 0 Some other examples: .TP <!-dir && !here> option: -dir ~/ Effectively make the default directory your home directory (instead of the current directory). Using -dir or -xhere will undo this. .TP <tex> option: -name .tex -dir ~/pub Create '-xtex' to search only "*.tex" files in your ~/pub directory tree. Actually, this could be made a bit better. If you combine '-xtex' and '-dir' on the command line, this directive will add ~/pub to the list, when you probably want to use the -dir directory only. You could do .nf <tex> option: -name .tex <tex && !-dir> option: -dir ~/pub .fi to will allow '-xtex' to work as before, but allow a command-line "-dir" to take precedence with respect to ~/pub. .TP <fluff> option: -nnice -sort -i -vvv Combine a few user-friendly options into one '-xfluff' option. .TP <man> option: -ddir /usr/man -v -w When the '-xman' option is given, search "/usr/man" for whole-words (of whatever regex or regexes are given on the command line), with -v. .RE The lines in the startup file are executed from top to bottom, so something like .nf <both> option: -xflag1 -xflag2 <flag1> option: ...whatever... <flag2> option: ...whatever... .fi will allow '-xboth' to be the same as '-xflag1 -xflag2' (or '-xflag1,flag2' for that matter). However, if you put the "<both>" line below the others, they will not be true when encountered, so the result would be different (and probably undesired). The "magic" directives are used to determine if a file looks to be binary or not. The form of a magic line is .nf magic: \fISIZE\fP : \fIPERLCODE\fP .fi where .I SIZE is the number of bytes of the file you need to check, and .I PERLCODE is the code to do the check. Within .IR PERLCODE , the variable $H will hold at least the first .I SIZE bytes of the file (unless the file is shorter than that, of course). It might hold more bytes. The perl should evaluate to true if the file should be considered a binary. An example might be .nf magic: 6 : substr($H, 0, 6) eq 'GIF87a' .fi to test for a GIF ("-iskip .gif" is better, but this might be useful if you have images in files without the ".gif" extension). Since the startup file is checked from top to bottom, you can be a bit efficient: .nf magic: 6 : ($x6 = substr($H, 0, 6)) eq 'GIF87a' magic: 6 : $x6 eq 'GIF89a' .fi You could also write the same thing as .nf magic: 6 : (($x6 = substr($H, 0, 6)) eq 'GIF87a') || ## an old gif, or.. \e $x6 eq 'GIF89a' ## .. a new one. .fi since newlines may be escaped. The default internal startup file includes .nf magic: 32 : $H =~ m/[\ex00-\ex06\ex10-\ex1a\ex1c-\ex1f\ex80\exff]{2}/ .fi which checks for certain non-printable characters, and catches a large number of binary files, including most system's executables, linkable objects, compressed, tarred, and otherwise folded, spindled, and mutilated files. Another example might be .nf ## an archive library magic: 17 : substr($H, 0, 17) eq "!<arch>\en__.SYMDEF" .fi .SH "RETURN VALUE" .I Search returns zero if lines (or files, if appropriate) were found, or if no work was requested (such as with .BR -help ). Returns 1 if no lines (or files) were found. Returns 2 on error. .SH TODO Things I'd like to add some day: .nf + show surrounding lines (context). + highlight matched portions of lines. + add '-and', which can go between regexes to override the default logical or of the regexes. + add something like -below GLOB which will examine a tree and only consider files that lie in a directory deeper than one named by the pattern. + add 'warning' and 'error' directives. + add 'help' directive. .fi .SH BUGS If -xdev and multiple -dir arguments are given, any file in any of the target filesystems are allowed. It would be better to allow each filesystem for each separate tree. Multiple -dir args might also cause some confusing effects. Doing .nf -dir some/dir -dir other .fi will search "some/dir" completely, then search "other" completely. This is good. However, something like .nf -dir some/dir -dir some/dir/more/specific .fi will search "some/dir" completely *except for* "some/dir/more/specific", after which it will return and be searched. Not really a bug, but just sort of odd. File times (for -newer, etc.) of symbolic links are for the file, not the link. This could cause some misunderstandings. Probably more. Please let me know. .SH AUTHOR Jeffrey Friedl, Omron Corp (jfriedl@omron.co.jp) .br http://www.wg.omron.co.jp/cgi-bin/j-e/jfriedl.html .SH "LATEST SOURCE" See http://www.wg.omron.co.jp/~jfriedl/perl/index.html __END__ :endofperl
mishin/dwimperl-windows
strawberry-perl-5.20.0.1-32bit-portable/perl/bin/search.bat
bat
gpl-2.0
57,162
@echo off @set VETTED_REVISION_NUMBER=3216 install_gsas_common.bat -v %VETTED_REVISION_NUMBER% %*
ScreamingUdder/mantid
scripts/GSAS-II/install_gsas_vetted.bat
bat
gpl-3.0
98
REM packaging cryptopp if not exist package\cryptopp mkdir package\cryptopp if not exist package\cryptopp\%PLATFORM% mkdir package\cryptopp\%PLATFORM% if not exist package\cryptopp\%PLATFORM%\lib mkdir package\cryptopp\%PLATFORM%\lib if not exist package\cryptopp\%PLATFORM%\include mkdir package\cryptopp\%PLATFORM%\include if not exist package\cryptopp\%PLATFORM%\include\cryptopp mkdir package\cryptopp\%PLATFORM%\include\cryptopp cd package\cryptopp\%PLATFORM% if %PLATFORM% == Win32 ( if %CONFIGURATION% == Release cmake -E copy ..\..\..\build\cryptopp\win\Release\LibCryptoPP.lib lib\cryptopp.lib if %CONFIGURATION% == Debug cmake -E copy ..\..\..\build\cryptopp\win\Debug\LibCryptoPP.lib lib\cryptoppd.lib ) if %PLATFORM% == x64 ( if %CONFIGURATION% == Release cmake -E copy ..\..\..\build\cryptopp\win\x64\Release\LibCryptoPP.lib lib\cryptopp.lib if %CONFIGURATION% == Debug cmake -E copy ..\..\..\build\cryptopp\win\x64\Debug\LibCryptoPP.lib lib\cryptoppd.lib ) xcopy ..\..\..\build\cryptopp\*.h include\cryptopp /sy cd ..\..\..
bcosorg/bcos
deps/bundle_cryptopp.bat
bat
gpl-3.0
1,083