code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@echo off
rem Copyright 2009 Google Inc. All Rights Reserved.
rem Launches the AppCfg utility, which allows Google App Engine
rem developers to deploy their application to the cloud.
rem This is adapted to update the prod version and then ship it to google
if '%TRI_GAE%' == '' (
set TRI_GAE=D:\pgms\gae\appengine-java-sdk-1.8.1.1
)
REM ***** Note - find a better way to fix index.html
copy /u /e /s /[!cita.ace bbb.ace run-ws.bat web-server.js appengine-web.xml web.xml TRI-DB\*] ..\..\war\*.* ..\..\prod\war
copy ..\..\variants\index-gae.html ..\..\prod\war\index.html
if '%1' == '' (
java -Xmx1100m -cp %TRI_GAE%\lib\appengine-tools-api.jar com.google.appengine.tools.admin.AppCfg --email=srp7474 update ../../prod/war %*
)
if '%1' == 'rollback' (
shift
java -Xmx1100m -cp %TRI_GAE%\lib\appengine-tools-api.jar com.google.appengine.tools.admin.AppCfg --email=srp7474 rollback ../../prod/war %*
)
| srp7474/tri | src/4nt/prod.bat | bat | mit | 912 |
C:\Python34\python.exe obj_to_c_wireframe.py
pause | voitureblanche/projet-secret | work/Python-toolchain/3D/obj_to_c_wireframe.bat | bat | mit | 51 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Flask-ExtDirect.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Flask-ExtDirect.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| paparent/Flask-ExtDirect | docs/make.bat | bat | mit | 4,529 |
@echo off
powershell.exe -command "[System.Guid]::NewGuid().Guid | clip" | derantell/LaunchyScripts | guid.cmd | bat | mit | 72 |
@echo off
rem "C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat"
rem "C:\Program Files\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"
echo ===============================
echo make win eso8.lib
echo ===============================
rem ..\..\tools\bmake.exe -f Makefile_win all
nmake.exe -f Makefile_win all
echo ===============================
echo make arm libeso_l.a
echo ===============================
rem ..\..\tools\bmake.exe -DLIBNAME=libeso_l.a -DENDIANMODE=littleend -f Makefile_arm all
nmake.exe -DLIBNAME=libeso_l.a -DENDIANMODE=littleend -f Makefile_arm all
pause
| cxxjava/CxxJDK | efc/build/genlib.bat | bat | epl-1.0 | 616 |
mx ..\basestmp\rbcatalogo "proc='A990~ebook~'" from= count=1 copy=..\basestmp\rbcatalogo now -all
| RBErecon/OPACwin | work/utils/addtags.bat | bat | gpl-2.0 | 100 |
python ..\execute.py | gstiebler/codemap | GraphGenerator/fixtures/execute.bat | bat | gpl-2.0 | 20 |
cmd_net/xfrm/xfrm_state.o := arm-linux-gnueabi-gcc -Wp,-MD,net/xfrm/.xfrm_state.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(xfrm_state)" -D"KBUILD_MODNAME=KBUILD_STR(xfrm_state)" -c -o net/xfrm/xfrm_state.o net/xfrm/xfrm_state.c
deps_net/xfrm/xfrm_state.o := \
net/xfrm/xfrm_state.c \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/security/network/xfrm.h) \
$(wildcard include/config/xfrm/migrate.h) \
$(wildcard include/config/xfrm/sub/policy.h) \
include/linux/workqueue.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/smp.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/cpu/32v6k.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
include/linux/linkage.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
include/asm-generic/cmpxchg-local.h \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.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/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.h \
include/linux/spinlock_api_up.h \
include/linux/math64.h \
include/linux/jiffies.h \
include/linux/timex.h \
$(wildcard include/config/no/hz.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/net/xfrm.h \
$(wildcard include/config/xfrm/statistics.h) \
$(wildcard include/config/net/ns.h) \
$(wildcard include/config/xfrm.h) \
$(wildcard include/config/sysctl.h) \
include/linux/xfrm.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/kmemcheck.h \
$(wildcard include/config/kmemcheck.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/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/prio_tree.h \
include/linux/rbtree.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/completion.h \
include/linux/wait.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/discontigmem.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/net.h \
include/linux/socket.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/socket.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/random.h \
include/linux/ioctl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/irqnr.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/sysctl.h \
include/linux/textsearch.h \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/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) \
$(wildcard include/config/arch/has/holes/memorymodel.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/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/rcutree.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/err.h \
include/net/checksum.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/checksum.h \
include/linux/in6.h \
include/linux/dmaengine.h \
$(wildcard include/config/dma/engine.h) \
$(wildcard include/config/async/tx/dma.h) \
$(wildcard include/config/async/tx/disable/channel/switch.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
include/linux/semaphore.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/have/dma/attrs.h) \
include/linux/dma-attrs.h \
include/linux/bug.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \
include/linux/mm.h \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/vmsplit/2g.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rculist.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/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 \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/have/mlocked/page/bit.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \
arch/arm/mach-msm/include/mach/io.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/dma-mapping.h \
include/asm-generic/dma-coherent.h \
$(wildcard include/config/have/generic/dma/coherent.h) \
include/linux/pfkeyv2.h \
include/linux/ipsec.h \
include/linux/audit.h \
$(wildcard include/config/change.h) \
include/net/sock.h \
include/linux/list_nulls.h \
include/linux/netdevice.h \
$(wildcard include/config/dcb.h) \
$(wildcard include/config/wlan/80211.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/fcoe.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/dsa.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/delay.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/delay.h \
include/linux/ethtool.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/mib.h \
include/net/snmp.h \
include/linux/snmp.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
$(wildcard include/config/ip/mroute.h) \
$(wildcard include/config/ip/pimsm/v1.h) \
$(wildcard include/config/ip/pimsm/v2.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
$(wildcard include/config/ipv6/mroute.h) \
$(wildcard include/config/ipv6/pimsm/v2.h) \
include/net/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/linux/in.h \
include/net/flow.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/radix-tree.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/magic.h \
include/net/netns/conntrack.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) \
$(wildcard include/config/debug/shirq.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
include/linux/security.h \
$(wildcard include/config/security/path.h) \
$(wildcard include/config/security/network.h) \
$(wildcard include/config/securityfs.h) \
include/linux/binfmts.h \
include/linux/shm.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmbuf.h \
include/linux/msg.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/msgbuf.h \
include/linux/filter.h \
include/linux/rculist_nulls.h \
include/linux/poll.h \
/home/benoit/kernel_android/32/es209ra/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/netlink.h \
include/linux/if_link.h \
include/linux/if_addr.h \
include/linux/neighbour.h \
include/net/neighbour.h \
include/net/rtnetlink.h \
include/net/netlink.h \
include/net/ip.h \
$(wildcard include/config/inet.h) \
include/linux/ip.h \
include/net/inet_sock.h \
include/linux/jhash.h \
include/net/request_sock.h \
include/net/netns/hash.h \
include/linux/ipv6.h \
$(wildcard include/config/ipv6/privacy.h) \
$(wildcard include/config/ipv6/router/pref.h) \
$(wildcard include/config/ipv6/route/info.h) \
$(wildcard include/config/ipv6/optimistic/dad.h) \
$(wildcard include/config/ipv6/mip6.h) \
$(wildcard include/config/ipv6/subtrees.h) \
include/linux/icmpv6.h \
include/linux/tcp.h \
$(wildcard include/config/tcp/md5sig.h) \
include/net/inet_connection_sock.h \
include/net/inet_timewait_sock.h \
include/net/tcp_states.h \
include/net/timewait_sock.h \
include/linux/udp.h \
include/net/route.h \
include/net/inetpeer.h \
include/linux/in_route.h \
include/linux/route.h \
include/net/ipv6.h \
include/net/if_inet6.h \
include/net/ndisc.h \
include/net/ip6_fib.h \
include/linux/ipv6_route.h \
net/xfrm/xfrm_hash.h \
net/xfrm/xfrm_state.o: $(deps_net/xfrm/xfrm_state.o)
$(deps_net/xfrm/xfrm_state.o):
| b8e5n/KTG-kernel_es209ra | net/xfrm/.xfrm_state.o.cmd | bat | gpl-2.0 | 31,091 |
REM Run this script to create a
REM stanalone executable.
python setup.py py2exe
PAUSE
| theparanoidtimes/Arduino-Python-temperature-monitor | src/python/setup.bat | bat | gpl-2.0 | 87 |
cmd_sound/pci/hda/built-in.o := rm -f sound/pci/hda/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/pci/hda/built-in.o
| damageless/linux-kernel-ican-tab | sound/pci/hda/.built-in.o.cmd | bat | gpl-2.0 | 190 |
cmd_arch/arm/vfp/vfp.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/vfp.o arch/arm/vfp/vfpmodule.o arch/arm/vfp/entry.o arch/arm/vfp/vfphw.o arch/arm/vfp/vfpsingle.o arch/arm/vfp/vfpdouble.o
| MadRocker/experimental-2.6.29-MadRocker | arch/arm/vfp/.vfp.o.cmd | bat | gpl-2.0 | 270 |
cmd_lib/zlib_inflate/built-in.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o lib/zlib_inflate/built-in.o lib/zlib_inflate/zlib_inflate.o
| RaduG/2.6.29-RaKern-2x-Hero | lib/zlib_inflate/.built-in.o.cmd | bat | gpl-2.0 | 200 |
cmd_libbb/compare_string_array.o := gcc -Wp,-MD,libbb/.compare_string_array.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(compare_string_array)" -D"KBUILD_MODNAME=KBUILD_STR(compare_string_array)" -c -o libbb/compare_string_array.o libbb/compare_string_array.c
deps_libbb/compare_string_array.o := \
libbb/compare_string_array.c \
include/libbb.h \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/busybox/exec/path.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/bits/predefs.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \
/usr/include/ctype.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/xlocale.h \
/usr/include/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/sigset.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/x86_64-linux-gnu/bits/uio.h \
/usr/include/x86_64-linux-gnu/bits/stat.h \
/usr/include/x86_64-linux-gnu/bits/fcntl2.h \
/usr/include/inttypes.h \
/usr/include/netdb.h \
/usr/include/netinet/in.h \
/usr/include/x86_64-linux-gnu/sys/socket.h \
/usr/include/x86_64-linux-gnu/sys/uio.h \
/usr/include/x86_64-linux-gnu/bits/socket.h \
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
/usr/include/x86_64-linux-gnu/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/x86_64-linux-gnu/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/x86_64-linux-gnu/bits/socket2.h \
/usr/include/x86_64-linux-gnu/bits/in.h \
/usr/include/rpc/netdb.h \
/usr/include/x86_64-linux-gnu/bits/siginfo.h \
/usr/include/x86_64-linux-gnu/bits/netdb.h \
/usr/include/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp2.h \
/usr/include/signal.h \
/usr/include/x86_64-linux-gnu/bits/signum.h \
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/x86_64-linux-gnu/sys/poll.h \
/usr/include/x86_64-linux-gnu/bits/poll.h \
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
/usr/include/asm-generic/ioctls.h \
/usr/include/linux/ioctl.h \
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
/usr/include/asm-generic/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h \
/usr/include/x86_64-linux-gnu/sys/mman.h \
/usr/include/x86_64-linux-gnu/bits/mman.h \
/usr/include/x86_64-linux-gnu/sys/stat.h \
/usr/include/x86_64-linux-gnu/sys/time.h \
/usr/include/x86_64-linux-gnu/sys/wait.h \
/usr/include/x86_64-linux-gnu/sys/resource.h \
/usr/include/x86_64-linux-gnu/bits/resource.h \
/usr/include/termios.h \
/usr/include/x86_64-linux-gnu/bits/termios.h \
/usr/include/unistd.h \
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
/usr/include/x86_64-linux-gnu/bits/environments.h \
/usr/include/x86_64-linux-gnu/bits/confname.h \
/usr/include/getopt.h \
/usr/include/x86_64-linux-gnu/bits/unistd.h \
/usr/include/x86_64-linux-gnu/sys/param.h \
/usr/include/linux/param.h \
/usr/include/x86_64-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/mntent.h \
/usr/include/paths.h \
/usr/include/x86_64-linux-gnu/sys/statfs.h \
/usr/include/x86_64-linux-gnu/bits/statfs.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
libbb/compare_string_array.o: $(deps_libbb/compare_string_array.o)
$(deps_libbb/compare_string_array.o):
| muthumani2/Muthu-busybox | libbb/.compare_string_array.o.cmd | bat | gpl-2.0 | 9,496 |
@echo off
:: -- Run Vim --
if "%VimExeDir%" == "" set VimExeDir=%HOME%\bin\vim71
if exist "%VimExeDir%\vim.exe" goto HaveVim
set VimExeDir=%HOME%\bin\vim70
if exist "%VimExeDir%\vim.exe" goto HaveVim
if "%Vim%" == "" set Vim=%HOME%\bin
if exist "%Vim%\vim70\vim.exe" set VimExeDir=%Vim%\vim70
if exist "%Vim%\vim71\vim.exe" set VimExeDir=%Vim%\vim71
if exist "%VimExeDir%\vim.exe" goto HaveVim
if exist "%VimRunTime%\vim.exe" set VimExeDir=%VimRunTime%
if exist "%VimExeDir%\vim.exe" goto HaveVim
echo "%VimExeDir%\vim.exe" not found
goto EOF
:HaveVim
if .%ComSpec%==.C:\WINDOWS\system32\cmd.exe goto NTCmd
::if .%OS%==.Windows_NT goto NTCmd
:: collect the arguments in %VimArgs for Win(9[58]|ME)
set VimArgs=
:LoopStart
if .%1==. goto LoopEnd
set VimArgs=%VimArgs% %1
shift
goto LoopStart
:LoopEnd
"%VimExeDir%\vim.exe" %VimArgs%
set VimArgs=
goto EOF
:NTCmd
:: for WinNT's Cmd.exe we can use %*
"%VimExeDir%\vim.exe" %*
:EOF
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/vim.bat | bat | gpl-3.0 | 1,032 |
md mus
cd mus
bcut ..\rona_a.dsk IPL.BIN 0x0000 0x200
rem 8a00
bcut ..\rona_a.dsk SEDRV.BIN 0x06ca00 0x1200
rem d000
bcut ..\rona_a.dsk MUSDRV.BIN 0x07800 0x1000
bcut ..\rona_a.dsk FM00.BIN 0x0a5600 0x400
bcut ..\rona_a.dsk FM01.BIN 0x0a5a00 0x400
bcut ..\rona_a.dsk FM02.BIN 0x0a5e00 0x400
bcut ..\rona_a.dsk FM03.BIN 0x0a6200 0x400
bcut ..\rona_a.dsk FM04.BIN 0x0a6600 0x1000
bcut ..\rona_a.dsk FM05.BIN 0x0a7600 0x800
bcut ..\rona_a.dsk FM06.BIN 0x0a7e00 0x400
bcut ..\rona_a.dsk FM07.BIN 0x0a8200 0x900
bcut ..\rona_a.dsk FM08.BIN 0x0a8c00 0x400
bcut ..\rona_a.dsk FM09.BIN 0x0a9000 0xa00
bcut ..\rona_a.dsk FM10.BIN 0x0a9a00 0xc00
bcut ..\rona_a.dsk FM11.BIN 0x0aa600 0x600
bcut ..\rona_a.dsk FM12.BIN 0x0aac00 0x200
bcut ..\rona_a.dsk FM13.BIN 0x0aae00 0x800
bcut ..\rona_a.dsk FM14.BIN 0x0ab600 0x400
bcut ..\rona_a.dsk FM15.BIN 0x0aba00 0x600
bcut ..\rona_a.dsk FM16.BIN 0x0ac000 0x400
bcut ..\rona_a.dsk FM17.BIN 0x0ac400 0xa00
bcut ..\rona_a.dsk FM18.BIN 0x0ace00 0x400
bcut ..\rona_a.dsk FM19.BIN 0x0ad200 0x400
bcut ..\rona_a.dsk FM20.BIN 0x0ad600 0x400
bcut ..\rona_a.dsk FM21.BIN 0x0ada00 0x200
bcut ..\rona_a.dsk FM22.BIN 0x0adc00 0x200
bcut ..\rona_a.dsk PSG00.BIN 0x0ade00 0x200
bcut ..\rona_a.dsk PSG01.BIN 0x0ae000 0x200
bcut ..\rona_a.dsk PSG02.BIN 0x0ae200 0x200
bcut ..\rona_a.dsk PSG03.BIN 0x0ae400 0x200
bcut ..\rona_a.dsk PSG04.BIN 0x0ae600 0xa00
bcut ..\rona_a.dsk PSG05.BIN 0x0af000 0x400
bcut ..\rona_a.dsk PSG06.BIN 0x0af400 0x200
bcut ..\rona_a.dsk PSG07.BIN 0x0af600 0x400
bcut ..\rona_a.dsk PSG08.BIN 0x0afa00 0x200
bcut ..\rona_a.dsk PSG09.BIN 0x0afc00 0x600
bcut ..\rona_a.dsk PSG10.BIN 0x0b0200 0x600
bcut ..\rona_a.dsk PSG11.BIN 0x0b0800 0x400
bcut ..\rona_a.dsk PSG12.BIN 0x0b0c00 0x200
bcut ..\rona_a.dsk PSG13.BIN 0x0b0e00 0x400
bcut ..\rona_a.dsk PSG14.BIN 0x0b1200 0x200
bcut ..\rona_a.dsk PSG15.BIN 0x0b1400 0x200
bcut ..\rona_a.dsk PSG16.BIN 0x0b1600 0x200
bcut ..\rona_a.dsk PSG17.BIN 0x0b1800 0x400
bcut ..\rona_a.dsk PSG18.BIN 0x0b1c00 0x200
bcut ..\rona_a.dsk PSG19.BIN 0x0b1e00 0x200
bcut ..\rona_a.dsk PSG20.BIN 0x0b2000 0x200
bcut ..\rona_a.dsk FM23.BIN 0x0b2200 0x200
bcut ..\rona_a.dsk PSG21.BIN 0x0b2400 0x200
bcut ..\rona_a.dsk PSG22.BIN 0x0b2600 0x200
bcut ..\rona_a.dsk PSG23.BIN 0x0b2800 0x200
bcut ..\rona_a.dsk PSG24.BIN 0x0b2a00 0x400
cd ..
| rururutan/hoot-patches | msx/dixie/rona/cut/cut.bat | bat | gpl-3.0 | 2,307 |
@rem This file used for compiling and debug. Please don't modify. Ihor Nehrutsa
@SET VMLAB=D:\xLogic\Projects\RUBKA\VMLAB
@SET PROGECT=svarka
@SET PROGECT=D:\xLogic\Projects\RUBKA\ends
@SET PROGECT=D:\xLogic\Projects\RUBKA\shl_shr
@SET PROGECT=D:\xLogic\Projects\RUBKA\rubka
@SET PROGECT=D:\xLogic\Projects\RUBKA\mul
@SET PROGECT=D:\xLogic\Projects\RUBKA\rubilo_test
@SET PROGECT=D:\xLogic\Projects\RUBKA\osc1
@SET PROGECT="D:\xLogic\Projects\RUBKA\npulse.ld"
@SET PROGECT=D:\xLogic\Projects\RUBKA\QuadEncod
@SET PROGECT=D:\xLogic\Projects\RUBKA\lut
@SET PROGECT=D:\xLogic\Projects\RUBKA\hh-mm-ss
@SET PROGECT=D:\xLogic\Projects\RUBKA\7seg-display
@SET PROGECT=D:\xLogic\Projects\RUBKA\stepper
@SET PROGECT=D:\xLogic\Projects\RUBKA\rubilo
@SET PROGECT=D:\xLogic\Projects\RUBKA\I2C_atmega328
@SET PROGECT=D:\xLogic\Projects\RUBKA\lut_only
@SET PROGECT=D:\xLogic\Projects\RUBKA\display
@SET PROGECT=D:\xLogic\Projects\RUBKA\big
@SET PROGECT=D:\xLogic\Projects\RUBKA\frmt_err
@SET PROGECT=D:\xLogic\Projects\RUBKA\analog
@SET PROGECT=D:\xLogic\Projects\RUBKA\arduino_demo.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\1s
@SET PROGECT=D:\xLogic\Projects\RUBKA\c_demo.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\coil_s_r_n
@SET PROGECT=D:\xLogic\Projects\RUBKA\coil_avr
@SET PROGECT=D:\xLogic\Projects\RUBKA\coil_pic
@SET PROGECT=D:\xLogic\Projects\RUBKA\pwm_soft
@SET PROGECT=D:\xLogic\Projects\RUBKA\cmp
@SET PROGECT=D:\xLogic\Projects\RUBKA\Memorija.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\Zakljucavanje.ld
@SET PROGECT=D:\xLogic\Projects\test\asm_demo.ld
@SET PROGECT=D:\xLogic\Projects\rubka\asm_demo.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\frmt_escape
@SET PROGECT=D:\LDs\encoder2\encoder2.ld
@SET PROGECT=D:\LDs\ASM_DEMO_PIC16F1516\asm_demo.ld
@SET PROGECT=D:\LDs\pintest\pintest.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\pwm
@SET PROGECT=D:\LDs\ASM_DEMO_ATmega328\asm_demo_28pin.ld
@SET PROGECT=D:\LDs\ASM_DEMO_ATmega8\asm_demo.ld
@SET PROGECT=D:\LDs\ASM_DEMO_ATmega328\asm_demo_32pin.ld
@SET PROGECT=/c D:\LDs\PWM_var\pic16f886\pwm.ld D:\LDs\PWM_var\pic16f886\pwm.hex
@SET PROGECT=D:\LDs\PWM_var\pic16f1516\pwm.ld
@SET PROGECT=D:\LDs\PWM_var\ATmega8\pwm.ld
@SET PROGECT=D:\LDs\PWM_var\ATmega328\pwm.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\ctc
@SET PROGECT=D:\LDs\CTU_CTD_CTC\ctu_ctd_ctc.ld
@SET PROGECT=D:\LDs\CTU_CTD_CTC_CTR\ctu_ctd_ctc_ctr.ld
@SET PROGECT=D:\LDs\Test-cycletime\Test-cycletime.ld
@SET PROGECT=D:\LDs\Test-cycletime\Test-timing.ld
@SET PROGECT=D:\LDs\swatch2\headecimal.ld
@SET PROGECT=D:\LDs\877a\str-.ld
@SET PROGECT=D:\LDs\swatch1\swatch1
@SET PROGECT=D:\LDs\swatch2\swatch2
@SET PROGECT=D:\LDs\BIKE\Bike1.8.ld
@SET PROGECT=D:\LDs\R1\r1.ld
@SET PROGECT=D:\LDs\TEST_PIC\add.ld
@SET PROGECT=D:\LDs\TEST_PIC10\add.ld
@SET PROGECT=D:\LDs\motorcycle\moto.ld
@SET PROGECT=D:\LDs\TAKT\Takt.ld
@SET PROGECT=D:\LDs\ASM_DEMO_hand_banking\asm_demo.ld
@SET PROGECT=D:\LDs\fade1\fade
@SET PROGECT=D:\LDs\speedcopy\Speed-Copy.ld
@SET PROGECT=D:\LDs\Test-cycletime\Test-cycletime.ld
@SET PROGECT=D:\LDs\clock\clock-example_V3.ld
@SET PROGECT=D:\LDs\clock4\clock-example_V4.ld
@SET PROGECT=D:\LDs\clock4\clock-example_V6.ld
@SET PROGECT=D:\xLogic\Projects\RUBKA\I2C_atmega328
@SET PROGECT=D:\LDs\clock6\clock6.ld
@SET PROGECT=D:\LDs\clock4\clock_V4.ld
@SET PROGECT=D:\LDs\cprintf\cprintf.ld
@SET PROGECT=D:\LDs\ASM_DEMO_AUTO_BANKING\asm_demo.ld
@SET PROGECT=D:\LDs\asm_demo_mega2560\asm_demo.ld
@SET PROGECT=D:\LDs\BlueTooth1\blue_s.ld
@SET PROGECT=D:\LDs\BlueTooth1\blue_r.ld
@SET PROGECT=D:\LDs\fade2\fade
@SET PROGECT=D:\LDs\PWM_var\PIC16F72\pwm.ld
@SET PROGECT=D:\LDs\freq\Test.ld
@SET PROGECT=D:\LDs\timeTEST\testtime4.0.7.ld
@SET PROGECT=D:\LDs\tiempo\test_times.ld
@SET PROGECT=D:\LDs\persist\event.ld
@SET PROGECT=D:\LDs\SWATCH4\swatch4s.ld
@SET PROGECT=D:\LDs\SWATCH4\swatch4r.ld
@SET PROGECT=D:\LDs\SWATCH4avr\swatch4r.ld
@SET PROGECT=D:\LDs\SWATCH4avr\swatch4s.ld
@SET PROGECT=D:\LDs\LEDx\LEDx_hex.ld
@SET PROGECT=D:\LDs\LEDx\LEDx1.ld
@SET PROGECT=D:\LDs\LEDx\LEDx8.ld
@SET PROGECT=D:\LDs\PWM_var\pic16f886\pwm.ld
@SET PROGECT=D:\LDs\PWM_var\Atmega2560\pwm.ld
@SET PROGECT=D:\LDs\RF2\rf_r.ld
@SET PROGECT=D:\LDs\RF2\rf_s.ld
@SET PROGECT=D:\LDs\RF1\rf_r.ld
@SET PROGECT=D:\LDs\RF1\rf_s.ld
@SET PROGECT=D:\LDs\SLEEP_877\sleep_877.ld
@SET PROGECT=D:\LDs\headache\headache.ld
@SET PROGECT=D:\LDs\headache\headache4_2.ld
@SET PROGECT=D:\LDs\headache\pureladder2_3.ld
@SET PROGECT=D:\LDs\headache\door1.ld
@SET PROGECT=D:\LDs\COIL\coil_s_r_n.ld
@SET PROGECT=D:\LDs\jo\JednaOkrugla.ld
@SET PROGECT=D:\LDs\esp8266\esp8266_test.ld
@SET PROGECT=D:\LDs\SLEEP_328\sleep_28.ld
@SET PROGECT=D:\LDs\SLEEP_328\sleep_32.ld
@SET PROGECT=D:\LDs\SLEEP_328\wdt.ld
@SET PROGECT=D:\LDs\Komplet\Komplet.ld
@SET PROGECT=D:\LDs\STEP\stepper-encoder.ld
@SET PROGECT=D:\LDs\STEP\stepper-encoder-half-step.ld
@SET PROGECT=D:\LDs\STEP\step_uni_half.ld
@SET PROGECT=D:\LDs\PIC10F200\wdt.ld
@SET PROGECT=D:\LDs\PIC16F887\wdt.ld
@SET PROGECT=D:\LDs\PIC16F628\wdt.ld
@SET PROGECT=D:\LDs\PIC16F628\48kHz.ld
@SET PROGECT=D:\LDs\PIC16F819\intosc8MHz.ld
@SET PROGECT=D:\LDs\PIC12F675\wdt.ld
@SET PROGECT=D:\LDs\PIC12F683\wdt.ld
@SET PROGECT=D:\LDs\JO\pic16f1527.ld
@SET PROGECT=D:\LDs\SOFTSTART\softstart.ld
@SET PROGECT=D:\LDs\SOFTSTART\softstartMO_1.ld
@SET PROGECT=D:\LDs\TIME2COUNTER\time2counter.ld
@SET PROGECT=D:\LDs\TIME2COUNTER\time2counter_duty.ld
@SET PROGECT=D:\LDs\PLCTIME0\plctime0.ld
@SET PROGECT=D:\LDs\PLCTIME0\plctime0_nano.ld
@SET PROGECT=D:\LDs\WASH2\wash2.ld
@SET PROGECT=D:\LDs\encoder2\encoder2kev.ld
@SET PROGECT=D:\LDs\tmp\tmp.ld
@SET PROGECT=D:\LDs\ASM_DEMO\asm_demo.ld
@SET PROGECT=D:\LDs\master\unusedpins_set0.ld
@SET PROGECT=D:\LDs\master\mater-relay.ld
@SET PROGECT=D:\LDs\ATtiny85\asm_demo.ld
@SET PROGECT=D:\LDs\DELAY\DELAY.ld
@SET PROGECT=D:\LDs\DELAY\DELAYvar.ld
@SET PROGECT=D:\LDs\Timer\Timer.ld
@SET PROGECT=D:\LDs\MODBUS\pic877.ld
@SET PROGECT=D:\LDs\MODBUS\mega2560.ld
@SET PROGECT=D:\LDs\SLEEP_328\wdt.ld
@SET PROGECT=D:\LDs\ATmega2560\wdt_reset_counter.ld
@SET PROGECT=D:\LDs\ATmega2560\PLC_cycle.ld
@SET PROGECT=D:\LDs\ATmega32U4\ATmega32U4.ld
@SET PROGECT=D:\LDs\ATmega32U4\pwm4.ld
@SET PROGECT=D:\LDs\ATmega32U4\asm_demo.ld
@SET PROGECT=D:\LDs\ATmega32U4\pwm0.ld
@SET PROGECT=D:\LDs\ATmega32U4\pwm1.ld
@SET PROGECT=D:\LDs\ATmega32U4\eeprom.ld
@SET PROGECT=D:\LDs\ATmega32U4\PLC_cycle.ld
@SET PROGECT=D:\LDs\BLENKA79\Water_Pump_Control.ld
@SET PROGECT=D:\LDs\Blenka79_2\2IN1.ld
@SET PROGECT=D:\LDs\Blenka79_2\s2IN1_P_P_Machine_Amit_Bhai_16M.ld
@SET PROGECT=D:\LDs\BLENKA79_3\Punching_Machine_16mhz.ld
@SET PROGECT=D:\LDs\errors\swatchfan.ld
@SET PROGECT=D:\LDs\errors\Etiketirkasadatumarom.ld
@SET PROGECT=D:\LDs\errors\MasterRelay-Test.ld
@SET PROGECT=D:\LDs\errors\5digit.ld
@SET PROGECT=D:\LDs\errors\rung-up.ld
@SET PROGECT=D:\LDs\errors\Copy-past-test.ld
@SET PROGECT="D:\LDs\Pic16f88_ERROR_IN_HEX\V4.2.1 Test PIC16F88.ld"
@SET PROGECT=D:\LDs\PIC16F88\test.ld
@SET PROGECT=D:\LDs\PIC16F88\all.ld
@SET PROGECT=D:\LDs\PIC16F1827\PLC_cycle.ld
@SET PROGECT=D:\LDs\PIC16F1824\PLC_cycle.ld
@SET PROGECT=D:\LDs\PIC16F1827\all.ld
@SET PROGECT=D:\LDs\PIC16F1824\all.ld
@SET PROGECT=D:\LDs\damian\blinking-led.ld
@SET PROGECT=D:\LDs\PIC16F1827\PLC_cycle.ld
@SET PROGECT=D:\LDs\PIC16F1824\PLC_cycle.ld
@SET PROGECT=D:\LDs\PIC16F1827\all.ld
@SET PROGECT=D:\LDs\PIC16F1824\all.ld
@SET PROGECT=D:\LDs\damian\blinking-led.ld
@SET PROGECT=D:\LDs\add_sub\add_sub_pic.ld
@SET PROGECT=D:\LDs\cmp\cmp_pic.ld
@SET PROGECT=D:\LDs\rol_ror\rol_ror_pic.ld
@SET PROGECT=D:\LDs\Samples\serial.ld
@SET PROGECT=D:\LDs\PLCTIME0\plctime0.ld
@SET PROGECT=D:\LDs\TON_TOF_RTO_PIC16F886\ton_tof_rto
@SET PROGECT=D:\LDs\TON_TOF_RTO\ton_tof_rto
@SET PROGECT=D:\LDs\TON_TOF_RTO_ATmega328\ton_tof_rto
@SET PROGECT=D:\LDs\TON_TOF_RTO\ton_reset.ld
@SET PROGECT=D:\LDs\TONtest\TON_4.2.3v.ld
@SET PROGECT=D:\LDs\TONtest\TON_4.3.0v.ld
@SET PROGECT="D:\LDs\toff test\TOF 4.3.1V.ld"
@SET PROGECT=D:\LDs\TON_TOF_RTO\ton_tof_rto.ld
@SET PROGECT=D:\LDs\THI_TLO\thi_tlo.ld
@SET PROGECT=D:\LDs\THI_TLO\THI.ld
@SET PROGECT=D:\LDs\THI_TLO\TLO.ld
@SET PROGECT=D:\LDs\LUT\lut0.ld
@SET PROGECT=D:\LDs\LUT\lut1.ld
@SET PROGECT=D:\LDs\LUT\lut1_2560.ld
@SET PROGECT=D:\LDs\Sound\three_tone.ld
@SET PROGECT=D:\LDs\errors\2WLIC1\2WLIC1.ld
@SET PROGECT=D:\LDs\errors\2WLIC1\2WLIC1.ld
@SET PROGECT=D:\LDs\SWATCH1\tmp.ld
@SET PROGECT=D:\LDs\SWATCH1\swatch1.ld
@SET PROGECT=D:\LDs\SWATCH1\swatch1_nano.ld
@SET PROGECT=D:\LDs\SWATCH1\swatch1_2560.ld
@SET PROGECT=D:\LDs\hello\hello
@SET PROGECT=D:\LDs\SWATCH4\hello-m328.ld
@SET PROGECT=D:\LDs\HELLO\hello-f877.ld
@SET PROGECT=D:\LDs\HELLO\hello-m328.ld
@SET PROGECT=D:\LDs\errors\hello-ansi.ld
@SET PROGECT=D:\LDs\ATtiny10\asm_demo.ld
@SET PROGECT=D:\LDs\Samples\traffic.ld
@SET PROGECT=D:\LDs\pwm\pwm.ld
@SET PROGECT=D:\LDs\pwm\pwm_pic.ld
@SET PROGECT=D:\LDs\pwm\pwm328.ld
@SET PROGECT=D:\LDs\pwm\pwm877.ld
@SET PROGECT=D:\LDs\pwm\pwm887.ld
@SET PROGECT=D:\LDs\pwm\pwm_mega16.ld
@SET PROGECT=D:\LDs\pwm\test.ld
@SET PROGECT=D:\LDs\errors\pwm3\DIMERpwm3PHASES-TesteJTAtmega328.ld
@SET PROGECT=D:\LDs\marchat1\marchat1.ld
@SET PROGECT=D:\LDs\errors\pic\nofeedbacksensorprogramTOOSMALL_1.ld
@SET PROGECT=D:\LDs\PWM_var\ATmega328\PWM_328_28.ld
@SET PROGECT=D:\LDs\DELAY\DELAY.ld
@SET PROGECT=D:\LDs\DELAY\DELAYvar.ld
@SET PROGECT=D:\LDs\DELAY\delay_PIC877.ld
@SET PROGECT=D:\LDs\DELAY\delay_ATmega2560.ld
@SET PROGECT=D:\LDs\copy_paste\copy_paste.ld
@SET PROGECT=D:\LDs\gsm\PIC877.ld
@SET PROGECT=D:\DOWNLOAD\persist.ld
@SET PROGECT=D:\DOWNLOAD\stepper.ld
@SET PROGECT="D:\LDs\errors\INCHING\INCHING WITH G+2.ld"
@SET PROGECT=D:\LDs\SetBit\SetBit_PIC877.ld
@SET PROGECT=D:\LDs\SetBit\SetBit.ld
@SET PROGECT=D:\LDs\spi\spi_master_PIC877.ld
@SET PROGECT=D:\LDs\spi\spi_slave_PIC877.ld
@SET PROGECT=D:\LDs\spi\spi_master_ATmega2560.ld
@SET PROGECT=D:\LDs\spi\spi_slave_ATmega2560.ld
@SET PROGECT=D:\LDs\spi\spi_PIC877.ld
@SET PROGECT=D:\LDs\spi\spi_ATmega2560.ld
@SET PROGECT=D:\LDs\spi\spiMaster_ATmega2560.ld
@SET PROGECT2=D:\LDs\spi\spiSlave_ATmega2560.ld
@SET PROGECT=e:\SVARKA2\tests.ld
@SET PROGECT=D:\LDs\errors\ComportaV4faBot\ComportaV4faBot.ld
@SET PROGECT=D:\LDs\PIC10F200\628.ld
@SET PROGECT=D:\LDs\PIC10F200\wdt.ld
@SET PROGECT=D:\LDs\PIC10F200\test.ld
@SET PROGECT=D:\LDs\PIC10F200\Switch.ld
@SET PROGECT=D:\LDs\ComportaV5a_Bot\ComportaV5a_Bot.ld
@SET PROGECT=D:\LDs\DELAY\delay_PIC877.ld
@SET PROGECT=D:\LDs\STEPPER\stepper.ld
@SET PROGECT=e:\SVARKA2\svarka.ld
@SET PROGECT=D:\LDs\speed\Speed.ld
@SET PROGECT=D:\LDs\pwm_led\pwm_led_TYC_328.ld
@SET PROGECT=D:\LDs\Servidor\Servidor.ld
@SET PROGECT=D:\LDs\OPEN_CIRCUIT\open_circuit.ld
@SET PROGECT=D:\LDs\OPEN_CIRCUIT\master_relay.ld
@SET PROGECT=D:\LDs\OPEN_CIRCUIT\goto.ld
@SET PROGECT=D:\LDs\errors\test_uart.ld
@SET PROGECT=D:\LDs\errors\test_zz\zz.ld
@SET PROGECT=D:\LDs\pwm_speed\speed.ld
@SET PROGECT=D:\LDs\Pwm_Bright_Pot\Pwm_Bright_Pot.ld
@SET PROGECT=D:\LDs\pwm_old\pwm.old.ld
@SET PROGECT=D:\LDs\GEQ\GEQ.ld
@SET PROGECT=D:\LDs\sfr\sfr.ld
@SET PROGECT=D:\LDs\sfr\boude.ld
@SET PROGECT=D:\LDs\sfr\port.ld
@SET PROGECT=D:\LDs\sfr\portsPIC16F887.ld
@SET PROGECT=D:\LDs\sfr\portsPIC16F887_1.ld
@SET PROGECT=D:\LDs\sfr\portsPIC16F887_2.ld
@SET PROGECT=D:\LDs\sfr\portsATmega2560_1.ld
@SET PROGECT=D:\LDs\sfr\portsPIC16F887_3.ld
rem @SET PROGECT=D:\LDs\errors\01\01.ld
@SET PROGECT=D:\LDs\pwm\pwm887.ld
@SET PROGECT=D:\LDs\PIC12F683\wdt.ld
@SET PROGECT=D:\LDs\PIC12F683\test.ld
@SET PROGECT=D:\LDs\PIC12F683\pic12f683.ld
@SET PROGECT=D:\LDs\pwm\pwm887_.ld
@SET PROGECT=D:\LDs\PROG_1\PROG_1.ld
@SET PROGECT=D:\LDs\mod_3\mod_3.ld
@SET PROGECT=D:\LDs\PIC12F683\pic12f683_pwm.ld
@SET PROGECT=D:\LDs\PIC12F683\pic12f683_adc.ld
@SET PROGECT=D:\DOWNLOAD\PWM_TEST.ld
@SET PROGECT=D:\LDs\mod_3\mod_3.ld
@SET PROGECT=D:\LDs\PROG_1\PROG_1.ld
@SET PROGECT=D:\LDs\PROG_1\PROG_1_1.ld
@SET PROGECT=D:\LDs\PROG_1\PROG_1_3.ld
@SET PROGECT=D:\LDs\PIC12F683\PWM_TEST_v3.ld
@SET PROGECT="D:\LDs\ADC\ADC battery voltage.ld"
@SET PROGECT="D:\LDs\ADC_PIC\ADC sensor voltage.ld"
@SET PROGECT=D:\LDs\Pwm_Bright_Pot\Pwm_Bright_Pot.ld
@SET PROGECT=D:\LDs\TON_with_ADC\TON_with_ADC.ld
@SET PROGECT=D:\LDs\CTU_CTD_CTC\ctu_ctd_ctc_ctr.ld
@SET PROGECT=D:\LDs\TON_with_ADC\TON_with_ADC_1s.ld
@SET PROGECT=D:\LDs\ICSP_DS3231_reloj_ansic\clockpicds3231_ansic.ld
@SET PROGECT=D:\LDs\icsp_reloj\icsp_reloj.ld
@SET PROGECT="D:\LDs\shift in\shift in.ld"
@SET PROGECT=D:\LDs\shift\shift-using-bitwise-328.ld
@SET PROGECT=D:\LDs\counter_stop\counter_stop_v7.ld
@SET PROGECT=D:\LDs\quad\quad.ld
@SET PROGECT=D:\LDs\quad\quad_mega.ld
@SET PROGECT=D:\LDs\quad\err.ld
@SET PROGECT=D:\LDs\quad\quad_led.ld
@SET PROGECT=D:\LDs\quad\quad_mega_led.ld
@SET PROGECT=D:\LDs\quad\quad_877.ld
@SET PROGECT=D:\LDs\spi\spi_master_PIC877.ld
@SET PROGECT=D:\LDs\spi\spi_slave_PIC877.ld
@SET PROGECT=D:\LDs\spi\spi_PIC877.ld
@SET PROGECT=D:\LDs\spi\spi_ATmega2560.ld
@SET PROGECT=D:\LDs\spi\spi_Slave_ATmega2560.ld
@SET PROGECT=D:\LDs\spi\spiMaster_ATmega2560.ld
@SET PROGECT=D:\LDs\GOTO\gosub_nano.ld
@SET PROGECT=D:\LDs\GOTO\goto_back.ld
@SET PROGECT=D:\LDs\GOTO\goto.ld
@SET PROGECT=D:\LDs\GOTO\gosub.ld
@SET PROGECT=D:\LDs\GOTO\goto_sim.ld
@SET PROGECT=D:\LDs\SUBPROG\subprog.ld
@SET PROGECT=D:\LDs\SUBPROG\GOTO_as_SUB.ld
@SET PROGECT=D:\LDs\errors\TR_2\TR_2.ld
@SET PROGECT=D:\LDs\rand\rand.ld
@SET PROGECT=D:\LDs\randSEED\rand.ld
@SET PROGECT=D:\LDs\rand\rand_328_32.ld
@SET PROGECT=D:\LDs\rand\rand_328_28.ld
@SET PROGECT=D:\LDs\rand\srand.ld
@SET PROGECT=d:\lds\tmp\PRUEBAV0.ld
@SET PROGECT=d:\lds\tmp\TMP.ld
@SET PROGECT=d:\lds\PIC16F628\uart.ld
@SET PROGEC2=D:\LDs\uart\UART_S_ATmega2560_4.ld
@SET PROGECT=D:\LDs\uart\UART_M_ATmega2560_4.ld
@SET PROGEC2=D:\LDs\uart\UART_S_PIC16F877_5.ld
@SET PROGECT=D:\LDs\uart\UART_M_ATmega2560_5.ld
@SET PROGECT=D:\lds\spi\spi_echo.ld
@SET PROGECT=D:\lds\I2C\i2c_echo.ld
@SET PROGECT=d:\lds\I2C\i2c_lcd16x2bis.ld
@SET PROGECT=d:\lds\PIC16F877\bits.ld
@SET PROGECT=D:\LDs\frm\frm.ld
@SET PROGECT=C:\LDs\asm_demo_PIC16F886\asm_demo.ld
@SET PROGECT=C:\LDs\Buttonnombre\Buttonnombre.ld
@SET PROGECT=D:\lds\FormattedStr\FormattedStr.ld
@SET PROGECT="D:\LDs\servo\servo pwm Pic16f887.ld"
@SET PROGECT="D:\LDs\servo\servo pwm.ld"
@SET PROGECT="D:\LDs\servo\servo_pwm_arduino_uno.ld"
@SET PROGECT=D:\LDs\quad_test\quad_test.ld
@SET PROGECT=d:\lds\pwm\PWM_up_down.ld
@SET PROGECT=D:\LDs\new\new.ld
@SET PROGECT=D:\LDs\pulser\stepper.ld
@SET PROGECT=D:\lds\PIC12F675\internal_oscillator.ld
@SET PROGECT=D:\lds\relay_2_motores\relay_2_motores.ld
@SET PROGECT=d:\lds\pic16f1827V2-test\A0016f1827V2-test.ld
@SET PROGECT=d:\lds\moteur_on_fc\moteur_on_fc_v3.ld
@SET PROGECT="C:\tmp\SPACE â¥áâ\moteur ïçäë v3.ld"
@SET PROGECT="d:\lds\ATmega1284 44-Pin\ATmega1284 44-Pin.ld"
@SET PROGECT="d:\lds\ATmega1284 40-Pin\ATmega1284 40-Pin.ld"
@SET PROGECT="d:\lds\ATmega1284 40-Pin\pwm.ld"
@SET PROGECT="d:\lds\ATmega1284 44-Pin\pwm.ld"
@SET PROGECT=D:\lds\servo_pwm_pic16f1827\servo_pwm_PIC16F1827.ld
@SET PROGECT=d:\lds\PULSER_Amjad\Pulser.ld
@SET PROGECT=D:\LDs\pulser\pulser.ld
@SET PROGECT=d:\lds\Calc_16F628\Calc_16F628a_ADD_test.ld
@SET PROGECT=d:\lds\persistTest\PIC18F4520\persistTest.ld
@SET PROGECT=d:\lds\persistTest\ATmega8\persistTest.ld
@SET PROGECT=d:\lds\persistTest\UNO\persistTest.ld
@SET PROGECT=d:\lds\persistTest\PIC16F628_CCS\persistTest.ld
:@SET PROGECT="D:\lds\ATMEGA8_32PIN\atmega8 32pin.ld"
@SET PROGECT=D:\lds\ATmega32U4\hello.ld
@SET PROGECT=D:\lds\josua\josua.ld
@SET PROGECT="D:\lds\batteria\monitor bateria atiny85.ld"
@SET PROGECT=D:\lds\pic12F1840\all.ld
@SET PROGECT=d:\lds\persistTest\ATmega8\persistTest.ld
@SET PROGECT=d:\lds\TIMER_3DIGIT\TIMER_3DIGIT.ld
@SET PROGECT=d:\lds\7seg\7seg_all.ld
@SET PROGECT=D:\lds\spi\228_ATmega2560.ld
@SET PROGECT=D:\LDs\spi\spimaster_ATmega2560.ld
@SET PROGEC2=D:\LDs\spi\spislave_ATmega2560.ld
@SET PROGECT=D:\LDs\ATmega128\pwm.ld
@SET PROGECT=D:\lds\BUS\MedBusTest.ld
if "%1" == "" goto DO_BUILD
@SET PROGECT="%1"
:DO_BUILD
:DEL_LDMICRO
@del ldmicro.exe
@if exist ldmicro.exe echo NOT DELETED ldmicro.exe !!!
@if exist ldmicro.exe PAUSE
@if exist ldmicro.exe goto DEL_LDMICRO
@del %PROGECT%.c
@del %PROGECT%.h
@del %PROGECT%*.pas
@del %PROGECT%*.inc
@del %PROGECT%.hex
@del %PROGECT%.txt
@del %PROGECT%.pl
@del pcports.pas
@del pcports.inc
@del thumbs.db
@del exe\*.tpu
@del exe\*.tpp
@del aaa. > nul
@move *.bak BAK
@del *.bak > nul
@del *.i > nul
@del temp.pl > nul
@del ldmicro.temp > nul
::@nmake clean
::copy ldmicro.exe ldmicro-en.exe
::@nmake LDLANG=LDLANG_JA %*
::@nmake LDLANG=LDLANG_RU %*
::@nmake LDLANG=LDLANG_TR %*
::@nmake LDLANG=LDLANG_DE %*
::@nmake LDLANG=LDLANG_FR %*
::@nmake LDLANG=LDLANG_ES %*
::@nmake LDLANG=LDLANG_IT %*
@nmake LDLANG=LDLANG_EN %*
@echo off
@del ldinterpret.exe
@del ldxinterpret.exe
@if not exist ldmicro.exe goto EXIT
::start ldmicro.exe %PROGEC2%
start ldmicro.exe %PROGECT%
goto EXIT
start ldmicro.exe "C:\tmp\SPACE â¥áâ\moteur AVR v3.ld"
start ldmicro.exe "C:\tmp\SPACE â¥áâ\moteur ARM1 v3.ld"
start ldmicro.exe "C:\tmp\SPACE â¥áâ\moteur ARM4 v3.ld"
start ldmicro.exe "C:\tmp\SPACE â¥áâ\moteur PIC16 v3.ld"
start ldmicro.exe "C:\tmp\SPACE â¥áâ\moteur PIC18 v3.ld"
goto EXIT
ldmicro.exe /c %PROGECT% %PROGECT%.c
rem ldmicro.exe /c %PROGECT% %PROGECT%.ino
ldmicro.exe /c %PROGECT% %PROGECT%.cpp
ldmicro.exe /c %PROGECT% %PROGECT%.pas
rem start ldmicr23.exe %PROGECT%
ldmicro.exe /t %PROGECT%
ldmicro.exe /c %PROGECT% %PROGECT%.hex
goto EXIT
:EXIT
| LDmicro/LDmicro | ldmicro/m.bat | bat | gpl-3.0 | 17,387 |
ECHO ... Building MODEX.QLB for QUICKBASIC 4.5
LIB MODEX -+MODEX,,
LIB MODEX -+UTILS,,
DEL MODEX.BAK
LINK /Q MODEX+UTILS, MODEX.QLB, NUL, C:\QB45\BQLB45.LIB;
| sparky4/16 | 16/modex/demos/qb45/make-lib.bat | bat | gpl-3.0 | 164 |
@echo off
rem
rem This Source Code Form is subject to the terms of the Mozilla Public
rem License, v. 2.0. If a copy of the MPL was not distributed with this
rem file, You can obtain one at http://mozilla.org/MPL/2.0/.
rem If it is not possible or desirable to put the notice in a particular
rem file, then You may include the notice in a location (such as a LICENSE
rem file in a relevant directory) where a recipient would be likely to look
rem for such a notice.
rem
rem ---------------------------------------------------------------------------
rem US Government, Department of the Army
rem Army Materiel Command
rem Research Development Engineering Command
rem Communications Electronics Research Development and Engineering Center
rem ---------------------------------------------------------------------------
rem Batch script for defining the ProcrunService (JVM and Java versions)
rem Copy this file and ProcrunService.jar into the same directory as prunsrv (or adjust the paths below)
setlocal
rem The service names (make sure they does not clash with an existing service)
set SERVICE_JAVA=fgsmsJavaPersistentAgent
rem my location
set MYPATH=%~dp0
rem location of Prunsrv
set PATH_PRUNSRV=%MYPATH%
set PR_LOGPATH=%PATH_PRUNSRV%
rem location of jarfile
set PATH_JAR=%MYPATH%
rem Allow prunsrv to be overridden
if "%PRUNSRV%" == "" set PRUNSRV=%PATH_PRUNSRV%prunsrv
rem Install the 2 services
echo Installing %SERVICE_JAVA%
"%PRUNSRV%" //DS//%SERVICE_JAVA%
"%PRUNSRV%" //IS//%SERVICE_JAVA%
echo Setting the parameters for %SERVICE_JAVA%
"%PRUNSRV%" //US//%SERVICE_JAVA% --Jvm=auto --StdOutput auto --StdError auto --Startup=auto ^
--Classpath="%PATH_JAR%fgsms.AgentCore-7.0.0-SNAPSHOT-jar-with-dependencies.jar"; ^
--StartMode=jvm --StartClass=org.miloss.fgsms.agentcore.PersistentStorage --StartMethod start ^
--StopMode=jvm --StopClass=org.miloss.fgsms.agentcore.PersistentStorage --StopMethod stop ^
--Description="fgsms Persistent Storage Agent for Java Web Services" ^
++JvmOptions=-Dorg.miloss.fgsms.agentConfigFileOverride=%PATH_JAR%fgsms-agent.properties
rem --StartParams=start ^
echo Installation of %SERVICE_JAVA% is complete
echo Finished
| mil-oss/fgsms | fgsms-agents/fgsms-agentcore/JavaPersistentAgentServiceInstall.cmd | bat | mpl-2.0 | 2,198 |
del Outsmart.7z
del Outsmart.exe
cd exe.win-amd64-3.4
..\7zr a ../outsmart.7z . -mx9
cd ..
copy /b 7zSD.sfx + config.txt + Outsmart.7z Outsmart.exe
| edouardklein/Outsmart | build/script.bat | bat | agpl-3.0 | 149 |
@echo off
set JETTY_HOME=D:\javaapps2014\jetty-distribution-8.1.1.v20120215
set JDK_HOME=c:\Program Files\Java\jdk1.7.0_51
echo %JETTY_HOME%
echo %JDK_HOME%
"%JDK_HOME%/bin/javac" -d webapps\beer-v3\WEB-INF\classes -cp %JETTY_HOME%/lib/servlet-api-3.0.jar src/com/example/model/BeerExpert.java
"%JDK_HOME%/bin/javac" -d webapps\beer-v3\WEB-INF\classes -cp %JETTY_HOME%/lib/servlet-api-3.0.jar;webapps\beer-v3\WEB-INF\classes src/com/example/web/BeerSelect.java
"%JDK_HOME%/bin/jar" cvf beer-v3.war -C webapps/beer-v3/ .
copy beer-v3.war %JETTY_HOME%\webapps
pause | datapheral/hadoop-install-scripts | docs/perkins/beer-v3/createwar.bat | bat | apache-2.0 | 574 |
.nuget\NuGet.exe restore Metrics.NET.ElasticSearch.sln
set MSBUILD="C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe"
rd /S /Q .\bin\Debug
rd /S /Q .\bin\Release
%MSBUILD% Metrics.NET.ElasticSearch.Sln /p:Configuration="Debug"
if %errorlevel% neq 0 exit /b %errorlevel%
%MSBUILD% Metrics.NET.ElasticSearch.Sln /p:Configuration="Release"
if %errorlevel% neq 0 exit /b %errorlevel% | Recognos/Metrics.NET.ElasticSearch | build.bat | bat | apache-2.0 | 386 |
cmd_scripts/kconfig/lxdialog/util.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.util.o.d -Iscripts/kconfig -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -DCURSES_LOC="<ncurses.h>" -DLOCALE -Wno-format-security -DKBUILD_NO_NLS -c -o scripts/kconfig/lxdialog/util.o /home/jason/jason0204_zephyrOS/scripts/kconfig/lxdialog/util.c
source_scripts/kconfig/lxdialog/util.o := /home/jason/jason0204_zephyrOS/scripts/kconfig/lxdialog/util.c
deps_scripts/kconfig/lxdialog/util.o := \
$(wildcard include/config/color.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/include/stdarg.h \
/home/jason/jason0204_zephyrOS/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.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.4.7/include/stdbool.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/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/util.o: $(deps_scripts/kconfig/lxdialog/util.o)
$(deps_scripts/kconfig/lxdialog/util.o):
| Jason0204/jasontek_f103rb-zephyrOS-project | samples/jasontek_demos/outdir/jasontek_f103rb/scripts/kconfig/lxdialog/.util.o.cmd | bat | apache-2.0 | 3,071 |
python ..\filter.py Config.ini
pause | XianwuLin/Spider | crawler/lottery/step3.bat | bat | mit | 36 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "D:/downloads/ruby-2.0.0-p0-x64-mingw32/ruby-2.0.0-p0-x64-mingw32/bin/gem" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "%~dpn0" %*
| booyuan/Waguu | Waguu/packages/Ruby.Compass.0.12.2.2/ruby/bin/gem.bat | bat | mit | 200 |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
pushd .
MSbuild /p:BuildConfigurationID=xyz123 /p:WarningLevel=0 /target:Test /property:teamcity_build_checkoutDir=..\ /verbosity:detailed /property:teamcity_dotnet_nunitlauncher_msbuild_task="notthere" /property:BUILD_NUMBER="*.*.999.999" /property:Minor="1" /property:Platform="Any CPU"
popd
PAUSE | BloomBooks/BloomBulkDownloader | build/testProjFile.bat | bat | mit | 406 |
@echo PATH:
@echo %PATH%
call setsymbian.bat
call setwince.bat
call setcommercial.bat
set MOSYNC_INSTNAME_POSTFIX=_commercial
set MOSYNC_RUNTIME_HAVE=%MOSYNC_RUNTIME_HAVE% -arm-recompiler
call run.bat
@IF NOT %ERRORLEVEL% == 0 exit /b 23
@exit /b 0
| tybor/MoSync | tools/ReleasePackageBuild/run_commercial_recompiler.bat | bat | gpl-2.0 | 250 |
cmd_net/xfrm/built-in.o := arm-eabi-ld -EL -r -o net/xfrm/built-in.o net/xfrm/xfrm_policy.o net/xfrm/xfrm_state.o net/xfrm/xfrm_hash.o net/xfrm/xfrm_input.o net/xfrm/xfrm_output.o net/xfrm/xfrm_algo.o net/xfrm/xfrm_sysctl.o net/xfrm/xfrm_replay.o net/xfrm/xfrm_ipcomp.o
| MrHyde03/android_kernel_samsung_espressovzw | net/xfrm/.built-in.o.cmd | bat | gpl-2.0 | 275 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Dev environment startup script for Alfresco Community ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
set springloadedfile=%HOME%\.m2\repository\org\springframework\springloaded\1.2.3.RELEASE\springloaded-1.2.3.RELEASE.jar
if not exist %springloadedfile% (
mvn validate -Psetup
)
set MAVEN_OPTS=-javaagent:"%springloadedfile%" -noverify -Xms256m -Xmx2G
mvn install -Prun -nsu
:: mvn install -Prun
| binduwavell/generator-alfresco | generators/app/templates/archetypes/2.1.0/archetype-resources/run.bat | bat | apache-2.0 | 519 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\jsdoc\jsdoc.js" %*
) ELSE (
node "%~dp0\..\jsdoc\jsdoc.js" %*
) | AISteam/AIS | node_modules/.bin/jsdoc.cmd | bat | apache-2.0 | 125 |
call MakeCoq_SetRootPath
call MakeCoq_MinGW.bat ^
-arch=32 ^
-installer=Y ^
-coqver=8.5pl3 ^
-destcyg=%ROOTPATH%\cygwin_coq32_85pl3_inst ^
-destcoq=%ROOTPATH%\coq32_85pl3_inst
| Lionel-Rieg/coq | dev/build/windows/MakeCoq_85pl3_installer_32.bat | bat | lgpl-2.1 | 195 |
python ..\..\..\Code\RawDataProcessing\raw_data_processing.py process experiment.config | glmcdona/FoosAI | TrainingData/Processed/RodTrainingDataAngles/process.cmd | bat | mit | 87 |
@ECHO off
php %~dp0/box %* | tomtone/host | bin/hosts.bat | bat | mit | 26 |
::
::
:: BLIS
:: An object-based framework for developing high-performance BLAS-like
:: libraries.
::
:: Copyright (C) 2014, The University of Texas at Austin
::
:: Redistribution and use in source and binary forms, with or without
:: modification, are permitted provided that the following conditions are
:: met:
:: - Redistributions of source code must retain the above copyright
:: notice, this list of conditions and the following disclaimer.
:: - Redistributions in binary form must reproduce the above copyright
:: notice, this list of conditions and the following disclaimer in the
:: documentation and/or other materials provided with the distribution.
:: - Neither the name of The University of Texas at Austin nor the names
:: of its contributors may be used to endorse or promote products
:: derived from this software without specific prior written permission.
::
:: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
:: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
:: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
:: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
:: HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
:: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
:: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
:: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
:: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
:: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
:: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
::
::
@echo off
:ENVIRONMENT
set GEN_CHECK_REV_FILE=.\build\gen-check-rev-file.py
set GATHER_SRC=.\build\gather-src-for-windows.py
set GEN_CONFIG_FILE=.\build\gen-config-file.py
set CONFIG_DEFS_TEMPL=.\build\config.mk.in
set SRC_TREE_DIR=..\frame
set TOP_BUILD_DIR=.
:PARAMS
if "%1"=="" (goto USAGE)
if "%2"=="" (goto USAGE)
if "%3"=="" (goto USAGE)
set ARCH=%1
set BUILD=%2
set CCOMPILER=%3
:TASK_UNIT
echo %0: Checking/updating revision file.
%GEN_CHECK_REV_FILE% -v
echo %0: Gathering source files into local flat directories.
%GATHER_SRC% %SRC_TREE_DIR% %TOP_BUILD_DIR%
echo %0: Creating configure definitions file.
%GEN_CONFIG_FILE% %TOP_BUILD_DIR% %ARCH% %BUILD% %CCOMPILER% %CONFIG_DEFS_TEMPL%
echo %0: Configuration and setup complete. You may now run nmake.
goto END
:USAGE
echo.
echo configure.cmd
echo.
echo A wrapper script for various configuration and setup scripts that need
echo. to be run before nmake when building BLIS for Microsoft Windows.
echo.
echo USAGE:
echo %0 [arch] [build] [cc]
echo.
echo arch -- The architecture string to build.
echo Supported values: {x86,x64}
echo build -- The kind of build.
echo Supported values: {debug,release}
echo cc -- The C compiler to use.
echo Supported values: {icl,cl}
echo.
echo examples:
echo %0 x86 debug icl
echo %0 x64 release cl
echo.
:END
| xianyi/blis | windows/configure.cmd | bat | bsd-3-clause | 3,269 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Make client script for test soap service
rem ---------------------------------------------------------------------------
set REAL_PATH=%~dp0
set LIBRARY=%REAL_PATH%\lib
if exist "%JAVA_HOME%"\bin\java.exe (set _RUNJAVA="%JAVA_HOME%\bin\java") else (set _RUNJAVA=java)
rem Set SOAP Library CLASSPATH
set CLASSPATH=%CLASSPATH%;.
set CLASSPATH=%CLASSPATH%;%LIBRARY%\activation.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\FastInfoset.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\http.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\jaxb-impl.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\jaxb-xjc.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\jaxws-rt.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\jaxws-tools.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\jsr181-api.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\jsr250-api.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\resolver.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\saaj-impl.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\sjsxp.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\stax-ex.jar
set CLASSPATH=%CLASSPATH%;%LIBRARY%\streambuffer.jar
set MAINCLASS=com.micromethod.sipmethod.sample.clicktodial.Click2DialClient
rem Execute Java with the applicable properties
%_RUNJAVA% %JAVA_OPTS% -cp "%CLASSPATH%" -Djava.endorsed.dirs="%LIBRARY%\endorsed" %MAINCLASS% %*
endlocal
:end
| voxeolabs/prism-samples | samples/clicktodial/client/testclient.bat | bat | mit | 1,395 |
"..\..\..\packages\OpenCover.4.5.2316\OpenCover.Console.exe" -target:"..\..\..\packages\NUnit.Runners.2.6.3\tools\nunit-console.exe" -targetargs:"/nologo DoStuff.UnitTests.dll /noshadow" -filter:"+[DoStuff.Console]DoStuff.Console*" -excludebyattribute:"System.CodeDom.Compiler.GeneratedCodeAttribute" -register:user -output:"_CodeCoverageResult.xml"
"..\..\..\packages\ReportGenerator.1.9.1.0\ReportGenerator.exe" "-reports:_CodeCoverageResult.xml" "-targetdir:_CodeCoverageReport" | nootn/OpenCoverExample | DoStuff.UnitTests/_RunCodeCoverageInOutput.bat | bat | mit | 481 |
echo This program runs the desktop app packager command to create a Windows 10 store package from an existing installer.
pause
DesktopAppConverter.exe -Installer "C:\Users\Xangis\code\SpaceTheremin\installer\SpaceTheremin1.1Setup.exe" -PackageName "SpaceTheremin" -Version 1.1.0.0 -Makeappx -Destination "C:\Users\Xangis\code\SpaceTheremin\installer" -InstallerArguments "/VERYSILENT" -Publisher "CN=Jason Champion" -Sign
Certutil -addStore TrustedPeople SpaceTheremin\auto-generated.cer
| Xangis/SpaceTheremin | installer/package.bat | bat | mit | 494 |
.\Tools\nuget.exe update -Self | mpodonyi/Twilight | push.bat | bat | mit | 30 |
@echo off
REM Install everything
SET rootdir=%~dp0
SET rootdir="%rootdir%/../"
cd "%rootdir%"
REM Make sure we have node
where node >nul 2>&1 && (
npm install "%ROOTDIR%"
node "%ROOTDIR%/src/scripts/install.js"
exit /B %ERRORLEVEL%
) || (
echo Missing node.
exit /b 1
)
| tkw1536/UVoteJ | scripts/install.cmd | bat | mit | 292 |
pushd "%LOCALAPPDATA%"
echo [System.DateTime]::Now.ToString("yyyy-MM-dd,HH-mm-ss") | powershell -command - > .backup.timestamp
for /f %%i in (.backup.timestamp) do set datetime=%%i
popd
rem taskkill /f /im h3control.exe
rd /q /s H3Control\bin
rd /q /s H3Control\obj
rd /q /s H3Control.Tests\bin
rd /q /s H3Control.Tests\obj
set /p Build=<H3Control\linux-build\_build-number.txt
set /p Version=<H3Control\linux-build\_version-number.txt
"C:\Program Files\7-Zip\7zG.exe" a -t7z -mx=9 -mfb=128 -md=128m -ms=on -xr!.git -xr!.vs ^
"C:\Users\Backups on Google Drive\H3Control (%datetime%) %Version%.%Build%.7z" .
| devizer/h3control | backup.cmd | bat | mit | 611 |
rem TODO create F2 config + tabs/spaces
choco install far
rem TODO create styles and configs
choco install notepadplusplus.install
rem TODO create config
rem choco install irfanview # TODO failed
rem choco install irfanviewplugins # TODO failed
rem basic stuff
rem choco install foobar2000 # TODO failed
choco install paint.net
choco install procexp
choco install 7zip.install
choco install skype
choco install steam
choco install beyondcompare
choco install sourcetree
choco install windirstat
rem dont forget to disable this deamon
choco install everything
| jimon/devenv | win/03_choco_basics.bat | bat | mit | 564 |
U2FsdGVkX1+jNE6oCXGw9kgMflU97TFS14Nvd/nKMspW9uDIatkoU1e18koANJKq
NqFd+ge93VjwwuEak0mt7oXdAqumihhxoUwSSu8ctCbgPKKzU5VJq9GlKlYtNNRy
ja1WrFLAQ1WgR2ZSckav/E2IeZfBBDnU+17R1IigfNEqOUpTWnxbmcY5QxjWRFbM
| UnrealMultiplayer/3_Steam_Multiplayer | Encrypted/sdk/tools/goldmaster/project_example.bat | bat | mit | 195 |
cmd_net/ipv6/netfilter/built-in.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv6/netfilter/built-in.o net/ipv6/netfilter/ip6_tables.o net/ipv6/netfilter/ip6table_filter.o net/ipv6/netfilter/ip6table_mangle.o net/ipv6/netfilter/ip6table_raw.o net/ipv6/netfilter/nf_conntrack_ipv6.o net/ipv6/netfilter/nf_defrag_ipv6.o net/ipv6/netfilter/ip6t_LOG.o net/ipv6/netfilter/ip6t_REJECT.o
| AOSP-ZEUS/android_kernel_samsung_n1 | net/ipv6/netfilter/.built-in.o.cmd | bat | gpl-2.0 | 440 |
cmd_arch/arm/lib/copy_to_user.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.copy_to_user.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk3188/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/copy_to_user.o arch/arm/lib/copy_to_user.S
source_arch/arm/lib/copy_to_user.o := arch/arm/lib/copy_to_user.S
deps_arch/arm/lib/copy_to_user.o := \
$(wildcard include/config/thumb2/kernel.h) \
/home/tyler/dev/rk3188/tylermk908/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/tyler/dev/rk3188/tylermk908/arch/arm/include/asm/linkage.h \
/home/tyler/dev/rk3188/tylermk908/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/tyler/dev/rk3188/tylermk908/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/tyler/dev/rk3188/tylermk908/arch/arm/include/asm/hwcap.h \
/home/tyler/dev/rk3188/tylermk908/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/copy_to_user.o: $(deps_arch/arm/lib/copy_to_user.o)
$(deps_arch/arm/lib/copy_to_user.o):
| tyeo098/MK908-Kernel-NAND | arch/arm/lib/.copy_to_user.o.cmd | bat | gpl-2.0 | 2,011 |
cmd_drivers/video/display/tve/built-in.o := rm -f drivers/video/display/tve/built-in.o; arm-linux-gnueabi-ar rcsD drivers/video/display/tve/built-in.o
| jpsminix/minix5 | drivers/video/display/tve/.built-in.o.cmd | bat | gpl-2.0 | 152 |
# This file should be used with EPICS base 3.15.4 and mrfioc2 2.7.13
# With current EEE 1.8.2, the proper command is
# $ iocsh -3.14.12.5 cpci-evg-220_14Hz.cmd
# iocsh -3.14.12.5 cpci-evg-220/cpci-evg-220_14Hz.cmd
require mrfioc2,iocuser
epicsEnvSet("SYS" "ICS-CPCI")
epicsEnvSet("EVG" "EVG220")
epicsEnvSet("EVG_BUS" "0x16")
epicsEnvSet("EVG_DEV" "0x0e")
epicsEnvSet("EVG_FUNC" "0x0")
mrmEvgSetupPCI($(EVG), $(EVG_BUS), $(EVG_DEV), $(EVG_FUNC))
# --------------------------------------------------------
# dbLoadRecords example
dbLoadRecords("evg-cpci.db", "DEVICE=$(EVG), SYS=$(SYS)")
epicsEnvSet("EVR" "EVR230")
epicsEnvSet("EVR_BUS" "0x16")
epicsEnvSet("EVR_DEV" "0x09")
epicsEnvSet("EVR_FUNC" "0x0")
epicsEnvSet("EVR_DOMAIN" "0x0000")
mrmEvrSetupPCI($(EVR), $(EVR_DOMAIN), $(EVR_BUS), $(EVR_DEV), $(EVR_FUNC))
# --------------------------------------------------------
# dbLoadRecords example
dbLoadRecords("evr-cpci-230.db", "DEVICE=$(EVR), SYS=$(SYS)")
#Generate trigger signals
dbLoadRecords("evr-softEvent.template", "DEVICE=$(EVR), SYS=$(SYS), CODE=14, EVT=14")
dbLoadRecords("evr-pulserMap.template", "DEVICE=$(EVR), SYS=$(SYS), PID=0, F=Trig, ID=0, EVT=14")
iocInit
#
#ICS-CPCIEVG-230-EVG0:TrigEvt0-EvtCode-SP
#ICS-CPCIEVG-230-EVG0:Mxc0-TrigSrc0-SP
#ICS-CPCIEVG-230-EVG0:Mxc0-Frequency-SP
#ICS-CPCIEVG-230-EVG0:SoftEvt-Enable-Sel
#Set heart beat event
dbpf $(SYS)-$(EVG):TrigEvt7-EvtCode-SP 122
dbpf $(SYS)-$(EVG):Mxc2-Frequency-SP 1
dbpf $(SYS)-$(EVG):Mxc2-TrigSrc7-SP 1
dbpf $(SYS)-$(EVG):TrigEvt0-EvtCode-SP 14
dbpf $(SYS)-$(EVG):Mxc0-Frequency-SP 14
dbpf $(SYS)-$(EVG):Mxc0-TrigSrc0-SP 1
dbpf $(SYS)-$(EVG):SoftEvt-Enable-Sel 1
mrmEvgSoftTime("$(EVG)")
sleep(5)
dbpf $(SYS)-$(EVG):SyncTimestamp-Cmd 1
dbl > cpci-evg-220/cpci-evg-220-evr-230.pvlist
# what does the following messages :
# ----Timestamping Error of -0.999860 Secs----
# TS reset w/ old or invalid seconds 581a18fb (581a18d1 00000000)
# dbpf ICS-CPCI-EVG220:SyncTimestamp-Cmd 1
# DBR_STRING:
# epicsEnvSet IOCSH_PS1,"bodhi2> "
# bodhi2> TS reset w/ old or invalid seconds 581a18fc (581a18fc 581a18fb)
# bodhi2> TS becomes valid after fault 581a1901
| icshwi/icsem_scripts | cpci-evg-220/cpci-evg-220_14Hz-evr-230.cmd | bat | gpl-2.0 | 2,190 |
pushd "%GBC%\net\%EXECT%\%ARCD%"
"%GBC%\fart.exe" "Mame32.ini" [SOURCE] "[ROMPTH]\SOURCE"
popd
for /d %%g IN ("%CSTM%") DO (
mkdir "%%~g\cfg"
mkdir "%%~g\ini"
mkdir "%%~g\ctrl"
set CSTM=%%~g
set /A ADDTO=0
call :injext
if "%ADDTO%" GEQ "2" set FNDMORE=1
CALL "%GBC%\Arcdexeject.bat"
)
exit /b
:injext
pushd "%GBC%\net\%EXECT%\%ARCD%"
for /f "tokens=* delims= " %%a in ('dir /b/a-d-h "%CSTM%"') do (
if /I "%%~xa"==".zip"call :addto && "%GBC%\fart.exe" "%GBC%\net\%EXECT%\%CSTCONS%\*.bat" [EXT] zip
if /I "%%~xa"==".lnk"call :addto && "%GBC%\fart.exe" "%GBC%\net\%EXECT%\%CSTCONS%\*.bat" [EXT] lnk
popd
)
exit /b
:addto
SET /A ADDTO+=1 | HoodlumDTX/rom-jacket | execARCD.bat | bat | gpl-2.0 | 679 |
cmd_drivers/misc/lis3lv02d/built-in.o := rm -f drivers/misc/lis3lv02d/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/misc/lis3lv02d/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/misc/lis3lv02d/.built-in.o.cmd | bat | gpl-2.0 | 214 |
cmd_sound/usb/snd-usb-audio.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o sound/usb/snd-usb-audio.o sound/usb/card.o sound/usb/clock.o sound/usb/endpoint.o sound/usb/format.o sound/usb/helper.o sound/usb/mixer.o sound/usb/mixer_quirks.o sound/usb/pcm.o sound/usb/proc.o sound/usb/quirks.o sound/usb/stream.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | sound/usb/.snd-usb-audio.o.cmd | bat | gpl-2.0 | 413 |
cmd_drivers/net/ethernet/silan/built-in.o := rm -f drivers/net/ethernet/silan/built-in.o; mips-openwrt-linux-uclibc-ar rcsD drivers/net/ethernet/silan/built-in.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/drivers/net/ethernet/silan/.built-in.o.cmd | bat | gpl-2.0 | 163 |
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -onlyents "C:\openarena-0.8.1\baseoa\maps\077ctf_compromise.map"
Pause
| NeonKnightOA/oaassets | tools/compile-scripts/batch/077ctf_compromise.bat | bat | gpl-2.0 | 188 |
cmd_arch/arm/lib/memmove.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memmove.o.d -nostdinc -isystem /usr/local/arm/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/miamo/android/kernel/miamOv/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-exynos/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/memmove.o arch/arm/lib/memmove.S
source_arch/arm/lib/memmove.o := arch/arm/lib/memmove.S
deps_arch/arm/lib/memmove.o := \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/linkage.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/hwcap.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/memmove.o: $(deps_arch/arm/lib/memmove.o)
$(deps_arch/arm/lib/memmove.o):
| miamo/miamOv | arch/arm/lib/.memmove.o.cmd | bat | gpl-2.0 | 2,001 |
@echo off
pushd "C:\Users\rody.oldenhuis\Desktop\Work\SGEO\EDRSSim\trunk\Documents\"
cls
dir
title %cd%
| rodyo/dos_prompt | cddoc.bat | bat | gpl-2.0 | 113 |
cmd_fs/ufs/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/ufs/built-in.o fs/ufs/ufs.o
| arshull/GalaTab3_Kernel | fs/ufs/.built-in.o.cmd | bat | gpl-2.0 | 132 |
java -jar Infinite-desktop.jar
PAUSE | Drock3231/Infinite | out/artifacts/Infinite_desktop_jar/start.bat | bat | gpl-2.0 | 36 |
cmd_src/arm/omap3-overo-chestnut43.dtb = cpp -Wp,-MD,src/arm/.omap3-overo-chestnut43.dtb.d.pre.tmp -nostdinc -Iinclude -Isrc/arm -Itestcase-data -undef -D__DTS__ -x assembler-with-cpp -o src/arm/.omap3-overo-chestnut43.dtb.dts.tmp src/arm/omap3-overo-chestnut43.dts ; dtc -O dtb -o src/arm/omap3-overo-chestnut43.dtb -b 0 -i src/arm -d src/arm/.omap3-overo-chestnut43.dtb.d.dtc.tmp src/arm/.omap3-overo-chestnut43.dtb.dts.tmp ; cat src/arm/.omap3-overo-chestnut43.dtb.d.pre.tmp src/arm/.omap3-overo-chestnut43.dtb.d.dtc.tmp > src/arm/.omap3-overo-chestnut43.dtb.d
omap3-overo-chestnut43.o: src/arm/omap3-overo-chestnut43.dts \
src/arm/omap3-overo.dtsi src/arm/omap34xx.dtsi src/arm/omap3.dtsi \
include/dt-bindings/gpio/gpio.h \
include/dt-bindings/interrupt-controller/irq.h \
include/dt-bindings/pinctrl/omap.h src/arm/skeleton.dtsi \
src/arm/omap3-overo-base.dtsi src/arm/twl4030.dtsi \
src/arm/twl4030_omap3.dtsi src/arm/omap3-overo-chestnut43-common.dtsi \
src/arm/omap3-overo-common-peripherals.dtsi \
src/arm/omap3-overo-common-lcd43.dtsi include/dt-bindings/input/input.h \
src/arm/omap-gpmc-smsc9221.dtsi
src/arm/omap3-overo-chestnut43.dtb: src/arm/.omap3-overo-chestnut43.dtb.dts.tmp src/arm/omap3xxx-clocks.dtsi src/arm/omap34xx-omap36xx-clocks.dtsi src/arm/omap36xx-omap3430es2plus-clocks.dtsi src/arm/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
| marklendering/dtb-rebuilder-modified | src/arm/.omap3-overo-chestnut43.dtb.cmd | bat | gpl-2.0 | 1,367 |
cmd_sound/pci/emu10k1/built-in.o := rm -f sound/pci/emu10k1/built-in.o; arm-poky-linux-gnueabi-ar rcsD sound/pci/emu10k1/built-in.o
| heyoufei2/yocto3.14.38_kernel | sound/pci/emu10k1/.built-in.o.cmd | bat | gpl-2.0 | 133 |
cmd_networking/ifenslave.o := gcc -Wp,-MD,networking/.ifenslave.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(ifenslave)" -D"KBUILD_MODNAME=KBUILD_STR(ifenslave)" -c -o networking/ifenslave.o networking/ifenslave.c
deps_networking/ifenslave.o := \
networking/ifenslave.c \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/clean/up.h) \
include/libbb.h \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/busybox/exec/path.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/bits/predefs.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \
/usr/include/ctype.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/xlocale.h \
/usr/include/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/sigset.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/x86_64-linux-gnu/bits/uio.h \
/usr/include/x86_64-linux-gnu/bits/stat.h \
/usr/include/x86_64-linux-gnu/bits/fcntl2.h \
/usr/include/inttypes.h \
/usr/include/netdb.h \
/usr/include/netinet/in.h \
/usr/include/x86_64-linux-gnu/sys/socket.h \
/usr/include/x86_64-linux-gnu/sys/uio.h \
/usr/include/x86_64-linux-gnu/bits/socket.h \
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
/usr/include/x86_64-linux-gnu/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/x86_64-linux-gnu/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/x86_64-linux-gnu/bits/socket2.h \
/usr/include/x86_64-linux-gnu/bits/in.h \
/usr/include/rpc/netdb.h \
/usr/include/x86_64-linux-gnu/bits/siginfo.h \
/usr/include/x86_64-linux-gnu/bits/netdb.h \
/usr/include/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp2.h \
/usr/include/signal.h \
/usr/include/x86_64-linux-gnu/bits/signum.h \
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/x86_64-linux-gnu/sys/poll.h \
/usr/include/x86_64-linux-gnu/bits/poll.h \
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
/usr/include/asm-generic/ioctls.h \
/usr/include/linux/ioctl.h \
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
/usr/include/asm-generic/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h \
/usr/include/x86_64-linux-gnu/sys/mman.h \
/usr/include/x86_64-linux-gnu/bits/mman.h \
/usr/include/x86_64-linux-gnu/sys/stat.h \
/usr/include/x86_64-linux-gnu/sys/time.h \
/usr/include/x86_64-linux-gnu/sys/wait.h \
/usr/include/x86_64-linux-gnu/sys/resource.h \
/usr/include/x86_64-linux-gnu/bits/resource.h \
/usr/include/termios.h \
/usr/include/x86_64-linux-gnu/bits/termios.h \
/usr/include/unistd.h \
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
/usr/include/x86_64-linux-gnu/bits/environments.h \
/usr/include/x86_64-linux-gnu/bits/confname.h \
/usr/include/getopt.h \
/usr/include/x86_64-linux-gnu/bits/unistd.h \
/usr/include/x86_64-linux-gnu/sys/param.h \
/usr/include/linux/param.h \
/usr/include/x86_64-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/mntent.h \
/usr/include/paths.h \
/usr/include/x86_64-linux-gnu/sys/statfs.h \
/usr/include/x86_64-linux-gnu/bits/statfs.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
/usr/include/linux/if.h \
$(wildcard include/config/get/iface.h) \
$(wildcard include/config/get/proto.h) \
$(wildcard include/config/iface/v35.h) \
$(wildcard include/config/iface/v24.h) \
$(wildcard include/config/iface/x21.h) \
$(wildcard include/config/iface/t1.h) \
$(wildcard include/config/iface/e1.h) \
$(wildcard include/config/iface/sync/serial.h) \
$(wildcard include/config/iface/x21d.h) \
$(wildcard include/config/proto/hdlc.h) \
$(wildcard include/config/proto/ppp.h) \
$(wildcard include/config/proto/cisco.h) \
$(wildcard include/config/proto/fr.h) \
$(wildcard include/config/proto/fr/add/pvc.h) \
$(wildcard include/config/proto/fr/del/pvc.h) \
$(wildcard include/config/proto/x25.h) \
$(wildcard include/config/proto/hdlc/eth.h) \
$(wildcard include/config/proto/fr/add/eth/pvc.h) \
$(wildcard include/config/proto/fr/del/eth/pvc.h) \
$(wildcard include/config/proto/fr/pvc.h) \
$(wildcard include/config/proto/fr/eth/pvc.h) \
$(wildcard include/config/proto/raw.h) \
$(wildcard include/config/oper/unknown.h) \
$(wildcard include/config/oper/notpresent.h) \
$(wildcard include/config/oper/down.h) \
$(wildcard include/config/oper/lowerlayerdown.h) \
$(wildcard include/config/oper/testing.h) \
$(wildcard include/config/oper/dormant.h) \
$(wildcard include/config/oper/up.h) \
$(wildcard include/config/link/mode/default.h) \
$(wildcard include/config/link/mode/dormant.h) \
/usr/include/linux/types.h \
/usr/include/x86_64-linux-gnu/asm/types.h \
/usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h \
/usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h \
$(wildcard include/config/64bit.h) \
/usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h \
/usr/include/x86_64-linux-gnu/asm/posix_types.h \
/usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
/usr/include/linux/socket.h \
/usr/include/linux/hdlc/ioctl.h \
/usr/include/linux/if_bonding.h \
/usr/include/linux/if_ether.h \
/usr/include/linux/sockios.h \
include/fix_u32.h \
/usr/include/linux/ethtool.h \
networking/ifenslave.o: $(deps_networking/ifenslave.o)
$(deps_networking/ifenslave.o):
| muthumani2/Muthu-busybox | networking/.ifenslave.o.cmd | bat | gpl-2.0 | 11,686 |
md mus0
cd mus0
..\ysmfile ..\ys.d88 0
ren MUSD10 MUSD10A
cd ..
md mus1
cd mus1
..\ysmfile ..\ys.d88 1
ren MUSD10 MUSD10B
cd ..
md mus2
cd mus2
..\ysmfile ..\ys.d88 2
cd ..
| rururutan/hoot-patches | msx/falcom/ys/cut/cut.bat | bat | gpl-3.0 | 173 |
@echo off
echo Import XML nach Postgresql
echo.
set schema_name=project_database_v12_imp
set /p schema_name=Name des Datenbankschemas eingeben, in das die Daten importiert werden sollen (Voreinstellung = %schema_name%):
echo.
IF exist SQL_Script\*.sql (
del SQL_Script\*.sql
)
IF exist Import.sql (
del Import.sql
)
echo.
IF exist XML_Dokumente\OpenInfRA_XML.xml (
java -cp ..\XML_Export_automatisiert\saxonb9\saxon9.jar net.sf.saxon.Transform -s:XML_Dokumente\OpenInfRA_XML.xml -xsl:XSLT\import_instanz.xslt spath=%schema_name%
)ELSE (
echo OpenInfRA_XML.xml ist nicht im Ordner XML_Dokumente enthalten.
)
echo.
IF exist XML_Dokumente\locale_*.xml (
for %%f in (XML_Dokumente\locale_*.xml) do java -cp ..\XML_Export_automatisiert\saxonb9\saxon9.jar net.sf.saxon.Transform -s:%%f -xsl:XSLT\import_uebersetzungscontainer.xslt spath=%schema_name%
)ELSE (
echo Uebersetzungscontainer sind nicht im Ordner XML_Dokumente enthalten.
)
echo.
IF exist XML_Dokumente\value_lists.xml (
java -cp ..\XML_Export_automatisiert\saxonb9\saxon9.jar net.sf.saxon.Transform -s:XML_Dokumente\value_lists.xml -xsl:XSLT\import_wertelisten.xslt spath=%schema_name%
)ELSE (
echo Wertelisten sind nicht im Ordner XML_Dokumente enthalten.
)
echo.
IF exist SQL_Script\Import_locale_*.sql (
echo SQL Scripte für Übersetzungscontainer wurden erzeugt.
)ELSE (
echo SQL Scripte für Übersetzungscontainer konnten nicht erzeugt werden.
)
IF exist SQL_Script\Import_wertelisten.sql (
echo SQL Scripte für Wertelisten wurden erzeugt.
)ELSE (
echo SQL Scripte für Wertelisten konnten nicht erzeugt werden.
)
IF exist SQL_Script\Import_instanz.sql (
echo SQL Scripte für Instanzdokument wurden erzeugt.
)ELSE (
echo SQL Scripte für Instanzdokument konnte nicht erzeugt werden.
)
echo.
pause
cls | OpenInfRA/XMLtoPostgreSQL | XMLtoPostgreSQL/DB_Import/generate_SQL_only.bat | bat | gpl-3.0 | 1,867 |
@echo off
set "VIRTUAL_ENV=C:\Users\88881625\Documents\amos-bot"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(amos-bot) %PROMPT%"
REM Don't use () to avoid problems with them in %PATH%
if defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME
set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
:ENDIFVHOME
set PYTHONHOME=
REM if defined _OLD_VIRTUAL_PATH (
if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH1
set "PATH=%_OLD_VIRTUAL_PATH%"
:ENDIFVPATH1
REM ) else (
if defined _OLD_VIRTUAL_PATH goto ENDIFVPATH2
set "_OLD_VIRTUAL_PATH=%PATH%"
:ENDIFVPATH2
set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
| mars-knowsnothing/amos-bot | src/Scripts/activate.bat | bat | gpl-3.0 | 746 |
@echo off
mvn clean gpg:sign deploy -DaltDeploymentRepository=ossrh-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots | Captain-Chaos/WorldPainter | PluginParent/deploy-snapshot.cmd | bat | gpl-3.0 | 143 |
..\avrdude\avrdude -p m328p -c arduino -P com1 -b 115200 -F -D -U flash:w:Thingy.hex
| chriva/Thingy | Thingy/Release/Thingy.bat | bat | gpl-3.0 | 86 |
mysql --user=user1 --password=password1 --host=host1 database1 < ..\webapps\DataPushService\files\HL7_MySQL_Schema_2.6.3.sql | gib-upm/Clinical-Trial-Semantic-Interoperability-Solution | src/DataPushService/WebContent/files/create.bat | bat | lgpl-3.0 | 124 |
@ECHO OFF
SET COMPOSE_FILE_PATH=%CD%\target\classes\docker\docker-compose.yml
IF [%M2_HOME%]==[] (
SET MVN_EXEC=mvn
)
IF NOT [%M2_HOME%]==[] (
SET MVN_EXEC=%M2_HOME%\bin\mvn
)
IF [%1]==[] (
echo "Usage: %0 {build_start|build_start_it_supported|start|stop|purge|tail|reload_share|reload_acs|build_test|test}"
GOTO END
)
IF %1==build_start (
CALL :down
CALL :build
CALL :start
CALL :tail
GOTO END
)
IF %1==build_start_it_supported (
CALL :down
CALL :build
CALL :prepare-test
CALL :start
CALL :tail
GOTO END
)
IF %1==start (
CALL :start
CALL :tail
GOTO END
)
IF %1==stop (
CALL :down
GOTO END
)
IF %1==purge (
CALL:down
CALL:purge
GOTO END
)
IF %1==tail (
CALL :tail
GOTO END
)
IF %1==reload_share (
CALL :build_share
CALL :start_share
CALL :tail
GOTO END
)
IF %1==reload_acs (
CALL :build_acs
CALL :start_acs
CALL :tail
GOTO END
)
IF %1==build_test (
CALL :down
CALL :build
CALL :prepare-test
CALL :start
CALL :test
CALL :tail_all
CALL :down
GOTO END
)
IF %1==test (
CALL :test
GOTO END
)
echo "Usage: %0 {build_start|start|stop|purge|tail|reload_share|reload_acs|build_test|test}"
:END
EXIT /B %ERRORLEVEL%
:start
docker volume create alfresco-document-templates-acs-volume
docker volume create alfresco-document-templates-db-volume
docker volume create alfresco-document-templates-ass-volume
docker-compose -f "%COMPOSE_FILE_PATH%" up --build -d
EXIT /B 0
:start_share
docker-compose -f "%COMPOSE_FILE_PATH%" up --build -d alfresco-document-templates-share
EXIT /B 0
:start_acs
docker-compose -f "%COMPOSE_FILE_PATH%" up --build -d alfresco-document-templates-acs
EXIT /B 0
:down
if exist "%COMPOSE_FILE_PATH%" (
docker-compose -f "%COMPOSE_FILE_PATH%" down
)
EXIT /B 0
:build
call %MVN_EXEC% clean package
EXIT /B 0
:build_share
docker-compose -f "%COMPOSE_FILE_PATH%" kill alfresco-document-templates-share
docker-compose -f "%COMPOSE_FILE_PATH%" rm -f alfresco-document-templates-share
call %MVN_EXEC% clean package -pl alfresco-document-templates-share,alfresco-document-templates-share-docker
EXIT /B 0
:build_acs
docker-compose -f "%COMPOSE_FILE_PATH%" kill alfresco-document-templates-acs
docker-compose -f "%COMPOSE_FILE_PATH%" rm -f alfresco-document-templates-acs
call %MVN_EXEC% clean package -pl alfresco-document-templates-integration-tests,alfresco-document-templates-platform,alfresco-document-templates-platform-docker
EXIT /B 0
:tail
docker-compose -f "%COMPOSE_FILE_PATH%" logs -f
EXIT /B 0
:tail_all
docker-compose -f "%COMPOSE_FILE_PATH%" logs --tail="all"
EXIT /B 0
:prepare-test
call %MVN_EXEC% verify -DskipTests=true -pl alfresco-document-templates-platform,alfresco-document-templates-integration-tests,alfresco-document-templates-platform-docker
EXIT /B 0
:test
call %MVN_EXEC% verify -pl alfresco-document-templates-platform,alfresco-document-templates-integration-tests
EXIT /B 0
:purge
docker volume rm -f alfresco-document-templates-acs-volume
docker volume rm -f alfresco-document-templates-db-volume
docker volume rm -f alfresco-document-templates-ass-volume
EXIT /B 0 | Redpill-Linpro/alfresco-document-templates | run.bat | bat | lgpl-3.0 | 3,265 |
mkdir build-shared-ok
cd build-shared-ok
cmake .. -DBUILD_SHARED_LIBS=ON -DREPRODUCE_WIN32_SHARED_LIBS_BUG=OFF
cmake --build . --config Release
ctest . -C Release
tests\Release\rd_export_test.exe
pause
| myd7349/Ongoing-Study | cpp/CMake/librdkafka_win32_shared_lib_bug/build-shared-ok.bat | bat | lgpl-3.0 | 202 |
#!../../bin/linux-x86/DAQmxBase
###!$(INSTALL)/bin/$(ARCH)/DAQmxBase
## You may have to change DAQmxBase to something else
## everywhere it appears in this file
#cd "$(INSTALL)"
cd ../../
# Load binaries on architectures that need to do so.
# VXWORKS_ONLY, LINUX_ONLY and RTEMS_ONLY are macros that resolve
# to a comment symbol on architectures that are not the current
# build architecture, so they can be used liberally to do architecture
# specific things. Alternatively, you can include an architecture
# specific file.
#$(VXWORKS_ONLY)ld < bin/$(ARCH)/DAQmxBase.munch
ld < bin/linux-x86/DAQmxBase.munch
## Register all support components
dbLoadDatabase("dbd/DAQmxBase.dbd")
DAQmxBase_registerRecordDeviceDriver(pdbbase)
## Load record instances
dbLoadRecords("db/DAQmxBaseDigIn.vdb","DAQMX=test")
DAQmxBaseConfig("myport1", "Dev1/port0", 0, "BI","OneShot N=1 F=0")
asynSetTraceMask("myport1", 0,0x11)
iocInit()
#asynSetTraceMask("myport1", 0,0x01)
| ISISComputingGroup/EPICS-DAQmxBase | iocBoot/iocDAQmxBase/digin.cmd | bat | lgpl-3.0 | 964 |
@echo off
if not exist 3.com call build3.bat
rem --------------------------------------------------------------------------
rem Step 4: Use the program from step 3 to make an improved hex to binary
rem translator. The aim of this one is to add comments so that the unassembled
rem code can be put in line with the assembled code.
rem --------------------------------------------------------------------------
echo Building step 4
3 4.3 4.com
| reenigne/reenigne | Bootstrap/build4.bat | bat | unlicense | 446 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto init
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto init
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling 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 "string%~1" == "string" 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
| HelmComputers/Base-Architecture | gradlew.bat | bat | apache-2.0 | 2,324 |
tgo_composer -pdf=12SUE9706979349_geo.pdf -output=12SUE9706979349_geo_OUT.pdf -xml=BM_javascript.xml -verbose=debug -georeg -product="TGO_Composer" -vendor="TerraGo" | GeoPDF/sdk_samples | Bookmark_Execute_Javascript/00_BM_Javascript_RUN_ME.bat | bat | apache-2.0 | 165 |
@REM ----------------------------------------------------------------------------
@REM Copyright 2001-2004 The Apache Software Foundation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an "AS IS" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@REM ----------------------------------------------------------------------------
@REM
@echo off
set ERROR_CODE=0
:init
@REM Decide how to startup depending on the version of windows
@REM -- Win98ME
if NOT "%OS%"=="Windows_NT" goto Win9xArg
@REM set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" @setlocal
@REM -- 4NT shell
if "%eval[2+2]" == "4" goto 4NTArgs
@REM -- Regular WinNT shell
set CMD_LINE_ARGS=%*
goto WinNTGetScriptDir
@REM The 4NT Shell from jp software
:4NTArgs
set CMD_LINE_ARGS=%$
goto WinNTGetScriptDir
:Win9xArg
@REM Slurp the command line arguments. This loop allows for an unlimited number
@REM of arguments (up to the command line limit, anyway).
set CMD_LINE_ARGS=
:Win9xApp
if %1a==a goto Win9xGetScriptDir
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto Win9xApp
:Win9xGetScriptDir
set SAVEDIR=%CD%
%0\
cd %0\..\..
set BASEDIR=%CD%
cd %SAVEDIR%
set SAVE_DIR=
goto repoSetup
:WinNTGetScriptDir
set BASEDIR=%~dp0\..
:repoSetup
if "%JAVACMD%"=="" set JAVACMD=java
if "%REPO%"=="" set REPO=%BASEDIR%\repo
set CLASSPATH="%BASEDIR%"\etc;"%REPO%"\org\eclipse\jetty\jetty-servlet\7.6.0.v20120127\jetty-servlet-7.6.0.v20120127.jar;"%REPO%"\org\eclipse\jetty\jetty-security\7.6.0.v20120127\jetty-security-7.6.0.v20120127.jar;"%REPO%"\org\eclipse\jetty\jetty-server\7.6.0.v20120127\jetty-server-7.6.0.v20120127.jar;"%REPO%"\org\eclipse\jetty\jetty-continuation\7.6.0.v20120127\jetty-continuation-7.6.0.v20120127.jar;"%REPO%"\org\eclipse\jetty\jetty-http\7.6.0.v20120127\jetty-http-7.6.0.v20120127.jar;"%REPO%"\org\eclipse\jetty\jetty-io\7.6.0.v20120127\jetty-io-7.6.0.v20120127.jar;"%REPO%"\org\eclipse\jetty\jetty-util\7.6.0.v20120127\jetty-util-7.6.0.v20120127.jar;"%REPO%"\javax\servlet\servlet-api\2.5\servlet-api-2.5.jar;"%REPO%"\postgresql\postgresql\9.0-801.jdbc4\postgresql-9.0-801.jdbc4.jar;"%REPO%"\com\example\helloworld\1.0-SNAPSHOT\helloworld-1.0-SNAPSHOT.jar
set EXTRA_JVM_ARGUMENTS=
goto endInit
@REM Reaching here means variables are defined and arguments have been captured
:endInit
%JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -classpath %CLASSPATH_PREFIX%;%CLASSPATH% -Dapp.name="oneoff" -Dapp.repo="%REPO%" -Dbasedir="%BASEDIR%" OneOffProcess %CMD_LINE_ARGS%
if ERRORLEVEL 1 goto error
goto end
:error
if "%OS%"=="Windows_NT" @endlocal
set ERROR_CODE=1
:end
@REM set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" goto endNT
@REM For old DOS remove the set variables from ENV - we assume they were not set
@REM before we started - at least we don't leave any baggage around
set CMD_LINE_ARGS=
goto postExec
:endNT
@endlocal
:postExec
if "%FORCE_EXIT_ON_ERROR%" == "on" (
if %ERROR_CODE% NEQ 0 exit %ERROR_CODE%
)
exit /B %ERROR_CODE%
| dgomez10/xanon | src/main/bin/oneoff.bat | bat | apache-2.0 | 3,582 |
cc /I..\..\mmap rc4.c main.c ..\..\mmap\my_mmap.c
| johnkerl/ctools | crypto/rc4/mk.cmd | bat | bsd-2-clause | 50 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\wagtailsocialfeed.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\wagtailsocialfeed.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
| LUKKIEN/wagtailsocialfeed | docs/make.bat | bat | bsd-3-clause | 6,723 |
SET ORIGINAL=%CD%
call :build_pybing
goto :exit
:build_pybing
:: #################################
:: Removing old build
rmdir build /s
del CMakeFiles
del CMakeCache.txt
del cmake_install.cmake
:: #################################
:: Creating new build
mkdir build
cd build
:: #################################
:: Configuring with cmake
set INSTALL32=C:\Program Files (x86)
cmake -G "MSYS Makefiles" -DOpenCV_DIR="%INSTALL32%\OpenCV" ..
:: -DCMAKE_C_FLAGS="-march=i486" -DCMAKE_CXX_FLAGS="-march=i486"
:: #################################
:: Building with make
make
:: mingw32-make -j7 "MAKE=mingw32-make -j3" -f CMakeFiles\Makefile2 all
:: #################################
:: Moving the shared library
move lib* ..\pybing
exit /b
:exit
cd %ORIGINAL%
exit /b
| bluemellophone/pybing | mingw_build.bat | bat | bsd-3-clause | 762 |
cd EDS-Solution
mkdir lib
cd ..
mkdir temp
cd temp
xjc -p com.eds.EDS_Library.diagram %~f1
javac com/eds/EDS_Library/diagram/*.java
jar cfvM ../EDS-Solution/lib/model_lib.jar com/eds/EDS_Library/diagram/*.class
cd ..
rd /s /q temp | NNemanjaMM/TAS | ApplySchemaDev.bat | bat | mit | 230 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\todoist-python.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\todoist-python.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
| Doist/todoist-python | doc/make.bat | bat | mit | 6,717 |
@echo off
echo #define LANG_ENG 1 > lang.h
fasm start.asm start.o
gcc -c -fno-builtin shell.c
gcc -c -fno-builtin system/kolibri.c
gcc -c -fno-builtin system/stdlib.c
gcc -c -fno-builtin system/string.c
gcc -c -fno-builtin system/ctype.c
ld -nostdlib -T kolibri.ld -o shell start.o kolibri.o stdlib.o string.o ctype.o shell.o
objcopy shell -O binary
erase lang.h start.o shell.o kolibri.o stdlib.o string.o
kpack shell
move shell bin\eng\
copy locale\eng\.shell bin\eng\
pause
| devlato/kolibrios-llvm | programs/system/shell/compile_eng.bat | bat | mit | 477 |
cmd_net/802/psnap.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/802/.psnap.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 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(psnap)" -D"KBUILD_MODNAME=KBUILD_STR(psnap)" -c -o net/802/psnap.o net/802/psnap.c
deps_net/802/psnap.o := \
net/802/psnap.c \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/sysfs.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/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/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/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/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/seqlock.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno-base.h \
include/linux/elf.h \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/elf-em.h \
include/asm/elf.h \
$(wildcard include/config/mips32/n32.h) \
$(wildcard include/config/mips32/o32.h) \
$(wildcard include/config/mips32/compat.h) \
include/linux/kobject.h \
$(wildcard include/config/hotplug.h) \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/wait.h \
include/asm/current.h \
include/linux/moduleparam.h \
include/linux/init.h \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/asm/local.h \
include/linux/percpu.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/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/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/asm/percpu.h \
include/asm-generic/percpu.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/netdevice.h \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/netpoll/trap.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/proc/fs.h) \
include/linux/if.h \
include/linux/socket.h \
$(wildcard include/config/compat.h) \
include/asm/socket.h \
include/asm/sockios.h \
include/asm/ioctl.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
$(wildcard include/config/sysctl.h) \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/vlan/8021q.h) \
$(wildcard include/config/raeth/skb/recycle/2k.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/network/secmark.h) \
$(wildcard include/config/imq.h) \
include/linux/net.h \
include/linux/random.h \
include/linux/ioctl.h \
include/linux/sysctl.h \
$(wildcard include/config/bcm/nat.h) \
include/linux/textsearch.h \
include/linux/err.h \
include/net/checksum.h \
include/asm/checksum.h \
include/linux/in6.h \
include/linux/rcupdate.h \
include/linux/dmaengine.h \
$(wildcard include/config/dma/engine.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/completion.h \
include/linux/pm.h \
$(wildcard include/config/pm.h) \
include/asm/semaphore.h \
include/asm/device.h \
include/asm-generic/device.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/rbtree.h \
include/linux/if_packet.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/asm/hardirq.h \
include/linux/irq.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
$(wildcard include/config/i8259.h) \
include/asm/mipsmtregs.h \
include/asm-mips/mach-generic/irq.h \
$(wildcard include/config/irq/cpu/rm7k.h) \
$(wildcard include/config/irq/cpu/rm9k.h) \
include/asm/ptrace.h \
$(wildcard include/config/cpu/has/smartmips.h) \
include/asm/isadep.h \
include/asm/irq_regs.h \
include/asm/hw_irq.h \
include/linux/profile.h \
$(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/fault/injection.h) \
include/linux/capability.h \
include/asm/mmu.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
$(wildcard include/config/ipc/ns.h) \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
$(wildcard include/config/trad/signals.h) \
$(wildcard include/config/binfmt/irix.h) \
include/asm-generic/signal.h \
include/asm/sigcontext.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/securebits.h \
include/linux/fs_struct.h \
include/linux/pid.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/net/datalink.h \
include/net/llc.h \
include/net/psnap.h \
include/linux/mm.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/prio_tree.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/namei.h \
include/linux/radix-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/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/in.h \
net/802/psnap.o: $(deps_net/802/psnap.o)
$(deps_net/802/psnap.o):
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/802/.psnap.o.cmd | bat | gpl-2.0 | 18,785 |
dash
PATH=.
rebaseall -v
exit
| hbhzwj/SADIT | install/rebaseall_set.bat | bat | gpl-3.0 | 30 |
@ECHO OFF
TITLE FFprobe
IF NOT EXIST bin\ffprobe.exe (
CLS
ECHO bin\ffprobe.exe could not be found.
GOTO:error
)
ECHO ffprobe found.
CD bin || GOTO:error
ffprobe.exe -i ../video/VideoCameraRecorder.avi
:error
ECHO.
ECHO Press any key to exit.
PAUSE >nul
GOTO:EOF | ChiangC/NDK | ffprobe文件分析.bat | bat | apache-2.0 | 273 |
@echo off
if [%1]==[] goto USAGE
goto MKVIRTUALENV
:USAGE
echo.
echo. Pass a name to create a new virtualenv
goto END
:MKVIRTUALENV
if not defined WORKON_HOME (
set "WORKON_HOME=%USERPROFILE%\Envs"
)
if defined VIRTUAL_ENV (
call "%VIRTUAL_ENV%\Scripts\deactivate.bat"
)
if defined PYTHONHOME (
set "PYHOME=%PYTHONHOME%"
goto MAIN
)
for /f "usebackq tokens=*" %%a in (`python.exe -c "import sys;print(sys.exec_prefix)"`) do (
set "PYHOME=%%a"
)
:MAIN
REM Copy all arguments, then set ENVNAME to the last argument
set "ARGS=%*"
call :GET_ENVNAME %*
pushd "%WORKON_HOME%" 2>NUL && popd
if errorlevel 1 (
mkdir "%WORKON_HOME%"
)
pushd "%WORKON_HOME%\%ENVNAME%" 2>NUL && popd
if not errorlevel 1 (
echo.
echo. virtualenv "%ENVNAME%" already exists
goto END
)
pushd "%WORKON_HOME%"
REM As of Python 2.7, calling virtualenv.exe causes a new window to open,
REM so call the script directly
REM recent versions of virtualenv does not contain virtualenv-script.py..
if exist "%PYHOME%\Scripts\virtualenv-script.py" (
python.exe "%PYHOME%\Scripts\virtualenv-script.py" %ARGS%
) else (
virtualenv.exe %ARGS%
)
popd
if errorlevel 2 goto END
REM In activate.bat, keep track of PYTHONPATH.
REM This should be a change adopted by virtualenv.
>>"%WORKON_HOME%\%ENVNAME%\Scripts\activate.bat" (
echo.:: In case user makes changes to PYTHONPATH
echo.if defined _OLD_VIRTUAL_PYTHONPATH (
echo. set "PYTHONPATH=%%_OLD_VIRTUAL_PYTHONPATH%%"
echo.^) else (
echo. set "_OLD_VIRTUAL_PYTHONPATH=%%PYTHONPATH%%"
echo.^)
)
REM In deactivate.bat, reset PYTHONPATH to its former value
>>"%WORKON_HOME%\%ENVNAME%\Scripts\deactivate.bat" (
echo.
echo.if defined _OLD_VIRTUAL_PYTHONPATH (
echo. set "PYTHONPATH=%%_OLD_VIRTUAL_PYTHONPATH%%"
echo.^)
)
call "%WORKON_HOME%\%ENVNAME%\Scripts\activate.bat"
REM Run postmkvirtualenv.bat
if defined VIRTUALENVWRAPPER_HOOK_DIR (
if exist "%VIRTUALENVWRAPPER_HOOK_DIR%\postmkvirtualenv.bat" (
call "%VIRTUALENVWRAPPER_HOOK_DIR%\postmkvirtualenv.bat"
)
)
goto END
:GET_ENVNAME
set "ENVNAME=%~1"
shift
if not "%~1"=="" goto GET_ENVNAME
goto :eof
:END
set PYHOME=
set ENVNAME=
| jayhetee/virtualenvwrapper-win | scripts/mkvirtualenv.bat | bat | bsd-3-clause | 2,314 |
@echo off
START /W packages\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe test\KitchenSink.Tests\bin\Debug\KitchenSink.Tests.dll --noheader --params Browsers=Chrome,Firefox | svelasquezr/sc_sortable_list | test.bat | bat | mit | 178 |
@echo off
REM ***************************************************************************
REM package-nightly.cmd
REM ---------------------
REM begin : January 2011
REM copyright : (C) 2011 by Juergen E. Fischer
REM email : jef at norbit dot de
REM ***************************************************************************
REM * *
REM * This program is free software; you can redistribute it and/or modify *
REM * it under the terms of the GNU General Public License as published by *
REM * the Free Software Foundation; either version 2 of the License, or *
REM * (at your option) any later version. *
REM * *
REM ***************************************************************************
setlocal enabledelayedexpansion
set VERSION=%1
set PACKAGE=%2
set PACKAGENAME=%3
set ARCH=%4
set SHA=%5
set SITE=%6
if "%VERSION%"=="" goto usage
if "%PACKAGE%"=="" goto usage
if "%PACKAGENAME%"=="" goto usage
if "%ARCH%"=="" goto usage
if not "%SHA%"=="" set SHA=-%SHA%
if "%SITE%"=="" set SITE=qgis.org
set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH%
if not exist "%BUILDDIR%" mkdir %BUILDDIR%
if not exist "%BUILDDIR%" (echo could not create build directory %BUILDDIR% & goto error)
call msvc-env.bat %ARCH%
call gdal-dev-env.bat
set O4W_ROOT=%OSGEO4W_ROOT:\=/%
set LIB_DIR=%O4W_ROOT%
if "%ARCH%"=="x86" goto cmake_x86
goto cmake_x86_64
:cmake_x86
set CMAKE_COMPILER_PATH=%PF86%\Microsoft Visual Studio 14.0\VC\bin
set DBGHLP_PATH=%PF86%\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x86
set SETUPAPI_LIBRARY=%PF86%\Windows Kits\10\Lib\10.0.14393.0\um\x86\SetupAPI.Lib
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PF86%\Windows Kits\8.0\Lib\win8\um\x86\SetupAPI.Lib
if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)
set CMAKE_OPT=^
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /ZI /MP /Od /D NDEBUG" ^
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb ^
-D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-32.lib
goto cmake
:cmake_x86_64
set CMAKE_COMPILER_PATH=%PF86%\Microsoft Visual Studio 14.0\VC\bin\amd64
set DBGHLP_PATH=%PF86%\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x64
set SETUPAPI_LIBRARY=%PF86%\Windows Kits\10\Lib\10.0.14393.0\um\x64\SetupAPI.Lib
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PF86%\Windows Kits\8.0\Lib\win8\um\x64\SetupAPI.Lib
if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)
set CMAKE_OPT=^
-D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-64.lib ^
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /Zi /MP /Od /D NDEBUG" ^
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb ^
-D SETUPAPI_LIBRARY="%SETUPAPI_LIBRARY%" ^
-D CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS=TRUE
:cmake
for %%i in ("%GRASS_PREFIX%") do set GRASS7_VERSION=%%~nxi
set GRASS_VERSIONS=%GRASS7_VERSION%
set TAR=tar.exe
if exist "c:\cygwin\bin\tar.exe" set TAR=c:\cygwin\bin\tar.exe
if exist "c:\cygwin64\bin\tar.exe" set TAR=c:\cygwin64\bin\tar.exe
PROMPT qgis%VERSION%$g
set BUILDCONF=RelWithDebInfo
cd ..\..
set SRCDIR=%CD%
if "%BUILDDIR:~1,1%"==":" %BUILDDIR:~0,2%
cd %BUILDDIR%
set PKGDIR=%OSGEO4W_ROOT%\apps\%PACKAGENAME%
if exist repackage goto package
if not exist build.log goto build
REM
REM try renaming the logfile to see if it's locked
REM
if exist build.tmp del build.tmp
if exist build.tmp (echo could not remove build.tmp & goto error)
ren build.log build.tmp
if exist build.log goto locked
if not exist build.tmp goto locked
ren build.tmp build.log
if exist build.tmp goto locked
if not exist build.log goto locked
goto build
:locked
echo Logfile locked
if exist build.tmp del build.tmp
goto error
:build
echo BEGIN: %DATE% %TIME%
set >buildenv.log
if exist qgsversion.h del qgsversion.h
if exist CMakeCache.txt if exist skipcmake goto skipcmake
touch %SRCDIR%\CMakeLists.txt
echo CMAKE: %DATE% %TIME%
if errorlevel 1 goto error
if "%CMAKEGEN%"=="" set CMAKEGEN=Ninja
for %%i in (%PYTHONHOME%) do set PYVER=%%~ni
cmake -G "%CMAKEGEN%" ^
-D CMAKE_CXX_COMPILER="%CMAKE_COMPILER_PATH:\=/%/cl.exe" ^
-D CMAKE_C_COMPILER="%CMAKE_COMPILER_PATH:\=/%/cl.exe" ^
-D CMAKE_LINKER="%CMAKE_COMPILER_PATH:\=/%/link.exe" ^
-D BUILDNAME="%PACKAGENAME%-%VERSION%%SHA%-Nightly-VC14-%ARCH%" ^
-D SITE="%SITE%" ^
-D PEDANTIC=TRUE ^
-D WITH_QSPATIALITE=TRUE ^
-D WITH_SERVER=TRUE ^
-D SERVER_SKIP_ECW=TRUE ^
-D WITH_GRASS=TRUE ^
-D WITH_3D=TRUE ^
-D WITH_GRASS7=TRUE ^
-D GRASS_PREFIX7=%GRASS_PREFIX:\=/% ^
-D WITH_GLOBE=FALSE ^
-D WITH_ORACLE=TRUE ^
-D WITH_CUSTOM_WIDGETS=TRUE ^
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
-D PROJ_LIBRARY=%O4W_ROOT%/apps/proj-dev/lib/proj.lib ^
-D PROJ_INCLUDE_DIR=%O4W_ROOT%/apps/proj-dev/include ^
-D GDAL_LIBRARY=%O4W_ROOT%/apps/gdal-dev/lib/gdal_i.lib ^
-D GDAL_INCLUDE_DIR=%O4W_ROOT%/apps/gdal-dev/include ^
-D GEOS_LIBRARY=%O4W_ROOT%/lib/geos_c.lib ^
-D SQLITE3_LIBRARY=%O4W_ROOT%/lib/sqlite3_i.lib ^
-D SPATIALITE_LIBRARY=%O4W_ROOT%/lib/spatialite_i.lib ^
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python3.exe ^
-D SIP_BINARY_PATH=%PYTHONHOME:\=/%/sip.exe ^
-D PYTHON_INCLUDE_PATH=%PYTHONHOME:\=/%/include ^
-D PYTHON_LIBRARY=%PYTHONHOME:\=/%/libs/%PYVER%.lib ^
-D QT_LIBRARY_DIR=%O4W_ROOT%/lib ^
-D QT_HEADERS_DIR=%O4W_ROOT%/apps/qt5/include ^
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^
-D FCGI_INCLUDE_DIR=%O4W_ROOT%/include ^
-D FCGI_LIBRARY=%O4W_ROOT%/lib/libfcgi.lib ^
-D QCA_INCLUDE_DIR=%OSGEO4W_ROOT%\apps\Qt5\include\QtCrypto ^
-D QCA_LIBRARY=%OSGEO4W_ROOT%\apps\Qt5\lib\qca-qt5.lib ^
-D QSCINTILLA_LIBRARY=%OSGEO4W_ROOT%\apps\Qt5\lib\qscintilla2.lib ^
-D DART_TESTING_TIMEOUT=60 ^
%CMAKE_OPT% ^
%SRCDIR:\=/%
if errorlevel 1 (echo cmake failed & goto error)
if "%CONFIGONLY%"=="1" (echo Exiting after configuring build directory: %CD% & goto end)
:skipcmake
if exist ..\noclean (echo skip clean & goto skipclean)
echo CLEAN: %DATE% %TIME%
cmake --build %BUILDDIR% --target clean --config %BUILDCONF%
if errorlevel 1 (echo clean failed & goto error)
:skipclean
if exist ..\skipbuild (echo skip build & goto skipbuild)
echo ALL_BUILD: %DATE% %TIME%
cmake --build %BUILDDIR% --target NightlyBuild --config %BUILDCONF%
if errorlevel 1 cmake --build %BUILDDIR% --target NightlyBuild --config %BUILDCONF%
if errorlevel 1 (
cmake --build %BUILDDIR% --target NightlySubmit --config %BUILDCONF%
if errorlevel 1 echo SUBMITTING BUILD ERRORS WAS NOT SUCCESSFUL.
echo build failed twice
goto error
)
:skipbuild
if exist ..\skiptests goto skiptests
echo RUN_TESTS: %DATE% %TIME%
reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v DontShow /t REG_DWORD /d 1 /f
set oldtemp=%TEMP%
set oldtmp=%TMP%
set oldpath=%PATH%
set TEMP=%TEMP%\%PACKAGENAME%-%ARCH%
set TMP=%TEMP%
if exist "%TEMP%" rmdir /s /q "%TEMP%"
mkdir "%TEMP%"
for %%g IN (%GRASS_VERSIONS%) do (
set path=!path!;%OSGEO4W_ROOT%\apps\grass\%%g\lib
set GISBASE=%OSGEO4W_ROOT%\apps\grass\%%g
)
PATH %path%;%BUILDDIR%\output\plugins
set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
cmake --build %BUILDDIR% --target NightlyTest --config %BUILDCONF%
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
:skiptests
set TEMP=%oldtemp%
set TMP=%oldtmp%
PATH %oldpath%
cmake --build %BUILDDIR% --target NightlySubmit --config %BUILDCONF%
if errorlevel 1 echo TEST SUBMISSION WAS NOT SUCCESSFUL.
if exist "%PKGDIR%" (
echo REMOVE: %DATE% %TIME%
rmdir /s /q "%PKGDIR%"
)
echo INSTALL: %DATE% %TIME%
cmake --build %BUILDDIR% --target install --config %BUILDCONF%
if errorlevel 1 (echo INSTALL failed & goto error)
:package
echo PACKAGE: %DATE% %TIME%
cd ..
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversions@/%GRASS_VERSIONS%/g' postinstall-dev.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%.bat
if errorlevel 1 (echo creation of desktop postinstall failed & goto error)
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversions@/%GRASS_VERSIONS%/g' preremove-dev.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%.bat
if errorlevel 1 (echo creation of desktop preremove failed & goto error)
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' designer.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-designer.bat.tmpl
if errorlevel 1 (echo creation of designer template failed & goto error)
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' qgis.reg.tmpl >%PKGDIR%\bin\qgis.reg.tmpl
if errorlevel 1 (echo creation of registry template & goto error)
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e '/^call py3_env.bat/acall gdal-dev-env.bat' qgis.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%.bat.tmpl
if errorlevel 1 (echo creation of desktop template failed & goto error)
set batches=bin/%PACKAGENAME%.bat.tmpl
for %%g IN (%GRASS_VERSIONS%) do (
for /f "usebackq tokens=1" %%a in (`%%g --config version`) do set gv=%%a
for /F "delims=." %%i in ("!gv!") do set v=%%i
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grasspath@/%%g/g' -e 's/@grassversion@/!gv!/g' -e '/^call py3_env.bat/acall gdal-dev-env.bat' qgis-grass.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-g!v!.bat.tmpl
if errorlevel 1 (echo creation of desktop template failed & goto error)
set batches=!batches! bin/%PACKAGENAME%-g!v!.bat.tmpl
)
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' python.bat.tmpl >%OSGEO4W_ROOT%\bin\python-%PACKAGENAME%.bat.tmpl
if errorlevel 1 (echo creation of python wrapper template failed & goto error)
touch exclude
if exist ..\skipbuild (echo skip build & goto skipbuild)
move %PKGDIR%\bin\qgis.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.exe
if errorlevel 1 (echo move of desktop executable failed & goto error)
copy qgis.vars %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.vars
if errorlevel 1 (echo copy of desktop executable vars failed & goto error)
if not exist %PKGDIR%\qtplugins\sqldrivers mkdir %PKGDIR%\qtplugins\sqldrivers
move %OSGEO4W_ROOT%\apps\qt5\plugins\sqldrivers\qsqlocispatial.dll %PKGDIR%\qtplugins\sqldrivers
if errorlevel 1 (echo move of oci sqldriver failed & goto error)
move %OSGEO4W_ROOT%\apps\qt5\plugins\sqldrivers\qsqlspatialite.dll %PKGDIR%\qtplugins\sqldrivers
if errorlevel 1 (echo move of spatialite sqldriver failed & goto error)
if not exist %PKGDIR%\qtplugins\designer mkdir %PKGDIR%\qtplugins\designer
move %OSGEO4W_ROOT%\apps\qt5\plugins\designer\qgis_customwidgets.dll %PKGDIR%\qtplugins\designer
if errorlevel 1 (echo move of customwidgets failed & goto error)
if not exist %PKGDIR%\python\PyQt5\uic\widget-plugins mkdir %PKGDIR%\python\PyQt5\uic\widget-plugins
move %PYTHONHOME%\Lib\site-packages\PyQt5\uic\widget-plugins\qgis_customwidgets.py %PKGDIR%\python\PyQt5\uic\widget-plugins
if errorlevel 1 (echo move of customwidgets binding failed & goto error)
for %%i in (dbghelp.dll symsrv.dll) do (
copy "%DBGHLP_PATH%\%%i" %OSGEO4W_ROOT%\apps\%PACKAGENAME%
if errorlevel 1 (echo %%i not found & goto error)
)
if not exist %ARCH%\release\qgis\%PACKAGENAME% mkdir %ARCH%\release\qgis\%PACKAGENAME%
%TAR% -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^
--exclude-from exclude ^
--exclude "*.pyc" ^
apps/%PACKAGENAME% ^
bin/%PACKAGENAME%-bin.exe ^
bin/%PACKAGENAME%-bin.vars ^
%batches% ^
bin/%PACKAGENAME%-designer.bat.tmpl ^
bin/python-%PACKAGENAME%.bat.tmpl ^
etc/postinstall/%PACKAGENAME%.bat ^
etc/preremove/%PACKAGENAME%.bat
if errorlevel 1 (echo tar failed & goto error)
if not exist %ARCH%\release\qgis\%PACKAGENAME%-pdb mkdir %ARCH%\release\qgis\%PACKAGENAME%-pdb
%TAR% -C %BUILDDIR% -cjf %ARCH%/release/qgis/%PACKAGENAME%-pdb/%PACKAGENAME%-pdb-%VERSION%-%PACKAGE%.tar.bz2 ^
apps/%PACKAGENAME%/pdb
if errorlevel 1 (echo tar failed & goto error)
goto end
:usage
echo usage: %0 version package packagename arch [sha [site]]
echo sample: %0 2.11.0 38 qgis-dev x86_64 339dbf1 qgis.org
exit /b 1
:error
echo BUILD ERROR %ERRORLEVEL%: %DATE% %TIME%
if exist %PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 del %PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2
exit /b 1
:end
echo FINISHED: %DATE% %TIME%
endlocal
| mhugo/QGIS | ms-windows/osgeo4w/package-nightly.cmd | bat | gpl-2.0 | 12,772 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%EC2_HOME%
if "%CHK_HOME:"=%" == "_" goto HOME_MISSING
"%EC2_HOME:"=%\bin\ec2-cmd" RegisterImage %*
goto DONE
:HOME_MISSING
echo EC2_HOME is not set
exit /b 1
:DONE
| barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-30349/bin/ec2reg.cmd | bat | apache-2.0 | 473 |
@echo off
pushd %~dp0
PowerShell -Command "$currentPolicy = Get-ExecutionPolicy; if($currentPolicy -eq 'Restricted'){Set-Executionpolicy RemoteSigned}else{Write-Host ('Your current Execution Policy is ''{0}''. Not changed your policy.' -f $currentPolicy) -ForegroundColor cyan}"
PowerShell .\Install.ps1 -Verbose
pause | guitarrapc/PS-WaybackMachineAvailavility | install.bat | bat | mit | 320 |
@echo off
set OPENTTD_VERSION=1.9.0
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=1.2.0
echo To make the installer, you must have the WarpIN compiler (wic) installed and in
echo your path, as well as wget and unzip. This file will download the various DLLs
echo to be distributed with the installer. If you do not want to continue, please
echo press CTRL-C now.
echo.
pause
cd ..\..\..\bundle
if not exist SDL12.dll goto getsdl
if not exist FSLib.dll goto getsdl
goto libc
:getsdl
wget http://www.os2site.com/sw/dev/sdl/sdl-1.2.10-bin-20080804.zip -O dl.zip
unzip -j dl.zip SDL/FSLib.dll SDL/SDL12.dll
del dl.zip
:libc
if exist libc063.dll goto gcc
wget ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip -O dl.zip
unzip -j dl.zip libc063.dll
del dl.zip
:gcc
if exist gcc442.dll goto tools
wget http://www.owenrudge.net/various/gcc442.zip -O dl.zip
unzip -j dl.zip gcc442.dll
del dl.zip
:tools
cd ..\os\os2\installer
if exist tools goto opengfx
mkdir tools
cd tools
wget http://download.smedley.info/wget-1.11.4-os2-20090315.zip -O dl.zip
unzip -j dl.zip wget/bin/wget.exe
del dl.zip
wget ftp://ftp.os4.su/moveton/p7zip-9.04-bin-os2.zip -O dl.zip
unzip -j dl.zip bin/7za.exe dll/ilibca.dll
del dl.zip
cd ..
:opengfx
if exist opengfx goto opensfx
mkdir opengfx
sed s/OPENGFX_VERSION/%OPENGFX_VERSION%/ < download_opengfx.cmd > opengfx\download_opengfx.cmd
copy remove_opengfx.cmd opengfx
:opensfx
if exist opensfx goto nosound
mkdir opensfx
sed s/OPENSFX_VERSION/%OPENSFX_VERSION%/ < download_opensfx.cmd > opensfx\download_opensfx.cmd
copy remove_opensfx.cmd opensfx
:nosound
mkdir nosound
sed s/NOSOUND_VERSION/%NOSOUND_VERSION%/ < download_nosound.cmd > nosound\download_nosound.cmd
copy remove_nosound.cmd nosound
:end
if exist openttd-%OPENTTD_VERSION%-os2.exe del openttd-%OPENTTD_VERSION%-os2.exe
wic -a openttd-%OPENTTD_VERSION%-os2.exe 1 -c../../../bundle -r * 2 -ctools -r * 3 -copengfx -r * 4 -copensfx -r * 5 -cnosound -r * -U -s openttd.wis
| svn2github/OpenTTD | os/os2/installer/make_installer.cmd | bat | gpl-2.0 | 2,005 |
PATH=%PATH%;C:\XAMPP\PHP;C:\XAMPP\HTDOCS;C:\PROGRAM FILES (X86)\GIT\CMD
cd C:\xampp\htdocs\mcity
php composer.phar install | feokano/mcity | vendors.bat | bat | mit | 124 |
cd /d "%~dp0"
AssetImporter.exe scene "%~f1" "GameData/Maps/%~n1.xml" -p"GameData/" -nf -na -nt | nonconforme/Urho3DEditor | Prime/Data/_ImportScene.bat | bat | mit | 95 |
call _collect.bat
cd ..\_compile\_collectedForCompile
cmd /K dasm.exe demopart.asm -v3 -I..\..\..\Framework\trackmo\framework\ -l..\..\ScrollWorld6\assembly.lst -s..\..\ScrollWorld6\symbols.txt -o..\..\ScrollWorld6\check.prg
cd ..\..\ScrollWorld6 | kosmonautdnb/TheLandsOfZador | AsmPlus4/ScrollWorld6/_check.bat | bat | mit | 247 |
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren %WINDIR%\SoftwareDistribution\Download Download.bak
ren %WINDIR%\SoftwareDistribution\DataStore\DataStore.edb DataStore.bak
ren %SYSTEM%\catroot2 catroot2.bak
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause | morris2013/Scripts | WSUSReset.bat | bat | mit | 321 |
cd C:\Users\Pavlos\Dropbox\Masters\Project\Workspace\Bitbucket\bii-webapp
git push production master | ISA-tools/bii-webapp | deploy/heroku/production.bat | bat | mit | 101 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\tornadoMotorAcl.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\tornadoMotorAcl.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 | sloev/tornadoMotorAcl | docs/make.bat | bat | mit | 6,476 |
xcopy /S /Y /C /I /h icons\*.xpm "C:\Program Files\Autodesk\Maya2008\icons"
xcopy /S /Y /C /I /h scripts\*.mel "C:\Program Files\Autodesk\Maya2008\scripts"
xcopy /S /Y /C /I /h BulletMayaPluginDebug.mll "C:\Program Files\Autodesk\Maya2008\bin\plug-ins"
| palestar/medusa | ThirdParty/bullet-2.75/Extras/MayaPlugin/install.bat | bat | mit | 256 |
@echo off
setlocal enabledelayedexpansion
rem echo [%0 %1 %2] echo [%3 %4 %5]
set ProjectsPath=%~2
if "%ProjectsPath%" == "" (
exit /b 1
)
set __path_List=!%1!
if not "!__path_List!" == "" set __path_List="!__path_List:;=";"!"
for %%a in ("!ProjectsPath:;=";"!") do (
call :uniqTest %%a
if !ERRORLEVEL! == 0 call :set_append __path_List %%a
)
set __path_List=%__path_List:;;=;%
endlocal & set %1=%__path_List:"=%&
exit /b 0
rem -----------------------------------------------------
:uniqTest
if !__path_List! == "" exit /b 0
set __path_=%1
set __path_=!__path_:/=!
set __path_=!__path_:\=!
for %%b in (!__path_List!) do (
set __element_=%%b
set __element_=!__element_:/=!
set __element_=!__element_:\=!
if !__element_! == !__path_! (
echo !__element_! == !__path_!
exit /b 1
)
)
exit /b 0
rem -----------------------------------------------------
:set_append
if "!%1!" == "" (
set %1=%2
) else (
set %1=!%1!;%2
)
exit /b 0 | aleksey-nikolaev/OpenCV-MinGW-Qt-install | configuration/uniqSet.bat | bat | mit | 1,059 |
cmd_drivers/video/display/built-in.o := rm -f drivers/video/display/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/video/display/built-in.o
| freebsdmax/gsmart1315_kernel | drivers/video/display/.built-in.o.cmd | bat | gpl-2.0 | 219 |
cmd_arch/arm/lib/findbit.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.findbit.o.d -nostdinc -isystem /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-exynos/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/findbit.o arch/arm/lib/findbit.S
source_arch/arm/lib/findbit.o := arch/arm/lib/findbit.S
deps_arch/arm/lib/findbit.o := \
/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include/asm/linkage.h \
/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include/asm/hwcap.h \
/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/findbit.o: $(deps_arch/arm/lib/findbit.o)
$(deps_arch/arm/lib/findbit.o):
| arshull/GalaTab3_Kernel | arch/arm/lib/.findbit.o.cmd | bat | gpl-2.0 | 2,087 |
cmd_fs/fuse/fuse.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o fs/fuse/fuse.o fs/fuse/dev.o fs/fuse/dir.o fs/fuse/file.o fs/fuse/inode.o fs/fuse/control.o
| jashasweejena/VibeKernel | fs/fuse/.fuse.o.cmd | bat | gpl-2.0 | 226 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!perl
#line 15
use strict;
my $VERSION = sprintf("1.%06d", q$Revision: 10720 $ =~ /(\d+)/o);
my $arg_test = shift(@ARGV) if $ARGV[0] eq '--test';
$ENV{DBI_TRACE} = shift(@ARGV) || 2 if $ARGV[0] =~ s/^--dbitrace=?//;
require DBI::ProxyServer;
# XXX these should probably be moved into DBI::ProxyServer
delete $ENV{IFS};
delete $ENV{CDPATH};
delete $ENV{ENV};
delete $ENV{BASH_ENV};
if ($arg_test) {
require RPC::PlServer::Test;
@DBI::ProxyServer::ISA = qw(RPC::PlServer::Test DBI);
}
DBI::ProxyServer::main(@ARGV);
exit(0);
__END__
=head1 NAME
dbiproxy - A proxy server for the DBD::Proxy driver
=head1 SYNOPSIS
dbiproxy <options> --localport=<port>
=head1 DESCRIPTION
This tool is just a front end for the DBI::ProxyServer package. All it
does is picking options from the command line and calling
DBI::ProxyServer::main(). See L<DBI::ProxyServer> for details.
Available options include:
=over 4
=item B<--chroot=dir>
(UNIX only) After doing a bind(), change root directory to the given
directory by doing a chroot(). This is useful for security, but it
restricts the environment a lot. For example, you need to load DBI
drivers in the config file or you have to create hard links to Unix
sockets, if your drivers are using them. For example, with MySQL, a
config file might contain the following lines:
my $rootdir = '/var/dbiproxy';
my $unixsockdir = '/tmp';
my $unixsockfile = 'mysql.sock';
foreach $dir ($rootdir, "$rootdir$unixsockdir") {
mkdir 0755, $dir;
}
link("$unixsockdir/$unixsockfile",
"$rootdir$unixsockdir/$unixsockfile");
require DBD::mysql;
{
'chroot' => $rootdir,
...
}
If you don't know chroot(), think of an FTP server where you can see a
certain directory tree only after logging in. See also the --group and
--user options.
=item B<--configfile=file>
Config files are assumed to return a single hash ref that overrides the
arguments of the new method. However, command line arguments in turn take
precedence over the config file. See the "CONFIGURATION FILE" section
in the L<DBI::ProxyServer> documentation for details on the config file.
=item B<--debug>
Turn debugging mode on. Mainly this asserts that logging messages of
level "debug" are created.
=item B<--facility=mode>
(UNIX only) Facility to use for L<Sys::Syslog>. The default is
B<daemon>.
=item B<--group=gid>
After doing a bind(), change the real and effective GID to the given.
This is useful, if you want your server to bind to a privileged port
(<1024), but don't want the server to execute as root. See also
the --user option.
GID's can be passed as group names or numeric values.
=item B<--localaddr=ip>
By default a daemon is listening to any IP number that a machine
has. This attribute allows to restrict the server to the given
IP number.
=item B<--localport=port>
This attribute sets the port on which the daemon is listening. It
must be given somehow, as there's no default.
=item B<--logfile=file>
Be default logging messages will be written to the syslog (Unix) or
to the event log (Windows NT). On other operating systems you need to
specify a log file. The special value "STDERR" forces logging to
stderr. See L<Net::Daemon::Log> for details.
=item B<--mode=modename>
The server can run in three different modes, depending on the environment.
If you are running Perl 5.005 and did compile it for threads, then the
server will create a new thread for each connection. The thread will
execute the server's Run() method and then terminate. This mode is the
default, you can force it with "--mode=threads".
If threads are not available, but you have a working fork(), then the
server will behave similar by creating a new process for each connection.
This mode will be used automatically in the absence of threads or if
you use the "--mode=fork" option.
Finally there's a single-connection mode: If the server has accepted a
connection, he will enter the Run() method. No other connections are
accepted until the Run() method returns (if the client disconnects).
This operation mode is useful if you have neither threads nor fork(),
for example on the Macintosh. For debugging purposes you can force this
mode with "--mode=single".
=item B<--pidfile=file>
(UNIX only) If this option is present, a PID file will be created at the
given location. Default is to not create a pidfile.
=item B<--user=uid>
After doing a bind(), change the real and effective UID to the given.
This is useful, if you want your server to bind to a privileged port
(<1024), but don't want the server to execute as root. See also
the --group and the --chroot options.
UID's can be passed as group names or numeric values.
=item B<--version>
Supresses startup of the server; instead the version string will
be printed and the program exits immediately.
=back
=head1 AUTHOR
Copyright (c) 1997 Jochen Wiedmann
Am Eisteich 9
72555 Metzingen
Germany
Email: joe@ispsoft.de
Phone: +49 7123 14881
The DBI::ProxyServer module is free software; you can redistribute it
and/or modify it under the same terms as Perl itself. In particular
permission is granted to Tim Bunce for distributing this as a part of
the DBI.
=head1 SEE ALSO
L<DBI::ProxyServer>, L<DBD::Proxy>, L<DBI>
=cut
__END__
:endofperl
| Esleelkartea/kz-adeada-talleres-electricos- | kzadeadatallereselectricos_v1.0.0_win32_installer/windows/xampp/perl/bin/dbiproxy.bat | bat | gpl-2.0 | 5,990 |
cmd_drivers/firmware/built-in.o := rm -f drivers/firmware/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD drivers/firmware/built-in.o
| chase2534/gtab47.freekern | drivers/firmware/.built-in.o.cmd | bat | gpl-2.0 | 248 |
@echo OFF
REM setup output variables
SET false_text="false test did not find variableA"
SET true_text="true test found variableA"
REM check if file contains the "variableA" text"
type %2 | find /c "variableA" > %1\out.txt
SET /p output=<%1\out.txt
DEL %1\out.txt
REM ECHO %output:"=%
IF %output%== 0 (
echo %false_text:"=%
exit /b 1
) else (
echo %true_text:"=%
exit /b 0
)
exit /b 1
| ajosephau/generic_multiobjective_superoptimizer | tests/gso_test/tests/test.bat | bat | gpl-2.0 | 396 |
cmd_arch/arm/lib/ashrdi3.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/ashrdi3.o arch/arm/lib/ashrdi3.S
source_arch/arm/lib/ashrdi3.o := arch/arm/lib/ashrdi3.S
deps_arch/arm/lib/ashrdi3.o := \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/include/linux/kconfig.h \
$(wildcard include/config/h.h) \
$(wildcard include/config/.h) \
$(wildcard include/config/foo.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include/asm/linkage.h \
arch/arm/lib/ashrdi3.o: $(deps_arch/arm/lib/ashrdi3.o)
$(deps_arch/arm/lib/ashrdi3.o):
| TeamGlide/LiteKernel | arch/arm/lib/.ashrdi3.o.cmd | bat | gpl-2.0 | 1,703 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.