Searched refs:MACHINE (Results 126 - 150 of 168) sorted by relevance

1234567

/freebsd-11-stable/sys/conf/
H A Dkmod.mk265 .if ${MACHINE} != ${MACHINE_CPUARCH} && ${MACHINE} != "arm64"
291 path=${SYSDIR}/${MACHINE}/include ;; \
465 genassym.o: ${SYSDIR}/${MACHINE}/${MACHINE}/genassym.c
468 ${SYSDIR}/${MACHINE}/${MACHINE}/genassym.c
H A Dkern.pre.mk37 M= ${MACHINE}
227 MKMODULESENV+= MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH}
H A Dkern.post.mk286 .if ${MACHINE} != ${MACHINE_CPUARCH} && ${MACHINE} != "arm64"
303 path=${S}/${MACHINE}/include ;; \
/freebsd-11-stable/etc/
H A DMakefile55 .if exists(${.CURDIR}/etc.${MACHINE}/ttys)
56 BIN1+= etc.${MACHINE}/ttys
62 .error etc.MACHINE/ttys missing
315 .if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
317 ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
/freebsd-11-stable/usr.bin/man/
H A Dman.sh491 # Check if there is a MACHINE specific manpath.
492 if find_file $p $sect $MACHINE "$1"; then
610 MACHINE=${mflag##*:}
615 if [ -z "$MACHINE" ]; then
616 MACHINE=$($SYSCTL -n hw.machine)
618 decho "Using architecture: $MACHINE_ARCH:$MACHINE"
/freebsd-11-stable/targets/
H A DMakefile71 # some packages only support one machine which may not be ${MACHINE}
73 # we only want ${MACHINE}
78 PKG_MACHINE_LIST ?= ${MACHINE} ${qual:E:O:u}
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib131 | -machine* | -MACHINE* \
/freebsd-11-stable/targets/pseudo/bootstrap-tools/
H A DMakefile72 MACHINE=host \
/freebsd-11-stable/contrib/bmake/mk/
H A Dobj.mk41 __objlink= obj.${MACHINE}
H A Down.mk38 MACHINE_ARCH?= ${MACHINE}
259 TARGET_SPEC_VARS ?= MACHINE
/freebsd-11-stable/share/mk/
H A Dlocal.sys.mk26 MACHINE \
H A Dbsd.linker.mk33 ${X_}_ld_hash= ${${ld}}${MACHINE}${PATH}
H A Dmeta.stage.mk20 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} != ""
22 _dirdep = ${RELDIR}.${MACHINE}
H A Dbsd.obj.mk96 # 3. obj.${MACHINE}
111 .elif exists(${.CURDIR}/obj.${MACHINE}/) || exists(${.CURDIR}/obj/)
H A Dbsd.compiler.mk116 ${X_}_cc_hash= ${${cc}}${MACHINE}${PATH}
134 .if ${MACHINE} == "common"
/freebsd-11-stable/release/
H A DMakefile45 TARGET= ${MACHINE}
48 .if ${TARGET} == ${MACHINE}
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc844 LTLINKOPTS = /NOLOGO /MACHINE:$(PLATFORM)
845 LTLIBOPTS = /NOLOGO /MACHINE:$(PLATFORM)
849 LTLINKOPTS = /NOLOGO /MACHINE:x86
850 LTLIBOPTS = /NOLOGO /MACHINE:x86
/freebsd-11-stable/sys/modules/
H A DMakefile640 .if ${MACHINE} != "pc98"
783 .if ${MACHINE} == "i386"
794 .elif ${MACHINE} == "pc98"
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk58 MAKEFILE_SED = sed -e '/^MACHINE/d' \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c314 if (strcmp(MACHINE, "macppc") == 0) \
/freebsd-11-stable/rescue/rescue/
H A DMakefile156 .if ${MACHINE} == "pc98"
/freebsd-11-stable/stand/liblua/
H A Dlutils.c383 lua_pushstring(L, MACHINE);
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in154 MACHINE=`[ -f /bin/machine ] && /bin/machine`
347 `[ -n "$MACHINE" ] && echo Machine: $MACHINE`
/freebsd-11-stable/
H A DMakefile196 MYMAKE= ${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE}/${WANT_MAKE}
263 _TARGET?= ${MACHINE}
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc91 # MACHINE=(IX86|IA64|ALPHA)
127 # c:\tcl_src\win\>nmake -f makefile.vc MACHINE=IA64
226 !else if "$(MACHINE)" == "IA64"
271 lflags = -nologo -machine:$(MACHINE) $(ldebug)

Completed in 160 milliseconds

1234567