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
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/debounce.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/debounce.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal/components/debounce.o
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.debounce.o.cmd
bat
gpl-2.0
223
@echo off setlocal set Server=%1 set Username=%2 set Password=%3 set Tool=%4 @title=[Tools Instalar/Actualizar (Remoto) - %Tool%] "%~dp0pscp.exe" -P 22 -l %Username% -pw %Password% -C "%~dp0install_upgrade_tools_remoto.sh" %Server%:"/tmp/install_upgrade_tools_remoto_1.sh" if %ERRORLEVEL% NEQ 0 ( echo ---Error--- && pause && exit ) "%~dp0plink.exe" -no-antispoof -t -ssh -P 22 -l %Username% -pw %Password% -C %Server% "tr -d '\15\32' < /tmp/install_upgrade_tools_remoto_1.sh > /tmp/install_upgrade_tools_remoto.sh" "%~dp0plink.exe" -no-antispoof -t -ssh -P 22 -l %Username% -pw %Password% -C %Server% "chmod 755 /tmp/install_upgrade_tools_remoto.sh" "%~dp0plink.exe" -no-antispoof -t -ssh -P 22 -l %Username% -pw %Password% -C %Server% "if [ $(id -g) == 0 ] ; then /tmp/install_upgrade_tools_remoto.sh %Tool% ; else sudo -n -H /tmp/install_upgrade_tools_remoto.sh %Tool% ; fi" "%~dp0plink.exe" -no-antispoof -t -ssh -P 22 -l %Username% -pw %Password% -C %Server% "rm -fr /tmp/install_upgrade_tools_remoto_1.sh /tmp/install_upgrade_tools_remoto.sh" pause
simplevulnerabilitymanager/svm
install_upgrade_tools_remoto.bat
bat
gpl-2.0
1,057
cmd_drivers/media/rc/keymaps/rc-flyvideo.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/rc/keymaps/rc-flyvideo.ko drivers/media/rc/keymaps/rc-flyvideo.o drivers/media/rc/keymaps/rc-flyvideo.mod.o
avareldalton85/rpi2-linux-rt
drivers/media/rc/keymaps/.rc-flyvideo.ko.cmd
bat
gpl-2.0
315
cmd_kernel/kallsyms.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.kallsyms.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-pnx67xx/include -Iarch/arm/plat-pnx/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__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(kallsyms)" -D"KBUILD_MODNAME=KBUILD_STR(kallsyms)" -c -o kernel/kallsyms.o kernel/kallsyms.c deps_kernel/kallsyms.o := \ kernel/kallsyms.c \ $(wildcard include/config/kallsyms/all.h) \ include/linux/kallsyms.h \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/errno.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/kernel.h \ $(wildcard include/config/lbd.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) \ /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ include/linux/posix_types.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/posix_types.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/memory.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/const.h \ arch/arm/plat-pnx/include/mach/memory.h \ $(wildcard include/config/nkernel.h) \ $(wildcard include/config/mach/pnx/realloc.h) \ $(wildcard include/config/android/pmem.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.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 \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/irqflags.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/hwcap.h \ include/asm/nkern.h \ $(wildcard include/config/nkernel/console.h) \ include/asm/nk/f_nk.h \ include/asm/nk/nk_f.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.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 \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_printk.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/embedded/acer/acergit/linux/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/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/markers.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/processor.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/stat.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) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/embedded/acer/acergit/linux/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 \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/math64.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/div64.h \ include/linux/kmod.h \ include/linux/gfp.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/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/wait.h \ /data/embedded/acer/acergit/linux/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 \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ /data/embedded/acer/acergit/linux/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) \ /data/embedded/acer/acergit/linux/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) \ 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/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/mutex-debug.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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/elf.h \ include/linux/elf-em.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/elf.h \ $(wildcard include/config/gcov/profile.h) \ /data/embedded/acer/acergit/linux/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) \ 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/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/workqueue.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ $(wildcard include/config/no/hz.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/timex.h \ arch/arm/plat-pnx/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ /data/embedded/acer/acergit/linux/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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/module.h \ include/linux/seq_file.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/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.h \ include/linux/path.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/pid.h \ include/linux/capability.h \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/magic.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/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/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/tracing.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/auxvec.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ipcbuf.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/signal.h \ include/asm-generic/signal.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sigcontext.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/fs_struct.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/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 \ /data/embedded/acer/acergit/linux/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 \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/aio.h \ $(wildcard include/config/aio.h) \ include/linux/aio_abi.h \ include/linux/uio.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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable.h \ include/asm-generic/4level-fixup.h \ /data/embedded/acer/acergit/linux/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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cpu-single.h \ arch/arm/plat-pnx/include/mach/vmalloc.h \ /data/embedded/acer/acergit/linux/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) \ include/linux/ctype.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sections.h \ include/asm-generic/sections.h \ kernel/kallsyms.o: $(deps_kernel/kallsyms.o) $(deps_kernel/kallsyms.o):
yohanes/Acer-BeTouch-E130-Linux-Kernel
kernel/.kallsyms.o.cmd
bat
gpl-2.0
20,926
cmd_scripts/kconfig/lxdialog/textbox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.textbox.o.d -Wall -W -Wmissing-prototypes -Wno-sign-compare -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fno-delete-null-pointer-checks -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/textbox.o scripts/kconfig/lxdialog/textbox.c source_scripts/kconfig/lxdialog/textbox.o := scripts/kconfig/lxdialog/textbox.c deps_scripts/kconfig/lxdialog/textbox.o := \ scripts/kconfig/lxdialog/dialog.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/bits/select2.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/x86_64-linux-gnu/bits/unistd.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/x86_64-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string.h \ /usr/include/x86_64-linux-gnu/bits/string2.h \ /usr/include/x86_64-linux-gnu/bits/string3.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdbool.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/x86_64-linux-gnu/bits/locale.h \ /usr/include/ncurses.h \ /usr/include/ncurses_dll.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio.h \ /usr/include/x86_64-linux-gnu/bits/stdio2.h \ /usr/include/unctrl.h \ /usr/include/curses.h \ scripts/kconfig/lxdialog/textbox.o: $(deps_scripts/kconfig/lxdialog/textbox.o) $(deps_scripts/kconfig/lxdialog/textbox.o):
brymaster5000/B-Team_AOSP
scripts/kconfig/lxdialog/.textbox.o.cmd
bat
gpl-2.0
3,087
cmd_sound/core/snd-timer.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o sound/core/snd-timer.o sound/core/timer.o
chase2534/gtab47.freekern
sound/core/.snd-timer.o.cmd
bat
gpl-2.0
230
cmd_sound/isa/wavefront/built-in.o := rm -f sound/isa/wavefront/built-in.o; /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ar rcs sound/isa/wavefront/built-in.o
spacecaker/Stock_spacecaker_kernel
sound/isa/wavefront/.built-in.o.cmd
bat
gpl-2.0
200
python -V setup.py test
kgn/cssutils
test.bat
bat
gpl-3.0
24
cmd_/var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc/.install := perl /usr/src/redhat/BUILD/linux-2.6.37/scripts/headers_install.pl /usr/src/redhat/BUILD/linux-2.6.37/include/linux/hdlc /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc mips ioctl.h; perl /usr/src/redhat/BUILD/linux-2.6.37/scripts/headers_install.pl /usr/src/redhat/BUILD/build-kernel-headers/include/linux/hdlc /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc mips ; touch /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc/.install
javilonas/NCam
cross/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc/..install.cmd
bat
gpl-3.0
786
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellectual property :: laws. :: :: DISCLAIMER :: This disclaimer is not a license and does not grant any :: rights to the materials distributed herewith. Except as :: otherwise provided in a valid license issued to you by :: Xilinx, and to the maximum extent permitted by applicable :: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND :: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES :: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING :: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- :: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and :: (2) Xilinx shall not be liable (whether in contract or tort, :: including negligence, or under any other theory of :: liability) for any loss or damage of any kind or nature :: related to, arising under or in connection with these :: materials, including for any direct, or any indirect, :: special, incidental, or consequential loss or damage :: (including loss of data, profits, goodwill, or any type of :: loss or damage suffered as a result of any action brought :: by a third party) even if such damage or loss was :: reasonably foreseeable or Xilinx had been advised of the :: possibility of the same. :: :: CRITICAL APPLICATIONS :: Xilinx products are not designed or intended to be fail- :: safe, or for use in any application requiring fail-safe :: performance, such as life-support or safety devices or :: systems, Class III medical devices, nuclear facilities, :: applications related to the deployment of airbags, or any :: other applications that could lead to death, personal :: injury, or severe property or environmental damage :: (individually and collectively, "Critical :: Applications"). Customer assumes the sole risk and :: liability of any use of Xilinx products in Critical :: Applications, subject only to applicable laws and :: regulations governing limitations on product liability. :: :: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS :: PART OF THIS FILE AT ALL TIMES. ::-------------------------------------------------------------------------------- cp ..\..\..\constants_mem.mif . echo "Compiling Core Verilog UNISIM/Behavioral model" vlogcomp -work work ..\..\..\constants_mem.v vhpcomp -work work ..\..\example_design\constants_mem_exdes.vhd echo "Compiling Test Bench Files" vhpcomp -work work ..\bmg_tb_pkg.vhd vhpcomp -work work ..\addr_gen.vhd vhpcomp -work work ..\bmg_stim_gen.vhd vhpcomp -work work ..\constants_mem_synth.vhd vhpcomp -work work ..\constants_mem_tb.vhd vlogcomp -work work $XILINX\verilog\src\glbl.v fuse work.constants_mem_tb work.glbl -L unisims_ver -L xilinxcorelib_ver -o constants_mem_tb.exe .\constants_mem_tb.exe -gui -tclbatch simcmds.tcl
Vadman97/ImageAES
des/DES/ipcore_dir/constants_mem/simulation/functional/simulate_isim (Vadim-Laptop's conflicted copy 2017-04-27).bat
bat
gpl-3.0
2,949
@echo OFF echo ########################################################################## echo _ echo Setting up build environment for AT91BootStrap : echo _ set CROSS_COMPILE=arm-none-eabi- set ERASE_FCT=del /F echo CROSS_COMPILE=arm-none-eabi- echo ERASE_FCT=del /F echo _ echo ########################################################################## echo _ echo Usage : echo change to the directory you want the AT91BootStrap to be built for echo ie : cd board\at91sam9260ek\dataflash echo _ echo Type the 'make' command. echo You get a .bin file ready to be sent to your board with SAM-BA
stanxii/wr1004sjl
Bootstrap-v1.9/setenv.bat
bat
lgpl-2.1
596
vcpkg install cjson[utils] mkdir build-x86-windows cd build-x86-windows cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32 cmake --build . --config Release Release\print_json cd .. pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/cjson_example/build-x86-windows.bat
bat
lgpl-3.0
284
@ECHO OFF SETLOCAL EnableDelayedExpansion SET METAFACTURE_HOME=%~dp0 REM Use the java command available on the path by default. REM Define FLUX_JAVA_BIN in your environment to use a REM different executable. IF "x%FLUX_JAVA_BIN%" == "x" ( SET FLUX_JAVA_BIN=java ) SET JAVA_OPTS_FILE="%METAFACTURE_HOME%\config\java-options.conf" SET JAR_FILE="%METAFACTURE_HOME%metafacture-runner-3.4.0-SNAPSHOT.jar" REM Read JVM options from configuration file. Lines starting REM with # are treated as comments. Empty lines are ignored. REM REM The space character at the end of the following REM line is important and must not be removed: SET JAVA_OPTS= <%JAVA_OPTS_FILE% ( FOR /F %%I IN ('FINDSTR /N "^" %JAVA_OPTS_FILE%') DO ( SET /P LINE= IF NOT "x!LINE!" == "x" ( SET FIRST=!LINE:~0,1! IF NOT "!FIRST!" == "#" ( SET JAVA_OPTS=!JAVA_OPTS! !LINE! ) ) SET LINE= ) ) REM Substitute environment variables in the configuration. REM Undefined variables remain in the configuration. Since REM FLUX_JAVA_OPTIONS is included in the configuration by REM default we make sure that it can always be substituted. IF "x%FLUX_JAVA_OPTIONS%" == "x" ( REM The space character at the end of the following REM line is important and must not be removed: SET FLUX_JAVA_OPTIONS= ) FOR /F "tokens=1,* delims==" %%I IN ('SET') DO ( SET JAVA_OPTS=!JAVA_OPTS:$%%I=%%J! ) REM Start flux: %FLUX_JAVA_BIN% !JAVA_OPTS! -jar %JAR_FILE% %* ENDLOCAL
guenterh/gndHackathon2016
flux.bat
bat
apache-2.0
1,445
"..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Utility\OSharp.Utility.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Core\OSharp.Core.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Core.Data.Entity\OSharp.Core.Data.Entity.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Core.Data.Entity.MySql\OSharp.Core.Data.Entity.MySql.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Web.Client\OSharp.Web.Client.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Web.Mvc\OSharp.Web.Mvc.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Web.WebApi\OSharp.Web.WebApi.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Web.SignalR\OSharp.Web.SignalR.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Autofac.Mvc\OSharp.Autofac.Mvc.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Autofac.WebApi\OSharp.Autofac.WebApi.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Autofac.SignalR\OSharp.Autofac.SignalR.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Logging.Log4Net\OSharp.Logging.Log4Net.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Core.Permissions\OSharp.Core.Permissions.csproj" -Properties Configuration=Debug -IncludeReferencedProjects
imbedinlove/osharp
nupkg/pack-osharp.bat
bat
apache-2.0
1,875
nuget.exe pack AgUnit.nuspec pause
icnocop/AgUnit
install/pack.bat
bat
apache-2.0
34
@echo off del M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\modflow.out REM del M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\model.out C:\PEST\par2par M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\p2p_bigelk.dat > nul C:\BASINS41\models\HSPF\bin\WinHspfLt.exe -1 -1 M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\bigelk.uci "C:\Program Files\R\R-3.1.3\bin\x64\RScript.exe" M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\r-files\proc-mod-flow-for-pest.R
kbrannan/Big-Elk-Cadmus-HydCal-Updated-WDM
pest-hspf-files/model.bat
bat
apache-2.0
575
@echo off cmd /c "exit /b 0" if "%PHP_SDK_PHP_CMD%"=="" ( call %~dp0phpsdk_setvars.bat if "!PHP_SDK_PHP_CMD!"=="" ( echo PHP SDK is not setup exit /b 3 ) ) call %PHP_SDK_PHP_CMD% %PHP_SDK_BIN_PATH%\phpsdk_deps.php %* exit /b %errorlevel%
OSTC/php-sdk-binary-tools
bin/phpsdk_deps.bat
bat
bsd-2-clause
266
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMSG.S01_CreateGetDeleteEmailMessage.MSOXWSMSG_S01_TC02_CreateMessageWithMessageDispositionTypeSaveOnly /testcontainer:..\..\MS-OXWSMSG\TestSuite\bin\Debug\MS-OXWSMSG_TestSuite.dll /runconfig:..\..\MS-OXWSMSG\MS-OXWSMSG.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSMSG/RunMSOXWSMSG_S01_TC02_CreateMessageWithMessageDispositionTypeSaveOnly.cmd
bat
mit
343
@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\HamsterCI.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\HamsterCI.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
agamdua/hamster-core
docs/make.bat
bat
mit
6,716
open nocycle01.use !create x:A !insert (x,x) into AC !create y:A !insert (x,y) into AC !insert (y,x) into AC
vnu-dse/rtl
examples/Documentation/AggregationsAndCompositions/nocycle01.cmd
bat
gpl-2.0
111
@setlocal @if "%1" == "oacr" ( move Makefile Makefile.disabled echo WDK build with OACR build -bcwgZ move Makefile.disabled Makefile goto done ) @set CC=cl /nologo /c /MD /O2 /W4 /wd4200 /wd4214 /DWIN32_LEAN_AND_MEAN /DNDEBUG @set MC=mc @set RC=rc /dWIN32 /r @set LD=link /nologo /opt:ref /opt:icf /release @set AR=link /lib /nologo @set MT=mt /nologo @if defined DDKBUILDENV ( set CC=%CC% /I%CRT_INC_PATH% set LD=%LD% /libpath:%SDK_LIB_PATH:~0,-2%\amd64^ /libpath:%CRT_LIB_PATH:~0,-2%\amd64 %SDK_LIB_PATH:~0,-2%\amd64\msvcrt_*.obj set RC=%RC% /i%CRT_INC_PATH% echo WDK build ) else ( set CC=%CC% /D_CRT_SECURE_NO_WARNINGS echo non-WDK build ) @del *.obj *.res *.bin *.exp *.manifest *.pdb *.exe %CC% drvupd64.c %LD% /out:drvupd64.exe *.obj *.res newdev.lib @if exist drvupd64.exe.manifest^ %MT% /manifest drvupd64.exe.manifest -outputresource:drvupd64.exe @del *.obj *.res *.bin *.exp *.manifest :done @endlocal
D4wN/brickv
src/build_data/windows/nsis/compile.bat
bat
gpl-2.0
936
:#======================================================================= :# Author: GiGatR00n v4.7.5.x :#======================================================================= @ECHO off @COLOR 0B SET MODE=clean package SET TITLE=Build TITLE Aion-Core v4.7.5.x by GiGatR00n :MENU CLS ECHO Aion-Core v4.7.5.x - %TITLE% Panel ECHO by GiGatR00n ECHO. ECHO ------------------------------------------------------------- ECHO . 1 - Build Game Server . ECHO . 3 - Build Chat Server . ECHO . 2 - Build Login Server . ECHO . 4 - Build Commons . ECHO . 5 - Build All Servers . ECHO . 6 - Exit . ECHO ------------------------------------------------------------- ECHO. :ENTER SET /P Ares= Type your option and press ENTER: IF %Ares%==1 GOTO GameServer IF %Ares%==2 GOTO LoginServer IF %Ares%==3 GOTO ChatServer IF %Ares%==4 GOTO Commons IF %Ares%==5 GOTO FULL IF %Ares%==6 GOTO QUIT :FULL cd ..\AC-Commons start /WAIT /B ..\tools\Ant\bin\ant clean dist cd ..\AC-Game start /WAIT /B ..\tools\Ant\bin\ant clean dist cd ..\AC-Login start /WAIT /B ..\tools\Ant\bin\ant clean dist cd ..\AC-Chat start /WAIT /B ..\tools\Ant\bin\ant clean dist GOTO :QUIT :Commons GOTO :QUIT :GameServer cd ..\AC-Game start /WAIT /B ..\tools\Ant\bin\ant clean dist GOTO :QUIT :LoginServer cd ..\AC-Login start /WAIT /B ..\tools\Ant\bin\ant clean dist GOTO :QUIT :ChatServer cd ..\AC-Chat start /WAIT /B ..\tools\Ant\bin\ant clean dist GOTO :QUIT :QUIT exit
GiGatR00n/Aion-Core-v4.7.5
AC-Tools/BuildAll.bat
bat
gpl-2.0
1,800
java -jar %~dp0target/aws-apigateway-importer-1.0.3-SNAPSHOT-jar-with-dependencies.jar %*
Stockflare/aws-api-gateway
aws-api-import.cmd
bat
apache-2.0
91
@echo off :: path to test SET testPath="." :: launch batch test "%ProgramFiles(x86)%\SMath Studio\SMathStudio_Desktop.exe" -silent -t %testPath% ::"%ProgramFiles%\SMath Studio\SMathStudio_Desktop.exe" -silent -t %testPath% ::"C:\Program Files (x86)\SMath Studio\SMathStudio_Desktop.exe" -silent -t %testPath% ECHO. ECHO Tested files in: %testPath% ECHO. :: prevents auto-close pause
henningjp/CoolProp
wrappers/SMath/coolprop_wrapper/Test/test_batch.bat
bat
mit
386
@echo off rem Start-up script for Windows systems, ensuring out-of-the-box command execution as for *nix examples. rem Make sure the containing folder is referenced in %PATH% rem Usage: see "Running the script" section of the README for sample commands. rem Run "coursera-dl" in the current folder as working directory (where "%~dp0" is the rem location of this .bat file) via Python, passing all user-specified arguments ("%*") python %~dp0\coursera-dl %*
ylcolala/coursera-dl
coursera-dl.bat
bat
lgpl-3.0
459
xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libGLESv2_phone\libGLESv2_phone.dll" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libGLESv2_phone\libGLESv2_phone.lib" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libGLESv2_phone\libGLESv2_phone.exp" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libEGL_phone\libEGL_phone.dll" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libEGL_phone\libEGL_phone.lib" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libEGL_phone\libEGL_phone.exp" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\Win32\Release\libGLESv2_phone\libGLESv2_phone.dll" ".\..\..\wp8-specific\angle\prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\Win32\Release\libGLESv2_phone\libGLESv2_phone.lib" ".\..\..\wp8-specific\angle\prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\Win32\Release\libGLESv2_phone\libGLESv2_phone.exp" ".\..\..\wp8-specific\angle\prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\Win32\Release\libEGL_phone\libEGL_phone.dll" ".\..\..\wp8-specific\angle\prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\Win32\Release\libEGL_phone\libEGL_phone.lib" ".\..\..\wp8-specific\angle\prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\Win32\Release\libEGL_phone\libEGL_phone.exp" ".\..\..\wp8-specific\angle\prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\ARM\Release\libGLESv2_winrt_2013\libGLESv2.dll" ".\..\..\winrt-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\ARM\Release\libGLESv2_winrt_2013\libGLESv2.lib" "prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\ARM\Release\libGLESv2_winrt_2013\libGLESv2.exp" "prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\ARM\Release\libEGL_winrt_2013\libEGL.dll" "prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\ARM\Release\libEGL_winrt_2013\libEGL.lib" "prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\ARM\Release\libEGL_winrt_2013\libEGL.exp" "prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\Win32\Release\libGLESv2_winrt_2013\libGLESv2.dll" "prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\Win32\Release\libGLESv2_winrt_2013\libGLESv2.lib" "prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\Win32\Release\libGLESv2_winrt_2013\libGLESv2.exp" "prebuilt\Win32" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\Win32\Release\libEGL_winrt_2013\libEGL.dll" "prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\Win32\Release\libEGL_winrt_2013\libEGL.lib" "prebuilt\Win32\" /iycq xcopy ".\..\angleproject\src\WinRT\redist\vs2013\Win32\Release\libEGL_winrt_2013\libEGL.exp" "prebuilt\Win32\" /iycq xcopy ".\..\angleproject\include" "include" /eiycq xcopy ".\..\angleproject\src\common\winrtangle.h" "include" /iycq xcopy ".\..\angleproject\src\common\winrtangleutils.h" "include" /iycq xcopy ".\..\angleproject\src\common\winrtplatform.h" "include" /iycq xcopy ".\..\angleproject\src\common\angleutils.h" "include" /iycq xcopy ".\..\angleproject\samples\gles2_book\Common\esUtil.h" "include" /iycq
cmdwin32/tileMapHomework
tillmap/cocos2d/external/winrt-specific/angle/angle.bat
bat
unlicense
3,580
@ECHO OFF REM Complete check of a stateless encoding. REM Usage: check-stateless.bat SRCDIR CHARSET .\table-from %2 > tmp-%2.TXT .\table-to %2 | sort > tmp-%2.INVERSE.TXT fc %1\%2.TXT tmp-%2.TXT if not exist %1\%2.IRREVERSIBLE.TXT goto ELSE_1 copy /a %1\%2.TXT /a + %1\%2.IRREVERSIBLE.TXT /a tmp sort < tmp | uniq-u > tmp-orig-%2.INVERSE.TXT fc tmp-orig-%2.INVERSE.TXT tmp-%2.INVERSE.TXT del tmp del tmp-orig-%2.INVERSE.TXT goto ENDIF_1 :ELSE_1 fc %1\%2.TXT tmp-%2.INVERSE.TXT :ENDIF_1 del tmp-%2.TXT del tmp-%2.INVERSE.TXT
dbenrosen/EtherPay
zBarBuild/src/main/jni/libiconv-1.14/tests/check-stateless.bat
bat
agpl-3.0
541
start "" chrome.exe --allow-file-access-from-files --new-window "%cd%\index.html" --user-data-dir="%cd%\Chrome"
gakada/KanColleViewer
resources/Charts/chrome.bat
bat
mit
113
@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% 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\Flask-CI.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Flask-CI.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
vicenteneto/flask-ci
docs/make.bat
bat
mit
7,253
create database jusoft_shop\g GRANT ALL PRIVILEGES ON jusoft_shop.* TO jusoft_shop@localhost IDENTIFIED BY 'test'\g @rem D:\OpenServer\modules\database\MySQL-5.7-x64\bin\mysql.exe -uroot<createdb.sql D:\OpenServer\modules\database\MySQL-5.7-x64\bin\mysql.exe -uroot
litepubl/cms
utils/build/test/tests/_data/shop/createdb.bat
bat
mit
268
START "FreightRefunders" "C:\Freight Refunders\SMTDT\SMTDT.exe" "1" START "Transpend" "C:\Transpend\SMTDT_Transpend\SMTDT.exe" "1" START "Riley" "C:\Service Contracts\Riley\SMTDT\SMTDT.exe" "1" START "TSSolutions" "C:\Transportation Support Solutions\SMTDT\SMTDT.exe" "1"
AllNamesAlreadyTaken/michaelhorstmann2
works/desktop/TDTbatRunners/runPC17TDTs.bat
bat
mit
271
cmd_/home/manifold/prj/pstree.ko := arm-linux-androideabi-ld -r -T /home/manifold/kernel/goldfish/scripts/module-common.lds --build-id -o /home/manifold/prj/pstree.ko /home/manifold/prj/pstree.o /home/manifold/prj/pstree.mod.o
mayesheng/CS356-Operating-System-Project
project_1/.pstree.ko.cmd
bat
mit
229
@echo off call :export snapshot_button REM call :export video_button call :export white_plus call :export white_x goto :eof :export REM inkscape -f images.svg -i %~1 -j -d 67.5 -e ..\app\src\main\res\drawable-ldpi\%~1.png inkscape -f images.svg -i %~1 -j -d 90 -e ..\app\src\main\res\drawable-mdpi\%~1.png inkscape -f images.svg -i %~1 -j -d 135 -e ..\app\src\main\res\drawable-hdpi\%~1.png inkscape -f images.svg -i %~1 -j -d 180 -e ..\app\src\main\res\drawable-xhdpi\%~1.png inkscape -f images.svg -i %~1 -j -d 270 -e ..\app\src\main\res\drawable-xxhdpi\%~1.png inkscape -f images.svg -i %~1 -j -d 360 -e ..\app\src\main\res\drawable-xxxhdpi\%~1.png goto :eof
ajhool/RPiCameraViewer
images/export.bat
bat
mit
664
python jsonrpc.py 4448 %1.set "{\"param\":\"%2\",\"val\":\"%3\"}"
nosuchtim/VizBench
bin/vizmidiset.bat
bat
mit
66
shp2pgsql -p -S -W cp932 -D -I -s 4326 W07-09_5440-jgd_ValleyMesh.shp w07_09 > ..\table.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3623-jgd_ValleyMesh.shp w07_09 > ..\3623.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3624-jgd_ValleyMesh.shp w07_09 > ..\3624.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3927-jgd_ValleyMesh.shp w07_09 > ..\3927.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3928-jgd_ValleyMesh.shp w07_09 > ..\3928.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4027-jgd_ValleyMesh.shp w07_09 > ..\4027.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4028-jgd_ValleyMesh.shp w07_09 > ..\4028.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4128-jgd_ValleyMesh.shp w07_09 > ..\4128.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4129-jgd_ValleyMesh.shp w07_09 > ..\4129.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4229-jgd_ValleyMesh.shp w07_09 > ..\4229.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4530-jgd_ValleyMesh.shp w07_09 > ..\4530.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4531-jgd_ValleyMesh.shp w07_09 > ..\4531.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4630-jgd_ValleyMesh.shp w07_09 > ..\4630.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4631-jgd_ValleyMesh.shp w07_09 > ..\4631.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4729-jgd_ValleyMesh.shp w07_09 > ..\4729.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4730-jgd_ValleyMesh.shp w07_09 > ..\4730.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4731-jgd_ValleyMesh.shp w07_09 > ..\4731.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4828-jgd_ValleyMesh.shp w07_09 > ..\4828.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4829-jgd_ValleyMesh.shp w07_09 > ..\4829.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4830-jgd_ValleyMesh.shp w07_09 > ..\4830.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4831-jgd_ValleyMesh.shp w07_09 > ..\4831.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4928-jgd_ValleyMesh.shp w07_09 > ..\4928.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4929-jgd_ValleyMesh.shp w07_09 > ..\4929.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4930-jgd_ValleyMesh.shp w07_09 > ..\4930.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4931-jgd_ValleyMesh.shp w07_09 > ..\4931.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4932-jgd_ValleyMesh.shp w07_09 > ..\4932.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4933-jgd_ValleyMesh.shp w07_09 > ..\4933.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_4934-jgd_ValleyMesh.shp w07_09 > ..\4934.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5029-jgd_ValleyMesh.shp w07_09 > ..\5029.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5030-jgd_ValleyMesh.shp w07_09 > ..\5030.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5031-jgd_ValleyMesh.shp w07_09 > ..\5031.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5032-jgd_ValleyMesh.shp w07_09 > ..\5032.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5033-jgd_ValleyMesh.shp w07_09 > ..\5033.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5034-jgd_ValleyMesh.shp w07_09 > ..\5034.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5035-jgd_ValleyMesh.shp w07_09 > ..\5035.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5036-jgd_ValleyMesh.shp w07_09 > ..\5036.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5129-jgd_ValleyMesh.shp w07_09 > ..\5129.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5130-jgd_ValleyMesh.shp w07_09 > ..\5130.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5131-jgd_ValleyMesh.shp w07_09 > ..\5131.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5132-jgd_ValleyMesh.shp w07_09 > ..\5132.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5133-jgd_ValleyMesh.shp w07_09 > ..\5133.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5134-jgd_ValleyMesh.shp w07_09 > ..\5134.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5135-jgd_ValleyMesh.shp w07_09 > ..\5135.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5136-jgd_ValleyMesh.shp w07_09 > ..\5136.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5137-jgd_ValleyMesh.shp w07_09 > ..\5137.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5138-jgd_ValleyMesh.shp w07_09 > ..\5138.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5229-jgd_ValleyMesh.shp w07_09 > ..\5229.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5231-jgd_ValleyMesh.shp w07_09 > ..\5231.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5232-jgd_ValleyMesh.shp w07_09 > ..\5232.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5233-jgd_ValleyMesh.shp w07_09 > ..\5233.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5234-jgd_ValleyMesh.shp w07_09 > ..\5234.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5235-jgd_ValleyMesh.shp w07_09 > ..\5235.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5236-jgd_ValleyMesh.shp w07_09 > ..\5236.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5237-jgd_ValleyMesh.shp w07_09 > ..\5237.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5238-jgd_ValleyMesh.shp w07_09 > ..\5238.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5239-jgd_ValleyMesh.shp w07_09 > ..\5239.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5240-jgd_ValleyMesh.shp w07_09 > ..\5240.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5332-jgd_ValleyMesh.shp w07_09 > ..\5332.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5333-jgd_ValleyMesh.shp w07_09 > ..\5333.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5334-jgd_ValleyMesh.shp w07_09 > ..\5334.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5335-jgd_ValleyMesh.shp w07_09 > ..\5335.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5336-jgd_ValleyMesh.shp w07_09 > ..\5336.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5337-jgd_ValleyMesh.shp w07_09 > ..\5337.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5338-jgd_ValleyMesh.shp w07_09 > ..\5338.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5339-jgd_ValleyMesh.shp w07_09 > ..\5339.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5340-jgd_ValleyMesh.shp w07_09 > ..\5340.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5433-jgd_ValleyMesh.shp w07_09 > ..\5433.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5436-jgd_ValleyMesh.shp w07_09 > ..\5436.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5437-jgd_ValleyMesh.shp w07_09 > ..\5437.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5438-jgd_ValleyMesh.shp w07_09 > ..\5438.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5439-jgd_ValleyMesh.shp w07_09 > ..\5439.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5440-jgd_ValleyMesh.shp w07_09 > ..\5440.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5536-jgd_ValleyMesh.shp w07_09 > ..\5536.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5537-jgd_ValleyMesh.shp w07_09 > ..\5537.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5538-jgd_ValleyMesh.shp w07_09 > ..\5538.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5539-jgd_ValleyMesh.shp w07_09 > ..\5539.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5540-jgd_ValleyMesh.shp w07_09 > ..\5540.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5541-jgd_ValleyMesh.shp w07_09 > ..\5541.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5636-jgd_ValleyMesh.shp w07_09 > ..\5636.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5637-jgd_ValleyMesh.shp w07_09 > ..\5637.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5638-jgd_ValleyMesh.shp w07_09 > ..\5638.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5639-jgd_ValleyMesh.shp w07_09 > ..\5639.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5640-jgd_ValleyMesh.shp w07_09 > ..\5640.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5641-jgd_ValleyMesh.shp w07_09 > ..\5641.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5738-jgd_ValleyMesh.shp w07_09 > ..\5738.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5739-jgd_ValleyMesh.shp w07_09 > ..\5739.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5740-jgd_ValleyMesh.shp w07_09 > ..\5740.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5741-jgd_ValleyMesh.shp w07_09 > ..\5741.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5839-jgd_ValleyMesh.shp w07_09 > ..\5839.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5840-jgd_ValleyMesh.shp w07_09 > ..\5840.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5841-jgd_ValleyMesh.shp w07_09 > ..\5841.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5939-jgd_ValleyMesh.shp w07_09 > ..\5939.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5940-jgd_ValleyMesh.shp w07_09 > ..\5940.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5941-jgd_ValleyMesh.shp w07_09 > ..\5941.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_5942-jgd_ValleyMesh.shp w07_09 > ..\5942.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6039-jgd_ValleyMesh.shp w07_09 > ..\6039.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6040-jgd_ValleyMesh.shp w07_09 > ..\6040.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6041-jgd_ValleyMesh.shp w07_09 > ..\6041.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6139-jgd_ValleyMesh.shp w07_09 > ..\6139.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6140-jgd_ValleyMesh.shp w07_09 > ..\6140.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6141-jgd_ValleyMesh.shp w07_09 > ..\6141.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6239-jgd_ValleyMesh.shp w07_09 > ..\6239.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6240-jgd_ValleyMesh.shp w07_09 > ..\6240.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6241-jgd_ValleyMesh.shp w07_09 > ..\6241.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6243-jgd_ValleyMesh.shp w07_09 > ..\6243.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6339-jgd_ValleyMesh.shp w07_09 > ..\6339.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6340-jgd_ValleyMesh.shp w07_09 > ..\6340.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6341-jgd_ValleyMesh.shp w07_09 > ..\6341.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6342-jgd_ValleyMesh.shp w07_09 > ..\6342.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6343-jgd_ValleyMesh.shp w07_09 > ..\6343.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6439-jgd_ValleyMesh.shp w07_09 > ..\6439.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6440-jgd_ValleyMesh.shp w07_09 > ..\6440.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6441-jgd_ValleyMesh.shp w07_09 > ..\6441.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6442-jgd_ValleyMesh.shp w07_09 > ..\6442.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6443-jgd_ValleyMesh.shp w07_09 > ..\6443.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6444-jgd_ValleyMesh.shp w07_09 > ..\6444.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6445-jgd_ValleyMesh.shp w07_09 > ..\6445.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6540-jgd_ValleyMesh.shp w07_09 > ..\6540.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6541-jgd_ValleyMesh.shp w07_09 > ..\6541.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6542-jgd_ValleyMesh.shp w07_09 > ..\6542.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6543-jgd_ValleyMesh.shp w07_09 > ..\6543.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6544-jgd_ValleyMesh.shp w07_09 > ..\6544.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6545-jgd_ValleyMesh.shp w07_09 > ..\6545.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6641-jgd_ValleyMesh.shp w07_09 > ..\6641.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6642-jgd_ValleyMesh.shp w07_09 > ..\6642.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6643-jgd_ValleyMesh.shp w07_09 > ..\6643.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6644-jgd_ValleyMesh.shp w07_09 > ..\6644.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6645-jgd_ValleyMesh.shp w07_09 > ..\6645.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6741-jgd_ValleyMesh.shp w07_09 > ..\6741.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6742-jgd_ValleyMesh.shp w07_09 > ..\6742.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6840-jgd_ValleyMesh.shp w07_09 > ..\6840.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6841-jgd_ValleyMesh.shp w07_09 > ..\6841.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_6842-jgd_ValleyMesh.shp w07_09 > ..\6842.sql psql -U postgres -h localhost -d river_mesh -f table.sql psql -U postgres -h localhost -d river_mesh -f 6842.sql psql -U postgres -h localhost -d river_mesh -f 6841.sql psql -U postgres -h localhost -d river_mesh -f 6840.sql psql -U postgres -h localhost -d river_mesh -f 6742.sql psql -U postgres -h localhost -d river_mesh -f 6741.sql psql -U postgres -h localhost -d river_mesh -f 6645.sql psql -U postgres -h localhost -d river_mesh -f 6644.sql psql -U postgres -h localhost -d river_mesh -f 6643.sql psql -U postgres -h localhost -d river_mesh -f 6642.sql psql -U postgres -h localhost -d river_mesh -f 6641.sql psql -U postgres -h localhost -d river_mesh -f 6545.sql psql -U postgres -h localhost -d river_mesh -f 6544.sql psql -U postgres -h localhost -d river_mesh -f 6543.sql psql -U postgres -h localhost -d river_mesh -f 6542.sql psql -U postgres -h localhost -d river_mesh -f 6541.sql psql -U postgres -h localhost -d river_mesh -f 6540.sql psql -U postgres -h localhost -d river_mesh -f 6445.sql psql -U postgres -h localhost -d river_mesh -f 6444.sql psql -U postgres -h localhost -d river_mesh -f 6443.sql psql -U postgres -h localhost -d river_mesh -f 6442.sql psql -U postgres -h localhost -d river_mesh -f 6441.sql psql -U postgres -h localhost -d river_mesh -f 6440.sql psql -U postgres -h localhost -d river_mesh -f 6439.sql psql -U postgres -h localhost -d river_mesh -f 6343.sql psql -U postgres -h localhost -d river_mesh -f 6342.sql psql -U postgres -h localhost -d river_mesh -f 6341.sql psql -U postgres -h localhost -d river_mesh -f 6340.sql psql -U postgres -h localhost -d river_mesh -f 6339.sql psql -U postgres -h localhost -d river_mesh -f 6243.sql psql -U postgres -h localhost -d river_mesh -f 6241.sql psql -U postgres -h localhost -d river_mesh -f 6240.sql psql -U postgres -h localhost -d river_mesh -f 6239.sql psql -U postgres -h localhost -d river_mesh -f 6141.sql psql -U postgres -h localhost -d river_mesh -f 6140.sql psql -U postgres -h localhost -d river_mesh -f 6139.sql psql -U postgres -h localhost -d river_mesh -f 6041.sql psql -U postgres -h localhost -d river_mesh -f 6040.sql psql -U postgres -h localhost -d river_mesh -f 6039.sql psql -U postgres -h localhost -d river_mesh -f 5942.sql psql -U postgres -h localhost -d river_mesh -f 5941.sql psql -U postgres -h localhost -d river_mesh -f 5940.sql psql -U postgres -h localhost -d river_mesh -f 5939.sql psql -U postgres -h localhost -d river_mesh -f 5841.sql psql -U postgres -h localhost -d river_mesh -f 5840.sql psql -U postgres -h localhost -d river_mesh -f 5839.sql psql -U postgres -h localhost -d river_mesh -f 5741.sql psql -U postgres -h localhost -d river_mesh -f 5740.sql psql -U postgres -h localhost -d river_mesh -f 5739.sql psql -U postgres -h localhost -d river_mesh -f 5738.sql psql -U postgres -h localhost -d river_mesh -f 5641.sql psql -U postgres -h localhost -d river_mesh -f 5640.sql psql -U postgres -h localhost -d river_mesh -f 5639.sql psql -U postgres -h localhost -d river_mesh -f 5638.sql psql -U postgres -h localhost -d river_mesh -f 5637.sql psql -U postgres -h localhost -d river_mesh -f 5636.sql psql -U postgres -h localhost -d river_mesh -f 5541.sql psql -U postgres -h localhost -d river_mesh -f 5540.sql psql -U postgres -h localhost -d river_mesh -f 5539.sql psql -U postgres -h localhost -d river_mesh -f 5538.sql psql -U postgres -h localhost -d river_mesh -f 5537.sql psql -U postgres -h localhost -d river_mesh -f 5536.sql psql -U postgres -h localhost -d river_mesh -f 5440.sql psql -U postgres -h localhost -d river_mesh -f 5439.sql psql -U postgres -h localhost -d river_mesh -f 5438.sql psql -U postgres -h localhost -d river_mesh -f 5437.sql psql -U postgres -h localhost -d river_mesh -f 5436.sql psql -U postgres -h localhost -d river_mesh -f 5433.sql psql -U postgres -h localhost -d river_mesh -f 5340.sql psql -U postgres -h localhost -d river_mesh -f 5339.sql psql -U postgres -h localhost -d river_mesh -f 5338.sql psql -U postgres -h localhost -d river_mesh -f 5337.sql psql -U postgres -h localhost -d river_mesh -f 5336.sql psql -U postgres -h localhost -d river_mesh -f 5335.sql psql -U postgres -h localhost -d river_mesh -f 5334.sql psql -U postgres -h localhost -d river_mesh -f 5333.sql psql -U postgres -h localhost -d river_mesh -f 5332.sql psql -U postgres -h localhost -d river_mesh -f 5240.sql psql -U postgres -h localhost -d river_mesh -f 5239.sql psql -U postgres -h localhost -d river_mesh -f 5238.sql psql -U postgres -h localhost -d river_mesh -f 5237.sql psql -U postgres -h localhost -d river_mesh -f 5236.sql psql -U postgres -h localhost -d river_mesh -f 5235.sql psql -U postgres -h localhost -d river_mesh -f 5234.sql psql -U postgres -h localhost -d river_mesh -f 5233.sql psql -U postgres -h localhost -d river_mesh -f 5232.sql psql -U postgres -h localhost -d river_mesh -f 5231.sql psql -U postgres -h localhost -d river_mesh -f 5229.sql psql -U postgres -h localhost -d river_mesh -f 5138.sql psql -U postgres -h localhost -d river_mesh -f 5137.sql psql -U postgres -h localhost -d river_mesh -f 5136.sql psql -U postgres -h localhost -d river_mesh -f 5135.sql psql -U postgres -h localhost -d river_mesh -f 5134.sql psql -U postgres -h localhost -d river_mesh -f 5133.sql psql -U postgres -h localhost -d river_mesh -f 5132.sql psql -U postgres -h localhost -d river_mesh -f 5131.sql psql -U postgres -h localhost -d river_mesh -f 5130.sql psql -U postgres -h localhost -d river_mesh -f 5129.sql psql -U postgres -h localhost -d river_mesh -f 5036.sql psql -U postgres -h localhost -d river_mesh -f 5035.sql psql -U postgres -h localhost -d river_mesh -f 5034.sql psql -U postgres -h localhost -d river_mesh -f 5033.sql psql -U postgres -h localhost -d river_mesh -f 5032.sql psql -U postgres -h localhost -d river_mesh -f 5031.sql psql -U postgres -h localhost -d river_mesh -f 5030.sql psql -U postgres -h localhost -d river_mesh -f 5029.sql psql -U postgres -h localhost -d river_mesh -f 4934.sql psql -U postgres -h localhost -d river_mesh -f 4933.sql psql -U postgres -h localhost -d river_mesh -f 4932.sql psql -U postgres -h localhost -d river_mesh -f 4931.sql psql -U postgres -h localhost -d river_mesh -f 4930.sql psql -U postgres -h localhost -d river_mesh -f 4929.sql psql -U postgres -h localhost -d river_mesh -f 4928.sql psql -U postgres -h localhost -d river_mesh -f 4831.sql psql -U postgres -h localhost -d river_mesh -f 4830.sql psql -U postgres -h localhost -d river_mesh -f 4829.sql psql -U postgres -h localhost -d river_mesh -f 4828.sql psql -U postgres -h localhost -d river_mesh -f 4731.sql psql -U postgres -h localhost -d river_mesh -f 4730.sql psql -U postgres -h localhost -d river_mesh -f 4729.sql psql -U postgres -h localhost -d river_mesh -f 4631.sql psql -U postgres -h localhost -d river_mesh -f 4630.sql psql -U postgres -h localhost -d river_mesh -f 4531.sql psql -U postgres -h localhost -d river_mesh -f 4530.sql psql -U postgres -h localhost -d river_mesh -f 4229.sql psql -U postgres -h localhost -d river_mesh -f 4129.sql psql -U postgres -h localhost -d river_mesh -f 4128.sql psql -U postgres -h localhost -d river_mesh -f 4028.sql psql -U postgres -h localhost -d river_mesh -f 4027.sql psql -U postgres -h localhost -d river_mesh -f 3928.sql psql -U postgres -h localhost -d river_mesh -f 3927.sql psql -U postgres -h localhost -d river_mesh -f 3624.sql psql -U postgres -h localhost -d river_mesh -f 3623.sql
wata909/ksj_basin_landuse_join
import.bat
bat
cc0-1.0
19,158
cmd_fs/quota/built-in.o := rm -f fs/quota/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD fs/quota/built-in.o
aloksinha2001/picuntu-3.0.8-alok
fs/quota/.built-in.o.cmd
bat
gpl-2.0
157
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:TsvToCliloc.exe /recurse:TsvToCliloc.cs TsvToCliloc.exe del TsvToCliloc.exe
felladrin/runuo-custom-scripts
ClilocToTsvConverter/TsvToCliloc.bat
bat
gpl-2.0
157
cmd_drivers/net/ethernet/amd/built-in.o := rm -f drivers/net/ethernet/amd/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/net/ethernet/amd/built-in.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/net/ethernet/amd/.built-in.o.cmd
bat
gpl-2.0
260
cmd_drivers/media/common/tuners/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o drivers/media/common/tuners/built-in.o drivers/media/common/tuners/tuner-xc2028.o drivers/media/common/tuners/tuner-simple.o drivers/media/common/tuners/tuner-types.o drivers/media/common/tuners/mt20xx.o drivers/media/common/tuners/tda8290.o drivers/media/common/tuners/tea5767.o drivers/media/common/tuners/tea5761.o drivers/media/common/tuners/tda9887.o drivers/media/common/tuners/xc5000.o drivers/media/common/tuners/mc44s803.o
paxchristos/R800x-2.3.3-Kernel
drivers/media/common/tuners/.built-in.o.cmd
bat
gpl-2.0
592
rem xsd.exe SyncThingConfig.xsd /classes /n:SyncthingTray xsd2code.exe SyncThingConfig.xsd SyncthingTray.External /is /ap+ /cl+
iss0/SyncthingTray
SyncthingTray/External/GenerateSyncthingConfigClass.cmd
bat
gpl-2.0
127
cmd_lib/lmb.o := ppc_4xx-gcc -m32 -Wp,-MD,lib/.lmb.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(lmb)" -D"KBUILD_MODNAME=KBUILD_STR(lmb)" -c -o lib/.tmp_lmb.o lib/lmb.c deps_lib/lmb.o := \ lib/lmb.c \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \ $(wildcard include/config/phys/64bit.h) \ include/asm-generic/int-ll64.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitops.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-compat.h \ $(wildcard include/config/power4/only.h) \ $(wildcard include/config/ibm405/err77.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/synch.h \ $(wildcard include/config/ppc/e500mc.h) \ $(wildcard include/config/e500.h) \ $(wildcard include/config/smp.h) \ include/linux/stringify.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \ $(wildcard include/config/ppc64.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/typecheck.h \ include/linux/dynamic_debug.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/byteorder.h \ include/linux/byteorder/big_endian.h \ include/linux/swab.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swab.h \ include/linux/byteorder/generic.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/linux/lmb.h \ include/linux/mm.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/errno.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/thread_info.h \ $(wildcard include/config/ppc/256k/pages.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \ $(wildcard include/config/8xx.h) \ $(wildcard include/config/403gcx.h) \ $(wildcard include/config/ppc32.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/processor.h \ $(wildcard include/config/vsx.h) \ $(wildcard include/config/ppc/prep.h) \ $(wildcard include/config/task/size.h) \ $(wildcard include/config/kernel/start.h) \ $(wildcard include/config/4xx.h) \ $(wildcard include/config/booke.h) \ $(wildcard include/config/altivec.h) \ $(wildcard include/config/spe.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg.h \ $(wildcard include/config/40x.h) \ $(wildcard include/config/fsl/emb/perfmon.h) \ $(wildcard include/config/ppc/book3s/64.h) \ $(wildcard include/config/ppc/book3s/32.h) \ $(wildcard include/config/ppc/book3e/64.h) \ $(wildcard include/config/e200.h) \ $(wildcard include/config/ppc/cell.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \ $(wildcard include/config/mpc10x/bridge.h) \ $(wildcard include/config/ppc/83xx.h) \ $(wildcard include/config/8260.h) \ $(wildcard include/config/ppc/mpc52xx.h) \ $(wildcard include/config/bdi/switch.h) \ $(wildcard include/config/power3.h) \ $(wildcard include/config/power4.h) \ $(wildcard include/config/44x.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ptrace.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page.h \ $(wildcard include/config/ppc/64k/pages.h) \ $(wildcard include/config/ppc/16k/pages.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/relocatable.h) \ $(wildcard include/config/ppc/std/mmu/64.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/ppc/smlpar.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kdump.h \ $(wildcard include/config/crash/dump.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page_32.h \ $(wildcard include/config/physical/align.h) \ $(wildcard include/config/not/coherent/cache.h) \ $(wildcard include/config/pte/64bit.h) \ include/asm-generic/getorder.h \ include/asm-generic/memory_model.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/system.h \ $(wildcard include/config/debugger.h) \ $(wildcard include/config/kexec.h) \ $(wildcard include/config/6xx.h) \ $(wildcard include/config/booke/wdt.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irqflags.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hw_irq.h \ $(wildcard include/config/ppc/book3e.h) \ $(wildcard include/config/perf/events.h) \ include/asm-generic/cmpxchg-local.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/atomic.h \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/wait.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/seqlock.h \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/topology.h \ $(wildcard include/config/pci.h) \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/rbtree.h \ include/linux/prio_tree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/auxvec.h \ include/linux/completion.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu.h \ $(wildcard include/config/ppc/std/mmu/32.h) \ $(wildcard include/config/ppc/book3e/mmu.h) \ $(wildcard include/config/ppc/8xx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu-44x.h \ $(wildcard include/config/ppc/early/debug/44x.h) \ $(wildcard include/config/ppc/early/debug/44x/physlow.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pgtable.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pgtable-ppc32.h \ $(wildcard include/config/consistent/size.h) \ $(wildcard include/config/fsl/booke.h) \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/timex.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/param.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/timex.h \ include/linux/jiffies.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ipcbuf.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slab_def.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.h) \ include/linux/kmalloc_sizes.h \ include/linux/pfn.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/seccomp.h \ include/linux/unistd.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/unistd.h \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/io.h \ $(wildcard include/config/ra.h) \ $(wildcard include/config/rd.h) \ $(wildcard include/config/ppc/indirect/io.h) \ $(wildcard include/config/eeh.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/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 \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/elf.h \ $(wildcard include/config/spu/base.h) \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/local.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/module.h \ $(wildcard include/config/dynamic/ftrace.h) \ include/trace/events/module.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ include/linux/semaphore.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/device.h \ $(wildcard include/config/swiotlb.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/io.h \ $(wildcard include/config/has/ioport.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/delay.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/time.h \ $(wildcard include/config/ppc/iseries.h) \ $(wildcard include/config/power.h) \ $(wildcard include/config/8xx/cpu6.h) \ include/asm-generic/iomap.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/io-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pte-44x.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pte-common.h \ $(wildcard include/config/ppc/std/mmu.h) \ $(wildcard include/config/kgdb.h) \ $(wildcard include/config/xmon.h) \ $(wildcard include/config/kprobes.h) \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/lmb.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/udbg.h \ lib/lmb.o: $(deps_lib/lmb.o) $(deps_lib/lmb.o):
mattkelly/linux-2.6-xlnx
lib/.lmb.o.cmd
bat
gpl-2.0
22,335
cmd_kernel/rcu/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o kernel/rcu/built-in.o kernel/rcu/update.o kernel/rcu/srcu.o kernel/rcu/tree.o
FEDEVEL/tmp-imx6-tiny-rex-linux
kernel/rcu/.built-in.o.cmd
bat
gpl-2.0
243
cmd_drivers/staging/generic_serial/built-in.o := rm -f drivers/staging/generic_serial/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/staging/generic_serial/built-in.o
garwynn/D710SPR_GB27_Kernel
drivers/staging/generic_serial/.built-in.o.cmd
bat
gpl-2.0
208
cmd_net/bluetooth/rfcomm/rfcomm.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o net/bluetooth/rfcomm/rfcomm.o net/bluetooth/rfcomm/core.o net/bluetooth/rfcomm/sock.o net/bluetooth/rfcomm/tty.o
IndieBeto/StockLP
net/bluetooth/rfcomm/.rfcomm.o.cmd
bat
gpl-2.0
201
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c source_scripts/kconfig/lxdialog/yesno.o := scripts/kconfig/lxdialog/yesno.c deps_scripts/kconfig/lxdialog/yesno.o := \ scripts/kconfig/lxdialog/dialog.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string.h \ /usr/include/x86_64-linux-gnu/bits/string2.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdbool.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/x86_64-linux-gnu/bits/locale.h \ /usr/include/ncurses.h \ /usr/include/ncurses_dll.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio.h \ /usr/include/unctrl.h \ /usr/include/curses.h \ scripts/kconfig/lxdialog/yesno.o: $(deps_scripts/kconfig/lxdialog/yesno.o) $(deps_scripts/kconfig/lxdialog/yesno.o):
jyh0082007/sigTaint
scripts/kconfig/lxdialog/.yesno.o.cmd
bat
gpl-2.0
2,690
set THIS_CISIS=%1 set SRC=%2 set KEY=%3 SET APPEND_OR_CREATE_OR_COPY=%4 set TAG_RESUMIDO=%5 set HLDG=%6 set LOG_FILE=%7 set CONTROL_FILE=%HLDG%.INVERTING echo Executing of %0 %1 %2 %3 %4 %5 %6 %7 %8 %9>> %LOG_FILE% echo %APPEND_OR_CREATE_OR_COPY% if "@%APPEND_OR_CREATE_OR_COPY%" == "@copy" %THIS_CISIS%\mx %HLDG% btell=0 "TIT=%KEY%" count=1 "proc='d*','a30{',v30,'{','a10{',v10,'{','a%TAG_RESUMIDO%{converting{'" %APPEND_OR_CREATE_OR_COPY%=%HLDG% now -all if "@%APPEND_OR_CREATE_OR_COPY%" == "@append" %THIS_CISIS%\mx %SRC% btell=0 "i=%KEY% or tit=%KEY%" count=1 "proc='d*','a30{',v30,'{','a10{',v10,'{','a%TAG_RESUMIDO%{converting{'" %APPEND_OR_CREATE_OR_COPY%=%HLDG% now -all if "@%APPEND_OR_CREATE_OR_COPY%" == "@create" %THIS_CISIS%\mx %SRC% "proc='d*','a30{',v30,'{','a10{',v10,'{','a%TAG_RESUMIDO%{converting{'" create=%HLDG% now -all if "@%APPEND_OR_CREATE_OR_COPY%" == "@copy" goto END :TEST_FILE echo Control %CONTROL_FILE% >>%LOG_FILE% if exist %CONTROL_FILE% goto TEST_FILE if exist %CONTROL_FILE% more %CONTROL_FILE% if exist %CONTROL_FILE% call %THIS_PATH%\win\cat.bat %CONTROL_FILE% >> control.txt echo NO %CONTROL_FILE% echo Inverting %HLDG% for %KEY% echo Inverting %HLDG% for %KEY% > %CONTROL_FILE% %THIS_CISIS%\mx %HLDG% fst=@%HLDG%.fst fullinv=%HLDG% del %CONTROL_FILE% :END echo End of execution of %0 %1 %2 %3 %4 %5 %6 %7 %8 %9>> %LOG_FILE%
SuporteCTRL/suitesaber
htdocs/secs-web/hldgChronOrder/win/hldg_createRecord.bat
bat
gpl-3.0
1,428
SET DEPLOYER_HOME=%CRAFTER_BIN_FOLDER%\crafter-deployer SET CATALINA_HOME=%CRAFTER_BIN_FOLDER%apache-tomcat SET CATALINA_PID=%CATALINA_HOME%\tomcat.pid SET CATALINA_LOGS_DIR=%CRAFTER_HOME%logs\tomcat SET CATALINA_OUT=%CATALINA_LOGS_DIR%catalina.out SET CRAFTER_APPLICATION_LOGS=%CATALINA_LOGS_DIR% SET CATALINA_OPTS=-Dcatalina.logs=%CATALINA_LOGS_DIR% -server -Xss1024K -Xms1G -Xmx4G -Dapplication.logs=%CRAFTER_APPLICATION_LOGS% SET SOLR_PORT=@SOLR_PORT@ SET SOLR_DEBUG_PORT=@SOLR_PORT_D@ SET SOLR_INDEXES_DIR=%CRAFTER_HOME%data\indexes SET SOLR_LOGS_DIR=%CRAFTER_HOME%logs\solr SET SOLR_OPTS=-server -Xss1024K -Xmx1G SET SOLR_HOME=%CRAFTER_BIN_FOLDER%solr\server\solr SET DEPLOYER_PORT=@DEPLOYER_PORT@ SET DEPLOYER_DEBUG_PORT=@DEPLOYER_D_PORT@ SET DEPLOYER_DATA_DIR=%CRAFTER_HOME%data\deployer SET DEPLOYER_TARGET_DIR=%DEPLOYER_DATA_DIR%\targets SET DEPLOYER_PRODCESSED_COMMITS_DIR=%DEPLOYER_DATA_DIR%\processed-commits SET DEPLOYER_LOGS_DIR=%CRAFTER_HOME%logs\deployer SET DEPLOYER_DEPLOYMENTS_DIR=%CRAFTER_HOME%\data\repos\sites SET DEPLOYER_SDOUT=%DEPLOYER_LOGS_DIR%\crafter-deployer.out SET DEPLOYER_JAVA_OPTS=-server -Xss1024K -Xmx1G SET MONGODB_PORT=@MONGODB_PORT@ SET MONGODB_HOME=%CRAFTER_HOME%mongodb SET MONGODB_PID=%CRAFTER_HOME%data\mongodb\mongod.lock SET MONGODB_DATA_DIR=%CRAFTER_HOME%data\mongodb SET MONGODB_LOGS_DIR=%CRAFTER_HOME%logs\mongodb SET TOMCAT_HTTP_PORT=@TOMCAT_HTTP_PORT@ SET MYSQL_DATA=%CRAFTER_HOME%data\db SET MYSQL_PID_FILE_NAME= SET MARIADB_PORT=@MARIADB_PORT@ SET DEPLOYER_WIN_TITLE="Crafter Deployer @ENV@" SET DEPLOYER_STARTUP=startup.bat SET DEPLOYER_SHUTDOWN=shutdown.bat SET DEPLOYER_DEBUG=debug.bat SET PROFILE_DEPLOY_WAR_PATH=%CATALINA_HOME%/webapps/crafter-profile SET PROFILE_WAR_PATH=%CATALINA_HOME%/webapps/crafter-profile.war SET FORCE_MONGO=%1 @rem in Seconds SET TIME_BEFORE_KILL=20
cortiz/craftercms
resources/crafter/crafter-setenv.bat
bat
gpl-3.0
1,833
echo off setlocal enabledelayedexpansion echo. "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "truncate table refrain_live.map_tbc_category_mapping ;" -u update_recon echo TRUNCATE refrain_live.map_tbc_category_mapping DONE echo. FOR %%f IN ("*.csv") DO ( set old=%%~dpnxf set new=!old:\=\\! "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "load data local infile '"!new!"' IGNORE into table refrain_live.map_tbc_category_mapping COLUMNS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"""' IGNORE 1 ROWS" -u update_recon echo IMPORT %%~nxf DONE ) echo. "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "select count(*) AS 'Total Imported Data' from refrain_live.map_tbc_category_mapping ;" -u Recon pause
reflaz/sql-scripts
refrain-tools/00-c-import/REFRAIN_TOOLS_LIVE/_MAPPING/MAP_TBC_CATEGORY_MAPPING/AA_MAP_TBC_CATEGORY_MAPPING.bat
bat
gpl-3.0
734
%SUMO_HOME%/tools/traceExporter.py -i fcd.xml -n net.net.xml --ns2mobility-output mobilityfile.tcl
702nADOS/sumo
docs/examples/tools/traceExporter/traceExporter.bat
bat
gpl-3.0
98
@ECHO OFF "C:\ExtraProgramme\Programmierung\AVRTools\AvrAssembler2\avrasm2.exe" -S "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\labels.tmp" -fI -W+ie -C V2 -o "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.hex" -d "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.obj" -e "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.eep" -w -m "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.map" -l "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.lst" "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.asm"
tengelmann/Lampensteuerung
Firmware/AVRootloader/AVR/AvrBuild.bat
bat
gpl-3.0
776
d:\workCode\py3.4.4\Scripts\activate.bat python py2exe_scrxPDF1707.py py2exe pause "done...hit a key to exit" rem **** pause so we can see the exit codes
And0k/scraper3
scrxPDF/py2exe_scrxPDF1707.bat
bat
gpl-3.0
153
java -server -cp ./classes;./libs/* com.curlymaple.sandbox.SandboxServer
liang47009/simple_netty_server
src/main/resources/server.bat
bat
gpl-3.0
72
@echo off setlocal enabledelayedexpansion del result.txt set urls=www.good.com www.bad.com www.test.com www.example.com for %%a in (%urls%) do ( echo %%a >> result.txt curl -k -I -m 3 -o NUL %%a -w %%{http_code} >> result.txt echo. >> result.txt )
admin05/Batch
通过curl批量获取网页状态码.bat
bat
mpl-2.0
292
@echo on setlocal :: setup compil env set VC_DIR="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" :: find the varsall parameters if "%PLATFORM%" == "msvc2017_64" set VC_VARSALL=amd64 if "%PLATFORM%" == "winrt_x64_msvc2017" set VC_VARSALL=amd64_x86 if "%PLATFORM%" == "winrt_x86_msvc2017" set VC_VARSALL=amd64_x86 if "%PLATFORM%" == "winrt_armv7_msvc2017" set VC_VARSALL=amd64_x86 if "%PLATFORM%" == "msvc2015_64" set VC_VARSALL=amd64 if "%PLATFORM%" == "msvc2015" set VC_VARSALL=amd64_x86 if "%PLATFORM%" == "static" set VC_VARSALL=amd64 set qtplatform=%PLATFORM% call %VC_DIR% %VC_VARSALL% for %%* in (.) do set CurrDirName=%%~nx* C:\Qt\%QT_VER%\%qtplatform%\bin\qmake .\app\ || exit /B 1 :: compilation nmake qmake_all || exit /B 1 nmake || exit /B 1 nmake release || exit /B 1 echo "step 4" nmake INSTALL_ROOT=\projects\%CurrDirName%\install install || exit /B 1 echo "step 5" :: qt deploy C:\Qt\%QT_VER%\%qtplatform%\bin\windeployqt.exe C:\projects\qregovar\release --qmldir C:\projects\qregovar\app\UI\
REGOVAR/QRegovar
deploy/win/build-msvc.bat
bat
agpl-3.0
1,064
::==================================================================:: :: File : Make All.BAT :: Description: Make the Keil C source code :: Author: JLJuang :: E-Mail: [email protected] :: NOTE : All copy rights reserved (c) since 2003 ::==================================================================:: @echo on cls IF "%COMPILE_TARGET_IC%" == "ZET7100" goto LABEL_ZET7100_SETUP :LABEL_ZET7100_SETUP CALL JVER.BAT GOTO LABEL_SETUP_END :LABEL_SETUP_END: ::CALL SETTING.BAT ::-----------------------------------------------------------------:: :: STEP 1: Clear all bin ::-----------------------------------------------------------------:: DEL %DEV_PATH%\%PROJECT_NAME%\%PANEL_TYPE%\*.bin ::-----------------------------------------------------------------:: :: STEP 2: make bin to ZET_DEFAULT ::-----------------------------------------------------------------:: ::[#] = 1 : H-type + Large pitch : Htype-LPitch ::[#] = 2 : L-type + Large pitch : Ltype-LPitch ::[#] = 3 : 1T2R-type + Large pitch : 1T2R-LPitch ::[#] = 4 : H-type + Small pitch : Htype-SPitch ::[#] = 5 : L-type + Small pitch : Ltype-SPitch ::[#] = 6 : 1T2R-type + Small pitch : 1T2R-SPitch ::[#] = 11 : 1T2R-type + Small pitch customer : 1T2R-SP-C ::[#] = 12 : 1T2R-type + Small pitch customer force: 1T2R-SP-CF ::[#] = 13 : 1T2R-type + Small pitch customer key: 1T2R-SP-CK ::------------------------------------------------------------------ ::CALL nMAKE.BAT 1 1 ::CALL nMAKE.BAT 1 2 ::CALL nMAKE.BAT 1 3 ::CALL nMAKE.BAT 1 4 ::CALL nMAKE.BAT 1 5 ::CALL nMAKE.BAT 1 6 CALL nMAKE.BAT 1 11 CALL nMAKE.BAT 1 12 CALL nMAKE.BAT 1 13 ::CLEAN
amaple0229/Zeitec_ZET7100FAE
7100/WorkLib/nMakeAll.bat
bat
lgpl-2.1
1,697
@ECHO OFF REM Copyright 2020 The IREE Authors REM REM Licensed under the Apache License v2.0 with LLVM Exceptions. REM See https://llvm.org/LICENSE.txt for license information. REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception SET RUNNER_PATH=%~dp0 powershell.exe -NoProfile -File "%RUNNER_PATH%\run_test.ps1" %* EXIT /B %ERRORLEVEL%
google/iree
build_tools/cmake/run_test.bat
bat
apache-2.0
345
SETLOCAL SETLOCAL ENABLEEXTENSIONS docfx.exe build docfx.json > docfx.log @IF NOT %ERRORLEVEL% == 0 ( type docfx.log ECHO Error: docfx build failed. 1>&2 EXIT /B %ERRORLEVEL% ) @type docfx.log @type docfx.log | findstr /C:"Build succeeded." @IF NOT %ERRORLEVEL% == 0 ( ECHO Error: you have introduced build warnings. 1>&2 EXIT /B %ERRORLEVEL% )
open-telemetry/opentelemetry-specification
docfx.cmd
bat
apache-2.0
356
@ECHO OFF REM Copyright 2015 DataStax 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 Enable delayed expansion (multiple var assignments) and local variables SETLOCAL ENABLEDELAYEDEXPANSION SET BATCH_DIRECTORY=%~D0%~P0 SET ABSOLUTE_BATCH_DIRECTORY=%~DP0 SET BATCH_FILENAME=%~N0%~X0 REM Exit code constants SET EXIT_CODE_INVALID_SYSTEM_ARCHITECTURE=1 SET EXIT_CODE_MISSING_VISUAL_STUDIO=2 SET EXIT_CODE_MISSING_BUILD_DEPENDENCY=3 SET EXIT_CODE_INVALID_BUILD_DEPENDENCY_VERSION=4 SET EXIT_CODE_CLONE_FAILED=5 SET EXIT_CODE_BUILD_DEPENDENCY_FAILED=6 SET EXIT_CODE_BUILD_DRIVER_FAILED=7 SET EXIT_CODE_INVALID_VERSION=8 SET EXIT_CODE_PACKAGE_FAILED=9 REM Argument constants SET ARGUMENT_BUILD_TYPE_DEBUG=--DEBUG SET ARGUMENT_BUILD_TYPE_RELEASE=--RELEASE SET ARGUMENT_DISABLE_CLEAN_BUILD=--DISABLE-CLEAN SET ARGUMENT_DISABLE_OPENSSL=--DISABLE-OPENSSL SET ARGUMENT_ENABLE_EXAMPLES=--ENABLE-EXAMPLES SET ARGUMENT_ENABLE_BUILD_PACKAGES=--ENABLE-PACKAGES SET ARGUMENT_ENABLE_TESTS=--ENABLE-TESTS SET ARGUMENT_ENABLE_ZLIB=--ENABLE-ZLIB SET ARGUMENT_GENERATE_SOLUTION=--GENERATE-SOLUTION SET ARGUMENT_INSTALLATION_DIRECTORY=--INSTALL-DIR SET ARGUMENT_USE_BOOST_ATOMIC=--USE-BOOST-ATOMIC SET ARGUMENT_LIBRARY_TYPE_SHARED=--SHARED SET ARGUMENT_LIBRARY_TYPE_STATIC=--STATIC SET ARGUMENT_TARGET_ARCHITECTURE_32BIT=--X86 SET ARGUMENT_TARGET_ARCHITECTURE_64BIT=--X64 SET ARGUMENT_TARGET_COMPILER=--TARGET-COMPILER SET ARGUMENT_HELP=--HELP REM Option/Value constants SET ARCHITECTURE_32BIT=32 SET ARCHITECTURE_64BIT=64 SET BUILD_TYPE_DEBUG=DEBUG SET BUILD_TYPE_RELEASE=RELEASE SET LIBRARY_TYPE_SHARED=SHARED SET LIBRARY_TYPE_STATIC=STATIC SET TRUE=1 SET FALSE=0 SET YES=1 SET NO=2 REM Determine the system architecture (32/64 bit) SET ARCHITECTURE_REGISTRY_LOCATION_QUERY=HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0 REG QUERY %ARCHITECTURE_REGISTRY_LOCATION_QUERY% | FIND /I "x86" > NUL && SET SYSTEM_ARCHITECTURE=%ARCHITECTURE_32BIT% || SET SYSTEM_ARCHITECTURE=%ARCHITECTURE_64BIT% REM Dependency executable constants SET CMAKE=cmake.exe SET "DOWNLOAD_URL_CMAKE=http://www.cmake.org/download" SET GIT=git.exe SET "DOWNLOAD_URL_GIT=http://git-scm.com/downloads" SET PERL=perl.exe SET "DOWNLOAD_URL_PERL=https://www.perl.org/get.html#win32" SET PYTHON=python.exe SET "DOWNLOAD_URL_PYTHON=https://www.python.org/downloads/" SET DEVENV=devenv.exe SET MSBUILD=msbuild.exe SET NMAKE=nmake.exe SET "DOWNLOAD_URL_VISUAL_STUDIO=https://go.microsoft.com/fwlink/?LinkId=615464&clcid=0x409" SET ZIP=7z.exe SET "DOWNLOAD_URL_ZIP=http://www.7-zip.org/download.html" REM Minimum version build dependency constants SET MINIMUM_VERSION_REQUIRED_CMAKE=2.8.0 SET MINIMUM_VERSION_REQUIRED_PYTHON=2.7.0 REM Build constants SET BUILD_DIRECTORY=build SET "ABSOLUTE_BUILD_DIRECTORY=%BATCH_DIRECTORY%\%BUILD_DIRECTORY%" SET BUILD_PACKAGE_PREFIX=cassandra-cpp-driver SET DRIVER_DRIVER_DIRECTORY=driver SET PACKAGES_DIRECTORY=packages SET "ABSOLUTE_PACKAGES_DIRECTORY=%ABSOLUTE_BUILD_DIRECTORY%\%PACKAGES_DIRECTORY%" REM Build dependency constants SET DEPENDENCIES_DIRECTORY=dependencies SET "ABSOLUTE_DEPENDENCIES_DIRECTORY=%ABSOLUTE_BUILD_DIRECTORY%\%DEPENDENCIES_DIRECTORY%" SET DEPENDENCIES_SOURCE_DIRECTORY=src SET DEPENDENCIES_LIBRARIES_DIRECTORY=libs SET BOOST_REPOSITORY_URL=https://github.com/boostorg/ SET BOOST_DIRECTORY=boost SET BOOST_BRANCH_TAG_VERSION=boost-1.59.0 SET LIBUV_REPOSITORY_URL=https://github.com/libuv/libuv.git SET LIBUV_DIRECTORY=libuv SET LIBUV_BRANCH_TAG_VERSION=v1.7.4 SET LIBUV_PACKAGE_VERSION=1.7.4 SET GYP_REPOSITORY_URL=https://chromium.googlesource.com/external/gyp.git SET LIBSSH2_REPOSITORY_URL=https://github.com/libssh2/libssh2.git SET LIBSSH2_DIRECTORY=libssh2 SET LIBSSH2_BRANCH_TAG_VERSION=master SET OPENSSL_REPOSITORY_URL=https://github.com/openssl/openssl.git SET OPENSSL_DIRECTORY=openssl SET OPENSSL_BRANCH_TAG_VERSION=OpenSSL_1_0_2d SET OPENSSL_PACKAGE_VERSION=1.0.2d SET ZLIB_REPOSITORY_URL=https://github.com/madler/zlib.git SET ZLIB_DIRECTORY=zlib SET ZLIB_BRANCH_TAG_VERSION=v1.2.8 REM Library directory constants SET LIBRARY_INCLUDE_DIRECTORY=include SET LIBRARY_BINARY_DIRECTORY=lib SET LIBRARY_RUNTIME_DIRECTORY=bin SET "ABSOLUTE_DRIVER_LIBRARY_DIRECTORY=%ABSOLUTE_BUILD_DIRECTORY%\%LIBRARY_BINARY_DIRECTORY%" SET "ABSOLUTE_DEPENDENCIES_LIBRARIES_DIRECTORY=%ABSOLUTE_DEPENDENCIES_DIRECTORY%\%DEPENDENCIES_LIBRARIES_DIRECTORY%" SET "ABSOLUTE_LIBUV_LIBRARY_DIRECTORY=%ABSOLUTE_DEPENDENCIES_LIBRARIES_DIRECTORY%\%LIBUV_DIRECTORY%" SET "ABSOLUTE_LIBSSH2_LIBRARY_DIRECTORY=%ABSOLUTE_DEPENDENCIES_LIBRARIES_DIRECTORY%\%LIBSSH2_DIRECTORY%" SET "ABSOLUTE_OPENSSL_LIBRARY_DIRECTORY=%ABSOLUTE_DEPENDENCIES_LIBRARIES_DIRECTORY%\%OPENSSL_DIRECTORY%" SET "ABSOLUTE_ZLIB_LIBRARY_DIRECTORY=%ABSOLUTE_DEPENDENCIES_LIBRARIES_DIRECTORY%\%ZLIB_DIRECTORY%" REM Log filename constants SET LOG_DIRECTORY=log SET "ABSOLUTE_LOG_DIRECTORY=%ABSOLUTE_BUILD_DIRECTORY%\%LOG_DIRECTORY%" SET "LOG_BOOST_CLONE=%ABSOLUTE_LOG_DIRECTORY%\boost.log" SET "LOG_DRIVER_BUILD=%ABSOLUTE_LOG_DIRECTORY%\driver.log" SET "LOG_LIBUV_BUILD=%ABSOLUTE_LOG_DIRECTORY%\libuv.log" SET "LOG_LIBSSH2_BUILD=%ABSOLUTE_LOG_DIRECTORY%\libssh2.log" SET "LOG_OPENSSL_BUILD=%ABSOLUTE_LOG_DIRECTORY%\openssl.log" SET "LOG_PACKAGE_BUILD=%ABSOLUTE_LOG_DIRECTORY%\package.log" SET "LOG_ZLIB_BUILD=%ABSOLUTE_LOG_DIRECTORY%\zlib.log" REM Build defaults (can be updated via command line) SET BUILD_TYPE=%BUILD_TYPE_RELEASE% SET ENABLE_BUILD_PACKAGES=%FALSE% SET ENABLE_CLEAN_BUILD=%TRUE% SET ENABLE_EXAMPLES=%FALSE% SET ENABLE_LIBSSH2=%FALSE% SET ENABLE_OPENSSL=%TRUE% SET ENABLE_TESTS=%FALSE% SET ENABLE_ZLIB=%FALSE% SET GENERATE_SOLUTION=%FALSE% SET LIBRARY_TYPE=%LIBRARY_TYPE_SHARED% SET TARGET_ARCHITECTURE=%SYSTEM_ARCHITECTURE% SET USE_BOOST_ATOMIC=%FALSE% REM Parse command line arguments :ARGUMENT_LOOP IF NOT [%1] == [] ( REM Get the current argument CALL :UPPERCASE %1 ARGUMENT SHIFT REM Build type (debug/release) IF "!ARGUMENT!" == "!ARGUMENT_BUILD_TYPE_DEBUG!" ( SET BUILD_TYPE=!BUILD_TYPE_DEBUG! ) IF "!ARGUMENT!" == "!ARGUMENT_BUILD_TYPE_RELEASE!" ( SET BUILD_TYPE=!BUILD_TYPE_RELEASE! ) REM Library type IF "!ARGUMENT!" == "!ARGUMENT_LIBRARY_TYPE_SHARED!" ( SET LIBRARY_TYPE=!LIBRARY_TYPE_SHARED! ) IF "!ARGUMENT!" == "!ARGUMENT_LIBRARY_TYPE_STATIC!" ( SET LIBRARY_TYPE=!LIBRARY_TYPE_STATIC! ) REM Target architecture (32/64 bit) IF "!ARGUMENT!" == "!ARGUMENT_TARGET_ARCHITECTURE_32BIT!" ( SET TARGET_ARCHITECTURE=!ARCHITECTURE_32BIT! ) IF "!ARGUMENT!" == "!ARGUMENT_TARGET_ARCHITECTURE_64BIT!" ( REM Ensure the 64-bit build would be able to proceed IF NOT !SYSTEM_ARCHITECTURE! EQU !ARCHITECTURE_64BIT! ( ECHO Invalid System Architecture: Unable to build 64-bit project on 32-bit OS EXIT /B !EXIT_CODE_INVALID_SYSTEM_ARCHITECTURE! ) SET TARGET_ARCHITECTURE=!ARCHITECTURE_64BIT! ) REM Target compiler (VS/Windows SDK) IF "!ARGUMENT!" == "!ARGUMENT_TARGET_COMPILER!" ( REM Make sure the compiler is valid IF [%2] == [] ( ECHO Invalid Compiler: Visual Studio/Windows SDK version must be supplied EXIT /B !EXIT_CODE_MISSING_VISUAL_STUDIO! ) ELSE ( REM Get the compiler version to use CALL :UPPERCASE %2 TARGET_COMPILER_VERSION SHIFT REM Ensure the targeted compiler is valid IF NOT "!TARGET_COMPILER_VERSION!" == "100" ( IF NOT "!TARGET_COMPILER_VERSION!" == "110" ( IF NOT "!TARGET_COMPILER_VERSION!" == "120" ( IF NOT "!TARGET_COMPILER_VERSION!" == "140" ( IF NOT "!TARGET_COMPILER_VERSION!" == "WINSDK" ( ECHO Invalid Compiler Version: 100, 110, 120, 140, or WINSDK must be supplied EXIT /B !EXIT_CODE_MISSING_VISUAL_STUDIO! ) ) ) ) ) ) ) REM Enable build of examples IF "!ARGUMENT!" == "!ARGUMENT_ENABLE_EXAMPLES!" ( SET ENABLE_EXAMPLES=!TRUE! ) REM Enable package build IF "!ARGUMENT!" == "!ARGUMENT_ENABLE_BUILD_PACKAGES!" ( SET ENABLE_BUILD_PACKAGES=!TRUE! REM Make sure the version information exists IF [%2] == [] ( ECHO Invalid Version: Version must be supplied when enabling packages EXIT /B !EXIT_CODE_INVALID_VERSION! ) ELSE ( REM Get the version information SET "BUILD_PACKAGE_VERSION=%2" SHIFT ) ) REM Enable build of tests IF "!ARGUMENT!" == "!ARGUMENT_ENABLE_TESTS!" ( SET ENABLE_TESTS=!TRUE! REM Make sure the Boost root directory exists IF [%2] == [] ( ECHO Invalid Boost Root Directory: Location of Boost must be supplied EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) ELSE ( REM Get the Boost root directory SET "BOOST_ROOT_DIRECTORY=%2" IF NOT EXIST "!BOOST_ROOT_DIRECTORY!" ( ECHO Invalid Boost Root Directory: Location does not exist [%2] EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) SHIFT ) ) REM Enable zlib (clone and build) IF "!ARGUMENT!" == "!ARGUMENT_ENABLE_ZLIB!" ( SET ENABLE_ZLIB=!TRUE! ) REM Disable clean build IF "!ARGUMENT!" == "!ARGUMENT_DISABLE_CLEAN_BUILD!" ( SET ENABLE_CLEAN_BUILD=!FALSE! ) REM Disable OpenSSL (clone and build) IF "!ARGUMENT!" == "!ARGUMENT_DISABLE_OPENSSL!" ( SET ENABLE_OPENSSL=!FALSE! ) REM Generate Visual Studio solution (no build) IF "!ARGUMENT!" == "!ARGUMENT_GENERATE_SOLUTION!" ( SET GENERATE_SOLUTION=!TRUE! ) REM Update installation directory for the driver IF "!ARGUMENT!" == "!ARGUMENT_INSTALLATION_DIRECTORY!" ( REM Make sure the installation directory is available IF [%2] == [] ( ECHO Invalid Installation Directory: Directory must be supplied EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) ELSE ( REM Get the driver installation directory SET "DRIVER_INSTALLATION_DIRECTORY=%2" SHIFT ) ) REM Enable the use of Boost atomic library (header only) IF "!ARGUMENT!" == "!ARGUMENT_USE_BOOST_ATOMIC!" ( SET USE_BOOST_ATOMIC=!TRUE! ) REM Help message IF "!ARGUMENT!" == "!ARGUMENT_HELP!" ( CALL :DISPLAYHELP 0 EXIT /B ) REM Continue to loop through the command line arguments GOTO :ARGUMENT_LOOP ) REM Ensure static builds, OpenSSL is enabled, and packages are disabled IF !ENABLE_TESTS! EQU !TRUE! ( REM Enable test dependencies SET LIBRARY_TYPE=!LIBRARY_TYPE_STATIC! SET ENABLE_LIBSSH2=!TRUE! SET ENABLE_OPENSSL=!TRUE! REM Determine if package build should be disabled IF !ENABLE_BUILD_PACKAGES! EQU !TRUE! ( ECHO Disabling Package Build: !ARGUMENT_ENABLE_TESTS! overrides packages SET ENABLE_BUILD_PACKAGES=!FALSE! ) ) REM Determine if zlib should be enabled IF !ENABLE_ZLIB! EQU !TRUE! ( SET ENABLE_ZLIB_IS_VALID=!FALSE! IF !ENABLE_LIBSSH! EQU !TRUE! SET ENABLE_ZLIB_IS_VALID=!TRUE! IF !ENABLE_OPENSSL! EQU !TRUE! SET ENABLE_ZLIB_IS_VALID=!TRUE! SET ENABLE_ZLIB=!ENABLE_ZLIB_IS_VALID! ) REM Determine Visual Studio Version(s) available SET "VISUAL_STUDIO_INTERNAL_VERSIONS=140 120 110 100" SET "VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSIONS=14 12 11 10" SET "VISUAL_STUDIO_VERSIONS=2015 2013 2012 2010" SET INDEX=0 SET TARGET_COMPILER_VERSION_FOUND=!FALSE! FOR %%A IN (!VISUAL_STUDIO_INTERNAL_VERSIONS!) DO ( SET /A INDEX+=1 IF DEFINED VS%%ACOMNTOOLS ( SET "AVAILABLE_VISUAL_STUDIO_VERSIONS=!AVAILABLE_VISUAL_STUDIO_VERSIONS! !INDEX!" REM Determine if targeted version can be detected IF NOT "!TARGET_COMPILER_VERSION!" == "WINSDK" ( IF %%A EQU !TARGET_COMPILER_VERSION! ( REM Indicate the compiler was found and set the user choice SET TARGET_COMPILER_VERSION_FOUND=!TRUE! SET USER_CHOICE_ENTRY=!INDEX! ) ) ) ) REM Determine Windows SDK Version(s) available SET "WINDOWS_SDK_VERSIONS=v7.1 v8.0 v8.1" IF DEFINED WindowsSDKDir ( IF DEFINED WindowsSDKVersionOverride ( CALL :GETVALUE WindowsSDKVersionOverride WINDOWS_SDK_VERSION SET INDEX=0 FOR %%A IN (!WINDOWS_SDK_VERSIONS!) DO ( SET /A INDEX+=1 CALL :GETARRAYELEMENT WINDOWS_SDK_VERSIONS !INDEX! CHECK_WINDOWS_SDK_VERSION IF "!WINDOWS_SDK_VERSION!" == "!CHECK_WINDOWS_SDK_VERSION!" ( SET WINDOWS_SDK_FOUND=!TRUE! REM Determine if targeted version can be detected IF "!TARGET_COMPILER_VERSION!" == "WINSDK" ( SET TARGET_COMPILER_VERSION_FOUND=!TRUE! ) ) ) ) ) REM Determine if targeted compiler was detected IF NOT "!TARGET_COMPILER_VERSION!" == "" ( IF !TARGET_COMPILER_VERSION_FOUND! EQU !FALSE! ( ECHO Could Not Detect Compiler: !TARGET_COMPILER_VERSION! is not installed ) ) REM Display discovered Visual Studio version(s) and Windows SDK version set NUMBER_OF_VERSIONS=0 FOR %%A IN (!AVAILABLE_VISUAL_STUDIO_VERSIONS!) DO ( SET /A NUMBER_OF_VERSIONS+=1 ) IF DEFINED WINDOWS_SDK_FOUND SET /A NUMBER_OF_VERSIONS+=1 REM Determine if build can proceed IF !NUMBER_OF_VERSIONS! EQU 0 ( ECHO Visual Studio Not Found: Install Visual Studio 2010 - 2015 to complete build ECHO !DOWNLOAD_URL_VISUAL_STUDIO! CHOICE /N /T 15 /D N /M "Would you like to download Visual Studio 2015 Express now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_VISUAL_STUDIO! EXIT /B !EXIT_CODE_MISSING_VISUAL_STUDIO! ) REM Ensure additional build dependencies are installed CALL :GETFULLPATH "!CMAKE!" CMAKE_FOUND IF NOT DEFINED CMAKE_FOUND ( ECHO CMake Not Found in PATH: CMake v!MINIMUM_VERSION_REQUIRED_CMAKE! is required to complete build ECHO !DOWNLOAD_URL_CMAKE! CHOICE /N /T 15 /D N /M "Would you like to download CMake now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_CMAKE! EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) ELSE ( FOR /F "TOKENS=1,2,3* DELIMS= " %%A IN ('!CMAKE! --version') DO IF NOT DEFINED CMAKE_VERSION SET CMAKE_VERSION=%%C CALL :COMPAREVERSION !CMAKE_VERSION! !MINIMUM_VERSION_REQUIRED_CMAKE! IF !ERRORLEVEL! EQU -1 ( ECHO Invalid CMake Version Found: CMake v!MINIMUM_VERSION_REQUIRED_CMAKE! is required to complete build ECHO !DOWNLOAD_URL_CMAKE! CHOICE /N /T 15 /D N /M "Would you like to download CMake now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_CMAKE! EXIT /B !EXIT_CODE_INVALID_BUILD_DEPENDENCY_VERSION! ) ) CALL :GETFULLPATH "!GIT!" GIT_FOUND IF NOT DEFINED GIT_FOUND ( ECHO Git Not Found in PATH: Git is required to complete build ECHO !DOWNLOAD_URL_GIT! CHOICE /N /T 15 /D N /M "Would you like to download Git now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_GIT! EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) CALL :GETFULLPATH "!PERL!" PERL_FOUND IF NOT DEFINED PERL_FOUND ( REM Perl is only required for building/configuring OpenSSL IF !ENABLE_OPENSSL! EQU !TRUE! ( ECHO Perl Not Found in PATH: Perl is required to complete build ECHO !DOWNLOAD_URL_PERL! CHOICE /N /T 15 /D N /M "Would you like to download Perl now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_PERL! EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) ) CALL :GETFULLPATH "!PYTHON!" PYTHON_FOUND IF NOT DEFINED PYTHON_FOUND ( ECHO Python Not Found in PATH: Python v!MINIMUM_VERSION_REQUIRED_PYTHON! is required to complete build ECHO !DOWNLOAD_URL_PYTHON! CHOICE /N /T 15 /D N /M "Would you like to download Python now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_PYTHON! EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) ELSE ( FOR /F "TOKENS=1,2* DELIMS= " %%A IN ('!PYTHON! --version 2^>^&1') DO IF NOT DEFINED PYTHON_VERSION SET PYTHON_VERSION=%%B CALL :COMPAREVERSION !PYTHON_VERSION! !MINIMUM_VERSION_REQUIRED_PYTHON! IF !ERRORLEVEL! EQU -1 ( ECHO Invalid Python Version Found: Python v!MINIMUM_VERSION_REQUIRED_PYTHON! is required to complete build ECHO !DOWNLOAD_URL_PYTHON! CHOICE /N /T 15 /D N /M "Would you like to download Python now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_PYTHON! EXIT /B !EXIT_CODE_INVALID_BUILD_DEPENDENCY_VERSION! ) REM Python v3.x does not work properly with GYP (libuv build dependency) CALL :COMPAREVERSION !PYTHON_VERSION! 3.0.0 IF !ERRORLEVEL! GEQ 0 ( ECHO Invalid Python Version Found: Python v3.x is not supported ECHO !DOWNLOAD_URL_PYTHON! CHOICE /N /T 15 /D N /M "Would you like to download Python now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_PYTHON! EXIT /B !EXIT_CODE_INVALID_BUILD_DEPENDENCY_VERSION! ) ) REM Determine if we should allow the user to choose compiler version IF "!ENABLE_BUILD_PACKAGES!" == "!FALSE!" ( IF !NUMBER_OF_VERSIONS! GTR 1 ( REM Display discovered Visual Studio versions for selection SET INDEX=0 SET SELECTION_OPTIONS= FOR %%A IN (!AVAILABLE_VISUAL_STUDIO_VERSIONS!) DO ( SET /A INDEX+=1 SET "SELECTION_OPTIONS=!SELECTION_OPTIONS!!INDEX!" CALL :GETARRAYELEMENT VISUAL_STUDIO_VERSIONS %%A VISUAL_STUDIO_VERSION ECHO !INDEX!^) Visual Studio !VISUAL_STUDIO_VERSION! ) REM Display discovered Windows SDK version for selection IF DEFINED WINDOWS_SDK_FOUND ( SET /A INDEX+=1 SET "SELECTION_OPTIONS=!SELECTION_OPTIONS!!INDEX!" SET WINDOWS_SDK_SELECTION_OPTION=!INDEX! ECHO !INDEX!^) Windows SDK !WINDOWS_SDK_VERSION! ) REM Add the exit option ECHO E^) Exit SET "SELECTION_OPTIONS=!SELECTION_OPTIONS!E" REM Determine if the targeted compiler should be used IF !TARGET_COMPILER_VERSION_FOUND! EQU !TRUE! ( REM Make selection choice for the user IF "!TARGET_COMPILER_VERSION!" == "WINSDK" SET USER_CHOICE_ENTRY=!WINDOWS_SDK_SELECTION_OPTION! ECHO Please Select a Compiler: !USER_CHOICE_ENTRY! ) ELSE ( REM Present selection to the user CHOICE /C !SELECTION_OPTIONS! /N /T 60 /D E /M "Please Select a Compiler:" IF !ERRORLEVEL! GTR !NUMBER_OF_VERSIONS! ( EXIT /B ) SET USER_CHOICE_ENTRY=!ERRORLEVEL! ) ECHO. REM Determine the selection IF !USER_CHOICE_ENTRY! NEQ !WINDOWS_SDK_SELECTION_OPTION! ( CALL :GETARRAYELEMENT AVAILABLE_VISUAL_STUDIO_VERSIONS !USER_CHOICE_ENTRY! USER_SELECTION CALL :GETARRAYELEMENT VISUAL_STUDIO_INTERNAL_VERSIONS !USER_SELECTION! VISUAL_STUDIO_INTERNAL_VERSION CALL :GETARRAYELEMENT VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSIONS !USER_SELECTION! VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION CALL :GETARRAYELEMENT VISUAL_STUDIO_VERSIONS !USER_SELECTION! VISUAL_STUDIO_VERSION REM Ensure the other versions of VSXXXCOMNTOOLS are undefined (unset) FOR %%A IN (!VISUAL_STUDIO_INTERNAL_VERSIONS!) DO ( IF NOT %%A EQU !VISUAL_STUDIO_INTERNAL_VERSION! SET VS%%ACOMNTOOLS= ) REM Ensure the Windows SDK version is undefined (unset) IF DEFINED WindowsSDKDir SET WindowsSDKDir= ) ELSE ( SET WINDOWS_SDK_SELECTED=!TRUE! ) ) ELSE ( IF NOT DEFINED WINDOWS_SDK_FOUND ( CALL :GETARRAYELEMENT VISUAL_STUDIO_INTERNAL_VERSIONS !AVAILABLE_VISUAL_STUDIO_VERSIONS! VISUAL_STUDIO_INTERNAL_VERSION CALL :GETARRAYELEMENT VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSIONS !AVAILABLE_VISUAL_STUDIO_VERSIONS! VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION CALL :GETARRAYELEMENT VISUAL_STUDIO_VERSIONS !AVAILABLE_VISUAL_STUDIO_VERSIONS! VISUAL_STUDIO_VERSION ) ELSE ( SET WINDOWS_SDK_SELECTED=!TRUE! ) ) REM Ensure the environment is setup correctly; if Windows SDK build environment IF DEFINED WINDOWS_SDK_FOUND ( CALL :CONFIGUREWINDOWSSDKENVIRONMENT !BUILD_TYPE! !TARGET_ARCHITECTURE! ) REM Setup the Visual Studio environment for compiling IF NOT DEFINED WINDOWS_SDK_SELECTED ( CALL :CONFIGUREVISUALSTUDIOENVIRONMENT !VISUAL_STUDIO_INTERNAL_VERSION! !TARGET_ARCHITECTURE! ) CALL :GETFULLPATH "!DEVENV!" DEVENV_FOUND CALL :GETFULLPATH "!MSBUILD!" MSBUILD_FOUND CALL :GETFULLPATH "!NMAKE!" NMAKE_FOUND REM Display summary of build options ECHO Build Type: !BUILD_TYPE! ECHO Clean Build: !ENABLE_CLEAN_BUILD! ECHO Examples Enabled: !ENABLE_EXAMPLES! ECHO Library Type: !LIBRARY_TYPE! ECHO OpenSSL Enabled: !ENABLE_OPENSSL! ECHO Tests Enabled: !ENABLE_TESTS! ECHO zlib Enabled: !ENABLE_ZLIB! ECHO Generate Solution !GENERATE_SOLUTION! ECHO Target Architecture: !TARGET_ARCHITECTURE! ECHO Use Boost Atomic: !USE_BOOST_ATOMIC! IF NOT DEFINED WINDOWS_SDK_SELECTED ( ECHO Visual Studio: !VISUAL_STUDIO_VERSION! ) ELSE ( ECHO Windows SDK: !WINDOWS_SDK_VERSION! ) ECHO. ) ELSE ( REM Ensure package properties are set (ignore commandline arguments) SET BUILD_TYPE=!BUILD_TYPE_RELEASE! SET ENABLE_CLEAN_BUILD=!TRUE! SET ENABLE_EXAMPLES=!FALSE! SET ENABLE_OPENSSL=!TRUE! SET ENABLE_TESTS=!FALSE! SET ENABLE_ZLIB=!FALSE! SET GENERATE_SOLUTION=!FALSE! SET USE_BOOST_ATOMIC=!TRUE! REM Add common 7-zip locations to system path SET "PATH=!PATH!;!PROGRAMFILES!\7-zip;!PROGRAMFILES(X86)!\7-zip" REM Check for 7-zip to perform package installation CALL :GETFULLPATH "!ZIP!" ZIP_FOUND IF NOT DEFINED ZIP_FOUND ( ECHO 7-zip Not Found in PATH: 7-zip is required to build packages ECHO !DOWNLOAD_URL_ZIP! CHOICE /N /T 15 /D N /M "Would you like to download 7-zip now?" IF !ERRORLEVEL! EQU !YES! START !DOWNLOAD_URL_ZIP! EXIT /B !EXIT_CODE_MISSING_BUILD_DEPENDENCY! ) ) REM Determine if the build should be cleaned IF !ENABLE_CLEAN_BUILD! EQU !TRUE! ( CALL :CLEANDIRECTORY "!ABSOLUTE_BUILD_DIRECTORY!" "Cleaning build directory" ECHO. ) REM Prepare the build directories IF NOT EXIST "!ABSOLUTE_BUILD_DIRECTORY!" MKDIR "!ABSOLUTE_BUILD_DIRECTORY!" IF NOT EXIST "!ABSOLUTE_DEPENDENCIES_DIRECTORY!" MKDIR "!ABSOLUTE_DEPENDENCIES_DIRECTORY!" IF NOT EXIST "!ABSOLUTE_LOG_DIRECTORY!" MKDIR "!ABSOLUTE_LOG_DIRECTORY!" REM Move to the dependencies directory PUSHD "!ABSOLUTE_DEPENDENCIES_DIRECTORY!" > NUL ECHO Cloning Library Dependencies REM Determine if Boost atomic dependency is required IF !USE_BOOST_ATOMIC! EQU !TRUE! ( REM Determine if Boost atomic should be cloned IF !ENABLE_TESTS! EQU !FALSE! ( REM Clone Boost atomic and checkout the appropriate tag ECHO Gathering Boost atomic ^(and dependencies^) !BOOST_BRANCH_TAG_VERSION! > "!LOG_BOOST_CLONE!" ECHO | SET /P=Gathering Boost atomic ^(and dependencies^) !BOOST_BRANCH_TAG_VERSION! ... SET "BOOST_ATOMIC_DEPENDENCIES=atomic assert config mpl preprocessor static_assert type_traits" IF NOT EXIST "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!\include" MKDIR "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!\include" REM Store current Visual Studio tools environment variables FOR %%A IN (!BOOST_ATOMIC_DEPENDENCIES!) DO ( !GIT! clone --depth 1 --branch !BOOST_BRANCH_TAG_VERSION! --single-branch !BOOST_REPOSITORY_URL!/%%A "!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!\%%A" >> "!LOG_BOOST_CLONE!" 2>&1 IF !ERRORLEVEL! EQU 0 ( XCOPY /E /Y "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!\%%A\include" "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!\include" >> "!LOG_BOOST_CLONE!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LOG_BOOST_CLONE! for more details EXIT /B !EXIT_CODE_CHECKOUT_FAILED! ) ) ELSE ( ECHO FAILED! ECHO See !LOG_BOOST_CLONE! for more details EXIT /B !EXIT_CODE_CLONE_FAILED! ) ) ECHO done. ) ) REM Clone libuv and checkout the appropriate tag IF NOT EXIST "!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBUV_DIRECTORY!" ( ECHO Cloning libuv !LIBUV_BRANCH_TAG_VERSION! > "!LOG_LIBUV_BUILD!" ECHO | SET /P=Cloning libuv !LIBUV_BRANCH_TAG_VERSION! ... !GIT! clone --depth 1 --branch !LIBUV_BRANCH_TAG_VERSION! --single-branch !LIBUV_REPOSITORY_URL! "!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBUV_DIRECTORY!" >> "!LOG_LIBUV_BUILD!" 2>&1 IF !ERRORLEVEL! EQU 0 ( ECHO done. REM Clone GYP (libuv dependency) to correctly use googlesource URL ECHO. >> "!LOG_LIBUV_BUILD!" ECHO Cloning gyp >> "!LOG_LIBUV_BUILD!" ECHO | SET /P=Cloning gyp ... !GIT! clone --depth 1 --single-branch !GYP_REPOSITORY_URL! "!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBUV_DIRECTORY!\build\gyp" >> "!LOG_LIBUV_BUILD!" 2>&1 IF !ERRORLEVEL! EQU 0 ( ECHO done. ) ELSE ( ECHO FAILED! ECHO See !LOG_LIBUV_BUILD! for more details EXIT /B !EXIT_CODE_CLONE_FAILED! ) ) ELSE ( ECHO FAILED! ECHO See !LOG_LIBUV_BUILD! for more details EXIT /B !EXIT_CODE_CLONE_FAILED! ) ) REM Clone zlib (libssh2 dependency) and checkout the appropriate tag IF !ENABLE_ZLIB! EQU !TRUE! ( IF NOT EXIST "!DEPENDENCIES_SOURCE_DIRECTORY!\!ZLIB_DIRECTORY!" ( ECHO Cloning zlib !ZLIB_BRANCH_TAG_VERSION! > "!LOG_ZLIB_BUILD!" ECHO | SET /P=Cloning zlib !ZLIB_BRANCH_TAG_VERSION! ... !GIT! clone --depth 1 --branch !ZLIB_BRANCH_TAG_VERSION! --single-branch !ZLIB_REPOSITORY_URL! "!DEPENDENCIES_SOURCE_DIRECTORY!\!ZLIB_DIRECTORY!" >> "!LOG_ZLIB_BUILD!" 2>&1 IF !ERRORLEVEL! EQU 0 ( ECHO done. ) ELSE ( ECHO FAILED! ECHO See !LOG_ZLIB_BUILD! for more details EXIT /B !EXIT_CODE_CLONE_FAILED! ) ) ) REM Determine if libssh2 should be cloned IF !ENABLE_LIBSSH2! EQU !TRUE! ( REM Clone libssh2 IF NOT EXIST "!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBSSH2_DIRECTORY!" ( ECHO Cloning libssh2 !LIBSSH2_BRANCH_TAG_VERSION! > "!LOG_LIBSSH2_BUILD!" ECHO | SET /P=Cloning libssh2 !LIBSSH2_BRANCH_TAG_VERSION! ... !GIT! clone --depth 1 --branch !LIBSSH2_BRANCH_TAG_VERSION! --single-branch !LIBSSH2_REPOSITORY_URL! "!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBSSH2_DIRECTORY!" >> "!LOG_LIBSSH2_BUILD!" 2>&1 IF !ERRORLEVEL! EQU 0 ( ECHO done. ) ELSE ( ECHO FAILED! ECHO See !LOG_LIBSSH2_BUILD! for more details EXIT /B !EXIT_CODE_CLONE_FAILED! ) ) ) REM Determine is OpenSSL should be cloned IF !ENABLE_OPENSSL! EQU !TRUE! ( REM Clone OpenSSL and checkout the appropriate tag IF NOT EXIST "!DEPENDENCIES_SOURCE_DIRECTORY!\!OPENSSL_DIRECTORY!" ( ECHO Cloning OpenSSL !OPENSSL_BRANCH_TAG_VERSION! > "!LOG_OPENSSL_BUILD!" ECHO | SET /P=Cloning OpenSSL !OPENSSL_BRANCH_TAG_VERSION! ... !GIT! clone --depth 1 --branch !OPENSSL_BRANCH_TAG_VERSION! --single-branch !OPENSSL_REPOSITORY_URL! "!DEPENDENCIES_SOURCE_DIRECTORY!\!OPENSSL_DIRECTORY!" >> "!LOG_OPENSSL_BUILD!" 2>&1 IF !ERRORLEVEL! EQU 0 ( ECHO done. ) ELSE ( ECHO FAILED! ECHO See !LOG_OPENSSL_BUILD! for more details EXIT /B !EXIT_CODE_CLONE_FAILED! ) ) ) REM Move back to working directory POPD REM Determine if the packages are being built ECHO. IF "!ENABLE_BUILD_PACKAGES!" == "!FALSE!" ( ECHO Building Library Dependencies REM Determine if libuv needs to be built IF NOT EXIST "!ABSOLUTE_LIBUV_LIBRARY_DIRECTORY!" ( SET IS_WINDOWS_SDK_ENABLED=!FALSE! IF DEFINED WINDOWS_SDK_SELECTED SET IS_WINDOWS_SDK_ENABLED=!TRUE! CALL :BUILDLIBUV "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBUV_DIRECTORY!" "!ABSOLUTE_LIBUV_LIBRARY_DIRECTORY!" !TARGET_ARCHITECTURE! !LIBRARY_TYPE! !IS_WINDOWS_SDK_ENABLED! !FALSE! "!LOG_LIBUV_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! ) REM Determine if zlib needs to be built IF !ENABLE_ZLIB! EQU !TRUE! ( IF NOT EXIST "!ABSOLUTE_ZLIB_LIBRARY_DIRECTORY!" ( CALL :BUILDZLIB "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!ZLIB_DIRECTORY!" "!ABSOLUTE_ZLIB_LIBRARY_DIRECTORY!" "!LOG_ZLIB_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! ) ) ELSE ( REM Indicate zlib is disable SET ABSOLUTE_ZLIB_LIBRARY_DIRECTORY= ) REM Determine is OpenSSL should be built IF !ENABLE_OPENSSL! EQU !TRUE! ( REM Determine if OpenSSL needs to be built IF NOT EXIST "!ABSOLUTE_OPENSSL_LIBRARY_DIRECTORY!" ( REM Determine if OpenSSL should be built with zlib support CALL :BUILDOPENSSL "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!OPENSSL_DIRECTORY!" "!ABSOLUTE_OPENSSL_LIBRARY_DIRECTORY!" "!ABSOLUTE_ZLIB_LIBRARY_DIRECTORY!" !TARGET_ARCHITECTURE! !LIBRARY_TYPE! !FALSE! "!LOG_OPENSSL_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! ) ) REM Determine is libssh2 should be built IF !ENABLE_LIBSSH2! EQU !TRUE! ( REM Determine if libssh2 needs to be built IF NOT EXIST "!ABSOLUTE_LIBSSH2_LIBRARY_DIRECTORY!" ( CALL :BUILDLIBSSH2 "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBSSH2_DIRECTORY!" "!ABSOLUTE_LIBSSH2_LIBRARY_DIRECTORY!" "!ABSOLUTE_OPENSSL_LIBRARY_DIRECTORY!" "!ABSOLUTE_ZLIB_LIBRARY_DIRECTORY!" !TARGET_ARCHITECTURE! !VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION! "!LOG_LIBSSH2_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! ) ) ECHO. ECHO Building Driver REM Determine if the driver needs to be built SET DRIVER_INSTALLATION_DIRECTORY_OVERRIDDEN=!TRUE! IF "!DRIVER_INSTALLATION_DIRECTORY!" == "" ( SET "DRIVER_INSTALLATION_DIRECTORY=!ABSOLUTE_DRIVER_LIBRARY_DIRECTORY!" SET DRIVER_INSTALLATION_DIRECTORY_OVERRIDDEN=!FALSE! ) IF NOT EXIST "!DRIVER_INSTALLATION_DIRECTORY!" ( SET BOOST_DEPENDENCY_SOURCE_DIRECTORY= IF !USE_BOOST_ATOMIC! EQU !TRUE! SET "BOOST_DEPENDENCY_SOURCE_DIRECTORY=!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!" CALL :BUILDDRIVER "!ABSOLUTE_BATCH_DIRECTORY!" "!ABSOLUTE_BUILD_DIRECTORY!\!DRIVER_DRIVER_DIRECTORY!" "!DRIVER_INSTALLATION_DIRECTORY!" "!ABSOLUTE_LIBUV_LIBRARY_DIRECTORY!" "!ABSOLUTE_OPENSSL_LIBRARY_DIRECTORY!" "!BOOST_ROOT_DIRECTORY!" "!ABSOLUTE_LIBSSH2_LIBRARY_DIRECTORY!" "!ABSOLUTE_ZLIB_LIBRARY_DIRECTORY!" !BUILD_TYPE! !TARGET_ARCHITECTURE! !LIBRARY_TYPE! !VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION! !ENABLE_EXAMPLES! !GENERATE_SOLUTION! "!BOOST_DEPENDENCY_SOURCE_DIRECTORY!" "!LOG_DRIVER_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! ) REM Determine if dependencies should be copied IF !DRIVER_INSTALLATION_DIRECTORY_OVERRIDDEN! EQU !TRUE! ( IF EXIST "!DRIVER_INSTALLATION_DIRECTORY!\..\" ( ECHO | SET /P=Installing cpp-driver dependencies ... XCOPY /E /Y "!ABSOLUTE_DEPENDENCIES_LIBRARIES_DIRECTORY!" "!DRIVER_INSTALLATION_DIRECTORY!\..\" >> "!LOG_DRIVER_BUILD!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LOG_DRIVER_BUILD! for more details ) ECHO done. ) ) REM Display success message with location to built driver library ECHO. IF !DRIVER_GENERATE_SOLUTION! EQU !TRUE! ( ECHO Visual Studio !VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION! solution has been successfully generated ECHO !ABSOLUTE_BUILD_DIRECTORY!\!DRIVER_DRIVER_DIRECTORY!\cassandra.sln ) ELSE ( ECHO Driver has been successfully built [!TARGET_ARCHITECTURE!-bit !BUILD_TYPE!] ECHO !DRIVER_INSTALLATION_DIRECTORY! ) ) ELSE ( REM Ensure the Windows SDK version is undefined (unset) IF DEFINED WindowsSDKDir SET WindowsSDKDir= REM Store current Visual Studio tools environment variables FOR %%A IN (!VISUAL_STUDIO_INTERNAL_VERSIONS!) DO ( SET "STORED_VS%%ACOMNTOOLS=!VS%%ACOMNTOOLS!" ) REM Iterate through all available Visual Studio versions SET INDEX=0 SET "STORED_PATH=!PATH!" FOR %%A IN (!AVAILABLE_VISUAL_STUDIO_VERSIONS!) DO ( SET /A INDEX+=1 CALL :GETARRAYELEMENT VISUAL_STUDIO_VERSIONS %%A VISUAL_STUDIO_VERSION CALL :GETARRAYELEMENT AVAILABLE_VISUAL_STUDIO_VERSIONS !INDEX! USER_SELECTION CALL :GETARRAYELEMENT VISUAL_STUDIO_INTERNAL_VERSIONS !USER_SELECTION! VISUAL_STUDIO_INTERNAL_VERSION CALL :GETARRAYELEMENT VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSIONS !USER_SELECTION! VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION CALL :GETARRAYELEMENT VISUAL_STUDIO_VERSIONS !USER_SELECTION! VISUAL_STUDIO_VERSION REM Determine if both 32 and 64-bit targets can be built SET AVAILABLE_TARGET_ARCHITECTURES=!ARCHITECTURE_32BIT! IF !SYSTEM_ARCHITECTURE! EQU !ARCHITECTURE_64BIT! ( SET "AVAILABLE_TARGET_ARCHITECTURES=!AVAILABLE_TARGET_ARCHITECTURES! !ARCHITECTURE_64BIT!" ) REM Ensure the other versions of VSXXXCOMNTOOLS are undefined (unset) FOR %%B IN (!VISUAL_STUDIO_INTERNAL_VERSIONS!) DO ( SET VS%%BCOMNTOOLS= IF %%B EQU !VISUAL_STUDIO_INTERNAL_VERSION! SET "VS%%BCOMNTOOLS=!STORED_VS%%BCOMNTOOLS!" ) REM Iterate through all available target architectures FOR %%C IN (!AVAILABLE_TARGET_ARCHITECTURES!) DO ( REM Setup the Visual Studio environment CALL :CONFIGUREVISUALSTUDIOENVIRONMENT !VISUAL_STUDIO_INTERNAL_VERSION! %%C CALL :GETFULLPATH "!DEVENV!" DEVENV_FOUND CALL :GETFULLPATH "!MSBUILD!" MSBUILD_FOUND CALL :GETFULLPATH "!NMAKE!" NMAKE_FOUND REM Create the base installation locations SET DRIVER_PACKAGE_INSTALLATION_DIRECTORY=win%%C\msvc!VISUAL_STUDIO_INTERNAL_VERSION! SET DEPENDENCY_PACKAGE_INSTALLATION_DIRECTORY=!DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\!DEPENDENCIES_DIRECTORY! SET "ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY=!ABSOLUTE_PACKAGES_DIRECTORY!\!DRIVER_PACKAGE_INSTALLATION_DIRECTORY!" REM Iterate through shared and static builds FOR %%D IN (!LIBRARY_TYPE_SHARED! !LIBRARY_TYPE_STATIC!) DO ( REM Display summary of build options ECHO Building %%D Visual Studio !VISUAL_STUDIO_VERSION! Win%%C Package REM Create the installation locations CALL :LOWERCASE %%D LOWECASE_LIBRARY_TYPE SET DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY=!DEPENDENCY_PACKAGE_INSTALLATION_DIRECTORY!\!LIBUV_DIRECTORY!\!LOWECASE_LIBRARY_TYPE! SET DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY=!DEPENDENCY_PACKAGE_INSTALLATION_DIRECTORY!\!OPENSSL_DIRECTORY!\!LOWECASE_LIBRARY_TYPE! SET "ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY=!ABSOLUTE_PACKAGES_DIRECTORY!\!DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!" SET "ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY=!ABSOLUTE_PACKAGES_DIRECTORY!\!DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!" REM Build the dependencies and driver CALL :BUILDLIBUV "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBUV_DIRECTORY!" "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!" %%C %%D !FALSE! !TRUE! "!LOG_LIBUV_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! CALL :BUILDOPENSSL "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!OPENSSL_DIRECTORY!" "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!" "" %%C %%D !TRUE! "!LOG_OPENSSL_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! IF EXIST "!ABSOLUTE_BUILD_DIRECTORY!\!DRIVER_DRIVER_DIRECTORY!" CALL :CLEANDIRECTORY "!ABSOLUTE_BUILD_DIRECTORY!\!DRIVER_DRIVER_DIRECTORY!" "Cleaning driver library directory" SET BOOST_DEPENDENCY_SOURCE_DIRECTORY= IF !VISUAL_STUDIO_VERSION! EQU 2010 SET "BOOST_DEPENDENCY_SOURCE_DIRECTORY=!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!BOOST_DIRECTORY!" CALL :BUILDDRIVER "!ABSOLUTE_BATCH_DIRECTORY!" "!ABSOLUTE_BUILD_DIRECTORY!\!DRIVER_DRIVER_DIRECTORY!" "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!" "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!" "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!" "" "" "" !BUILD_TYPE_RELEASE! %%C %%D !VISUAL_STUDIO_INTERNAL_SHORTHAND_VERSION! !FALSE! !GENERATE_SOLUTION! "!BOOST_DEPENDENCY_SOURCE_DIRECTORY!" "!LOG_DRIVER_BUILD!" IF !ERRORLEVEL! NEQ 0 EXIT /B !ERRORLEVEL! REM Clean-up the dependency packages IF NOT EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\..\!LIBRARY_INCLUDE_DIRECTORY!" MOVE /Y "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\..\!LIBRARY_INCLUDE_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" RMDIR /S /Q "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\..\!LIBRARY_INCLUDE_DIRECTORY!" MOVE /Y "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\..\!LIBRARY_INCLUDE_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\openssl.cnf" MOVE /Y "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\openssl.cnf" "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" RMDIR /S /Q "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\openssl.cnf" ERASE /S /Q "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\openssl.cnf" >> "!LOG_PACKAGE_BUILD!" 2>&1 REM Copy distribution files into packages IF NOT EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\..\LICENSE" COPY /Y "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!LIBUV_DIRECTORY!\LICENSE" "!ABSOLUTE_DEPENDENCY_PACKAGE_LIBUV_INSTALLATION_DIRECTORY!\.." >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT EXIST "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\..\LICENSE" COPY /Y "!ABSOLUTE_DEPENDENCIES_DIRECTORY!\!DEPENDENCIES_SOURCE_DIRECTORY!\!OPENSSL_DIRECTORY!\LICENSE" "!ABSOLUTE_DEPENDENCY_PACKAGE_OPENSSL_INSTALLATION_DIRECTORY!\.." >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT EXIST "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\CHANGELOG.md" COPY /Y "!ABSOLUTE_BATCH_DIRECTORY!\CHANGELOG.md" "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT EXIST "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\LICENSE.txt" COPY /Y "!ABSOLUTE_BATCH_DIRECTORY!\LICENSE.txt" "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT EXIST "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\README.md" COPY /Y "!ABSOLUTE_BATCH_DIRECTORY!\README.md" "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!" >> "!LOG_PACKAGE_BUILD!" 2>&1 REM Skip a line on the display ECHO. ) REM Build the zip packages for the current target architecture and Visual Studio version ECHO | SET /P=Building the driver package for Win%%C MSVC!VISUAL_STUDIO_INTERNAL_VERSION! ... ECHO !ZIP! a -tzip !ABSOLUTE_PACKAGES_DIRECTORY!\!BUILD_PACKAGE_PREFIX!-!BUILD_PACKAGE_VERSION!-win%%C-msvc!VISUAL_STUDIO_INTERNAL_VERSION!.zip -r !ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\ -xr^^!!DEPENDENCIES_DIRECTORY! >> "!LOG_PACKAGE_BUILD!" !ZIP! a -tzip "!ABSOLUTE_PACKAGES_DIRECTORY!\!BUILD_PACKAGE_PREFIX!-!BUILD_PACKAGE_VERSION!-win%%C-msvc!VISUAL_STUDIO_INTERNAL_VERSION!.zip" -r "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\*" -xr^^!!DEPENDENCIES_DIRECTORY! >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LOG_PACKAGE_BUILD! for more details EXIT /B !EXIT_CODE_PACKAGE_FAILED! ) ECHO done. ECHO | SET /P=Building the libuv package for Win%%C MSVC!VISUAL_STUDIO_INTERNAL_VERSION! ... ECHO !ZIP! a -tzip "!ABSOLUTE_PACKAGES_DIRECTORY!\libuv-!LIBUV_PACKAGE_VERSION!-win%%C-msvc!VISUAL_STUDIO_INTERNAL_VERSION!.zip" -r !ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\!DEPENDENCIES_DIRECTORY!\!LIBUV_DIRECTORY!\ >> "!LOG_PACKAGE_BUILD!" !ZIP! a -tzip "!ABSOLUTE_PACKAGES_DIRECTORY!\libuv-!LIBUV_PACKAGE_VERSION!-win%%C-msvc!VISUAL_STUDIO_INTERNAL_VERSION!.zip" -r "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\!DEPENDENCIES_DIRECTORY!\!LIBUV_DIRECTORY!\*" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LOG_PACKAGE_BUILD! for more details EXIT /B !EXIT_CODE_PACKAGE_FAILED! ) ECHO done. ECHO | SET /P=Building the OpenSSL package for Win%%C MSVC!VISUAL_STUDIO_INTERNAL_VERSION! ... ECHO !ZIP! a -tzip !ABSOLUTE_PACKAGES_DIRECTORY!\openssl-!OPENSSL_PACKAGE_VERSION!-win%%C-msvc!VISUAL_STUDIO_INTERNAL_VERSION!.zip -r !ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\!OPENSSL_DIRECTORY!\ >> "!LOG_PACKAGE_BUILD!" !ZIP! a -tzip "!ABSOLUTE_PACKAGES_DIRECTORY!\openssl-!OPENSSL_PACKAGE_VERSION!-win%%C-msvc!VISUAL_STUDIO_INTERNAL_VERSION!.zip" -r "!ABSOLUTE_DRIVER_PACKAGE_INSTALLATION_DIRECTORY!\!DEPENDENCIES_DIRECTORY!\!OPENSSL_DIRECTORY!\*" >> "!LOG_PACKAGE_BUILD!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LOG_PACKAGE_BUILD! for more details EXIT /B !EXIT_CODE_PACKAGE_FAILED! ) ECHO done. ECHO. REM Reset the system PATH SET "PATH=!STORED_PATH!" ) ) ) REM Disable delayed expansion ENDLOCAL REM Exit the batch operation (Ensures below functions are skipped) EXIT /B REM Convert a string to uppercase REM REM @param string String to convert to uppercase REM @param return Uppercase converted string :UPPERCASE [string] [return] SET "UPPERCASE_ALPHABET=A B C D E F G H I J K L M N O P Q R S T U V W X Y Z" SET RETURN=%~1 FOR %%A IN (!UPPERCASE_ALPHABET!) DO SET RETURN=!RETURN:%%A=%%A! SET %2=!RETURN! GOTO:EOF REM Convert a string to lowercase REM REM @param string String to convert to lowercase REM @param return Lowercase converted string :LOWERCASE [string] [return] SET "LOWERCASE_ALPHABET=a b c d e f g h i j k l m n o p q r s t u v w x y z" SET RETURN=%~1 FOR %%A IN (!LOWERCASE_ALPHABET!) DO SET RETURN=!RETURN:%%A=%%A! SET %2=!RETURN! GOTO:EOF REM Display the help message and exit with error code :DISPLAYHELP CALL :UPPERCASE !BATCH_FILENAME! BATCH_FILENAME_UPPERCASE ECHO Usage: !BATCH_FILENAME_UPPERCASE! [OPTION...] ECHO. ECHO !ARGUMENT_BUILD_TYPE_DEBUG! Enable debug build ECHO !ARGUMENT_BUILD_TYPE_RELEASE! Enable release build ^(default^) ECHO !ARGUMENT_DISABLE_CLEAN_BUILD! Disable clean build ECHO !ARGUMENT_TARGET_COMPILER! [version] 140, 120, 110, 100, or WINSDK ECHO !ARGUMENT_DISABLE_OPENSSL! Disable OpenSSL support ECHO !ARGUMENT_ENABLE_EXAMPLES! Enable example builds ECHO !ARGUMENT_ENABLE_BUILD_PACKAGES! [version] Enable package generation ECHO !ARGUMENT_ENABLE_TESTS! [boost-root-dir] Enable test builds ECHO !ARGUMENT_ENABLE_ZLIB! Enable zlib ECHO !ARGUMENT_GENERATE_SOLUTION! Generate Visual Studio solution ECHO !ARGUMENT_INSTALLATION_DIRECTORY! [install-dir] Override installation directory ECHO !ARGUMENT_LIBRARY_TYPE_SHARED! Build shared library ^(default^) ECHO !ARGUMENT_LIBRARY_TYPE_STATIC! Build static library IF !SYSTEM_ARCHITECTURE! EQU !ARCHITECTURE_32BIT! ( ECHO !ARGUMENT_TARGET_ARCHITECTURE_32BIT! Target 32-bit build ^(default^) ECHO !ARGUMENT_TARGET_ARCHITECTURE_64BIT! Target 64-bit build ) ELSE ( ECHO !ARGUMENT_TARGET_ARCHITECTURE_32BIT! Target 32-bit build ECHO !ARGUMENT_TARGET_ARCHITECTURE_64BIT! Target 64-bit build ^(default^) ) ECHO !ARGUMENT_USE_BOOST_ATOMIC! Use Boost atomic ECHO. ECHO !ARGUMENT_HELP! Display this message EXIT /B REM Get an element from an array REM REM @param array Global array to iterate through REM @param index Index to retrieve REM @param return Variable to assign retrieved value :GETARRAYELEMENT [array] [index] [return] FOR /F "TOKENS=%~2" %%A IN ("!%~1!") DO SET %~3=%%A EXIT /B REM Get a value from a key=value pair in an environment variable REM REM @param pair Key/Value pair to parse REM @param return Value parsed from key/value pair :GETVALUE [pair] [return] FOR /F "TOKENS=1,2* DELIMS==" %%A IN ('SET %~1') DO SET %~2=%%B EXIT /B REM Get full path for a given executable in the system PATH REM REM @param executable Executable to search for in PATH REM @param return Full path with executable :GETFULLPATH [executable] [return] FOR %%A IN ("%~1") DO SET %~2=%%~$PATH:A EXIT /B REM Compare two version numbers REM REM @param version-one Version to compare against another version number REM @param version-two Version to compare against another version number REM @return 1 if version-one > version-two REM 0 if version-one == version-two REM -1 if version-one < version-two :COMPAREVERSION [version-one] [version-two] CALL :GETVERSIONINFORMATION %~1 VERSION_ONE_MAJOR VERSION_ONE_MINOR VERSION_ONE_PATCH CALL :GETVERSIONINFORMATION %~2 VERSION_TWO_MAJOR VERSION_TWO_MINOR VERSION_TWO_PATCH IF !VERSION_ONE_MAJOR! GTR !VERSION_TWO_MAJOR! EXIT /B 1 IF !VERSION_ONE_MAJOR! LSS !VERSION_TWO_MAJOR! EXIT /B -1 IF NOT DEFINED VERSION_ONE_MINOR IF NOT DEFINED VERSION_TWO_MINOR EXIT /B 0 IF !VERSION_ONE_MINOR! GTR !VERSION_TWO_MINOR! EXIT /B 1 IF !VERSION_ONE_MINOR! LSS !VERSION_TWO_MINOR! EXIT /B -1 IF NOT DEFINED VERSION_ONE_PATCH IF NOT DEFINED VERSION_TWO_PATCH EXIT /B 0 IF !VERSION_ONE_PATCH! GTR !VERSION_TWO_PATCH! EXIT /B 1 IF !VERSION_ONE_PATCH! LSS !VERSION_TWO_PATCH! EXIT /B -1 EXIT /B 0 REM Get version breakdown [major.minor.patch] REM REM @param version String representing the full version REM @param return-major Major version number parsed from version REM @param return-minor Minor version number parsed from version REM @param return-patch Patch version number parsed from version :GETVERSIONINFORMATION [version] [return-major] [return-minor] [return-patch] FOR /F "TOKENS=1,2,3* DELIMS=." %%A IN ("%~1") DO ( SET %~2=%%A SET %~3=%%B SET %~4=%%C ) EXIT /B REM Configure the Windows SDK environment REM REM @param build-type Debug or release REM @param target-architecture 32 or 64-bit :CONFIGUREWINDOWSSDKENVIRONMENT [build-type] [target-architecture] REM Ensure Windows SDK environment is configured correctly IF "%~1" == "!BUILD_TYPE_DEBUG!" CALL SetEnv /Debug > NUL 2>&1 IF "%~1" == "!BUILD_TYPE_RELEASE!" CALL SetEnv /Release > NUL 2>&1 IF "%~2" == "!ARCHITECTURE_32BIT!" CALL SetEnv /x86 > NUL 2>&1 IF "%~2" == "!ARCHITECTURE_64BIT!" CALL SetEnv /x64 > NUL 2>&1 EXIT /B REM Configure Visual Studio environment REM REM @param internal-version Visual Studio internal version (e.b 100, 110, REM 120, 140, WINSDK) REM @param target-architecture 32 or 64-bit :CONFIGUREVISUALSTUDIOENVIRONMENT [internal-version] [target-architecture] SET VISUAL_STUDIO_ENVIRONMENT_VARIABLE=VS%~1COMNTOOLS CALL :GETVALUE !VISUAL_STUDIO_ENVIRONMENT_VARIABLE! VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY IF %~2 EQU !ARCHITECTURE_32BIT! ( IF NOT EXIST "!VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY!\vsvars32.bat" ( ECHO Unable to Setup 32-bit Build Environment: !VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY!\vsvars32.bat is missing EXIT /B !EXIT_CODE_MISSING_VISUAL_STUDIO! ) CALL "!VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY!\vsvars32.bat" ) ELSE ( IF NOT EXIST "!VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY!\..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat" ( ECHO Unable to Setup 64-bit Build Environment: !VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY!\..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat is missing EXIT /B !EXIT_CODE_MISSING_VISUAL_STUDIO! ) CALL "!VISUAL_STUDIO_COMMON_TOOLS_DIRECTORY!\..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat" ) EXIT /B REM Clean/Delete a directory REM REM @param directory Directory to clean REM @param message Message to display during clean :CLEANDIRECTORY [directory] [message] IF EXIST "%~1" ( ECHO | SET /P=%~2 ... RMDIR /S /Q "%~1" > NUL 2>&1 IF NOT EXIST "%~1" ( ECHO done. ) ELSE ( ECHO not fully cleaned ... directory is in use. ) ) EXIT /B REM Shorten a directory/path REM REM @param directory Directory to shorten REM @parem return-directory Shortened directory :SHORTENPATH [directory] [return-directory] FOR %%A IN ("%~1") DO SET %~2=%%~SA EXIT /B REM Build the libuv library REM REM @param source-directory Location of libuv source REM @param install-directory Location to install libuv library REM @param target-architecture 32 or 64-bit REM @param library-type Shared or static REM @param is-windows-sdk True if building with Windows SDK; false otherwise REM @param is-clean-after-install True if clean should be performed after REM install; false otherwise REM @param log-filename Absolute path and filename for log output :BUILDLIBUV [source-directory] [install-directory] [target-architecture] [library-type] [is-windows-sdk-build] [is-clean-after-install] [log-filename] REM Create library variables from arguments SET LIBUV_SOURCE_DIRECTORY=%~1" SHIFT SET "LIBUV_INSTALL_DIRECTORY=%~1" SHIFT SET LIBUV_TARGET_ARCHITECTURE=%~1 SHIFT SET "LIBUV_LIBRARY_TYPE=%~1" SHIFT SET LIBUV_IS_WINDOWS_SDK_BUILD=%~1 SHIFT SET LIBUV_IS_CLEAN_AFTER_INSTALL=%~1 SHIFT SET "LIBUV_LOG_FILENAME=%~1" REM Build libuv dependency ECHO Building libuv PUSHD "!LIBUV_SOURCE_DIRECTORY!" > NUL IF !LIBUV_TARGET_ARCHITECTURE! EQU !ARCHITECTURE_32BIT! ( SET LIBUV_TARGET_ARCHITECTURE=x86 SET LIBUV_VC_TARGET_ARCHITECTURE=Win32 ) ELSE ( SET LIBUV_TARGET_ARCHITECTURE=x64 SET LIBUV_VC_TARGET_ARCHITECTURE=x64 ) IF "!LIBUV_LIBRARY_TYPE!" == "!LIBRARY_TYPE_SHARED!" ( SET LIBUV_LIBRARY_TYPE=shared ) ELSE ( SET LIBUV_LIBRARY_TYPE=static ) ECHO | SET /P=Configuring libuv ... REM Modify the libuv build script to ensure proper Visual Studio detection SET LIBUV_VCBUILD_SCRIPT=vcbuild.bat IF "!LIBUV_IS_WINDOWS_SDK_BUILD!" == "!FALSE!" ( SET LIBUV_VCBUILD_SCRIPT=vcbuild-modified.bat TYPE vcbuild.bat | FINDSTR /V /C:"if defined WindowsSDKDir goto select-target" | FINDSTR /V /C:"if defined VCINSTALLDIR goto select-target" > !LIBUV_VCBUILD_SCRIPT! ) ECHO !LIBUV_VCBUILD_SCRIPT! release nobuild !LIBUV_TARGET_ARCHITECTURE! !LIBUV_LIBRARY_TYPE! >> "!LIBUV_LOG_FILENAME!" CALL !LIBUV_VCBUILD_SCRIPT! release nobuild !LIBUV_TARGET_ARCHITECTURE! !LIBUV_LIBRARY_TYPE! >> "!LIBUV_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBUV_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Building libuv ... ECHO !MSBUILD! uv.sln /T:libuv /P:Configuration=Release /P:Platform=!LIBUV_VC_TARGET_ARCHITECTURE! /CLP:NoSummary;NoItemAndPropertyList;Verbosity=minimal /NOLOGO >> "!LIBUV_LOG_FILENAME!" !MSBUILD! uv.sln /T:libuv /P:Configuration=Release /P:Platform=!LIBUV_VC_TARGET_ARCHITECTURE! /CLP:NoSummary;NoItemAndPropertyList;Verbosity=minimal /NOLOGO >> "!LIBUV_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBUV_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Installing libuv ... MKDIR "!LIBUV_INSTALL_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBUV_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) XCOPY /E /Y include "!LIBUV_INSTALL_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!" >> "!LIBUV_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBUV_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) MKDIR "!LIBUV_INSTALL_DIRECTORY!\!LIBRARY_BINARY_DIRECTORY!" IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBUV_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) XCOPY /E /Y Release\lib "!LIBUV_INSTALL_DIRECTORY!\!LIBRARY_BINARY_DIRECTORY!" >> "!LIBUV_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( REM Try again in the other location libuv likes to put files XCOPY /Y Release\*.* "!LIBUV_INSTALL_DIRECTORY!\!LIBRARY_BINARY_DIRECTORY!" >> "!LIBUV_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBUV_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ) ECHO done. IF "!LIBUV_IS_CLEAN_AFTER_INSTALL!" == "!TRUE!" ( ECHO | SET /P=Cleaning libuv build ... ECHO !MSBUILD! uv.sln /T:Clean /P:Configuration=Release /P:Platform=!LIBUV_VC_TARGET_ARCHITECTURE! /CLP:NoSummary;NoItemAndPropertyList;Verbosity=minimal /NOLOGO >> "!LIBUV_LOG_FILENAME!" !MSBUILD! uv.sln /T:Clean /P:Configuration=Release /P:Platform=!LIBUV_VC_TARGET_ARCHITECTURE! /CLP:NoSummary;NoItemAndPropertyList;Verbosity=minimal /NOLOGO >> "!LIBUV_LOG_FILENAME!" 2>&1 IF EXIST Release RMDIR /S /Q Release >> "!LIBUV_LOG_FILENAME!" 2>&1 ECHO done. ) POPD EXIT /B REM Build OpenSSL library REM REM @param source-directory Location of OpenSSL source REM @param install-directory Location to install OpenSSL library REM @param zlib-library-directory Library directory for zlib; empty string REM indicates zlib disabled REM @param target-architecture 32 or 64-bit REM @param library-type Shared or static REM @param is-clean-after-install True if clean should be performed after REM install; false otherwise REM @param log-filename Absolute path and filename for log output :BUILDOPENSSL [source-directory] [install-directory] [zlib-library-directory] [target-architecture] [library-type] [is-clean-after-install] [log-filename] REM Create library variables from arguments SET "OPENSSL_SOURCE_DIRECTORY=%~1" SHIFT SET "OPENSSL_INSTALL_DIRECTORY=%~1" SHIFT SET "DEPENDENCY_ZLIB_LIBRARY_DIRECTORY=%~1" SHIFT SET OPENSSL_TARGET_ARCHITECTURE=%~1 SHIFT SET "OPENSSL_LIBRARY_TYPE=%~1" SHIFT SET OPENSSL_IS_CLEAN_AFTER_INSTALL=%~1 SHIFT SET "OPENSSL_LOG_FILENAME=%~1" REM Build OpenSSL dependency ECHO Building OpenSSL PUSHD "!OPENSSL_SOURCE_DIRECTORY!" > NUL ECHO | SET /P=Configuring OpenSSL ... SET "OPENSSL_CONFIGURE_OPTIONS=Configure" IF !OPENSSL_TARGET_ARCHITECTURE! EQU !ARCHITECTURE_32BIT! ( SET "OPENSSL_CONFIGURE_OPTIONS=!OPENSSL_CONFIGURE_OPTIONS! VC-WIN32 no-asm" ) ELSE ( SET "OPENSSL_CONFIGURE_OPTIONS=!OPENSSL_CONFIGURE_OPTIONS! VC-WIN64A" ) IF NOT "!DEPENDENCY_ZLIB_LIBRARY_DIRECTORY!" == "" ( REM Determine which zlib library to use (shared or static) SET DEPENDENCY_ZLIB_LIBRARY_FILENAME=zlib.lib IF "!OPENSSL_LIBRARY_TYPE!" == "!LIBRARY_TYPE_STATIC!" SET DEPENDENCY_ZLIB_LIBRARY_FILENAME=zlibstatic.lib REM Add the zlib configuration options CALL :SHORTENPATH "!DEPENDENCY_ZLIB_LIBRARY_DIRECTORY!" SHORTENED_DEPENDENCY_ZLIB_LIBRARY_DIRECTORY SET "OPENSSL_CONFIGURE_OPTIONS=!OPENSSL_CONFIGURE_OPTIONS! zlib --with-zlib-include=^"!SHORTENED_DEPENDENCY_ZLIB_LIBRARY_DIRECTORY!\!LIBRARY_INCLUDE_DIRECTORY!^" --with-zlib-lib=^"!SHORTENED_DEPENDENCY_ZLIB_LIBRARY_DIRECTORY!\!LIBRARY_BINARY_DIRECTORY!\!DEPENDENCY_ZLIB_LIBRARY_FILENAME!^"" ) CALL :SHORTENPATH "!OPENSSL_INSTALL_DIRECTORY!" SHORTENED_OPENSSL_INSTALL_DIRECTORY !PERL! !OPENSSL_CONFIGURE_OPTIONS! enable-static-engine --openssldir=!SHORTENED_OPENSSL_INSTALL_DIRECTORY! --prefix=!SHORTENED_OPENSSL_INSTALL_DIRECTORY! >> "!OPENSSL_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !OPENSSL_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Building OpenSSL ... IF !OPENSSL_TARGET_ARCHITECTURE! EQU !ARCHITECTURE_32BIT! ( CALL ms\do_ms.bat >> "!OPENSSL_LOG_FILENAME!" 2>&1 ) ELSE ( CALL ms\do_win64a.bat >> "!OPENSSL_LOG_FILENAME!" 2>&1 ) IF "!OPENSSL_LIBRARY_TYPE!" == "!LIBRARY_TYPE_SHARED!" ( SET OPENSSL_MAKEFILE=ms\ntdll.mak ) ELSE ( SET OPENSSL_MAKEFILE=ms\nt.mak ) !NMAKE! /F !OPENSSL_MAKEFILE! >> "!OPENSSL_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !OPENSSL_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Installing OpenSSL ... !NMAKE! /F !OPENSSL_MAKEFILE! install >> "!OPENSSL_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !OPENSSL_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. IF !OPENSSL_IS_CLEAN_AFTER_INSTALL! EQU !TRUE! ( ECHO | SET /P=Cleaning OpenSSL build ... !NMAKE! /F !OPENSSL_MAKEFILE! clean >> "!OPENSSL_LOG_FILENAME!" 2>&1 ECHO done. ) POPD EXIT /B REM Build zlib library REM REM @param source-directory Location of zlib source REM @param install-directory Location to install zlib library REM @param log-filename Absolute path and filename for log output :BUILDZLIB [source-directory] [install-directory] [log-filename] REM Create library variables from arguments SET "ZLIB_SOURCE_DIRECTORY=%~1" SHIFT SET "ZLIB_INSTALL_DIRECTORY=%~1" SHIFT SET "ZLIB_LOG_FILENAME=%~1" REM Build zlib dependency ECHO Building zlib PUSHD "!ZLIB_SOURCE_DIRECTORY!" > NUL IF NOT EXIST build MKDIR build PUSHD build > NUL ECHO | SET /P=Configuring zlib ... !CMAKE! -G "NMake Makefiles" -DCMAKE_C_FLAGS_RELEASE="/MT /NDEBUG" -DCMAKE_INSTALL_PREFIX="!ZLIB_INSTALL_DIRECTORY!" -DCMAKE_BUILD_TYPE=!BUILD_TYPE_RELEASE! .. >> "!ZLIB_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !ZLIB_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Building zlib ... !CMAKE! --build . >> "!ZLIB_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See!ZLIB_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Installing zlib ... !CMAKE! --build . --target install\fast >> "!ZLIB_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !ZLIB_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. POPD POPD EXIT /B REM Build libssh2 library REM REM @param source-directory Location of libssh2 source REM @param install-directory Location to install libssh2 library REM @param openssl-library-directory Library directory for OpenSSL REM @param zlib-library-directory Library directory for zlib; empty string REM indicates zlib disabled REM @param target-architecture 32 or 64-bit REM @param visual-studio-version Shortened Visual Studio version; empty REM string indicates Windows SDK build REM @param log-filename Absolute path and filename for log output :BUILDLIBSSH2 [source-directory] [install-directory] [openssl-library-directory] [zlib-library-directory] [target-architecture] [visual-studio-version] [log-filename] REM Create library variables from arguments SET "LIBSSH2_SOURCE_DIRECTORY=%~1" SHIFT SET "LIBSSH2_INSTALL_DIRECTORY=%~1" SHIFT SET "DEPENDENCY_OPENSSL_LIBRARY_DIRECTORY=%~1" SHIFT SET "DEPENDENCY_ZLIB_LIBRARY_DIRECTORY=%~1" SHIFT SET "LIBSSH2_TARGET_ARCHITECTURE=%~1" SHIFT SET "LIBSSH2_VISUAL_STUDIO_VERSION=%~1" SHIFT SET "LIBSSH2_LOG_FILENAME=%~1" REM Build libssh2 dependency IF NOT EXIST "!LIBSSH2_SOURCE_DIRECTORY!\build" MKDIR "!LIBSSH2_SOURCE_DIRECTORY!\build" PUSHD "!LIBSSH2_SOURCE_DIRECTORY!\build" > NUL ECHO | SET /P=Configuring libssh2 ... IF NOT "!LIBSSH2_VISUAL_STUDIO_VERSION!" == "" ( SET "LIBSSH2_CMAKE_COMMAND_LINE=-G ^"Visual Studio !LIBSSH2_VISUAL_STUDIO_VERSION!" IF !LIBSSH2_TARGET_ARCHITECTURE! EQU !ARCHITECTURE_64BIT! ( SET "LIBSSH2_CMAKE_COMMAND_LINE=!LIBSSH2_CMAKE_COMMAND_LINE! Win64" ) SET "LIBSSH2_CMAKE_COMMAND_LINE=!LIBSSH2_CMAKE_COMMAND_LINE!^"" ) SET "LIBSSH2_CMAKE_COMMAND_LINE=!LIBSSH2_CMAKE_COMMAND_LINE! -DCMAKE_BUILD_TYPE=!BUILD_TYPE_RELEASE! -DCMAKE_INSTALL_PREFIX=^"!LIBSSH2_INSTALL_DIRECTORY!^" -DBUILD_SHARED_LIBS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DOPENSSL_ROOT_DIR=^"!DEPENDENCY_OPENSSL_LIBRARY_DIRECTORY!^"" IF NOT "!DEPENDENCY_ZLIB_LIBRARY_DIRECTORY!" == "" ( SET "LIBSSH2_CMAKE_COMMAND_LINE=!LIBSSH2_CMAKE_COMMAND_LINE! -DENABLE_ZLIB_COMPRESSION=ON -DZLIB_ROOT=^"!DEPENDENCY_ZLIB_LIBRARY_DIRECTORY!^"" ) ECHO !CMAKE! !LIBSSH2_CMAKE_COMMAND_LINE! "!LIBSSH2_SOURCE_DIRECTORY!" >> "!LIBSSH2_LOG_FILENAME!" 2>&1 !CMAKE! !LIBSSH2_CMAKE_COMMAND_LINE! "!LIBSSH2_SOURCE_DIRECTORY!" >> "!LIBSSH2_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBSSH2_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Building libssh2 ... !CMAKE! --build . >> "!LIBSSH2_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBSSH2_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. ECHO | SET /P=Installing libssh2 ... !CMAKE! --build . --target install >> "!LIBSSH2_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !LIBSSH2_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DEPENDENCY_FAILED! ) ECHO done. POPD EXIT /B REM Build the driver library REM REM @param source-directory Location of driver source REM @param build-directory Location of driver build directory REM @param install-directory Location to install driver library REM @param libuv-library-directory Library directory for libuv REM @param openssl-library-directory Library directory for OpenSSL; empty REM string indicates OpenSSL disabled REM @param boost-library-directory Library directory for Boost; empty string REM indicates tests are disabled REM @param libssh2-library-directory Library directory for libssh2; empty REM string indicates tests are disabled REM @param zlib-library-directory Library directory for zlib; empty string REM indicates zlib is not required REM @param build-type Debug or release REM @param target-architecture 32 or 64-bit REM @param library-type Shared or static REM @param visual-studio-version Shortened Visual Studio version; empty REM string indicates Windows SDK build REM @param build-examples True to build examples; false otherwise REM @param generate-solution True to generate visual studio solution file; REM false to perform build using NMake REM @param boost-atomic-directory Library directory for atomic; empty string REM indicates Boost atomic is not being used REM @param log-filename Absolute path and filename for log output :BUILDDRIVER [source-directory] [build-directory] [install-directory] [libuv-library-directory] [openssl-library-directory] [boost-library-directory] [libssh2-library-directory] [zlib-library-directory] [build-type] [target-architecture] [library-type] [visual-studio-version] [build-examples] [generate-solution] [boost-atomic-directory] [log-filename] REM Create driver variables from arguments SET "DRIVER_SOURCE_DIRECTORY=%~1" SHIFT SET "DRIVER_BUILD_DIRECTORY=%~1" SHIFT SET "DRIVER_INSTALL_DIRECTORY=%~1" SHIFT SET "DRIVER_LIBUV_LIBRARY_DIRECTORY=%~1" SHIFT SET "DRIVER_OPENSSL_LIBRARY_DIRECTORY=%~1" SHIFT SET "BOOST_LIBRARY_DIRECTORY=%~1" SHIFT SET "TESTS_LIBSSH2_LIBRARY_DIRECTORY=%~1" SHIFT SET "TESTS_ZLIB_LIBRARY_DIRECTORY=%~1" SHIFT SET "DRIVER_BUILD_TYPE=%~1" SHIFT SET "DRIVER_TARGET_ARCHITECTURE=%~1" SHIFT SET "DRIVER_LIBRARY_TYPE=%~1" SHIFT SET "DRIVER_VISUAL_STUDIO_VERSION=%~1" SHIFT SET "DRIVER_BUILD_EXAMPLES=%~1" SHIFT SET "DRIVER_GENERATE_SOLUTION=%~1" SHIFT SET "DRIVER_BOOST_DEPENDENCY_SOURCE_DIRECTORY=%~1" SHIFT SET "DRIVER_LOG_FILENAME=%~1" REM Build the driver IF NOT EXIST "!DRIVER_BUILD_DIRECTORY!" MKDIR "!DRIVER_BUILD_DIRECTORY!" PUSHD "!DRIVER_BUILD_DIRECTORY!" > NUL IF !DRIVER_GENERATE_SOLUTION! EQU !TRUE! ( ECHO | SET /P=Generating driver solution ... ) ELSE ( ECHO | SET /P=Configuring driver ... ) IF NOT "!DRIVER_VISUAL_STUDIO_VERSION!" == "" ( SET "DRIVER_CMAKE_COMMAND_LINE=-G ^"Visual Studio !DRIVER_VISUAL_STUDIO_VERSION!" IF !DRIVER_TARGET_ARCHITECTURE! EQU !ARCHITECTURE_64BIT! ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! Win64" ) SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE!^"" ) IF !DRIVER_BUILD_EXAMPLES! EQU !TRUE! ( SET DRIVER_BUILD_EXAMPLES=ON ) ELSE ( SET DRIVER_BUILD_EXAMPLES=OFF ) SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCMAKE_INSTALL_PREFIX=^"!DRIVER_INSTALL_DIRECTORY!^" -DCMAKE_BUILD_TYPE=!DRIVER_BUILD_TYPE! -DCASS_BUILD_EXAMPLES=!DRIVER_BUILD_EXAMPLES! -DLIBUV_ROOT_DIR=^"!DRIVER_LIBUV_LIBRARY_DIRECTORY!^"" IF !ENABLE_OPENSSL! EQU !TRUE! ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_USE_OPENSSL=ON -DOPENSSL_ROOT_DIR=^"!DRIVER_OPENSSL_LIBRARY_DIRECTORY!^"" ) ELSE ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_USE_OPENSSL=OFF" ) IF "!DRIVER_LIBRARY_TYPE!" == "!LIBRARY_TYPE_SHARED!" ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_BUILD_STATIC=OFF" SET DRIVER_VISUAL_STUDIO_TARGETS=cassandra ) ELSE ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_BUILD_STATIC=ON -DCASS_USE_STATIC_LIBS=ON" SET DRIVER_VISUAL_STUDIO_TARGETS=cassandra_static ) IF NOT "!TESTS_ZLIB_LIBRARY_DIRECTORY!" == "" ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_USE_ZLIB=ON -DZLIB_ROOT_DIR=^"!TESTS_ZLIB_LIBRARY_DIRECTORY!^"" ) ELSE ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_USE_ZLIB=OFF" ) IF NOT "!BOOST_LIBRARY_DIRECTORY!" == "" ( IF NOT "!TESTS_LIBSSH2_LIBRARY_DIRECTORY!" == "" ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_BUILD_TESTS=ON -DBOOST_ROOT_DIR=^"!BOOST_LIBRARY_DIRECTORY!^" -DLIBSSH2_ROOT_DIR=^"!TESTS_LIBSSH2_LIBRARY_DIRECTORY!^"" ) ) IF NOT "!DRIVER_BOOST_DEPENDENCY_SOURCE_DIRECTORY!" == "" ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DCASS_USE_BOOST_ATOMIC=ON" IF "!BOOST_LIBRARY_DIRECTORY!" == "" ( SET "DRIVER_CMAKE_COMMAND_LINE=!DRIVER_CMAKE_COMMAND_LINE! -DBOOST_ROOT_DIR=^"!DRIVER_BOOST_DEPENDENCY_SOURCE_DIRECTORY!^"" ) ) ECHO !CMAKE! !DRIVER_CMAKE_COMMAND_LINE! "!DRIVER_SOURCE_DIRECTORY!" >> "!DRIVER_LOG_FILENAME!" 2>&1 !CMAKE! !DRIVER_CMAKE_COMMAND_LINE! "!DRIVER_SOURCE_DIRECTORY!" >> "!DRIVER_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !DRIVER_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DRIVER_FAILED! ) ECHO done. IF !DRIVER_GENERATE_SOLUTION! EQU !TRUE! ( POPD EXIT /B ) ECHO | SET /P=Building driver ... !CMAKE! --build . >> "!DRIVER_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !DRIVER_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DRIVER_FAILED! ) ECHO done. ECHO | SET /P=Installing driver ... !CMAKE! --build . --target install >> "!DRIVER_LOG_FILENAME!" 2>&1 IF NOT !ERRORLEVEL! EQU 0 ( ECHO FAILED! ECHO See !DRIVER_LOG_FILENAME! for more details EXIT /B !EXIT_CODE_BUILD_DRIVER_FAILED! ) ECHO done. POPD EXIT /B
tempbottle/cpp-driver
vc_build.bat
bat
apache-2.0
66,579
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=SPaTPrediction 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
priscillaboyd/SPaT_Prediction
doc/make.bat
bat
apache-2.0
782
@gcc -s main.c -o main.exe -lws2_32 -lmpr -lRpcrt4 @if errorlevel 1 ( @echo Error: Could not compile. & goto :eof ) @gcc -s "%~dp0\Post\protect.c" -o "%~dp0\Post\protect.exe" @if errorlevel 1 ( @echo Warning: Could not compile protector. & goto :eof ) "%~dp0\Post\protect.exe" main.exe @del /f "%~dp0\Post\protect.exe" @echo Success: Compiling and Protecting finished!
ZHYfeng/malicious-code-conceal
0_mailcious-code/useful/c_windows/cairuh/Cairuh/makefile.bat
bat
apache-2.0
370
@echo off echo [project-name] 删除分支工具 set branch_name=%1 rem 输入分支名称 :input if "%branch_name%"=="" ( set /p branch_name=请输入分支名: goto input ) rem 确认 color fc choice /M "将删除分支 %branch_name%,是否确定?" /c YN if errorlevel 255 ( echo 错误的输入!! goto end ) else if errorlevel 2 ( rem no goto end ) else if errorlevel 1 ( rem yes ) else if errorlevel 0 ( rem Ctrl+C interruptted goto end ) rem 再次确认 color ce choice /M "慎重提醒!!!!!!!,将删除分支 %branch_name%,是否继续?" /c YN if errorlevel 255 ( echo 错误的输入!! goto end ) else if errorlevel 2 ( rem no goto end ) else if errorlevel 1 ( rem yes ) else if errorlevel 0 ( rem Ctrl+C interruptted goto end ) color 07 echo 正在删除分支 %branch_name% ... set MESSAGE="#0 [project-name] delete branch" set BRANCH_ROOT=https://[svn-project-path]/svn/virtual/branches svn del %BRANCH_ROOT%/programer/%branch_name% -m %MESSAGE% svn del %BRANCH_ROOT%/designer/%branch_name% -m %MESSAGE% echo 完成. :end color 07 pause
ASMlover/study
skills/svn/branch-tool/delete_branch.bat
bat
bsd-2-clause
1,085
@echo off IF "%1" EQU "" GOTO Help IF "%2" NEQ "" SET _=%2\%1 IF "%2" EQU "" SET _=%CD%\%1 rem if we're in the starter script shell, create the only struct that corresponds to the current env rem otherwise - retain the old behavior, create structs for all the known build combinations and don't cd cmd /c "exit /b 0" if "%PHP_SDK_ARCH%" NEQ "" ( if "%PHP_SDK_VS%" NEQ "" ( MD %_%\%PHP_SDK_VS%\%PHP_SDK_ARCH%\deps\bin MD %_%\%PHP_SDK_VS%\%PHP_SDK_ARCH%\deps\lib MD %_%\%PHP_SDK_VS%\%PHP_SDK_ARCH%\deps\include cd %_%\%PHP_SDK_VS%\%PHP_SDK_ARCH% goto exit ) goto create_all ) else ( :create_all for %%i in (vc14 vc15 vs16) do ( MD %_%\%%i\x86\deps\bin MD %_%\%%i\x86\deps\lib MD %_%\%%i\x86\deps\include MD %_%\%%i\x64\deps\bin MD %_%\%%i\x64\deps\lib MD %_%\%%i\x64\deps\include ) ) set _= GOTO EXIT :help echo phpsdk_buildtree ^<nameofthetree^> [PATH] echo Create the common directory structure used by the PHP SDK :EXIT exit /b %errorlevel%
OSTC/php-sdk-binary-tools
bin/phpsdk_buildtree.bat
bat
bsd-2-clause
1,026
python turbulent.py data/turbulent-square pause
batterseapower/cfd-processing
turbulent.bat
bat
bsd-3-clause
50
ck autotune pipeline:program pipeline_from_file=_setup_program_pipeline_tmp.json @explore-f-n-lws.json
dividiti/gemmbench
script/SGEMM_NT/explore-f-n-lws.bat
bat
bsd-3-clause
103
java -Djava.library.path=flatcad-native/win32 -jar flatcad.jar --flatpath=fl:flatcad-examples flatcad-examples/welcome.fl
johnsogg/flatcad
code/distro/flatcad.bat
bat
bsd-3-clause
122
cd build vagrant box add standard-debian-8.8.0-amd64-virtualbox.box standard-debian-8.8.0-amd64-virtualbox.box vagrant box add standard-debian-8.8.0-i386-virtualbox.box standard-debian-8.8.0-i386-virtualbox.box vagrant box add desktop-debian-8.8.0-amd64-virtualbox.box desktop-debian-8.8.0-amd64-virtualbox.box vagrant box add desktop-debian-8.8.0-i386-virtualbox.box desktop-debian-8.8.0-i386-virtualbox.box
XNerv/packer-debian
install-8.8.0-virtualbox.bat
bat
bsd-3-clause
414
(call prettier --write "./AccDC Technical Style Guide/1 AccDC API/**/{acc.dc.api.js.uncompressed.js,Acc.DC.API.U.js}") (call prettier --write "./AccDC Technical Style Guide/2 Accessible Component Modules/{tooltip_module.js,acordion_generator.js,aria_combobox_module.js,aria_data_grid_module.js,aria_listbox_generator.js,aria_menu_module.js,aria_radio_generator.js,aria_slider.js,aria_tabs_module.js,aria_toggler.js,aria_tree_module.js,banner_module.js,calendar_generator.js,carousel_module.js,css_drag_drop_module_for_jquery.js,css_drag_drop_module_for_standalone_dojo_and_mootools.js,footnote_generator.js,form_field_validator.js,modal_module.js,popup_module.js,progress_bar.js,scrollable_div_generator.js}") (call prettier --write "./AccDC Technical Style Guide/3 AccDC Bootstrap/accdc_bootstrap.js") (call prettier --write "./AccDC Technical Style Guide/Coding Arena/**/*{setup.js,.css,.json}") (call js-beautify -r --type="html" "./AccDC Technical Style Guide/Coding Arena/**/*.{htm,html}") (call js-beautify -r --type="html" "./AccDC Technical Style Guide/AccDC Technical Style Guide.htm") (call .\minify.bat)
accdc/tsg
Format.bat
bat
mit
1,114
.\other\Prebuild\Prebuild.exe /target nant /file prebuild.xml NAnt.exe net-2.0 package-debug pause
mono/tao
build-debug.bat
bat
mit
100
@ECHO OFF CLS :: load environment variables and config CALL "%~dp0set_env.bat" :: read and load config from ini files CALL "%~dp0env_config.bat" :: check OS pre-requisites CALL "%~dp0requisites.bat" :: environement setup process, if required CALL "%~dp0setup.bat" :: load user-specific config CALL "%~dp0config.bat" :: performs the environment packages provisioning if enabled CALL "%~dp0provision.bat" :: define final post-processes env variables CALL "%~dp0post_set_env.bat" IF DEFINED YAWDS_CONF_GENERAL_CONSOLE_COLOR ( COLOR %YAWDS_CONF_GENERAL_CONSOLE_COLOR% ) IF DEFINED YAWDS_CONF_GENERAL_PROMPT ( SET prompt=%YAWDS_CONF_GENERAL_PROMPT% ) IF [%YAWDS_CONF_UPDATE_CHECK_ON_STARTUP%]==[1] ( CALL "%~dp0update.bat" --confirm ) IF NOT EXIST "%YAWDS_HOME%\workspace" ( MKDIR "%YAWDS_HOME%\workspace" ) IF DEFINED YAWDS_CONF_SCRIPTS_AFTER_START ( IF EXIST "%YAWDS_STACK_PATH%\%YAWDS_CONF_SCRIPTS_AFTER_START%" ( CALL "%YAWDS_STACK_PATH%\%YAWDS_CONF_SCRIPTS_AFTER_START%" ) ) CD "%YAWDS_HOME%\workspace"
h2non/yawds
environment/stack/scripts/start.bat
bat
mit
1,019
@echo off set d=%CD% if not exist "%d%\build.release" ( mkdir %d%\build.release ) if not exist "%d%\..\..\bin\data" ( mkdir %d%\..\..\bin\data ) cd %d%\build.release cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 10" .. cmake --build . --target install --config Release cd %d%
HellicarAndLewis/ProjectTimeCone
Runtime-YouTube/build/cmake/build_release_vs2010.bat
bat
mit
291
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S03_SchemaLock.TestCase_S03_TC11_GetLock_FileAlreadyCheckedOutOnServer /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique pause
OfficeDev/Interop-TestSuites
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S03_TC11.cmd
bat
mit
308
"C:\Program Files\ImageMagick-6.9.9-Q16-HDRI\mogrify.exe" -path ../ -format jpg -strip -interlace JPEG -colorspace sRGB -quality 80 ./.src/*.jpg "C:\Program Files\ImageMagick-6.9.9-Q16-HDRI\mogrify.exe" -path ../ -format png -type palettealpha -background rgba(0,0,0,0) ./.src/*.svg
englishextra/shimansky.biz
libs/notfound/img/header/original/.mogrify.bat
bat
mit
294
cmd_arch/arm/lib/memcpy.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/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 -c -o arch/arm/lib/memcpy.o arch/arm/lib/memcpy.S source_arch/arm/lib/memcpy.o := arch/arm/lib/memcpy.S deps_arch/arm/lib/memcpy.o := \ /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/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/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/kernel/arch/arm/include/asm/linkage.h \ /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/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/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/kernel/arch/arm/include/asm/hwcap.h \ /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Archos/97b_Titan/kernel/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/cpu/use/domains.h) \ arch/arm/lib/copy_template.S \ arch/arm/lib/memcpy.o: $(deps_arch/arm/lib/memcpy.o) $(deps_arch/arm/lib/memcpy.o):
EPDCenterSpain/kernel_Archos_97_Titan
arch/arm/lib/.memcpy.o.cmd
bat
gpl-2.0
2,538
cmd_fs/reiserfs/namei.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/reiserfs/.namei.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(namei)" -D"KBUILD_MODNAME=KBUILD_STR(reiserfs)" -c -o fs/reiserfs/namei.o fs/reiserfs/namei.c deps_fs/reiserfs/namei.o := \ fs/reiserfs/namei.c \ $(wildcard include/config/reiserfs/check.h) \ include/linux/time.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ include/linux/compiler-gcc4.h \ $(wildcard include/config/forced/inlining.h) \ include/linux/compiler-gcc.h \ include/asm/posix_types.h \ include/asm/sgidefs.h \ include/asm/types.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/64bit/phys/addr.h) \ $(wildcard include/config/64bit.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ include/linux/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/32bit.h) \ $(wildcard include/config/cpu/mipsr2/irq/vi.h) \ $(wildcard include/config/cpu/mipsr2/irq/ei.h) \ include/asm/cpu.h \ include/asm/cpu-info.h \ $(wildcard include/config/sgi/ip27.h) \ $(wildcard include/config/mips/mt.h) \ include/asm/cache.h \ $(wildcard include/config/mips/l1/cache/shift.h) \ include/asm-mips/mach-generic/kmalloc.h \ $(wildcard include/config/dma/coherent.h) \ include/asm-mips/mach-generic/cpu-feature-overrides.h \ include/asm/war.h \ $(wildcard include/config/sgi/ip22.h) \ $(wildcard include/config/sni/rm.h) \ $(wildcard include/config/cpu/r5432.h) \ $(wildcard include/config/sb1/pass/1/workarounds.h) \ $(wildcard include/config/sb1/pass/2/workarounds.h) \ $(wildcard include/config/mips/malta.h) \ $(wildcard include/config/mips/atlas.h) \ $(wildcard include/config/mips/sead.h) \ $(wildcard include/config/cpu/tx49xx.h) \ $(wildcard include/config/momenco/jaguar/atx.h) \ $(wildcard include/config/pmc/yosemite.h) \ $(wildcard include/config/basler/excite.h) \ $(wildcard include/config/momenco/ocelot/3.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ffz.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm-generic/bitops/ext2-atomic.h \ include/asm-generic/bitops/minix.h \ include/asm/thread_info.h \ $(wildcard include/config/page/size/4kb.h) \ $(wildcard include/config/page/size/8kb.h) \ $(wildcard include/config/page/size/16kb.h) \ $(wildcard include/config/page/size/64kb.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/asm/processor.h \ $(wildcard include/config/mips/mt/fpaff.h) \ $(wildcard include/config/cpu/has/prefetch.h) \ include/linux/cpumask.h \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/numa.h) \ /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/bitmap.h \ include/linux/string.h \ include/asm/string.h \ $(wildcard include/config/cpu/r3000.h) \ include/asm/cachectl.h \ include/asm/mipsregs.h \ $(wildcard include/config/cpu/vr41xx.h) \ include/asm/prefetch.h \ include/asm/system.h \ include/asm/addrspace.h \ $(wildcard include/config/cpu/r4300.h) \ $(wildcard include/config/cpu/r4x00.h) \ $(wildcard include/config/cpu/r5000.h) \ $(wildcard include/config/cpu/rm7000.h) \ $(wildcard include/config/cpu/nevada.h) \ $(wildcard include/config/cpu/r8000.h) \ $(wildcard include/config/cpu/sb1a.h) \ include/asm-mips/mach-generic/spaces.h \ $(wildcard include/config/dma/noncoherent.h) \ include/asm/dsp.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/linux/spinlock_types_up.h \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/reiserfs_fs.h \ $(wildcard include/config/quota.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/reiserfs/proc/info.h) \ include/linux/magic.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/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/wait.h \ include/asm/current.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.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/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/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 \ $(wildcard include/config/sysfs.h) \ include/linux/kref.h \ include/linux/interrupt.h \ $(wildcard include/config/high/res/timers.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 \ $(wildcard include/config/profiling.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/compat.h) \ $(wildcard include/config/fault/injection.h) \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/capability.h \ include/linux/rbtree.h \ include/asm/semaphore.h \ include/asm/mmu.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ $(wildcard include/config/ipc/ns.h) \ include/asm/ipcbuf.h \ include/asm/sembuf.h \ include/linux/signal.h \ include/asm/signal.h \ $(wildcard include/config/trad/signals.h) \ $(wildcard include/config/binfmt/irix.h) \ include/asm-generic/signal.h \ include/asm/sigcontext.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/securebits.h \ include/linux/fs_struct.h \ include/linux/completion.h \ include/linux/pid.h \ include/linux/rcupdate.h \ include/linux/percpu.h \ include/asm/percpu.h \ include/asm-generic/percpu.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 \ 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/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/module.h \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ include/linux/stat.h \ include/asm/stat.h \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/elf.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/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/pm.h \ $(wildcard include/config/pm.h) \ include/asm/device.h \ include/asm-generic/device.h \ include/asm/unaligned.h \ include/asm-generic/unaligned.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ $(wildcard include/config/mmu.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/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/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/namei.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/buffer_head.h \ include/linux/pagemap.h \ include/linux/mm.h \ $(wildcard include/config/sysctl.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/highmem.h \ include/linux/uaccess.h \ include/asm/cacheflush.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/reiserfs_fs_i.h \ $(wildcard include/config/reiserfs/fs/posix/acl.h) \ $(wildcard include/config/reiserfs/fs/xattr.h) \ include/linux/reiserfs_fs_sb.h \ include/linux/reiserfs_acl.h \ include/linux/posix_acl.h \ include/linux/reiserfs_xattr.h \ include/linux/quotaops.h \ fs/reiserfs/namei.o: $(deps_fs/reiserfs/namei.o) $(deps_fs/reiserfs/namei.o):
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/reiserfs/.namei.o.cmd
bat
gpl-2.0
18,168
ipconfig /renew arp -d * nbtstat -R nbtstat -RR ipconfig /flushdns ipconfig /registerdns
bygloam/desktop
resources/bin/win32/repair.bat
bat
gpl-3.0
95
@REM @REM Copyright 2014-2015 CyberVision, Inc. @REM @REM Licensed under the Apache License, Version 2.0 (the "License"); @REM you may not use this file except in compliance with the License. @REM You may obtain a copy of the License at @REM @REM http://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, software @REM distributed under the License is distributed on an "AS IS" BASIS, @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @REM See the License for the specific language governing permissions and @REM limitations under the License. @REM @echo off setlocal EnableDelayedExpansion md avro\event avrogencpp.exe -i avro\endpoint.avsc -o kaa\gen\EndpointGen.hpp -n kaa avrogencpp.exe -i avro\profile.avsc -o kaa\profile\gen\ProfileGen.hpp -n kaa_profile avrogencpp.exe -i avro\notification.avsc -o kaa\notification\gen\NotificationGen.hpp -n kaa_notification avrogencpp.exe -i avro\log.avsc -o kaa\log\gen\LogGen.hpp -n kaa_log avrogencpp.exe -i avro\configuration.avsc -o kaa\configuration\gen\ConfigurationGen.hpp -n kaa_configuration @rem List items must be sepated by space. Empty string is applicable as well. set EVENT_CLASS_FAMILY_LIST= :nextVar for /F "tokens=1* delims= " %%a in ("%EVENT_CLASS_FAMILY_LIST%") do ( avrogencpp.exe -i avro\event\%%a.avsc -o kaa\event\gen\%%aGen.hpp -n ns%%a set EVENT_CLASS_FAMILY_LIST=%%b ) if defined EVENT_CLASS_FAMILY_LIST goto nextVar endlocal
zofuthan/kaa
client/client-multi/client-cpp/avrogen.bat
bat
apache-2.0
1,507
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:Rdpei_TouchControlTest_Negative_InvalidResumePduLength /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEI/Rdpei_TouchControlTest_Negative_InvalidResumePduLength.cmd
bat
mit
243
jar cmf META-INF\manifest.mf Series.jar SeriesS.class Ser.class
lionell/university-labs
parcs/Parcs/S2/createser.bat
bat
mit
66
@if "%_echo%" neq "on" echo off setlocal EnableDelayedExpansion set "__ProjectDir=%~dp0" set allargs=%* if /I [%1] == [/?] goto Usage if /I [%1] == [/help] goto Usage call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%/src/.nuget/Microsoft.NETCore.Runtime.CoreClr/Microsoft.NETCore.Runtime.CoreCLR.builds -FilterToOSGroup=Windows_NT %allargs% if NOT [!ERRORLEVEL!]==[0] ( echo ERROR: An error occurred while building CoreCLR Runtime package, see build-packages.log for more details. exit /b 1 ) call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%/src/.nuget/Microsoft.NETCore.Jit/Microsoft.NETCore.Jit.builds -FilterToOSGroup=Windows_NT %allargs% if NOT [!ERRORLEVEL!]==[0] ( echo ERROR: An error occurred while building Jit package, see build-packages.log for more details. exit /b 1 ) call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.builds -FilterToOSGroup=Windows_NT %allargs% if NOT [!ERRORLEVEL!]==[0] ( echo ERROR: An error occurred while building ILAsm package, see build-packages.log for more details. exit /b 1 ) call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds -FilterToOSGroup=Windows_NT %allargs% if NOT [!ERRORLEVEL!]==[0] ( echo ERROR: An error occurred while building ILDAsm package, see build-packages.log for more details. exit /b 1 ) call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj -FilterToOSGroup=Windows_NT %allargs% if NOT [!ERRORLEVEL!]==[0] ( echo ERROR: An error occurred while building CoreCLR TargetingPack package, see build-packages.log for more details. exit /b 1 ) call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%\src\.nuget\Microsoft.NETCore.TestHost\Microsoft.NETCore.TestHost.builds -FilterToOSGroup=Windows_NT %allargs% if NOT [!ERRORLEVEL!]==[0] ( echo ERROR: An error occurred while building packages, see %packagesLog% for more details. exit /b 1 ) echo Done Building Packages. exit /b :Usage echo. echo Builds the NuGet packages from the binaries that were built in the Build product binaries step. echo The following properties are required to define build architecture echo -BuildArch=[architecture] -BuildType=[configuration] echo Architecture can be x64, x86, arm, or arm64 echo Configuration can be Release, Debug, or Checked exit /b
bartdesmet/coreclr
build-packages.cmd
bat
mit
2,544
grunt watch-css
AndrejTelle/wordpress-theme-development
wp-content/themes/makeatrail/grunt-watch-css.bat
bat
gpl-2.0
15
cmd_sound/soc/sh/built-in.o := rm -f sound/soc/sh/built-in.o; arm-linux-ar rcs sound/soc/sh/built-in.o
beebingoo/linux-2.6.32.2
sound/soc/sh/.built-in.o.cmd
bat
gpl-2.0
104
@echo // Copyright (C) 1996-2010 Markus F.X.J. Oberhumer @echo // @echo // DOS 32-bit @echo // Zortech C/C++ @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off ztc -b -v0 -c -mx -o -w- -r %CFI% @b\src.rsp @if errorlevel 1 goto error link @b\win32\sc.rsp,%BEXE%,,lzo/noi/map @if errorlevel 1 goto error @call b\done.bat @goto end :error @echo ERROR during build! :end @call b\unset.bat
nmacs/lm3s-uclinux
tools/lzop-1.03/B/dos32/zc.bat
bat
gpl-2.0
420
@REM SonarQube Runner Startup Script for Windows @REM @REM Required ENV vars: @REM JAVA_HOME - location of a JDK home dir @REM @REM Optional ENV vars: @REM SONAR_RUNNER_HOME - location of runner's installed home dir @REM SONAR_RUNNER_OPTS - parameters passed to the Java VM when running Sonar @echo off set ERROR_CODE=0 @REM set local scope for the variables with windows NT shell @setlocal @REM ==== START VALIDATION ==== @REM *** JAVA EXEC VALIDATION *** if not "%JAVA_HOME%" == "" goto foundJavaHome for %%i in (java.exe) do set JAVA_EXEC=%%~$PATH:i if not "%JAVA_EXEC%" == "" ( set JAVA_EXEC="%JAVA_EXEC%" goto OkJava ) if not "%JAVA_EXEC%" == "" goto OkJava echo. echo ERROR: JAVA_HOME not found in your environment, and no Java echo executable present in the PATH. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation, or add "java.exe" to the PATH echo. goto error :foundJavaHome if EXIST "%JAVA_HOME%\bin\java.exe" goto foundJavaExeFromJavaHome echo. echo ERROR: JAVA_HOME exists but does not point to a valid Java home echo folder. No "\bin\java.exe" file can be found there. echo. goto error :foundJavaExeFromJavaHome set JAVA_EXEC="%JAVA_HOME%\bin\java.exe" @REM *** SONAR RUNNER HOME VALIDATION *** :OkJava if NOT "%SONAR_RUNNER_HOME%"=="" goto cleanSonarRunnerHome set SONAR_RUNNER_HOME=%~dp0.. goto run :cleanSonarRunnerHome @REM If the property has a trailing backslash, remove it if %SONAR_RUNNER_HOME:~-1%==\ set SONAR_RUNNER_HOME=%SONAR_RUNNER_HOME:~0,-1% @REM Check if the provided SONAR_RUNNER_HOME is a valid install dir IF EXIST "%SONAR_RUNNER_HOME%\lib\sonar-runner-dist-2.4.jar" goto run echo. echo ERROR: SONAR_RUNNER_HOME exists but does not point to a valid install echo directory: %SONAR_RUNNER_HOME% echo. goto error @REM ==== START RUN ==== :run echo %SONAR_RUNNER_HOME% set PROJECT_HOME=%CD% %JAVA_EXEC% %SONAR_RUNNER_OPTS% -cp "%SONAR_RUNNER_HOME%\lib\sonar-runner-dist-2.4.jar" "-Drunner.home=%SONAR_RUNNER_HOME%" "-Dproject.home=%PROJECT_HOME%" org.sonar.runner.Main %* if ERRORLEVEL 1 goto error goto end :error set ERROR_CODE=1 @REM ==== END EXECUTION ==== :end @REM set local scope for the variables with windows NT shell @endlocal & set ERROR_CODE=%ERROR_CODE% @REM see http://code-bear.com/bearlog/2007/06/01/getting-the-exit-code-from-a-batch-file-that-is-run-from-a-python-program/ goto exit :returncode exit /B %1 :exit call :returncode %ERROR_CODE%
john-charles/gulp-sonar
sonar-runner-2.4/bin/sonar-runner.bat
bat
apache-2.0
2,603
REM an example of using haar cascade recognition for face and eye detection. facedetect --cascade="../../data/haarcascades/haarcascade_frontalface_alt.xml" --nested-cascade="../../data/haarcascades/haarcascade_eye.xml" --scale=1.3 %1
eirTony/INDI1
to/lang/OpenCV-2.2.0/samples/c/facedetect.cmd
bat
mit
234
./autogen.sh ./configure && make
google/llvm-propeller
clang/utils/analyzer/projects/tmux/run_static_analyzer.cmd
bat
apache-2.0
33
@echo off echo [INFO] create project to myeclipse cd %~dp0 cd .. call mvn eclipse:myeclipse cd bin pause
tempbottle/exit-web-framework
showcase/vcs_admin/bin/myeclipse.bat
bat
apache-2.0
113
@echo off SET SOLUTIONPATH=./src/SyncTool.sln CALL ./msbuild %SOLUTIONPATH% /t:Restore /p:Configuration=Release CALL ./msbuild %SOLUTIONPATH% /t:Build /p:Configuration=Release /p:RunCreateSetup=true %*
ap0llo/SyncTool
build.bat
bat
mit
203
@ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR% REM If this line below fails, replace it with the location of your java 7 install. "c:\Program Files\Java\jdk1.8.0_121\jre\bin\javaw.exe" -Xmx1024M -Xms1024M -jar asis-skyproc.jar PAUSE
tstavrianos/ASIS
ASIS.bat
bat
mit
228
if not exist Release mkdir Release ..\tools\NuGet\NuGet.exe pack ..\src\TaxonomyPicker\TaxonomyPicker.csproj -Build -Properties Configuration=Release -OutputDirectory Release -Verbosity detailed
mortenbock/TaxonomyPicker
packaging/CreateNuget.bat
bat
mit
194
rem Description: Windows basic enumeration scrip rem Author: greyshell rem ------------------------------------ Host and user details ------------------------------------------ echo 1. Finding os details > win_enum_report.txt echo --------------------- >> win_enum_report.txt systeminfo | findstr /B /C:"OS Name" /C:"OS Version" >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 2. Finding hostname >> win_enum_report.txt echo --------------------- >> win_enum_report.txt hostname >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 3. Finding exploited user name >> win_enum_report.txt echo --------------------- >> win_enum_report.txt echo %username% >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 4. All users on the system >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt net users >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 5. Getting group membership, active sessions, account lock out policy >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt net user %username% >> win_enum_report.txt net users >> win_enum_report.txt net session >> win_enum_report.txt net accounts /domain >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 5.1. Display which group policies are applied and info about the OS if victim is the member of a domain: >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt gpreport >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt rem ------------------------------------ Network details ------------------------------------------ echo 6. Checking available network interfaces and routing table >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt ipconfig /all >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 7. routing table >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt route print >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 8. Checking ARP cache table for all available interfaces >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt arp -A >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 9. Checking active network connections >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt netstat -ano >> win_enum_report.txt netstat -an | find /i "established" >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 9.1. Checking hidden, non-hidden share >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt net share >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 9.2. list all the hosts on the "compromised host's domain" and list the domains that the compromised host can see >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt net view >> win_enum_report.txt net view /domain >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 9.3. enumerate all users on the domain >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt net group "domain user" /domain net localgroup users /domain echo. >> win_enum_report.txt echo. >> win_enum_report.txt rem ------------------------------------ Firewall details ------------------------------------------ echo 10. The netsh firewall state >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt netsh firewall show state >> win_enum_report.txt netsh firewall show opmode >> win_enum_report.txt netsh firewall show port >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 11. Firewall configuration >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt netsh firewall show config >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt rem ------------------------------------ Process and service details ------------------------------------------ echo 12. Scheduled tasks >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt schtasks /query /fo LIST /v >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 13. Running processes >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt tasklist /SVC >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 13.1. System variable and paths >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt set >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 14. Started windows services >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt net start >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt echo 15. Installed 3rd party drivers >> win_enum_report.txt echo --------------------------- >> win_enum_report.txt DRIVERQUERY >> win_enum_report.txt echo. >> win_enum_report.txt echo. >> win_enum_report.txt
liorvh/winEnum
winEnum_v1.0.bat
bat
mit
5,460
C:/SenVulkanUsr/VS2015/Bin/glslangValidator.exe -V Texture.vert -o textureVert.spv C:/SenVulkanUsr/VS2015/Bin/glslangValidator.exe -V Texture.frag -o textureFrag.spv pause
SenonLi/vsSenVulkan_1.42
vsSenVulkan/SenVulkanTutorial/Shaders/compileShader.bat
bat
mit
171
cd E:\Projects\Realtime\Realtime.Unity3d\v3\Realtime.DroidBridge\jni E:\ D:\Android\sdk\ndk-bundle\ndk-build Pause
NVentimiglia/Realtime-Unity3d
Realtime.DroidBridge/jni/BuildInternal.bat
bat
mit
115
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\[email protected]@csso\bin\csso" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\[email protected]@csso\bin\csso" %* )
724400475/gallery-by-react
node_modules/[email protected]@svgo/node_modules/.bin/csso.cmd
bat
mit
204
pushd "%~dp0" rmdir "ReleaseTests" /s /q mkdir "ReleaseTests" copy "*.yxmd" "ReleaseTests\" copy "*.yxmc" "ReleaseTests\" copy "*.csv" "ReleaseTests\" copy "*.xlsx" "ReleaseTests\" popd
jdunkerley/AlteryxAddIns
CreateReleaseTests.bat
bat
mit
186
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-XX:MaxPermSize=256m" set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if "%ERRORLEVEL%" == "0" goto init echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto init echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :init @rem Get command-line arguments, handling Windowz variants if not "%OS%" == "Windows_NT" goto win9xME_args if "%@eval[2+2]" == "4" goto 4NT_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= set _SKIP=2 :win9xME_args_slurp if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* goto execute :4NT_args @rem Get arguments from the 4NT Shell from JP Software set CMD_LINE_ARGS=%$ :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% :end @rem End local scope for the variables with windows NT shell if "%ERRORLEVEL%"=="0" goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 exit /b 1 :mainEnd if "%OS%"=="Windows_NT" endlocal :omega
franzbecker/xtext-gradle-plugin
gradlew.bat
bat
epl-1.0
2,426
cmd_init/do_mounts.o := arm-eabi-gcc -Wp,-MD,init/.do_mounts.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(do_mounts)" -D"KBUILD_MODNAME=KBUILD_STR(mounts)" -c -o init/do_mounts.o init/do_mounts.c deps_init/do_mounts.o := \ init/do_mounts.c \ $(wildcard include/config/block.h) \ $(wildcard include/config/debug/block/ext/devt.h) \ $(wildcard include/config/root/nfs.h) \ $(wildcard include/config/blk/dev/ram.h) \ $(wildcard include/config/blk/dev/fd.h) \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/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/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/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/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.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/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/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/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/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/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/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/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/relative/pointers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.h \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ include/linux/const.h \ arch/arm/mach-tegra/include/mach/memory.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/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/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/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 \ include/linux/ctype.h \ include/linux/fd.h \ include/linux/ioctl.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/tty.h \ include/linux/fs.h \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/blk_types.h \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/major.h \ include/linux/termios.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/termios.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/termbits.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ioctls.h \ include/linux/tty_driver.h \ $(wildcard include/config/console/poll.h) \ include/linux/cdev.h \ include/linux/tty_ldisc.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/suspend.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/vt.h) \ $(wildcard include/config/vt/console.h) \ $(wildcard include/config/suspend.h) \ $(wildcard include/config/hibernation.h) \ $(wildcard include/config/suspend/nvs.h) \ include/linux/swap.h \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/cgroup/mem/res/ctlr/swap.h) \ include/linux/memcontrol.h \ $(wildcard include/config/cgroup/mem/cont.h) \ include/linux/cgroup.h \ include/linux/cgroupstats.h \ include/linux/taskstats.h \ include/linux/prio_heap.h \ include/linux/idr.h \ include/linux/cgroup_subsys.h \ $(wildcard include/config/cgroup/debug.h) \ $(wildcard include/config/cgroup/ns.h) \ $(wildcard include/config/cgroup/cpuacct.h) \ $(wildcard include/config/cgroup/device.h) \ $(wildcard include/config/cgroup/freezer.h) \ $(wildcard include/config/net/cls/cgroup.h) \ $(wildcard include/config/blk/cgroup.h) \ include/linux/node.h \ $(wildcard include/config/memory/hotplug/sparse.h) \ $(wildcard include/config/hugetlbfs.h) \ include/linux/sysdev.h \ include/linux/pm.h \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ include/linux/mm.h \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/range.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-tegra/include/mach/vmalloc.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/root_dev.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/fsnotify.h \ include/linux/fsnotify_backend.h \ $(wildcard include/config/fanotify.h) \ $(wildcard include/config/fanotify/access/permissions.h) \ include/linux/audit.h \ $(wildcard include/config/change.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slab.h) \ include/linux/slab_def.h \ include/trace/events/kmem.h \ include/trace/events/gfpflags.h \ include/linux/kmalloc_sizes.h \ include/linux/binfmts.h \ include/linux/shm.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/shmparam.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/shmbuf.h \ include/linux/msg.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/msgbuf.h \ include/linux/xfrm.h \ include/net/flow.h \ include/linux/in6.h \ include/linux/delay.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/delay.h \ $(wildcard include/config/arch/provides/udelay.h) \ arch/arm/mach-tegra/include/mach/delay.h \ include/linux/genhd.h \ $(wildcard include/config/fail/make/request.h) \ $(wildcard include/config/solaris/x86/partition.h) \ $(wildcard include/config/bsd/disklabel.h) \ $(wildcard include/config/unixware/disklabel.h) \ $(wildcard include/config/minix/subpartition.h) \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/mount.h \ include/linux/initrd.h \ include/linux/async.h \ include/linux/fs_struct.h \ include/linux/nfs_fs.h \ $(wildcard include/config/nfs/v3/acl.h) \ $(wildcard include/config/nfs/v4.h) \ $(wildcard include/config/nfs/fscache.h) \ $(wildcard include/config/nfs/v3.h) \ include/linux/magic.h \ include/linux/in.h \ include/linux/socket.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/socket.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/pagemap.h \ include/linux/highmem.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/uaccess.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/uaccess.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ $(wildcard include/config/arm/errata/411920.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/kmap_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/highmem.h \ include/linux/hardirq.h \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardirq.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irq.h \ arch/arm/mach-tegra/include/mach/irqs.h \ $(wildcard include/config/arch/tegra/2x/soc.h) \ include/linux/irq_cpustat.h \ include/linux/hugetlb_inline.h \ include/linux/sunrpc/debug.h \ include/linux/sunrpc/auth.h \ include/linux/sunrpc/sched.h \ include/linux/sunrpc/types.h \ include/linux/sunrpc/xdr.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/unaligned.h \ include/linux/unaligned/le_byteshift.h \ include/linux/unaligned/be_byteshift.h \ include/linux/unaligned/generic.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/scatterlist.h \ include/asm-generic/scatterlist.h \ $(wildcard include/config/need/sg/dma/length.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/io.h \ arch/arm/mach-tegra/include/mach/io.h \ $(wildcard include/config/resetlog.h) \ include/linux/sunrpc/clnt.h \ $(wildcard include/config/ipv6.h) \ include/linux/sunrpc/xprt.h \ $(wildcard include/config/nfs/v4/1.h) \ include/linux/sunrpc/stats.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/sunrpc/timer.h \ include/net/ipv6.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/mroute.h) \ $(wildcard include/config/ipv6/mip6.h) \ $(wildcard include/config/ipv6/subtrees.h) \ include/linux/icmpv6.h \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/xfrm.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/ipv6/ndisc/nodetype.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/network/secmark.h) \ $(wildcard include/config/network/phy/timestamping.h) \ include/linux/kmemcheck.h \ include/linux/net.h \ include/linux/random.h \ include/linux/irqnr.h \ include/linux/ratelimit.h \ include/linux/textsearch.h \ include/net/checksum.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/checksum.h \ include/linux/dmaengine.h \ $(wildcard include/config/async/tx/disable/channel/switch.h) \ $(wildcard include/config/dma/engine.h) \ $(wildcard include/config/async/tx/dma.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/has/dma.h) \ $(wildcard include/config/have/dma/attrs.h) \ $(wildcard include/config/need/dma/map/state.h) \ include/linux/dma-attrs.h \ include/linux/bug.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/dma-mapping.h \ include/asm-generic/dma-coherent.h \ $(wildcard include/config/have/generic/dma/coherent.h) \ include/linux/netdevice.h \ $(wildcard include/config/dcb.h) \ $(wildcard include/config/wlan.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/rps.h) \ $(wildcard include/config/net/poll/controller.h) \ $(wildcard include/config/fcoe.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/net/ns.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/hdlc/ioctl.h \ include/linux/if_ether.h \ include/linux/if_packet.h \ include/linux/if_link.h \ include/linux/netlink.h \ include/linux/pm_qos_params.h \ include/linux/miscdevice.h \ include/linux/ethtool.h \ include/net/net_namespace.h \ $(wildcard include/config/ip/dccp.h) \ $(wildcard include/config/netfilter.h) \ $(wildcard include/config/wext/core.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/linux/u64_stats_sync.h \ include/net/netns/unix.h \ include/net/netns/packet.h \ include/net/netns/ipv4.h \ $(wildcard include/config/ip/multiple/tables.h) \ $(wildcard include/config/ip/mroute.h) \ $(wildcard include/config/ip/mroute/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/multiple/tables.h) \ include/net/dst_ops.h \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ $(wildcard include/config/bridge/nf/ebtables.h) \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/net/netns/conntrack.h \ include/linux/list_nulls.h \ include/net/netns/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/tcp.h \ $(wildcard include/config/tcp/md5sig.h) \ include/net/sock.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/linux/poll.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.h) \ include/linux/rtnetlink.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/neighbour.h \ include/net/rtnetlink.h \ include/net/netlink.h \ include/net/inet_connection_sock.h \ include/net/inet_sock.h \ include/linux/jhash.h \ include/net/request_sock.h \ include/net/netns/hash.h \ include/net/inet_timewait_sock.h \ include/net/tcp_states.h \ include/net/timewait_sock.h \ include/linux/udp.h \ include/net/if_inet6.h \ include/net/ndisc.h \ include/linux/nfs2.h \ include/linux/nfs3.h \ include/linux/nfs4.h \ include/linux/nfs_xdr.h \ include/linux/nfsacl.h \ include/linux/posix_acl.h \ include/linux/nfs_fs_sb.h \ include/linux/backing-dev.h \ $(wildcard include/config/debug/fs.h) \ include/linux/writeback.h \ include/linux/mempool.h \ include/linux/nfs_mount.h \ init/do_mounts.h \ $(wildcard include/config/blk/dev/initrd.h) \ $(wildcard include/config/blk/dev/md.h) \ include/linux/blkdev.h \ $(wildcard include/config/blk/dev/bsg.h) \ $(wildcard include/config/bounce.h) \ include/linux/bio.h \ include/linux/ioprio.h \ include/linux/iocontext.h \ include/linux/bsg.h \ include/linux/elevator.h \ include/linux/syscalls.h \ $(wildcard include/config/ftrace/syscalls.h) \ $(wildcard include/config/mips.h) \ $(wildcard include/config/have/syscall/wrappers.h) \ include/linux/unistd.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/unistd.h \ $(wildcard include/config/oabi/compat.h) \ include/trace/syscall.h \ include/linux/ftrace_event.h \ include/linux/ring_buffer.h \ $(wildcard include/config/ring/buffer/allow/swap.h) \ include/linux/trace_seq.h \ include/linux/perf_event.h \ $(wildcard include/config/have/hw/breakpoint.h) \ $(wildcard include/config/perf/use/vmalloc.h) \ include/linux/pid_namespace.h \ $(wildcard include/config/pid/ns.h) \ include/linux/nsproxy.h \ include/linux/ftrace.h \ $(wildcard include/config/function/tracer.h) \ $(wildcard include/config/stack/tracer.h) \ $(wildcard include/config/dynamic/ftrace.h) \ $(wildcard include/config/frame/pointer.h) \ include/linux/trace_clock.h \ include/linux/kallsyms.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ftrace.h \ include/linux/cpu.h \ $(wildcard include/config/arch/cpu/probe/release.h) \ $(wildcard include/config/pm/sleep/smp.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ init/do_mounts.o: $(deps_init/do_mounts.o) $(deps_init/do_mounts.o):
timmytim/honeybutter_kernel
init/.do_mounts.o.cmd
bat
gpl-2.0
41,513
REM cherche dans C:\ tous les emplacements contenant les fichiers Scribus dir c:\ /s /b | find "gnumeric.exe" dir c:\ /s /b | find "Gnumeric Spreadsheet.lnk" REM on cherche dans la base de registre les informations sur le logiciel, a savoir le numero de version et le nom reg query "HKU\.DEFAULT\SOFTWARE\GTK\2.0\Gnumeric" /v Path reg query "HKU\.DEFAULT\SOFTWARE\GTK\2.0\Gnumeric" /v Version
cedricde/lrs
addons/lsc_deployment_scripts/Software_using_an_installer_NSIS/Office_Automation/Gnumeric/infoGnumeric.bat
bat
gpl-2.0
409
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/biquad.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/biquad.ko /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/biquad.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/biquad.mod.o
CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC
src/.biquad.ko.cmd
bat
gpl-2.0
333
cmd_drivers/base/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/base/built-in.o drivers/base/core.o drivers/base/sys.o drivers/base/bus.o drivers/base/dd.o drivers/base/syscore.o drivers/base/driver.o drivers/base/class.o drivers/base/platform.o drivers/base/cpu.o drivers/base/firmware.o drivers/base/init.o drivers/base/map.o drivers/base/devres.o drivers/base/attribute_container.o drivers/base/transport_class.o drivers/base/power/built-in.o drivers/base/dma-mapping.o drivers/base/dma-coherent.o drivers/base/firmware_class.o drivers/base/topology.o drivers/base/s5p-iommu.o drivers/base/module.o drivers/base/sync.o drivers/base/sw_sync.o
garwynn/D710SPR_GB27_Kernel
drivers/base/.built-in.o.cmd
bat
gpl-2.0
698
cmd_drivers/i2c/busses/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-gpio.o drivers/i2c/busses/i2c-msm.o drivers/i2c/busses/i2c-qup.o
friedrich420/Note-3-AEL-Kernel
drivers/i2c/busses/.built-in.o.cmd
bat
gpl-2.0
235