code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
deps_scripts/basic/fixdep := \
scripts/basic/fixdep.c \
$(wildcard include/config/his/driver.h) \
$(wildcard include/config/my/option.h) \
$(wildcard include/config/.h) \
$(wildcard include/config/foo.h) \
$(wildcard include/config/boom.h) \
/usr/include/sys/types.h \
/usr/include/features.h \
/usr/include/bits/predefs.h \
/usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h \
/usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h \
/usr/include/bits/typesizes.h \
/usr/include/time.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/include/stddef.h \
/usr/include/endian.h \
/usr/include/bits/endian.h \
/usr/include/bits/byteswap.h \
/usr/include/sys/select.h \
/usr/include/bits/select.h \
/usr/include/bits/sigset.h \
/usr/include/bits/time.h \
/usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h \
/usr/include/sys/stat.h \
/usr/include/bits/stat.h \
/usr/include/sys/mman.h \
/usr/include/bits/mman.h \
/usr/include/unistd.h \
/usr/include/bits/posix_opt.h \
/usr/include/bits/confname.h \
/usr/include/getopt.h \
/usr/include/fcntl.h \
/usr/include/bits/fcntl.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/bits/string.h \
/usr/include/bits/string2.h \
/usr/include/stdlib.h \
/usr/include/alloca.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.4.5/include/stdarg.h \
/usr/include/bits/stdio_lim.h \
/usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h \
/usr/include/ctype.h \
/usr/include/arpa/inet.h \
/usr/include/netinet/in.h \
/usr/include/stdint.h \
/usr/include/bits/wchar.h \
/usr/include/sys/socket.h \
/usr/include/sys/uio.h \
/usr/include/bits/uio.h \
/usr/include/bits/socket.h \
/usr/include/bits/sockaddr.h \
/usr/include/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/bits/in.h \
scripts/basic/fixdep: $(deps_scripts/basic/fixdep)
$(deps_scripts/basic/fixdep):
| SeoDongMin/Gace_kernel | scripts/basic/.fixdep.cmd | bat | gpl-2.0 | 2,637 |
cmd_arch/arm/vfp/vfphw.o := ccache /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/../lib/gcc/arm-eabi/4.10.0/include -I/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/friedrich420/kernel/note3/N3NB7KernelGIT2/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -mcpu=cortex-a15 -include asm/unified.h -Wa,-mfpu=softvfp+vfp -mfloat-abi=soft -gdwarf-2 -O2 -mtune=cortex-a15 -mfpu=neon -fgcse-las -fpredictive-commoning -c -o arch/arm/vfp/vfphw.o arch/arm/vfp/vfphw.S
source_arch/arm/vfp/vfphw.o := arch/arm/vfp/vfphw.S
deps_arch/arm/vfp/vfphw.o := \
$(wildcard include/config/smp.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/arch/msm/krait.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/vfpv3.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.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/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/iwmmxt.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/vfpmacros.h \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/hwcap.h \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/vfp.h \
arch/arm/vfp/../kernel/entry-header.S \
$(wildcard include/config/frame/pointer.h) \
$(wildcard include/config/alignment/trap.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/arch/dma/addr/t/64bit.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
arch/arm/include/generated/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/linkage.h \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/linkage.h \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/assembler.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
/home/friedrich420/kernel/note3/N3NB7KernelGIT2/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
arch/arm/include/generated/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
arch/arm/vfp/vfphw.o: $(deps_arch/arm/vfp/vfphw.o)
$(deps_arch/arm/vfp/vfphw.o):
| friedrich420/Note-3-Kernel | arch/arm/vfp/.vfphw.o.cmd | bat | gpl-2.0 | 3,853 |
@echo off
:: Fail early if environment not set
if not defined BUILD_VCVARSALL exit /b 1
if not defined BUILD_ARCHIVE_NAME exit /b 1
if not defined BUILD_PARALLEL_THREADS exit /b 1
if not defined BUILD_7ZIP exit /b 1
:: Clean and enter shadow build folder
echo Cleaning...
cd .. || goto :error
if exist build rmdir build /s /q || goto :error
mkdir build || goto :error
:: Unpack archived dependencies
echo Unpacking archived dependencies...
"%BUILD_7ZIP%" x -y -odependencies64 dependencies64\large_files_win32.7z || goto :error
:: Setup VC++ environment
echo Setting up VC++...
call "%BUILD_VCVARSALL%" amd64 || goto :error
:: Run cmake
cd build || goto :error
cmake -G "Visual Studio 14 2015" -A x64 .. || goto :error
:: Build with MSBuild
echo Building...
msbuild "CasparCG Server.sln" /t:Clean /p:Configuration=RelWithDebInfo || goto :error
msbuild "CasparCG Server.sln" /p:Configuration=RelWithDebInfo /m:%BUILD_PARALLEL_THREADS% || goto :error
:: Create server folder to later zip
set SERVER_FOLDER=CasparCG Server
if exist "%SERVER_FOLDER%" rmdir "%SERVER_FOLDER%" /s /q || goto :error
mkdir "%SERVER_FOLDER%" || goto :error
:: Copy media files
echo Copying media...
xcopy ..\deploy\general\Server "%SERVER_FOLDER%\Server" /E /I /Y || goto :error
xcopy ..\deploy\general\Wallpapers "%SERVER_FOLDER%\Wallpapers" /E /I /Y || goto :error
copy ..\deploy\general\CasparCG_Server_2.0-brochure.pdf "%SERVER_FOLDER%" || goto :error
:: Copy binaries
echo Copying binaries...
copy shell\*.dll "%SERVER_FOLDER%\Server" || goto :error
copy shell\RelWithDebInfo\casparcg.exe "%SERVER_FOLDER%\Server" || goto :error
copy shell\RelWithDebInfo\casparcg.pdb "%SERVER_FOLDER%\Server" || goto :error
copy shell\casparcg.config "%SERVER_FOLDER%\Server" || goto :error
copy shell\*.ttf "%SERVER_FOLDER%\Server" || goto :error
xcopy shell\locales "%SERVER_FOLDER%\Server\locales" /E /I /Y || goto :error
:: Copy documentation
echo Copying documentation...
copy ..\CHANGES.txt "%SERVER_FOLDER%" || goto :error
copy ..\LICENSE.txt "%SERVER_FOLDER%" || goto :error
copy ..\README.txt "%SERVER_FOLDER%" || goto :error
:: Create zip file
echo Creating zip...
"%BUILD_7ZIP%" a -x!"%SERVER_FOLDER%\Server\casparcg.pdb" "%BUILD_ARCHIVE_NAME%.zip" "%SERVER_FOLDER%" || goto :error
"%BUILD_7ZIP%" a "%BUILD_ARCHIVE_NAME%_debug_symbols.zip" "%SERVER_FOLDER%\Server\casparcg.pdb" || goto :error
:: Skip exiting with failure
goto :EOF
:error
exit /b %errorlevel%
| mimiyang/Server | build-scripts/build-windows.bat | bat | gpl-3.0 | 2,447 |
@java -Xms256M -Xmx1024M -cp ../lib/planetsim.jar;. planet.test.factory.TestNetFactory
| jpahullo/planetsim | bin/factory.TestNetFactory.bat | bat | gpl-3.0 | 88 |
@echo off
cd %1
cd ..
del *.nupkg
build\tools\nuget.exe pack source\pdfextract\PDFextract.csproj
| poulfoged/pdf-extract | build/build-nuget.bat | bat | gpl-3.0 | 102 |
@ECHO OFF
REM OpenTelcos / opentelcos_createdb
REM 01/09/2016 - SBY - stephane.byache at aleno.eu : CREATION DU SCRIPT
REM Cible PostgreSQL 9
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 3 of the License, or #
REM # (at your option) any later version. #
REM # #
REM ###########################################################################
:LAUNCH
CALL:VARIABLES
REM PAUSE
ECHO OpenTelcos - otban - CREATION DU SCHEMA
CALL:SCHEMA
PAUSE
ECHO OpenTelcos - otban - CREATION DES TABLES
CALL:TABLES
PAUSE
GOTO:EOF
:VARIABLES
CALL config.bat
GOTO:EOF
:SCHEMA
SET PGSCHEMA=ban
psql -w -U %PGUSER% -d %PGDB% -c "CREATE SCHEMA IF NOT EXISTS %PGSCHEMA% AUTHORIZATION %PGUSER%;"
REM psql %PGHOSTNAME% %PGPORT% -c "CREATE SCHEMA IF NOT EXISTS %PGSCHEMA% AUTHORIZATION %PGUSER%;" -d %PGDB% -U %PGUSER%
REM $user sert-il pour la declaration de search_path ?
psql -w -U %PGUSER% -d %PGDB% -c "ALTER DATABASE %PGDB% SET search_path = %PGSCHEMA%, ot, public;"
REM psql %PGHOSTNAME% %PGPORT% -c "ALTER DATABASE "%PGDB%" SET search_path = "$user", gracethd, public;" %PGUSER%
REM psql %PGHOSTNAME% %PGPORT% -c "ALTER DATABASE %PGDB% SET search_path = %PGSCHEMA%, ot, public;" -U %PGUSER%
GOTO:EOF
:TABLES
REM ECHO OpenTelcos - CREATION DES TABLES - 10_LISTS
REM psql -w -U %PGUSER% -d %PGDB% -f %OTSCRPATH%\%PGSCHEMA%\%PGSCHEMA%_10_lists.sql
REM ECHO OpenTelcos - CREATION DES TABLES - 20_INSERTS
REM psql -w -U %PGUSER% -d %PGDB% -f %OTSCRPATH%\%PGSCHEMA%\%PGSCHEMA%_20_insert.sql
ECHO OpenTelcos - CREATION DES TABLES - 30_TABLES
psql -w -U %PGUSER% -d %PGDB% -f %OTSCRPATH%\%PGSCHEMA%\%PGSCHEMA%_30_tables.sql
REM ECHO OpenTelcos - CREATION DES TABLES - 40_POSTGIS
REM psql %PGHOSTNAME% %PGPORT% -f %OTSCRPATH%%PGSCHEMA%_40_postgis.sql -d %PGDB% -U %PGUSER%
REM ECHO OpenTelcos - CREATION DES TABLES - 50_INDEX
REM psql %PGHOSTNAME% %PGPORT% -f %OTSCRPATH%%PGSCHEMA%_50_index.sql -d %PGDB% -U %PGUSER%
REM ECHO OpenTelcos - CREATION DES TRIGGERS - 70_TRIGGERS
REM psql -w -U %PGUSER% -d %PGDB% -f %OTSCRPATH%\%PGSCHEMA%\%PGSCHEMA%_70_triggers.sql
REM ECHO OpenTelcos - CREATION DES TABLES - 90_LABO
REM psql %PGHOSTNAME% %PGPORT% -f %OTSCRPATH%%PGSCHEMA%_90_labo.sql -d %PGDB% -U %PGUSER%
GOTO:EOF
| Opentelcos/Opentelcos | postgis/opentelcos_createschema_ban.bat | bat | gpl-3.0 | 2,639 |
@echo Waiting for download to finish..
:loop
@delay 5:10
@if not exist %1 goto loop
@echo Download is complete. Waiting for locks to be free.
@echo Download of file %1 is complete > dnlog.txt
@delay 5:0
@echo Shutting system down %date% %time% >> dnlog.txt
@echo Shutting system down..
@shutdown /f /s /t 0
| atiq-cs/Scripts-And-Utilities | cmd/stdn.cmd | bat | gpl-3.0 | 307 |
@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\Zetalibrary.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Zetalibrary.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
| klen/zeta-library | docs/make.bat | bat | lgpl-3.0 | 4,521 |
REM Flash EFR32MCU
commander.exe flash %1 --device EFR32 --serialno 440130590 | hyller/GladiatorTool | Scripts/efr32flash90.bat | bat | unlicense | 78 |
@REM Rtalk Startup - Win32 version
@java -agentlib:JvmtiDebug -cp jars/rtalkcore.jar;jars/* rtalk.RtalkMqttLauncher updateGuruChannel=updateGuru boot=bootRtalk.txt
| rbenech/RiWebApps | rtalkDistribution/startWin32.bat | bat | unlicense | 164 |
@echo off
set ANT_OPTS=-Xmx512m
set DBFLUTE_HOME=..\mydbflute\dbflute-1.0.5A
set MY_PROJECT_NAME=twetterdb
set MY_PROPERTIES_PATH=build.properties
if "%pause_at_end%"=="" set pause_at_end=y
| heikyo/sampletwitter | dbflute_twetterdb/_project.bat | bat | apache-2.0 | 195 |
cmd_libbb/platform.o := gcc -Wp,-MD,libbb/.platform.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.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin-printf -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(platform)" -D"KBUILD_MODNAME=KBUILD_STR(platform)" -c -o libbb/platform.o libbb/platform.c
deps_libbb/platform.o := \
libbb/platform.c \
/usr/include/stdc-predef.h \
include/libbb.h \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/verbose.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/xz.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/feature/editing/save/on/exit.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/unicode/support.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/clean/up.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/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/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/x86_64-linux-gnu/bits/byteswap-16.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include/stdbool.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/lib/gcc/x86_64-linux-gnu/5/include/stddef.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/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.h \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
/usr/include/x86_64-linux-gnu/bits/uio.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/sigset.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/bits/select2.h \
/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/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/socket_type.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/paths.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/5/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-float.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/libgen.h \
/usr/include/poll.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/bits/poll2.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/bits/mman-linux.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/termios.h \
/usr/include/x86_64-linux-gnu/bits/termios.h \
/usr/include/x86_64-linux-gnu/bits/timex.h \
/usr/include/x86_64-linux-gnu/sys/param.h \
/usr/include/x86_64-linux-gnu/bits/param.h \
/usr/include/linux/param.h \
/usr/include/x86_64-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/mntent.h \
/usr/include/x86_64-linux-gnu/sys/statfs.h \
/usr/include/x86_64-linux-gnu/bits/statfs.h \
/usr/include/utmp.h \
/usr/include/x86_64-linux-gnu/bits/utmp.h \
/usr/include/utmpx.h \
/usr/include/x86_64-linux-gnu/bits/utmpx.h \
/usr/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
libbb/platform.o: $(deps_libbb/platform.o)
$(deps_libbb/platform.o):
| rennman/copfvtci | build/busybox-1.25.1/libbb/.platform.o.cmd | bat | apache-2.0 | 10,182 |
@echo off
reg.exe query "HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0" /v MSBuildToolsPath > nul 2>&1
if ERRORLEVEL 1 goto MissingMSBuildRegistry
for /f "skip=2 tokens=2,*" %%A in ('reg.exe query "HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0" /v MSBuildToolsPath') do SET MSBUILDDIR=%%B
IF NOT EXIST %MSBUILDDIR%nul goto MissingMSBuildToolsPath
IF NOT EXIST %MSBUILDDIR%msbuild.exe goto MissingMSBuildExe
::BUILD
"tools\nuget.exe" restore Newtonsoft.Json.DependencyInjection.sln
"%MSBUILDDIR%msbuild.exe" "Newtonsoft.Json.Ninject\Newtonsoft.Json.Ninject.csproj" /t:ReBuild /p:Configuration=Release;TargetFrameworkVersion=v4.5;DefineConstants="TRACE;NET45";OutPutPath=bin\Release\net45\;DocumentationFile=bin\Release\net45\Newtonsoft.Json.Ninject.xml
mkdir build
del "build\*.nupkg"
::PACK
"tools\nuget.exe" pack "Newtonsoft.Json.Ninject\Newtonsoft.Json.Ninject.nuspec" -OutputDirectory build
::DEPLOY
"tools\nuget.exe" push "build\*.nupkg"
goto:eof
::ERRORS
::---------------------
:MissingMSBuildRegistry
echo Cannot obtain path to MSBuild tools from registry
goto:eof
:MissingMSBuildToolsPath
echo The MSBuild tools path from the registry '%MSBUILDDIR%' does not exist
goto:eof
:MissingMSBuildExe
echo The MSBuild executable could not be found at '%MSBUILDDIR%'
goto:eof | scott-xu/Newtonsoft.Json.DependencyInjection | build.bat | bat | apache-2.0 | 1,291 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Awhy.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Awhy.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| Awhy-AsWeHelpYou/docs | make.bat | bat | apache-2.0 | 6,977 |
@ECHO OFF
:: ********************************************************************************************************************
::
:: enabling Technology progressive OS deployment
:: Client System Bootstrapper for Windows 10 Enterprise Installations
::
:: Manufacturer Specific Config And Software Installation
:: Version 1.0.0
::
:: Tested with Windows 10 Enterprise Release 2004 and Release 2009
::
:: Please review all the scripts BEFORE you install it on any of your systems.
:: This installation/configuration is customized to our internal requirements and might not fit for everyone!
::
:: ********************************************************************************************************************
SETLOCAL
:ManufacturerSpecificConfigAndSoftwareInstallation
TITLE ManufacturerSpecificConfigAndSoftwareInstallation
SET Module=ManufacturerSpecificConfigAndSoftwareInstallation
SET logfile_setup=%HOMEDRIVE%\Temp\%Module%.txt
:SetLogHeader
ECHO ******************************************************************************** >%logfile_setup%
ECHO Started %Module% on %DATE:~0% - %TIME:~0,8%
ECHO For %COMPUTERNAME% by %USERDOMAIN%\%USERNAME% >>%logfile_setup%
ECHO.>>%logfile_setup% 2>nul
:LOGIC
ECHO Manufacturer specific config and software installation
ECHO %TIME:~0,8% Manufacturer specific config and software installation >>%logfile_setup%
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "(C:\install\ManufacturerSpecific.ps1 -ErrorAction Continue)" >>%logfile_setup% 2>&1
ECHO Errorlevel=%Errorlevel% >>%logfile_setup% 2>nul
ECHO.>>%logfile_setup% 2>nul
ECHO Finished %Module% on %DATE:~0% - %TIME:~0,8%
ECHO ******************************************************************************** >>%logfile_setup%
ECHO.>>%logfile_setup% 2>nul
:: ********************************************************************************************************************
::
:: Changelog:
::
:: 0.9.0: Internal Test
:: 1.0.0: Initial Release
::
:: ********************************************************************************************************************
::
:: License: BSD 3-Clause License
::
:: Copyright 2020, enabling Technology
:: All rights reserved.
::
:: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
:: following conditions are met:
:: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
:: disclaimer.
:: 2. 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.
:: 3. Neither the name of the copyright holder 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.
::
:: ********************************************************************************************************************
::
:: Disclaimer:
:: - Use at your own risk, etc.
:: - This is open-source software, if you find an issue try to fix it yourself. There is no support and/or warranty
:: in any kind
:: - This is a third-party Software
:: - The developer of this Software is NOT sponsored by or affiliated with Microsoft Corp (MSFT) or any of its
:: subsidiaries in any way
:: - The Software is not supported by Microsoft Corp (MSFT)
:: - By using the Software, you agree to the License, Terms, and any Conditions declared and described above
:: - If you disagree with any of the Terms, and any Conditions declared: Just delete it and build your own solution
::
:: ********************************************************************************************************************
| jhochwald/PowerShell-collection | Windows10-Bootstrapper/sources/$OEM$/$$/Setup/Scripts/50-ManufacturerSpecificConfigAndSoftwareInstallation/ManufacturerSpecificConfigAndSoftwareInstallation.cmd | bat | bsd-3-clause | 4,634 |
@echo off
install-VS2017 -USERKIT | trivalik/Cosmos | userkit install.bat | bat | bsd-3-clause | 34 |
@echo off
setlocal
pushd %~dp0
rem require mingw-gcc 4.8+ (c++11) with posix thread; 5.0+ for db-tools
set path=C:\mingw\bin;%path%
set CORE_FILES=^
db/builder.cc ^
db/db_impl.cc ^
db/db_iter.cc ^
db/dbformat.cc ^
db/dumpfile.cc ^
db/filename.cc ^
db/log_reader.cc ^
db/log_writer.cc ^
db/memtable.cc ^
db/repair.cc ^
db/table_cache.cc ^
db/version_edit.cc ^
db/version_set.cc ^
db/write_batch.cc ^
table/block.cc ^
table/block_builder.cc ^
table/filter_block.cc ^
table/format.cc ^
table/iterator.cc ^
table/merger.cc ^
table/table.cc ^
table/table_builder.cc ^
table/two_level_iterator.cc ^
util/arena.cc ^
util/bloom.cc ^
util/cache.cc ^
util/coding.cc ^
util/comparator.cc ^
util/crc32c.cc ^
util/env.cc ^
util/env_windows.cc ^
util/filter_policy.cc ^
util/hash.cc ^
util/histogram.cc ^
util/logging.cc ^
util/options.cc ^
util/status.cc ^
crc32c/crc32c.cc ^
crc32c/crc32c_portable.cc ^
snappy/snappy.cc ^
snappy/snappy-sinksource.cc ^
snappy/snappy-stubs-internal.cc
set BENCHMARK_FILES=^
benchmark/benchmark.cc ^
benchmark/benchmark_api_internal.cc ^
benchmark/benchmark_name.cc ^
benchmark/benchmark_register.cc ^
benchmark/benchmark_runner.cc ^
benchmark/colorprint.cc ^
benchmark/commandlineflags.cc ^
benchmark/complexity.cc ^
benchmark/console_reporter.cc ^
benchmark/counter.cc ^
benchmark/csv_reporter.cc ^
benchmark/json_reporter.cc ^
benchmark/perf_counters.cc ^
benchmark/reporter.cc ^
benchmark/sleep.cc ^
benchmark/statistics.cc ^
benchmark/string_util.cc ^
benchmark/sysinfo.cc ^
benchmark/timers.cc
set COMPILE=-std=c++11 -DNDEBUG -DLEVELDB_PLATFORM_WINDOWS -DHAVE_CRC32C=1 -DHAVE_SNAPPY=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_BYTESWAP_H=1 -DHAVE_BUILTIN_CTZ=1 -D__USE_MINGW_ANSI_STDIO=1 -I. -Iinclude -Iport/win -Isnappy -Igtest -Igmock -O3 -fweb -fno-strict-aliasing -fwrapv -fomit-frame-pointer -fmerge-all-constants -fno-builtin-memcmp -flto -fwhole-program -Wno-attributes -static -pipe
set COMPILE32=g++.exe -m32 -march=i686 %COMPILE% -Wl,--enable-stdcall-fixup
set COMPILE64=x86_64-w64-mingw32-g++.exe -m64 %COMPILE%
%COMPILE32% -c -msse4.2 -o crc32c_sse42_32.o crc32c/crc32c_sse42.cc
%COMPILE64% -c -msse4.2 -o crc32c_sse42_64.o crc32c/crc32c_sse42.cc
echo building leveldbjni32.dll ...
%COMPILE32% -DLEVELDB_SHARED_LIBRARY -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_EXPORT= -DENABLE_JNI -shared -Wl,--image-base,0x10000000 -Wl,--kill-at -Wl,-soname -Wl,leveldbjni32.dll -o leveldbjni32.dll %CORE_FILES% util/jni.cc crc32c_sse42_32.o
echo building leveldbjni64.dll ...
%COMPILE64% -DLEVELDB_SHARED_LIBRARY -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_EXPORT= -DENABLE_JNI -shared -Wl,--image-base,0x10000000 -Wl,--kill-at -Wl,-soname -Wl,leveldbjni64.dll -o leveldbjni64.dll %CORE_FILES% util/jni.cc crc32c_sse42_64.o
echo building db-tools ...
%COMPILE32% -o leveldbutil32.exe db/leveldbutil.cc %CORE_FILES% crc32c_sse42_32.o
%COMPILE64% -o leveldbutil64.exe db/leveldbutil.cc %CORE_FILES% crc32c_sse42_64.o
%COMPILE32% -o db_bench32.exe benchmarks/db_bench.cc %CORE_FILES% crc32c_sse42_32.o util/testutil.cc
%COMPILE64% -o db_bench64.exe benchmarks/db_bench.cc %CORE_FILES% crc32c_sse42_64.o util/testutil.cc
%COMPILE32% -o db_test32.exe db/db_test.cc %CORE_FILES% crc32c_sse42_32.o util/testutil.cc gtest/src/gtest-all.cc gmock/src/gmock-all.cc %BENCHMARK_FILES% -lshlwapi
%COMPILE64% -o db_test64.exe db/db_test.cc %CORE_FILES% crc32c_sse42_64.o util/testutil.cc gtest/src/gtest-all.cc gmock/src/gmock-all.cc %BENCHMARK_FILES% -lshlwapi
%COMPILE32% -o env_test32.exe util/env_test.cc %CORE_FILES% crc32c_sse42_32.o util/testutil.cc gtest/src/gtest-all.cc gmock/src/gmock-all.cc
%COMPILE64% -o env_test64.exe util/env_test.cc %CORE_FILES% crc32c_sse42_64.o util/testutil.cc gtest/src/gtest-all.cc gmock/src/gmock-all.cc
%COMPILE32% -o version_set_test32.exe db/version_set_test.cc %CORE_FILES% crc32c_sse42_32.o util/testutil.cc gtest/src/gtest-all.cc gmock/src/gmock-all.cc
%COMPILE64% -o version_set_test64.exe db/version_set_test.cc %CORE_FILES% crc32c_sse42_64.o util/testutil.cc gtest/src/gtest-all.cc gmock/src/gmock-all.cc
del crc32c_sse42_??.o
pause
| dwing4g/leveldb | make_mingw.bat | bat | bsd-3-clause | 4,289 |
@echo off
set OSG_ART="%OSGART_ROOT%\include"
swig -c++ -lua -I"%OSG_ROOT%\include" -o osgLua.cpp ..\..\osg.i
swig -c++ -lua -I"%OSG_ROOT%\include" -o osgLuaUtil.cpp ..\..\osgUtil.i
swig -c++ -lua -I"%OSG_ROOT%\include" -o osgLuaProducer.cpp ..\..\osgViewer.i
swig -c++ -lua -I"%OSG_ROOT%\include" -o osgLuaDB.cpp ..\..\osgDB.i
swig -c++ -nodefaultdtor -lua -I"%OSG_ROOT%\include" -I%OSG_ART% -o osgLuaART.cpp ../../osgART.i
| cmbruns/osgswig | src/Languages/Lua/wrap.bat | bat | mit | 428 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S13_ResolveRecipients.MSASCMD_S13_TC14_ResolveRecipients_NoCertificates /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S13_TC14_ResolveRecipients_NoCertificates.cmd | bat | mit | 306 |
@echo off
rmdir out /s /q
rem Create a list of TypeScript files to build
rem Note that the order is important, we should build our typings first, then our application code, then our tests
rem (as they reference each other in that order)
rem Note also that we are buildling a file (ts-appfiles.txt) to contain all the TypeScript paths (relative to the Scripts folder)
rem and we are specifying that the output of the TypeScript build should be the 'out' folder in the Scripts folder (a sibling of the app and tests folders)
echo typings\jasmine\jasmine.d.ts > ts-appfiles.txt
echo typings\jquery\jquery.d.ts >> ts-appfiles.txt
echo typings\knockout\knockout.d.ts >> ts-appfiles.txt
echo typings\requirejs\require.d.ts >> ts-appfiles.txt
echo typings\trello\trello.d.ts >> ts-appfiles.txt
echo bootstrap.ts >> ts-appfiles.txt
dir app\*.ts /b /s >> ts-appfiles.txt
dir tests\*.ts /b /s >> ts-appfiles.txt
rem Build TypeScript files
tsc @ts-appfiles.txt --sourcemap --module amd --sourcemap --outdir out
rem Remove our temporary build file
del ts-appfiles.txt | devdigital/trellodown | Trellodown/Scripts/compile.bat | bat | mit | 1,062 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S06_CalendarFolderPermission.MSOXWSMTGS_S06_TC10_CalendarPermissionLevelPublishingEditor /testcontainer:..\..\MS-OXWSMTGS\TestSuite\bin\Debug\MS-OXWSMTGS_TestSuite.dll /runconfig:..\..\MS-OXWSMTGS\MS-OXWSMTGS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSMTGS/RunMSOXWSMTGS_S06_TC10_CalendarPermissionLevelPublishingEditor.cmd | bat | mit | 338 |
fastboot.exe flash bootloader unspb.bin
::fastboot.exe flash kernel uImage
::fastboot.exe flash kernel zImage
::fastboot.exe flash system rootfs.yaffs
::fastboot.exe -w | misizeji/StudyNote_201308 | platform/day6/unsp210_boot/down_loader/auto.bat | bat | mit | 172 |
@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (Itanium)
@echo // Intel C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=icl -nologo -MD
set CF=-O2 -GF -W3 %CFI%
set LF=%BLIB%
%CC% %CF% -c @b\src.rsp
@if errorlevel 1 goto error
link -lib -nologo -out:%BLIB% @b\win64\vc.rsp
@if errorlevel 1 goto error
%CC% %CF% examples\dict.c %LF%
@if errorlevel 1 goto error
%CC% %CF% examples\lzopack.c %LF%
@if errorlevel 1 goto error
%CC% %CF% examples\precomp.c %LF%
@if errorlevel 1 goto error
%CC% %CF% examples\precomp2.c %LF%
@if errorlevel 1 goto error
%CC% %CF% examples\simple.c %LF%
@if errorlevel 1 goto error
%CC% %CF% lzotest\lzotest.c %LF%
@if errorlevel 1 goto error
%CC% %CF% -Iinclude\lzo minilzo\testmini.c minilzo\minilzo.c
@if errorlevel 1 goto error
@call b\done.bat
@goto end
:error
@echo ERROR during build!
:end
@call b\unset.bat
| AnesBendimerad/EPCIS-Events-Generator-Based-On-OpenTTD | openttd-modified/OpenTTD essentials sources/lzo-2.06/B/win64/ic.bat | bat | gpl-2.0 | 918 |
cmd_drivers/switch/built-in.o := arm-eabi-ld -EL -r -o drivers/switch/built-in.o drivers/switch/switch_class.o
| MrHyde03/android_kernel_samsung_espressovzw | drivers/switch/.built-in.o.cmd | bat | gpl-2.0 | 116 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\QOpenScienceFramework.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\QOpenScienceFramework.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| dschreij/osf-api-python-toolkit | docs/make.bat | bat | apache-2.0 | 7,771 |
del optiboot_attiny84.lst
del optiboot_attiny84.hex
del optiboot_attiny84.elf
del optiboot_attiny84.asm
omake attiny84_tuned
pause | UECIDE/UECIDE_data | cores/tinyNoMillis/bootloaders/optiboot/make attiny84_tuned.bat | bat | bsd-3-clause | 130 |
/******************************************************************************
*
* usb_host_mouse_ccs.cmd - CCS linker configuration file for usb_host_mouse.
*
* Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with "viral" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.4.178 of the DK-TM4C123G Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000
/* System memory map */
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00040000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00008000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 1024;
| cergatgmu/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c123g/usb_host_mouse/usb_host_mouse_ccs.cmd | bat | gpl-3.0 | 2,808 |
@echo off
REM
REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
REM
REM Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
REM
REM The contents of this file are subject to the terms of either the GNU
REM General Public License Version 2 only ("GPL") or the Common Development
REM and Distribution License("CDDL") (collectively, the "License"). You
REM may not use this file except in compliance with the License. You can obtain
REM a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
REM or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific
REM language governing permissions and limitations under the License.
REM
REM When distributing the software, include this License Header Notice in each
REM file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
REM Sun designates this particular file as subject to the "Classpath" exception
REM as provided by Sun in the GPL Version 2 section of the License file that
REM accompanied this code. If applicable, add the following below the License
REM Header, with the fields enclosed by brackets [] replaced by your own
REM identifying information: "Portions Copyrighted [year]
REM [name of copyright owner]"
REM
REM Contributor(s):
REM
REM If you wish your version of this file to be governed by only the CDDL or
REM only the GPL Version 2, indicate your decision by adding "[Contributor]
REM elects to include this software in this distribution under the [CDDL or GPL
REM Version 2] license." If you don't indicate a single choice of license, a
REM recipient has the option to distribute your version of this file under
REM either the CDDL, the GPL Version 2 or to extend the choice of license to
REM its licensees as provided above. However, if you add GPL Version 2 code
REM and therefore, elected the GPL Version 2 license, then the option applies
REM only if the new code is made subject to such option by the copyright
REM holder.
REM
rem
rem Make sure that JAXB_HOME and JAVA_HOME are set
rem
if not "%JAXB_HOME%" == "" goto CHECKJAVAHOME
rem Try to locate JAXB_HOME
set JAXB_HOME=%~dp0
set JAXB_HOME=%JAXB_HOME%\..
if exist "%JAXB_HOME%\lib\jaxb-xjc.jar" goto CHECKJAVAHOME
rem Unable to find it
echo JAXB_HOME must be set before running this script
goto END
:CHECKJAVAHOME
if not "%JAVA_HOME%" == "" goto USE_JAVA_HOME
set JAVA=java
goto LAUNCHXJC
:USE_JAVA_HOME
set JAVA="%JAVA_HOME%\bin\java"
goto LAUNCHXJC
:LAUNCHXJC
%JAVA% %XJC_OPTS% -jar "%JAXB_HOME%\lib\jaxb-xjc.jar" %*
:END
%COMSPEC% /C exit %ERRORLEVEL%
| B3Partners/b3p-commons-csw | src/main/jaxb/jaxb-ri-20090708/bin/xjc.bat | bat | lgpl-3.0 | 2,576 |
@ECHO OFF
RD /q /s build
MKDIR build
CD build
cmake -G "Visual Studio 14 2015" %~dp0
cmake --build . --config Debug
PAUSE
| ibelie/typy | debug/prop/debug.bat | bat | mit | 125 |
make MCU=atmega168 TARGET=libasuro168
pause
| rchicoli/asuro-lib | lib/make168-lib.bat | bat | gpl-2.0 | 48 |
gulp
| bbranquinho/wpattern-mutrack-simple | wpattern-mutrack-simple-web/start.bat | bat | apache-2.0 | 5 |
set classpath=%classpath%;.\classes;\dist\jaudiotagger.jar
java org.jaudiotagger.test.MergeID3AndMP3Files %1 %2 %3 | alejandroarturom/frostwire-desktop | lib/jars-src/jaudiotagger/MergeID3AndMP3.bat | bat | gpl-3.0 | 114 |
@echo off
rem Copyright 2008 Google Inc.
rem Author: Lincoln Smith
rem | retrography/scancode-toolkit | tests/cluecode/data/ics/chromium-sdch-open-vcdiff-vsprojects/vcdiff_test.bat | bat | apache-2.0 | 70 |
// The user must define CLA_C in the project linker settings if using the
// CLA C compiler
// Project Properties -> C2000 Linker -> Advanced Options -> Command File
// Preprocessing -> --define
#ifdef CLA_C
// Define a size for the CLA scratchpad area that will be used
// by the CLA compiler for local symbols and temps
// Also force references to the special symbols that mark the
// scratchpad are.
CLA_SCRATCHPAD_SIZE = 0x100;
--undef_sym=__cla_scratchpad_end
--undef_sym=__cla_scratchpad_start
#endif //CLA_C
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x080000, length = 0x000002
RAMM0 : origin = 0x000122, length = 0x0002DE
RAMD0 : origin = 0x00B000, length = 0x000800
RAMLS4 : origin = 0x00A000, length = 0x000800
RAMLS5 : origin = 0x00A800, length = 0x000800
RAMGS14 : origin = 0x01A000, length = 0x001000
RAMGS15 : origin = 0x01B000, length = 0x001000
RESET : origin = 0x3FFFC0, length = 0x000002
/* Flash sectors */
FLASHA : origin = 0x080002, length = 0x001FFE /* on-chip Flash */
FLASHB : origin = 0x082000, length = 0x002000 /* on-chip Flash */
FLASHC : origin = 0x084000, length = 0x002000 /* on-chip Flash */
FLASHD : origin = 0x086000, length = 0x002000 /* on-chip Flash */
FLASHE : origin = 0x088000, length = 0x008000 /* on-chip Flash */
FLASHF : origin = 0x090000, length = 0x008000 /* on-chip Flash */
FLASHG : origin = 0x098000, length = 0x008000 /* on-chip Flash */
FLASHH : origin = 0x0A0000, length = 0x008000 /* on-chip Flash */
FLASHI : origin = 0x0A8000, length = 0x008000 /* on-chip Flash */
FLASHJ : origin = 0x0B0000, length = 0x008000 /* on-chip Flash */
FLASHK : origin = 0x0B8000, length = 0x002000 /* on-chip Flash */
FLASHL : origin = 0x0BA000, length = 0x002000 /* on-chip Flash */
FLASHM : origin = 0x0BC000, length = 0x002000 /* on-chip Flash */
FLASHN : origin = 0x0BE000, length = 0x002000 /* on-chip Flash */
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x000120 /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
RAMLS0 : origin = 0x008000, length = 0x000800
RAMLS1 : origin = 0x008800, length = 0x000800
RAMLS2 : origin = 0x009000, length = 0x000800
RAMLS3 : origin = 0x009800, length = 0x000800
RAMGS0 : origin = 0x00C000, length = 0x001000
RAMGS1 : origin = 0x00D000, length = 0x001000
RAMGS2 : origin = 0x00E000, length = 0x001000
RAMGS3 : origin = 0x00F000, length = 0x001000
RAMGS4 : origin = 0x010000, length = 0x001000
RAMGS5 : origin = 0x011000, length = 0x001000
RAMGS6 : origin = 0x012000, length = 0x001000
RAMGS7 : origin = 0x013000, length = 0x001000
RAMGS8 : origin = 0x014000, length = 0x001000
RAMGS9 : origin = 0x015000, length = 0x001000
RAMGS10 : origin = 0x016000, length = 0x001000
RAMGS11 : origin = 0x017000, length = 0x001000
RAMGS12 : origin = 0x018000, length = 0x001000
RAMGS13 : origin = 0x019000, length = 0x001000
CLA1_MSGRAMLOW : origin = 0x001480, length = 0x000080
CLA1_MSGRAMHIGH : origin = 0x001500, length = 0x000080
}
SECTIONS
{
/* Allocate program areas: */
.cinit : > FLASHB PAGE = 0, ALIGN(4)
.pinit : > FLASHB, PAGE = 0, ALIGN(4)
.text : > FLASHB PAGE = 0, ALIGN(4)
codestart : > BEGIN PAGE = 0, ALIGN(4)
ramfuncs : LOAD = FLASHD,
RUN = RAMLS4,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 0, ALIGN(4)
/* Allocate uninitalized data sections: */
.stack : > RAMM1 PAGE = 1
.ebss : > RAMLS2 PAGE = 1
.esysmem : > RAMLS2 PAGE = 1
/* Initalized sections go in Flash */
.econst : > FLASHB PAGE = 0, ALIGN(4)
.switch : > FLASHB PAGE = 0, ALIGN(4)
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
Filter_RegsFile : > RAMGS0, PAGE = 1
/* CLA specific sections */
Cla1Prog : LOAD = FLASHD,
RUN = RAMLS5,
LOAD_START(_Cla1funcsLoadStart),
LOAD_END(_Cla1funcsLoadEnd),
RUN_START(_Cla1funcsRunStart),
LOAD_SIZE(_Cla1funcsLoadSize),
PAGE = 0, ALIGN(4)
CLADataLS0 : > RAMLS0, PAGE=1
CLADataLS1 : > RAMLS1, PAGE=1
Cla1ToCpuMsgRAM : > CLA1_MSGRAMLOW, PAGE = 1
CpuToCla1MsgRAM : > CLA1_MSGRAMHIGH, PAGE = 1
#ifdef __TI_COMPILER_VERSION
#if __TI_COMPILER_VERSION >= 15009000
.TI.ramfunc : {} LOAD = FLASHD,
RUN = RAMLS4,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 0, ALIGN(4)
#endif
#endif
/* The following section definition are for SDFM examples */
Filter1_RegsFile : > RAMGS1, PAGE = 1, fill=0x1111
Filter2_RegsFile : > RAMGS2, PAGE = 1, fill=0x2222
Filter3_RegsFile : > RAMGS3, PAGE = 1, fill=0x3333
Filter4_RegsFile : > RAMGS4, PAGE = 1, fill=0x4444
#ifdef CLA_C
/* CLA C compiler sections */
//
// Must be allocated to memory the CLA has write access to
//
CLAscratch :
{ *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > RAMLS1, PAGE = 1
.scratchpad : > RAMLS1, PAGE = 1
.bss_cla : > RAMLS1, PAGE = 1
.const_cla : LOAD = FLASHB,
RUN = RAMLS1,
RUN_START(_Cla1ConstRunStart),
LOAD_START(_Cla1ConstLoadStart),
LOAD_SIZE(_Cla1ConstLoadSize),
PAGE = 1
#endif //CLA_C
}
/*
//===========================================================================
// End of file.
//===========================================================================
*/
| battosai30/Energia | hardware/c2000/cores/c2000/F2837xS_common/cmd/2837xS_FLASH_CLA_lnk_cpu1.cmd | bat | lgpl-2.1 | 6,853 |
@ECHO OFF
@"%~dp0jruby.exe" -S jirb %*
| jyotisingh/functional-tests | tools/jruby/bin/jirb.bat | bat | apache-2.0 | 41 |
REM Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
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; version 2 of the License.
REM
REM This program is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with this program; if not, write to the Free Software
REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
REM quick and dirty build file for testing different MSDEVs
setlocal
set myFLAGS= /I../include /I../mySTL /c /W3 /G6 /O2
cl %myFLAGS% test.cpp
link.exe /out:test.exe ../src/taocrypt.lib test.obj advapi32.lib
| pubsubsql/notification-services | mysql/mysql-5.6.17/extra/yassl/taocrypt/test/make.bat | bat | gpl-3.0 | 983 |
7z x "-p%PROXER_DATA%" -o. ".\ci\proxer.data" > nul
echo CONFIG += create_installer >> install.pri
| Skycoder42/SeasonProxer | ci/appveyor_init.bat | bat | mit | 99 |
python replace.py -i table_names{name}.sql -o table_names.sql -n %1
python table_names.py | Totopolis/dataserver | test_scripts/gen/table_names.bat | bat | mit | 89 |
@echo off
net start TaskManager
pause | danielzanella/TaskManager | src/TaskManager/ServiceStart.cmd | bat | mit | 37 |
@ECHO OFF
START /WAIT TestConsoleFail.exe
IF ERRORLEVEL 1 ( ECHO Error level is correctly returning a 1 ) ELSE ( ECHO Error level failed to return a 1 )
| vonwenm/JANEL | Test/TestLaunchFail/TestConsoleFail012.bat | bat | mit | 155 |
OpenCover.Console.exe -register:user -target:..\..\..\tools\NUnit-2.5.9.10348\bin\net-2.0\nunit-console-x86.exe -targetargs:"OpenCover.Test.nunit /noshadow" -filter:"+[Open*]* -[OpenCover.T*]*" -output:opencovertests_nunit.xml
| mtscout6/opencover | main/cmdline/dogfood_nunit.cmd | bat | mit | 227 |
set zip=h:\data\tri\temp\tri-devp-pkg
set zipn=h:\data\tri\temp\tri-devp-pkg-node
rem goto node
rem GAE Variant
del %ZIP%.zip
pushd
cd h:\data\tri
wzzip -r -P -x@src\4nt\trizipx.txt %ZIP%.zip war\* icons\* data\* bats\* lib\*
popd
pushd
cd h:\data\tri\variants\gae
wzzip -r -P %ZIP%.zip war\*
popd
pushd
cd h:\data\tri\variants\node
wzzip -r -P %ZIP%.zip war\* bats\*
popd
:node
rem NODE.JS Variant
del %ZIPN%.zip
pushd
cd h:\data\tri
wzzip -r -P -x@src\4nt\trizipx.txt -x@src\4nt\trizipxn.txt %ZIPN%.zip war\* icons\* data\* bats\*
popd
pushd
cd h:\data\tri\variants\node
wzzip -r -P %ZIPN%.zip war\* bats\*
popd
pushd
copy %ZIP%.zip h:\data\tri\war\zips\tri-devp-pkg.bin
copy %ZIPN%.zip h:\data\tri\war\zips\tri-devp-pkg-node.bin
| srp7474/tri | src/4nt/trizip.bat | bat | mit | 744 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\nimblenet.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\nimblenet.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| DailyActie/Surrogate-Model | 01-codes/python-neural-network-master/docs/make.bat | bat | mit | 7,466 |
@echo off
git add . --all
set /p cmt="Please enter commit text, leave empty to add time: "
if defined cmt (
git commit -m "%cmt%"
) else git commit -m "%date%%time%"
git push -u origin hic17
pause | SykieChen/hexo-theme-hic17 | gpush.cmd | bat | mit | 196 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
REM Disable C-extensions
REM The Cython extension types replace the Python classes and do not have doc strings.
set EZDXF_DISABLE_C_EXT=1
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\ezdxf.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\ezdxf.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
set EZDXF_DISABLE_C_EXT= | mozman/ezdxf | docs/make.bat | bat | mit | 4,677 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\PyMetaWear.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\PyMetaWear.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| hbldh/pymetawear | docs/make.bat | bat | mit | 7,225 |
@java -cp wCodeGen-all-1.0.jar io.github.datasays.codeGen2.ProjectGen projects.yml
@java -cp wCodeGen-all-1.0.jar io.github.datasays.codeGen2.GradleGen gradle.yml
gradle idea eclipse classes -p .. | DataAgg/DAFramework | codegen/codegen.bat | bat | mit | 196 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\react-native-cli\index.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\react-native-cli\index.js" %*
) | divyatcst/SampleReactApp | node_modules/.bin/react-native.cmd | bat | mit | 192 |
del voron11colt.rar
rar a voron11colt.rar *.TeX *.sty *.bib *.ini *.cpp *.h *.ds? *.doc *.bat *.xls *.chd *.emf *.eps *.bmp *.ppt *.pdf
rar a -r voron11colt.rar "C:\Voron\MiKTeX\bibtex\bib\MachLearn.bib"
rar a -r voron11colt.rar "C:\Apps\MiKTeXlocal\bibtex\bib\MachLearn.bib"
| sashafrey/latex | Articles/alfrey/NIPS-2013/voron11colt/save.bat | bat | gpl-2.0 | 280 |
@echo off
set startdir=%USERPROFILE%\.ipython\profile_default\startup
set startpy=%startdir%\00-setup.py
setlocal enableextensions
IF NOT EXIST "%startdir%" (
md %startdir%
)
endlocal
echo import numpy as np > %startpy%
echo import matplotlib.pyplot as plt >> %startpy%
echo import pandas as pd >> %startpy%
echo from pandas import Series, DataFrame >> %startpy%
echo Done.
pause
| enakai00/ml4se | config_win.bat | bat | gpl-2.0 | 383 |
taskkill -im freecad.exe /f
@echo OFF
echo cadquery-freecad-module required
@echo ON
cd %~p0
:: start "" "d:\FreeCAD_015\bin\freecad" main_generator.py 0402
start "" "C:\Program Files\FreeCAD 0.18\bin\freecad" main_generator.py %1
::pause | easyw/kicad-3d-models-in-freecad | cadquery/FCAD_script_generator/TerminalBlock_Phoenix/create_model.bat | bat | gpl-2.0 | 239 |
cmd_drivers/input/serio/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/input/serio/built-in.o drivers/input/serio/serio.o drivers/input/serio/serport.o drivers/input/serio/libps2.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/input/serio/.built-in.o.cmd | bat | gpl-2.0 | 303 |
cmd_lib/lzo/lzo_compress.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o lib/lzo/lzo_compress.o lib/lzo/lzo1x_compress.o
| Envious-Data/shinano-sirius_msm8974abpro | lib/lzo/.lzo_compress.o.cmd | bat | gpl-2.0 | 167 |
cmd_arch/arm/lib/memcpy.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.memcpy.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/memcpy.o arch/arm/lib/memcpy.S
source_arch/arm/lib/memcpy.o := arch/arm/lib/memcpy.S
deps_arch/arm/lib/memcpy.o := \
/home/tyler/dev/rk3188/tylermk908/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/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/memcpy.o: $(deps_arch/arm/lib/memcpy.o)
$(deps_arch/arm/lib/memcpy.o):
| tyeo098/MK908-Kernel-NAND | arch/arm/lib/.memcpy.o.cmd | bat | gpl-2.0 | 1,951 |
cmd_sound/pci/asihpi/built-in.o := rm -f sound/pci/asihpi/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD sound/pci/asihpi/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | sound/pci/asihpi/.built-in.o.cmd | bat | gpl-2.0 | 225 |
cmd_sound/pci/oxygen/built-in.o := rm -f sound/pci/oxygen/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD sound/pci/oxygen/built-in.o
| avareldalton85/rpi2-linux-rt | sound/pci/oxygen/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_lib/zlib_inflate/built-in.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o lib/zlib_inflate/built-in.o lib/zlib_inflate/zlib_inflate.o
| doadin/samsung-kernel-msm7x30-Doadin | lib/zlib_inflate/.built-in.o.cmd | bat | gpl-2.0 | 180 |
cmd_drivers/tty/ipwireless/built-in.o := rm -f drivers/tty/ipwireless/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/tty/ipwireless/built-in.o
| chase2534/gtab47.freekern | drivers/tty/ipwireless/.built-in.o.cmd | bat | gpl-2.0 | 266 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not grant any
:: rights to the materials distributed herewith. Except as
:: otherwise provided in a valid license issued to you by
:: Xilinx, and to the maximum extent permitted by applicable
:: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
:: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
:: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
:: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
:: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
:: (2) Xilinx shall not be liable (whether in contract or tort,
:: including negligence, or under any other theory of
:: liability) for any loss or damage of any kind or nature
:: related to, arising under or in connection with these
:: materials, including for any direct, or any indirect,
:: special, incidental, or consequential loss or damage
:: (including loss of data, profits, goodwill, or any type of
:: loss or damage suffered as a result of any action brought
:: by a third party) even if such damage or loss was
:: reasonably foreseeable or Xilinx had been advised of the
:: possibility of the same.
::
:: CRITICAL APPLICATIONS
:: Xilinx products are not designed or intended to be fail-
:: safe, or for use in any application requiring fail-safe
:: performance, such as life-support or safety devices or
:: systems, Class III medical devices, nuclear facilities,
:: applications related to the deployment of airbags, or any
:: other applications that could lead to death, personal
:: injury, or severe property or environmental damage
:: (individually and collectively, "Critical
:: Applications"). Customer assumes the sole risk and
:: liability of any use of Xilinx products in Critical
:: Applications, subject only to applicable laws and
:: regulations governing limitations on product liability.
::
:: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
:: PART OF THIS FILE AT ALL TIMES.
echo "Compiling Core VHDL UNISIM/Behavioral model"
vhpcomp -work work ..\\..\\..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3.vhd
vhpcomp -work work ..\\..\\example_design\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_exdes.vhd
echo "Compiling Test Bench Files"
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_pkg.vhd
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_rng.vhd
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_dgen.vhd
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_dverif.vhd
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_pctrl.vhd
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_synth.vhd
vhpcomp -work work ..\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_tb.vhd
fuse work.system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_tb -L xilinxcorelib -L unisim -o system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_tb.exe
.\\system_axi_vdma_0_wrapper_fifo_generator_v9_3_3_tb.exe -gui -tclbatch .\\wave_isim.tcl
| CprE488/Final | system/implementation/system_axi_vdma_0_wrapper_fifo_generator_v9_3_3/simulation/functional/simulate_isim.bat | bat | gpl-3.0 | 3,292 |
c:\lazarus\tools\lazres ..\mDateEdit_gliph.lrs mDateEdit.bmp | DomenicoMammola/OboCL | src/components/images/create_lrs_file_mEditDate.bat | bat | mpl-2.0 | 60 |
C:\"Program Files"\7-Zip\7z.exe a expose-noisy-tabs.xpi forms images modules bootstrap.js chrome.manifest install.rdf LICENSE | wsdfhjxc/expose-noisy-tabs | build.cmd | bat | mpl-2.0 | 125 |
AUTHENTICATE PUBKEY:300:0.NA/11041
/applis/hs/svr_1/admpriv.bin|be1jing
(...)
DELETE 11041/sldr000009/fix.gif
CREATE 11041/sldr000009/fix.gif
100 HS_ADMIN 86400 1110 ADMIN 300:110011111110:0.NA/11041
7 EMAIL 86400 1110 UTF8 webmaster@sldr.org
8 URL 86400 1110 UTF8 http://sldr.org/sldr000009/preview/images/fix.gif
9 DESC 86400 1110 UTF8 ORTOLANG www.ortolang.fr (via SLDR)
10 DESC 86400 1110 UTF8 Outil : Phonedit SIGNAIX
11 DESC 86400 1110 UTF8 file §preview/images/fix.gif
12 DESC 86400 1110 UTF8 Content-Type: image/gif
13 DESC 86400 1110 UTF8 Content-Length: 366
(...)
DELETE 11041/sldr000009/fix.gif
DELETE 11041/sldr000009_v1_f30
CREATE 11041/sldr000009_v1_f30
100 HS_ADMIN 86400 1110 ADMIN 300:110011111110:0.NA/11041
7 EMAIL 86400 1110 UTF8 webmaster@sldr.org
8 URL 86400 1110 UTF8 http://sldr.org/sldr000009_v1/preview/images/fix.gif
9 DESC 86400 1110 UTF8 ORTOLANG www.ortolang.fr (via SLDR)
10 DESC 86400 1110 UTF8 Outil : Phonedit SIGNAIX (version 1)
11 DESC 86400 1110 UTF8 file 30
12 DESC 86400 1110 UTF8 Content-Type: image/gif
13 DESC 86400 1110 UTF8 Content-Length: 366
DELETE 11041/sldr000009/fix.gif
CREATE 11041/sldr000009/fix.gif
100 HS_ADMIN 86400 1110 ADMIN 300:110011111110:0.NA/11041
7 EMAIL 86400 1110 UTF8 webmaster@sldr.org
8 URL 86400 1110 UTF8 http://sldr.org/sldr000009_v1/preview/images/fix.gif
9 DESC 86400 1110 UTF8 ORTOLANG www.ortolang.fr (via SLDR)
10 DESC 86400 1110 UTF8 Outil : Phonedit SIGNAIX
11 DESC 86400 1110 UTF8 file §preview/images/fix.gif
12 DESC 86400 1110 UTF8 Content-Type: image/gif
13 DESC 86400 1110 UTF8 Content-Length: 366
(...)
DELETE 11041/sldr000009/fix.gif
CREATE 11041/sldr000009/fix.gif
100 HS_ADMIN 86400 1110 ADMIN 300:110011111110:0.NA/11041
7 EMAIL 86400 1110 UTF8 webmaster@sldr.org
8 URL 86400 1110 UTF8 http://sldr.org/sldr000009/preview/images/fix.gif
9 DESC 86400 1110 UTF8 ORTOLANG www.ortolang.fr (via SLDR)
10 DESC 86400 1110 UTF8 Outil : Phonedit SIGNAIX
11 DESC 86400 1110 UTF8 file §preview/images/fix.gif
12 DESC 86400 1110 UTF8 Content-Type: image/gif
13 DESC 86400 1110 UTF8 Content-Length: 366
DELETE 11041/sldr000009/icon_error_sml.gif
CREATE 11041/sldr000009/icon_error_sml.gif
100 HS_ADMIN 86400 1110 ADMIN 300:110011111110:0.NA/11041
7 EMAIL 86400 1110 UTF8 webmaster@sldr.org
8 URL 86400 1110 UTF8 http://sldr.org/sldr000009/preview/images/icon_error_sml.gif
9 DESC 86400 1110 UTF8 ORTOLANG www.ortolang.fr (via SLDR)
10 DESC 86400 1110 UTF8 Outil : Phonedit SIGNAIX
11 DESC 86400 1110 UTF8 file §preview/images/icon_error_sml.gif
12 DESC 86400 1110 UTF8 Content-Type: image/gif
13 DESC 86400 1110 UTF8 Content-Length: 633
| Ortolang/diffusion | comp/src/test/resources/handle/HandleBatch.bat | bat | lgpl-3.0 | 2,632 |
@rem git gdt git difftool
@git difftool %*
| kodybrown/dos | gdt.bat | bat | unlicense | 47 |
mkdir buildd
cd buildd
REM Configure step
cmake -G "Ninja" -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_PREFIX_PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_SYSTEM_PREFIX_PATH="%LIBRARY_PREFIX%" ^
..
if errorlevel 1 exit 1
REM Build step
ninja
if errorlevel 1 exit 1
REM Install step
ninja install
if errorlevel 1 exit 1
| DLR-SC/tigl | ci/conda/freetype-static/bld.bat | bat | apache-2.0 | 354 |
java -jar build/libs/vlls-back-0.1.0.jar --spring.profiles.active=prod | hiepha/vls | vlls-back/start.bat | bat | apache-2.0 | 70 |
CALL CMakeCommon.bat
ECHO *** Set MVC14 specifics and run CMake ***
SET MAINCMAKE=%SRCROOTDIR%\projects\CMake\targets\GUCEF
SET MVC14_OUTPUTDIR="%OUTPUTDIR%\MVC14"
CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 14 2015" -H"%MAINCMAKE%" -B%MVC14_OUTPUTDIR%
PAUSE | LiberatorUSA/GUCEF | projects/CMake/RunCMake_Shared_MVC14_Win32_new.bat | bat | apache-2.0 | 267 |
@echo off
REM Copyright (c) 2013, Equal Experts Ltd
REM All rights reserved.
REM
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions are
REM met:
REM
REM 1. Redistributions of source code must retain the above copyright notice,
REM this list of conditions and the following disclaimer.
REM 2. Redistributions in binary form must reproduce the above copyright
REM notice, this list of conditions and the following disclaimer in the
REM documentation and/or other materials provided with the distribution.
REM
REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
REM "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
REM TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
REM PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
REM OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
REM EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
REM PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
REM PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
REM LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
REM NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
REM SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
REM
REM The views and conclusions contained in the software and documentation
REM are those of the authors and should not be interpreted as representing
REM official policies, either expressed or implied, of the Midas Project.
if not defined MIDAS_HOME (SET MIDAS_HOME=.)
SET CLASSPATH=%MIDAS_HOME%;%%JAVA_CLASS_PATH%%
java -cp %CLASSPATH% -DlogLevel=INFO com.ee.midas.Main %* | EqualExperts/Midas | distribution-template/midas.bat | bat | bsd-2-clause | 1,813 |
@echo off
set NAME=Sheet
set CFGNAME=Sheet
set RCC= %QTDIR%\bin\rcc.exe
set SRC=..\Source\
set OUTPUT=.\Deploy
IF NOT EXIST %OUTPUT%\. md %OUTPUT%
copy %SRC%\%CFGNAME%.cfg %OUTPUT%
%RCC% -threshold 70 -binary -o %OUTPUT%\%NAME%.rcc %SRC%\%NAME%.qrc | zeecrowd/Sheet | Build/build.cmd | bat | bsd-3-clause | 262 |
REM "..\tools\gitlink\GitLink.exe" ..\ -u https://github.com/huoshan12345/WebQQWeChat -c release
@ECHO OFF
SET /P VERSION_SUFFIX=Please enter version-suffix (can be left empty):
dotnet "pack" "..\src\WebQQ" -c "Release" -o ..\..\nupkg\ --include-symbols --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\WebWeChat" -c "Release" -o ..\..\nupkg\ --include-symbols --version-suffix "%VERSION_SUFFIX%"
pause
| huoshan12345/WebQQWeChat | nupkg/pack.bat | bat | mit | 414 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC94_UpdateListItems_PreCalcIgnore /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC94_UpdateListItems_PreCalcIgnore.cmd | bat | mit | 317 |
@call meerkat.bat %*
| edartuz/meerkat | repo/tools/start.bat | bat | mit | 22 |
@echo off
call af logout
call af login hakandilek@gmail.com
git update-index --assume-unchanged conf/application.conf
patch -N conf/application.conf conf/application.conf.diff
call play clean dist
call af update
| rchincho/publicplay | deploy-appfog.bat | bat | mit | 214 |
python build_start.py
mvn package
python build_end.py | sanman00/SpongeSkills | build.bat | bat | mit | 53 |
..\..\..\..\Tools\Windows\doxygen doxyfile.buInternal
if errorlevel 1 pause | hirano/koblo_software | SDK/trunk/BaseUtilities/documentation/MakeDocsInternal.bat | bat | gpl-3.0 | 75 |
@echo off
REM Runs wxWidgets CppUnit tests
REM This script is used to return the correct return value to the caller
REM which is required by Buildbot to recognize failures.
REM Note that in DOS error level is not the return code of the previous
REM command; it is for (some!) built-in DOS commands like FIND but
REM in general it's not. Thus to get the return code of the test utility
REM we need some hack; see the guide:
REM http://www.infionline.net/~wtnewton/batch/batguide.html
REM for general info about DOS batch files.
REM Author: Francesco Montorsi
REM $Id$
rem set the path for running the tests if they use DLL build of wx
for /d %%x in ("..\lib\*_dll") do @set PATH=%%x;%PATH%
set failure=0
for /d %%x in (*) do @(
if exist %%x\test.exe (
%%x\test.exe >tmp
REM show the output of the test in the buildbot log:
type tmp
REM hack to understand if the tests succeeded or not
REM (failure=1 is set if "OK" does not appear in the test output)
type tmp | find "OK" >NUL
if ERRORLEVEL 1 set failure=1
REM separe the output of the test we just executed from the next one
echo.
echo.
echo ========================================================================
echo ========================================================================
echo.
echo.
)
if exist %%x\test_gui.exe (
%%x\test_gui.exe >tmp
REM show the output of the test in the buildbot log:
type tmp
REM hack to understand if the tests succeeded or not
REM (failure=1 is set if "OK" does not appear in the test output)
type tmp | find "OK" >NUL
if ERRORLEVEL 1 set failure=1
)
)
REM exit with code 1 if any of the test failed
del tmp
if %failure% EQU 1 (
echo.
echo One or more test failed
echo.
exit 1
)
REM remove the failure env var:
set failure=
REM exit with code 0 (all tests passed successfully)
exit 0
| enachb/freetel-code | src/wxWidgets-2.9.4/tests/runtests.bat | bat | lgpl-2.1 | 2,032 |
premake5 --os=windows --file=premake5.lua vs2013
premake5 --os=linux --file=premake5.lua gmake
pause | willox/archive | gmsv_refresh-master/premake.bat | bat | unlicense | 100 |
@ECHO OFF
SETLOCAL
SET EL=0
ECHO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SET PLATFORM=x64
SET CONFIGURATION=Release
::SET LOCAL_DEV=1
FOR /F "tokens=*" %%i in ('git rev-parse --abbrev-ref HEAD') do SET APPVEYOR_REPO_BRANCH=%%i
ECHO APPVEYOR_REPO_BRANCH^: %APPVEYOR_REPO_BRANCH%
::SET PATH=C:\mb\windows-builds-64\tmp-bin\cmake-3.5.0-win32-x86\bin;%PATH%
SET PATH=C:\mb\windows-builds-64\tmp-bin\cmake-3.5.1-win32-x86\bin;%PATH%
SET PATH=C:\Program Files\7-Zip;%PATH%
powershell Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
CALL appveyor-build.bat
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
GOTO DONE
:ERROR
ECHO ~~~~~~~~~~~~~~~~~~~~~~ ERROR %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ECHO ERRORLEVEL^: %ERRORLEVEL%
SET EL=%ERRORLEVEL%
:DONE
ECHO ~~~~~~~~~~~~~~~~~~~~~~ DONE %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EXIT /b %EL%
| arnekaiser/osrm-backend | build-local.bat | bat | bsd-2-clause | 899 |
del *.obj
del *.dat
del *.~*
del *.tds | pedro-stanaka/PgAR-tree | sample/sample-01_dummytree/clean.bat | bat | mit | 38 |
@echo off
set DIR=%~dp0
set PYTHONPATH=%DIR%lib;%DIR%plugins;%PYTHONPATH%
start python "%DIR%bCNC.py"
| Sci33/bCNC | bCNC.bat | bat | gpl-2.0 | 102 |
@ECHO off
REM Copyright 2014 The Flutter Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the logic in the
REM `dart` script in the same directory to ensure that Flutter & Dart continue to
REM work across all platforms!
REM
REM --------------------------------------------------------------------------
SETLOCAL ENABLEDELAYEDEXPANSION
FOR %%i IN ("%~dp0..") DO SET FLUTTER_ROOT=%%~fi
REM Include shared scripts in shared.bat
SET shared_bin=%FLUTTER_ROOT%/bin/internal/shared.bat
CALL "%shared_bin%"
SET cache_dir=%FLUTTER_ROOT%\bin\cache
SET dart_sdk_path=%cache_dir%\dart-sdk
SET dart=%dart_sdk_path%\bin\dart.exe
REM Chaining the call to 'dart' and 'exit' with an ampersand ensures that
REM Windows reads both commands into memory once before executing them. This
REM avoids nasty errors that may otherwise occur when the dart command (e.g. as
REM part of 'flutter upgrade') modifies this batch script while it is executing.
REM
REM Do not use the CALL command in the next line to execute Dart. CALL causes
REM Windows to re-read the line from disk after the CALL command has finished
REM regardless of the ampersand chain.
"%dart%" %* & exit /B !ERRORLEVEL!
| cbracken/flutter | bin/dart.bat | bat | bsd-3-clause | 1,392 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%JENAROOT%" == "" goto :rootNotSet
set JENA_HOME=%JENAROOT%
:rootNotSet
if NOT "%JENA_HOME%" == "" goto :okHome
echo JENA_HOME not set
exit /B
:okHome
set JENA_CP=%JENA_HOME%\lib\*;
set LOGGING=file:%JENA_HOME%/jena-log4j.properties
@rem JVM_ARGS comes from the environment.
java %JVM_ARGS% -Dlog4j.configuration="%LOGGING%" -cp "%JENA_CP%" tdb.tdbdump %*
exit /B
| CesarPantoja/jena | apache-jena/bat/tdbdump.bat | bat | apache-2.0 | 476 |
UPDATE 'test/Test2' "Test2-data.txt";
pause 1;
CREATE SCANNER ON 'test/Test2'[..??] WHERE ROW >= "Abama" LIMIT=4;
DESTROY SCANNER;
CREATE SCANNER ON 'test/Test2'[..??] WHERE ROW >= "Abama" LIMIT=2 REVS=1;
DESTROY SCANNER;
quit
| deniskin82/hypertable | src/cc/Tools/rsclient/tests/Test2.cmd | bat | gpl-3.0 | 227 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch ${project.version}
SET params='%*'
:loop
FOR /F "usebackq tokens=1* delims= " %%A IN (!params!) DO (
SET current=%%A
SET params='%%B'
SET silent=N
IF "!current!" == "-s" (
SET silent=Y
)
IF "!current!" == "--silent" (
SET silent=Y
)
IF "!silent!" == "Y" (
SET nopauseonerror=Y
) ELSE (
IF "x!newparams!" NEQ "x" (
SET newparams=!newparams! !current!
) ELSE (
SET newparams=!current!
)
)
IF "x!params!" NEQ "x" (
GOTO loop
)
)
SET HOSTNAME=%COMPUTERNAME%
if "%ES_JVM_OPTIONS%" == "" (
rem '0' is the batch file, '~dp' appends the drive and path
set ES_JVM_OPTIONS=%~dp0\..\config\jvm.options
)
@setlocal
rem extract the options from the JVM options file %ES_JVM_OPTIONS%
rem such options are the lines beginning with '-', thus "findstr /b"
for /F "usebackq delims=" %%a in (`findstr /b \- "%ES_JVM_OPTIONS%"`) do set JVM_OPTIONS=!JVM_OPTIONS! %%a
@endlocal & set ES_JAVA_OPTS=%JVM_OPTIONS% %ES_JAVA_OPTS%
CALL "%~dp0elasticsearch.in.bat"
IF ERRORLEVEL 1 (
IF NOT DEFINED nopauseonerror (
PAUSE
)
EXIT /B %ERRORLEVEL%
)
%JAVA% %ES_JAVA_OPTS% %ES_PARAMS% -cp "%ES_CLASSPATH%" "org.elasticsearch.bootstrap.Elasticsearch" !newparams!
ENDLOCAL
| wuranbo/elasticsearch | distribution/src/main/resources/bin/elasticsearch.bat | bat | apache-2.0 | 1,288 |
@REM [[ Change dir to input directory and link to grit ]]
@%~d1
@cd %~dp1
@set GRIT=%~dp0grit.exe
@REM [[ run grit ]]
%GRIT% %1
@pause | amaiorano/ZeldaDS | Tools/grit/grind.bat | bat | mit | 136 |
@echo off
setlocal
java -Dorg.sneo.tools.console.snmpRequest.VariableTextFormat=org.sneo.util.ColonSeparatedOidTypeValueVariableTextFormat -cp log4j.jar;slf4j-log4j12;slf4j-api.jar;snmp4j.jar;pcap4j-core.jar;sneo-core.jar com.github.kaitoy.sneo.tools.console.SneoSnmpRequest -Ow -v 2c -c %1 %2 %3
rem SNMPv3
rem java -Dorg.sneo.tools.console.snmpRequest.VariableTextFormat=org.sneo.util.ColonSeparatedOidTypeValueVariableTextFormat -cp log4j.jar;slf4j-log4j12;slf4j-api.jar;snmp4j.jar;pcap4j-core.jar;sneo-core.jar com.github.kaitoy.sneo.tools.console.SneoSnmpReques -Ow -v 3 -a SHA -A password -l authPriv -n config -u public -x DES -X password %1 %2
| kaitoy/sneo | sneo-core/bin/walk.bat | bat | mit | 663 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\fifo.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\fifo.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| luftdanmark/fifo.li | docs/make.bat | bat | mit | 5,092 |
@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script to copy file(s) from a project single build output directory into a
rem stage of the same project (build pipeline inside one project). The copy
rem performs file filtering by pattern.
rem Examples:
rem 1. call xcopy_to_stage.bat "project binaries w/o debug information" "%%STAGE_NAME%%" ^
rem "%%PROJECT_STAGE_BUILD_ROOT.BIN_DIR%%" "%%PROJECT_STAGE_POSTBUILD_ROOT.BIN_DIR%%" "*.*" "/E /Y /H" ^
rem "%%PROJECT_BIN_ROOT_XCOPY_EXCLUDE_DIRS_FILE%%" ^
rem "@xcopy_msvc_debug_info_files.lst" || exit /b 1
setlocal
set "?~nx0=%~nx0"
set "?~dp0=%~dp0"
set "MSG_TOKEN=%~1"
set "STAGE_NAME=%~2"
set "FROM_STAGE_DIR_ROOT=%~3"
set "TO_STAGE_DIR_ROOT=%~4"
set "FROM_FILE_LIST=%~5"
set "XCOPY_FILE_FLAGS=%~6"
set "XCOPY_EXCLUDE_FILES_LIST=%~7"
set "XCOPY_EXCLUDE_DIRS_LIST=%~8"
if not exist "%FROM_STAGE_DIR_ROOT%" (
echo.%?~nx0%: error: FROM_STAGE_DIR_ROOT path does not exist: "%FROM_STAGE_DIR_ROOT%"
exit /b 1
) >&2
rem Drop last error level
call;
call "%%?~dp0%%__init__.bat" || exit /b
call :FILE_PATH "%%TO_STAGE_DIR_ROOT%%"
set "TO_STAGE_DIR_FILE_PATH=%FILE_PATH%"
call :BASE_PATH "%%TO_STAGE_DIR_ROOT%%"
set "TO_STAGE_DIR_BASE_PATH=%BASE_PATH%"
if "%TO_STAGE_DIR_FILE_PATH%" == "%TO_STAGE_DIR_BASE_PATH%" (
echo.%?~nx0%: error: TO_STAGE_DIR_ROOT path can not exist: "%TO_STAGE_DIR_ROOT%"
exit /b 2
) >&2
call :FILE_PATH "%%FROM_STAGE_DIR_ROOT%%"
set "FROM_STAGE_DIR_ROOT=%FILE_PATH%"
set "TO_STAGE_DIR_ROOT=%TO_STAGE_DIR_FILE_PATH%"
set FROM_FILE_INDEX=1
set MSG_PRINTED=0
:FROM_FILE_LOOP
set "FROM_FILE="
for /F "eol=# tokens=%FROM_FILE_INDEX% delims=:" %%i in ("%FROM_FILE_LIST%") do set "FROM_FILE=%%i"
if not defined FROM_FILE goto FROM_FILE_LOOP_END
set /A FROM_FILE_INDEX+=1
call "%%CONTOOLS_ROOT%%/has_dir_files.bat" /S "%%FROM_STAGE_DIR_ROOT%%/%%FROM_FILE%%" || goto FROM_FILE_LOOP
if %MSG_PRINTED% EQU 0 (
echo.Coping %MSG_TOKEN% files into %STAGE_NAME%...
set MSG_PRINTED=1
)
if not exist "%TO_STAGE_DIR_ROOT%" call "%%CONTOOLS_ROOT%%/std/mkdir.bat" "%%TO_STAGE_DIR_ROOT%%"
call "%%CONTOOLS_ROOT%%/std/xcopy_file.bat" "%%FROM_STAGE_DIR_ROOT%%" "%%FROM_FILE%%" "%%TO_STAGE_DIR_ROOT%%" %%XCOPY_FILE_FLAGS%% || exit /b 127
goto FROM_FILE_LOOP
:FROM_FILE_LOOP_END
if %MSG_PRINTED% NEQ 0 echo.
exit /b 0
:FILE_PATH
rem add /. to the end to suppress trailing slash misinterpretation
call :FILE_PATH_IMPL "%%~1/."
exit /b
:FILE_PATH_IMPL
set "FILE_PATH=%~f1"
exit /b
:BASE_PATH
rem add /. to the end to suppress trailing slash misinterpretation
call :BASE_PATH_IMPL "%%~1/."
exit /b
:BASE_PATH_IMPL
set "BASE_PATH=%~dp1"
exit /b
| andry81/contools | Scripts/Tools/build/xcopy_to_stage.bat | bat | mit | 2,773 |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
cinst virtualbox
cinst lastpass
# Dev libs
cinst javaruntime
cinst DotNet4.5
# Git
cinst git -params '"/GitOnlyOnPath /NoAutoCrlf"'
cinst poshgit
cinst git-credential-winstore
cinst dropbox
# Remote desktop (fails on checksum)
#cinst teamviewer
# Video chat
cinst skype
cinst slack
# F#
cinst windows-sdk-8.0 -y
cinst visualfsharptools -y
cinst microsoft-build-tools -y
# Editors / IDE
cinst vim
cinst atom
apm install ionide-installer # fsharp
apm install vim-mode-plus
apm install vim-mode-plus-ex-mode
apm install language-babel # JS
cinst visualstudiocode
cinst visualstudio2017community
# Utils
cinst 7zip
cinst gow # gnu-on-win
cinst adobereader
cinst sysinternals
cinst cmder # Cmd prompt
# Browsers
cinst GoogleChrome
cinst Firefox
# Maybe later?
#cinst SqlServer2012Express
#cinst IIS-WebServerRole -source windowsfeatures
Install-WindowsUpdate
Set-ExecutionPolicy -Force Unrestricted
| adz/boxstarter | starter.cmd | bat | mit | 1,043 |
node.exe ./src/jobs/prepare.js
| leci/dictools | prepare.bat | bat | mit | 32 |
rem Split the version off of the directory name
for %%I in (.) do for /F "tokens=1 delims=v" %%a in ("%%~nxI") do set extensionName=%%a
rem Remove trailing spaces
for /f "tokens=* delims= " %%A in ('echo %extensionName% ') do set extensionName=%%A
set extensionName=%extensionName:~0,-1%
echo Installing %extensionName%
if not exist "%localappdata%\InRule\irAuthor\ExtensionExchange\" mkdir "%localappdata%\InRule\irAuthor\ExtensionExchange\"
if not exist "%localappdata%\InRule\irAuthor\ExtensionExchange\%extensionName%\" mkdir "%localappdata%\InRule\irAuthor\ExtensionExchange\%extensionName%\"
for /f "delims=" %%f in ('where /R "%cd%" "*.dll"') do xcopy /i /y "%%f" "%localappdata%\InRule\irAuthor\ExtensionExchange\%extensionName%\" | InRule/irAuthor-Extensions | Install Scripts/Install_CurrentUser_AllInRuleVersions.bat | bat | mit | 740 |
@echo off
rem $Id: configure.bat,v 1.2 2003/07/28 09:49:13 jefmcg Exp $
del setup\SECURE
echo :
echo : You are now in setup mode, which is *INSECURE*. Your Gallery
echo : installation can be configured by pointing your web browser
echo : to the URL to 'setup' in this directory.
echo : When you are done with your installation, don't forget to
echo : run the secure.bat script!
echo :
| TelemarkAlpint/telemark-2004 | bilder/gallery/configure.bat | bat | mit | 388 |
@ECHO OFF
CD /D %~dp0
CALL Pack-SqlServer.bat
CALL Pack-Oracle-ODP.NET.Managed.bat
CALL Pack-Oracle-ODP.NET.bat
CALL Pack-Oracle-DataDirect.bat
| DataBooster/DbWebApi | Server/NuGet/Pack-All.bat | bat | mit | 148 |
@echo off
::npm config set msvs_version 2012 --global
npm install socket.io lame winston | g21589/Prezan | server/install.bat | bat | mit | 88 |
win_bison grammarFormulas.y
win_flex lexicoFormulas.lex
g++ -g -o repair Arena.cpp Componente.cpp Configuracao.cpp Estado.cpp Formula.cpp Leitor.cpp main.cpp ModelChecking.cpp RefineGame.cpp VisitTree.cpp
| pedmarq/kmts-repair | src/compile.cmd | bat | mit | 205 |
@echo off
rem ============================================================================
rem GaianDB
rem Copyright IBM Corp. 2014
rem
rem LICENSE: Eclipse Public License v1.0
rem http://www.eclipse.org/legal/epl-v10.html
rem ============================================================================
rem Apache Commons Daemon looks in the registry to start a Java Service.
rem if no Oracle JVM exists, it is necessary to copy the IBM Registry settings
rem so that the Daemon uses the IBM JDK.
set OracleJavaRegFlag="HKLM\SOFTWARE\JavaSoft\Java Runtime Environment"
set IBMJavaRegFlag="HKLM\SOFTWARE\IBM\Java2 Runtime Environment"
rem Check to see if valid JVM registry flags are avialable for Apache Commons Daemon
reg query %OracleJavaRegFlag% /v CurrentVersion
if %ERRORLEVEL% EQU 0 goto OracleRegistryFlagFound
goto OracleRegistryFlagNotFound
:OracleRegistryFlagFound
echo "The correct Registry Flags for the Windows Service have been found"
goto End
:OracleRegistryFlagNotFound
reg query %IBMJavaRegFlag% /v CurrentVersion
if %ERRORLEVEL% NEQ 0 goto IBMRegistryFlagNotFound
rem Copy the IBM JVM flags into the place where Apache Commond Daemon looks.
echo Copying Registry Flags.
reg Copy %IBMJavaRegFlag% %OracleJavaRegFlag% /s
reg query %OracleJavaRegFlag% /v CurrentVersion
if %ERRORLEVEL% NEQ 0 echo "Copying the Registry Flags failed."
goto End
:IBMRegistryFlagNotFound
echo "A current Oracle or IBM JVM can not be found. Please Install one."
goto End
:End | gaiandb/gaiandb | windowsservice/resources/initialiseForWindowsService.bat | bat | epl-1.0 | 1,535 |
cmd_fs/devpts/devpts.o := /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
| SinxOner/android_kernel_lge_p710 | fs/devpts/.devpts.o.cmd | bat | gpl-2.0 | 158 |
cmd_net/core/gen_estimator.o := gcc -Wp,-MD,net/core/.gen_estimator.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(gen_estimator)" -D"KBUILD_MODNAME=KBUILD_STR(gen_estimator)" -c -o net/core/gen_estimator.o net/core/gen_estimator.c
deps_net/core/gen_estimator.o := \
net/core/gen_estimator.c \
include/asm/uaccess.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/lsf.h) \
$(wildcard include/config/resources/64bit.h) \
include/linux/posix_types.h \
include/linux/stddef.h \
include/asm/posix_types.h \
include/asm/types.h \
include/asm/processor.h \
$(wildcard include/config/smp.h) \
$(wildcard include/config/x86/vsmp.h) \
include/asm/segment.h \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/asm/page.h \
$(wildcard include/config/physical/start.h) \
$(wildcard include/config/flatmem.h) \
include/linux/const.h \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/sigcontext.h \
include/asm/cpufeature.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm-i386/msr-index.h \
include/asm/current.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/linux/cache.h \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/bitops.h \
include/asm/bitops.h \
include/asm/alternative.h \
$(wildcard include/config/paravirt.h) \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/system.h \
$(wildcard include/config/unordered/io.h) \
include/asm/cmpxchg.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
include/asm/processor-flags.h \
include/asm-i386/processor-flags.h \
include/asm/mmsegment.h \
include/asm/percpu.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/sysfs.h) \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.h \
include/asm/thread_info.h \
$(wildcard include/config/debug/stack/usage.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/stacktrace.h \
$(wildcard include/config/stacktrace.h) \
include/linux/spinlock_types_up.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_smp.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/seqlock.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/elf-em.h \
include/asm/elf.h \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/user.h \
include/linux/kobject.h \
$(wildcard include/config/hotplug.h) \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/wait.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/slab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/highmem.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/nodemask.h \
include/linux/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/mutex-debug.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/smp.h \
include/asm/topology.h \
$(wildcard include/config/acpi/numa.h) \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/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/8253pit.h \
include/asm/vsyscall.h \
$(wildcard include/config/generic/time.h) \
include/asm/hpet.h \
$(wildcard include/config/hpet/emulate/rtc.h) \
include/asm/tsc.h \
include/asm-i386/tsc.h \
$(wildcard include/config/x86/tsc.h) \
$(wildcard include/config/x86/generic.h) \
include/asm/module.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/capability.h \
include/linux/rbtree.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/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/rcupdate.h \
include/linux/namei.h \
include/linux/radix-tree.h \
include/linux/pid.h \
include/asm/semaphore.h \
include/asm/rwlock.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
$(wildcard include/config/64bit.h) \
include/linux/err.h \
include/linux/backing-dev.h \
include/linux/mm_types.h \
include/asm/pgtable.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/swap.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/socket.h \
$(wildcard include/config/compat.h) \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/in.h \
include/linux/interrupt.h \
$(wildcard include/config/high/res/timers.h) \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/asm/hardirq.h \
include/linux/irq.h \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
include/asm/irq_regs.h \
include/asm-generic/irq_regs.h \
include/asm/hw_irq.h \
include/linux/profile.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm.h) \
include/linux/delay.h \
include/asm/delay.h \
include/asm/fixmap.h \
include/asm/apicdef.h \
include/linux/sched.h \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/fault/injection.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 \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/securebits.h \
include/linux/fs_struct.h \
include/linux/completion.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/asm/device.h \
$(wildcard include/config/acpi.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) \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/vlan/8021q.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/net.h \
include/linux/random.h \
include/linux/sysctl.h \
include/linux/textsearch.h \
include/net/checksum.h \
include/asm/checksum.h \
include/linux/dmaengine.h \
$(wildcard include/config/dma/engine.h) \
include/linux/if_packet.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/sock.h \
$(wildcard include/config/security/network.h) \
include/linux/security.h \
$(wildcard include/config/security/network/xfrm.h) \
include/linux/binfmts.h \
include/linux/shm.h \
include/asm/shmparam.h \
include/asm/shmbuf.h \
include/linux/msg.h \
include/asm/msgbuf.h \
include/linux/key.h \
include/linux/xfrm.h \
include/net/flow.h \
$(wildcard include/config/ipv6/mip6.h) \
include/linux/in6.h \
include/linux/filter.h \
include/net/dst.h \
$(wildcard include/config/net/cls/route.h) \
$(wildcard include/config/xfrm.h) \
include/net/neighbour.h \
include/linux/seq_file.h \
include/net/rtnetlink.h \
include/net/netlink.h \
include/net/gen_stats.h \
include/linux/gen_stats.h \
include/linux/pkt_sched.h \
net/core/gen_estimator.o: $(deps_net/core/gen_estimator.o)
$(deps_net/core/gen_estimator.o):
| dnh34/proj1 | net/core/.gen_estimator.o.cmd | bat | gpl-2.0 | 16,239 |
cmd_arch/arm/lib/io-readsw-armv4.o := /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/gcc-wrapper.py /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/envy/kernel/shinano-sirius_msm8974abpro/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/envy/kernel/shinano-sirius_msm8974abpro/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -mcpu=cortex-a15 -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-readsw-armv4.o arch/arm/lib/io-readsw-armv4.S
source_arch/arm/lib/io-readsw-armv4.o := arch/arm/lib/io-readsw-armv4.S
deps_arch/arm/lib/io-readsw-armv4.o := \
/home/envy/kernel/shinano-sirius_msm8974abpro/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/envy/kernel/shinano-sirius_msm8974abpro/arch/arm/include/asm/linkage.h \
/home/envy/kernel/shinano-sirius_msm8974abpro/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/envy/kernel/shinano-sirius_msm8974abpro/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/envy/kernel/shinano-sirius_msm8974abpro/arch/arm/include/asm/hwcap.h \
/home/envy/kernel/shinano-sirius_msm8974abpro/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
arch/arm/lib/io-readsw-armv4.o: $(deps_arch/arm/lib/io-readsw-armv4.o)
$(deps_arch/arm/lib/io-readsw-armv4.o):
| Envious-Data/shinano-sirius_msm8974abpro | arch/arm/lib/.io-readsw-armv4.o.cmd | bat | gpl-2.0 | 2,347 |
@ECHO OFF
:: ===================================
:: UNLOCK POWERUSER ACCOUNTS
:: ===================================
:VARIABLES
SET EMPNUM=%1
SET RAWDATE=%DATE:~-10%
SET YYYY=%RAWDATE:~-4%
SET MM=%RAWDATE:~0,2%
SET DAYMON=%RAWDATE:~-7%
SET DD=%DAYMON:~0,2%
SET DSPACE=0
IF "%DAYMON:~0,1%"==" " SET DD=%DSPACE%%DAYMON:~1,1%
SET RAWTIME=%TIME:~0,5%
SET HH=%RAWTIME:~0,2%
SET HSPACE=0
IF "%RAWTIME:~0,1%"==" " SET HH=%HSPACE%%RAWTIME:~1,1%
SET MN=%RAWTIME:~3%
SET MSPACE=0
IF "%RAWTIME:~3,1%"==" " SET MN=%MSPACE%%RAWTIME:~4%
SET TRGPATH=C:\Temp
IF NOT EXIST %TRGPATH%\EMPAUDIT\ MKDIR %TRGPATH%\EmpAudit\
SET EMPPATH=C:\Temp\EmpAudit
:PREUNLOK
sqlcmd -E -S 127.0.0.1 -o C:\Temp\EmpAudit\useraudit_BEFORE.txt -Q "USE backoff; SELECT empnum, failed_attempts, password, newpasswordreqd, passwd_set, passwd_use FROM employee WHERE empnum = %EMPNUM%"
IF NOT EXIST %EMPPATH%\useraudit_BEFORE.txt (
SET ERRORLEVEL=1
GOTO EXITNOW
) ELSE (
COPY /Y %EMPPATH%\useraudit_BEFORE.txt %EMPPATH%\useraudit%YYYY%%MM%%DD%_BEFORE.txt
)
:UNLOCK
sqlcmd -E -S 127.0.0.1 -e -Q "use backoff; update employee SET passwd_set = '$(RAWDATE)' WHERE empnum = %EMPNUM%"
sqlcmd -E -S 127.0.0.1 -e -Q "declare @datetime datetime; select @datetime = CONVERT(VARCHAR(20),getdate(), 120); use backoff; update employee SET passwd_use = @datetime where empnum = %EMPNUM%"
sqlcmd -E -S 127.0.0.1 -e -Q "use backoff; update employee SET failed_attempts = '0' WHERE empnum = %EMPNUM%"
sqlcmd -E -S 127.0.0.1 -e -Q "use backoff; update employee SET newpasswordreqd = 'N' WHERE empnum = %EMPNUM%"
:PSTUNLOK
sqlcmd -E -S 127.0.0.1 -o C:\Temp\EmpAudit\useraudit_AFTER.txt -Q "USE backoff; SELECT empnum, failed_attempts, password, newpasswordreqd, passwd_set, passwd_use FROM employee WHERE empnum = %EMPNUM%"
IF NOT EXIST %EMPPATH%\useraudit_AFTER.txt (
GOTO EXITNOW
) ELSE (
COPY /Y %EMPPATH%\useraudit_AFTER.txt %EMPPATH%\useraudit%YYYY%%MM%%DD%_AFTER.txt
)
:CLEANUP
DEL /Q /F %EMPPATH%\useraudit_BEFORE.txt
DEL /Q /F %EMPPATH%\useraudit_AFTER.txt
:EXITNOW
exit /B %ERRORLEVEL%
| gouldcwilliam/HelpDeskTools | HelpDeskTools/Libraries/HDSharedServices/Resources/Batch/Unlock.bat | bat | gpl-2.0 | 2,091 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
source_scripts/kconfig/lxdialog/yesno.o := scripts/kconfig/lxdialog/yesno.c
deps_scripts/kconfig/lxdialog/yesno.o := \
/usr/include/stdc-predef.h \
scripts/kconfig/lxdialog/dialog.h \
/usr/include/arm-linux-gnueabihf/sys/types.h \
/usr/include/features.h \
/usr/include/arm-linux-gnueabihf/sys/cdefs.h \
/usr/include/arm-linux-gnueabihf/bits/wordsize.h \
/usr/include/arm-linux-gnueabihf/gnu/stubs.h \
/usr/include/arm-linux-gnueabihf/gnu/stubs-hard.h \
/usr/include/arm-linux-gnueabihf/bits/types.h \
/usr/include/arm-linux-gnueabihf/bits/typesizes.h \
/usr/include/time.h \
/usr/lib/gcc/arm-linux-gnueabihf/4.9/include/stddef.h \
/usr/include/endian.h \
/usr/include/arm-linux-gnueabihf/bits/endian.h \
/usr/include/arm-linux-gnueabihf/bits/byteswap.h \
/usr/include/arm-linux-gnueabihf/bits/byteswap-16.h \
/usr/include/arm-linux-gnueabihf/sys/select.h \
/usr/include/arm-linux-gnueabihf/bits/select.h \
/usr/include/arm-linux-gnueabihf/bits/sigset.h \
/usr/include/arm-linux-gnueabihf/bits/time.h \
/usr/include/arm-linux-gnueabihf/sys/sysmacros.h \
/usr/include/arm-linux-gnueabihf/bits/pthreadtypes.h \
/usr/include/fcntl.h \
/usr/include/arm-linux-gnueabihf/bits/fcntl.h \
/usr/include/arm-linux-gnueabihf/bits/fcntl-linux.h \
/usr/include/arm-linux-gnueabihf/bits/stat.h \
/usr/include/unistd.h \
/usr/include/arm-linux-gnueabihf/bits/posix_opt.h \
/usr/include/arm-linux-gnueabihf/bits/environments.h \
/usr/include/arm-linux-gnueabihf/bits/confname.h \
/usr/include/getopt.h \
/usr/include/ctype.h \
/usr/include/xlocale.h \
/usr/include/stdlib.h \
/usr/include/arm-linux-gnueabihf/bits/waitflags.h \
/usr/include/arm-linux-gnueabihf/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/arm-linux-gnueabihf/bits/stdlib-bsearch.h \
/usr/include/arm-linux-gnueabihf/bits/stdlib-float.h \
/usr/include/string.h \
/usr/include/arm-linux-gnueabihf/bits/string.h \
/usr/include/arm-linux-gnueabihf/bits/string2.h \
/usr/lib/gcc/arm-linux-gnueabihf/4.9/include/stdbool.h \
/usr/include/libintl.h \
/usr/include/locale.h \
/usr/include/arm-linux-gnueabihf/bits/locale.h \
/usr/include/curses.h \
/usr/include/ncurses_dll.h \
/usr/lib/gcc/arm-linux-gnueabihf/4.9/include/stdint.h \
/usr/include/stdint.h \
/usr/include/arm-linux-gnueabihf/bits/wchar.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/arm-linux-gnueabihf/4.9/include/stdarg.h \
/usr/include/arm-linux-gnueabihf/bits/stdio_lim.h \
/usr/include/arm-linux-gnueabihf/bits/sys_errlist.h \
/usr/include/arm-linux-gnueabihf/bits/stdio.h \
/usr/include/unctrl.h \
/usr/include/curses.h \
scripts/kconfig/lxdialog/yesno.o: $(deps_scripts/kconfig/lxdialog/yesno.o)
$(deps_scripts/kconfig/lxdialog/yesno.o):
| a1d3s/linux-bpi | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 3,139 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.