Searched refs:PLATFORM (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/openssl/util/
H A Dpoint.sh4 if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
H A Dselftest.pl42 $platform=$1 if (/^PLATFORM=(.*)$/);
H A Dmk1mf.pl34 PLATFORM => \$mf_platform,
473 PLATFORM=$platform
672 #define PLATFORM "$platform"
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcversion.c88 #ifdef PLATFORM
89 return (PLATFORM);
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc333 # When compiling for the Windows 10 platform, the PLATFORM macro must be set
337 !IFNDEF PLATFORM
338 !ERROR Using the FOR_WIN10 option requires a value for PLATFORM.
444 UCRTLIBPATH = $(WINDOWSSDKDIR)\lib\$(WINDOWSSDKLIBVERSION)\ucrt\$(PLATFORM)
505 !IF "$(PLATFORM)"=="x86"
509 !IFNDEF PLATFORM
538 !ELSEIF $(FOR_WIN10)==0 || "$(PLATFORM)"=="x86"
550 !ELSEIF $(FOR_WIN10)==0 || "$(PLATFORM)"=="x86"
843 !IFDEF PLATFORM
844 LTLINKOPTS = /NOLOGO /MACHINE:$(PLATFORM)
[all...]
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org13 PLATFORM=dist
209 BUILDENV= LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
338 if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
576 if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
589 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
621 case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
638 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
652 case "$(PLATFORM)" i
[all...]
H A DMakefile.shared264 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
284 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
510 expr $(PLATFORM) : 'hpux64' > /dev/null && ALLSYMSFLAGS='-Wl,+forceload'; \
519 expr $(PLATFORM) : '.*ia64' > /dev/null && SHLIB=lib$(LIBNAME).so; \
523 expr $(PLATFORM) : 'hpux64' > /dev/null && ALLSYMSFLAGS='-Wl,+forceload'; \
591 expr $(PLATFORM) : '.*ia64' > /dev/null && SHLIB=lib$(LIBNAME).so; \
H A DMakefile15 PLATFORM=linux-x86_64 macro
211 BUILDENV= LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
340 if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
578 if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
591 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
623 case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
640 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
654 case "$(PLATFORM)" i
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl42 ($PLATFORM = `uname -i`) =~ s/\W*\n//;
219 # on "$defdir/common", "$defdir/$MACH" and "$defdir/$PLATFORM" and execute each
551 find(\&wanted, "$defdir/$PLATFORM") if (scalar(@ARGV) == 0);
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure6487 PLATFORM="Pocket PC 2003"; # or "Pocket PC 2002"
6494 if ($1 < 400) { printf "PLATFORM=\"Pocket PC 2002\"\n" } }; \
6497 if (length($4)) { printf "PLATFORM=\"%s\"\n", $4 }; \
6518 if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
6520 as_fn_error $? "could not find PocketPC SDK or target compiler to enable WinCE mode $CEVERSION,$TARGETCPU,$ARCH,$PLATFORM" "$LINENO" 5
6525 CEINCLUDE="${SDKROOT}/${OSVERSION}/${PLATFORM}/include"
6529 CELIBPATH="${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}"

Completed in 146 milliseconds