Home
last modified time | relevance | path

Searched refs:UNAME_S (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/dports/lang/mosml/mosml-ver-2.10.1/src/
H A DMakefile45 $(MAKE) -C config UNAME_S=Cross_W32 w32
47 $(MAKE) -C mosmlyac UNAME_S=Cross_W32 all
48 $(MAKE) -C mosmllib UNAME_S=Cross_W32 all
49 $(MAKE) -C compiler UNAME_S=Cross_W32 w32
50 $(MAKE) -C toolssrc UNAME_S=Cross_W32 all
51 $(MAKE) -C lex UNAME_S=Cross_W32 all
52 $(MAKE) -C launch.w32 UNAME_S=Cross_W32 all
61 $(MAKE) -C mosmlyac UNAME_S=Cross_W32 install
62 $(MAKE) -C mosmllib UNAME_S=Cross_W32 install
64 $(MAKE) -C toolssrc UNAME_S=Cross_W32 install
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/
H A Dset_goenv.sh11 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
12 case $UNAME_S in
25 case $UNAME_S in
73 if expr "$UNAME_S" : 'CYGWIN' > /dev/null; then
97 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
98 case $UNAME_S in
111 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
112 case $UNAME_S in
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/
H A Dset_goenv.sh11 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
12 case $UNAME_S in
25 case $UNAME_S in
74 if expr "$UNAME_S" : 'CYGWIN' > /dev/null; then
98 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
99 case $UNAME_S in
112 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
113 case $UNAME_S in
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/libext/libxc/
H A Dbuild_libxc.sh4 UNAME_S=$(uname -s)
5 …if [[ ${UNAME_S} == "Linux" ]] || [[ ${UNAME_S} == "Darwin" ]] && [[ $(uname -m) == "x86_64" ]] ; …
7 rm -f cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz
8 …ases/download/v${CMAKE_VER}/cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz -o cmake-${CMAKE_VER}-${UN…
9 tar xzf cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz
10 if [[ ${UNAME_S} == "Darwin" ]] ;then
11 CMAKE=`pwd`/cmake-${CMAKE_VER}-${UNAME_S}-x86_64/CMake.app/Contents/bin/cmake
13 CMAKE=`pwd`/cmake-${CMAKE_VER}-${UNAME_S}-x86_64/bin/cmake
/dports/science/nwchem-data/nwchem-7.0.2-release/src/libext/scalapack/
H A Dbuild_scalapa.sh3 UNAME_S=$(uname -s)
4 …if [[ ${UNAME_S} == "Linux" ]] || [[ ${UNAME_S} == "Darwin" ]] && [[ $(uname -m) == "x86_64" ]] ; …
6 rm -f cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz
7 …ases/download/v${CMAKE_VER}/cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz -o cmake-${CMAKE_VER}-${UN…
8 tar xzf cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz
9 if [[ ${UNAME_S} == "Darwin" ]] ;then
10 CMAKE=`pwd`/cmake-${CMAKE_VER}-${UNAME_S}-x86_64/CMake.app/Contents/bin/cmake
12 CMAKE=`pwd`/cmake-${CMAKE_VER}-${UNAME_S}-x86_64/bin/cmake
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/
H A Dset_goenv.sh11 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
12 case $UNAME_S in
25 case $UNAME_S in
73 if expr "$UNAME_S" : 'CYGWIN' > /dev/null; then
90 UNAME_S=$(PATH="/usr/bin:/bin" uname -s)
91 case $UNAME_S in
/dports/security/afl++/AFLplusplus-3.14c/utils/libtokencap/
H A DMakefile27 UNAME_S =$(shell uname -s)# GNU make
28 UNAME_S:sh=uname -s # BSD make target
31 _OS_DL = $(_UNIQ)$(UNAME_S)
34 ____OS_DL = $(___OS_DL:$(_UNIQ)$(UNAME_S)=)
42 ______OS_TARGET = $(_____OS_TARGET:$(_UNIQ)$(UNAME_S)=)
78 @echo $(UNAME_S)$(_UNIQ) | hexdump -C
79 @echo from $(____OS_DL) : $(_UNIQ)$(UNAME_S) = -\> $(_____OS_DL)
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/samples/persistent/
H A DMakefile5 UNAME_S =$(shell uname -s)# GNU make macro
6 UNAME_S:sh=uname -s # BSD make target
20 _LRT = $(_UNIQ)$(UNAME_S)
22 LRT = $(__LRT:$(_UNIQ)$(UNAME_S)=)
53 @echo UNAME_S=$(UNAME_S), _LRT=$(_LRT), __LRT=$(__LRT), LRT=$(LRT)
/dports/textproc/odt2txt/odt2txt-0.5/
H A DMakefile2 UNAME_S := $(shell uname -s 2>/dev/null || echo unknown)
39 ifeq ($(UNAME_S),DragonFly)
44 ifeq ($(UNAME_S),FreeBSD)
49 ifeq ($(UNAME_S),OpenBSD)
54 ifeq ($(UNAME_S),Darwin)
59 ifeq ($(UNAME_S),NetBSD)
62 ifeq ($(UNAME_S),SunOS)
72 ifeq ($(UNAME_S),HP-UX)
/dports/devel/mspdebug/mspdebug-493f38b/
H A DMakefile29 UNAME_S := $(shell sh -c 'uname -s') macro
53 ifneq (, $findstring(MINGW, $(UNAME_S)))
63 ifneq ($(filter $(UNAME_S),OpenBSD NetBSD),)
65 else ifneq ($(filter $(UNAME_S),FreeBSD DragonFly),)
68 else ifneq ($(filter $(UNAME_S),SunOS),)
74 ifeq ($(UNAME_S),Darwin) # Mac OS X/MacPorts stuff
91 else ifneq ($(filter $(UNAME_S),OpenBSD NetBSD DragonFly),)
94 else ifeq ($(UNAME_S),FreeBSD)
/dports/emulators/unicorn/unicorn-1.0.2/samples/
H A DMakefile6 UNAME_S := $(shell uname -s) macro
18 ifeq ($(UNAME_S), Linux)
37 ifneq ($(filter CYGWIN%,$(UNAME_S)),)
43 else ifneq ($(filter MINGW%,$(UNAME_S)),)
50 ifneq ($(filter MINGW%,$(UNAME_S)),)
52 else ifneq ($(filter CYGWIN%,$(UNAME_S)),)
111 ifneq ($(filter MINGW%,$(UNAME_S)),)
121 ifneq ($(filter MINGW%,$(UNAME_S)),)
/dports/emulators/py-unicorn/unicorn-1.0.2/samples/
H A DMakefile6 UNAME_S := $(shell uname -s) macro
18 ifeq ($(UNAME_S), Linux)
37 ifneq ($(filter CYGWIN%,$(UNAME_S)),)
43 else ifneq ($(filter MINGW%,$(UNAME_S)),)
50 ifneq ($(filter MINGW%,$(UNAME_S)),)
52 else ifneq ($(filter CYGWIN%,$(UNAME_S)),)
111 ifneq ($(filter MINGW%,$(UNAME_S)),)
121 ifneq ($(filter MINGW%,$(UNAME_S)),)
/dports/lang/gravity/gravity-0.8.5/
H A DMakefile25 UNAME_S := $(shell uname -s) macro
26 ifeq ($(UNAME_S),Darwin)
30 else ifeq ($(UNAME_S),OpenBSD)
34 else ifeq ($(UNAME_S),FreeBSD)
38 else ifeq ($(UNAME_S),NetBSD)
42 else ifeq ($(UNAME_S),DragonFly)
/dports/x11/radare-cutter/r2cutter-0.1.1/scripts/
H A Dfetch_deps.sh23 UNAME_S="$(uname -s)"
24 if [ "$UNAME_S" == "Linux" ]; then
28 elif [ "$UNAME_S" == "Darwin" ]; then
33 echo "Unsupported Platform: uname -s => $UNAME_S, \$OS => $OS"
40 if [ "$UNAME_S" == "Darwin" ]; then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/libext/scalapack/
H A Dbuild_scalapa.sh25 UNAME_S=$(uname -s)
26 …if [[ ${UNAME_S} == "Linux" ]] || [[ ${UNAME_S} == "Darwin" ]] && [[ $(uname -m) == "x86_64" ]] ; …
28 rm -f cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz
29 …ases/download/v${CMAKE_VER}/cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz -o cmake-${CMAKE_VER}-${UN…
30 tar xzf cmake-${CMAKE_VER}-${UNAME_S}-x86_64.tar.gz
31 if [[ ${UNAME_S} == "Darwin" ]] ;then
32 CMAKE=`pwd`/cmake-${CMAKE_VER}-${UNAME_S}-x86_64/CMake.app/Contents/bin/cmake
34 CMAKE=`pwd`/cmake-${CMAKE_VER}-${UNAME_S}-x86_64/bin/cmake
/dports/net/osrtspproxy/osrtspproxy_2_0/
H A Dconfigure35 UNAME_S=`uname -s`
39 ARCH=${UNAME_S}-${UNAME_R}-${UNAME_M}-${UNAME_P}
42 case "$UNAME_S" in
147 if [ "$UNAME_S" = "SunOS" ]; then
157 if [ "$UNAME_S" = "SunOS" ]; then
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DMakefile26 UNAME_S := $(shell uname -s) macro
27 ifeq ($(UNAME_S),Linux)
30 else ifeq ($(UNAME_S),Darwin)
131 UNAME_S := $(shell uname -s) macro
132 ifeq ($(UNAME_S),Linux)
135 else ifeq ($(UNAME_S),Darwin)

12345678910>>...20