Searched refs:TARGET (Results 1 - 25 of 494) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/amd64/conf/
H A DMakefile3 TARGET=amd64 macro
/freebsd-10-stable/sys/arm/conf/
H A DMakefile3 TARGET=arm macro
/freebsd-10-stable/sys/i386/conf/
H A DMakefile3 TARGET=i386 macro
/freebsd-10-stable/sys/ia64/conf/
H A DMakefile3 TARGET=ia64 macro
/freebsd-10-stable/sys/pc98/conf/
H A DMakefile3 TARGET=pc98 macro
/freebsd-10-stable/sys/powerpc/conf/
H A DMakefile3 TARGET=powerpc macro
/freebsd-10-stable/sys/sparc64/conf/
H A DMakefile3 TARGET=sparc64 macro
/freebsd-10-stable/release/i386/
H A Di386.conf9 TARGET="i386"
12 CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"
/freebsd-10-stable/share/examples/ses/
H A DMakefile.inc41 cat ${.IMPSRC} > ${.TARGET}
/freebsd-10-stable/sys/modules/drm2/radeonkmsfw/
H A DMakefile.inc18 uudecode -p $? > ${.TARGET}
/freebsd-10-stable/sys/modules/iwnfw/
H A DMakefile.inc18 uudecode -p $? > ${.TARGET}
/freebsd-10-stable/sys/modules/ralfw/
H A DMakefile.inc15 uudecode -p $? > ${.TARGET}
/freebsd-10-stable/sys/modules/usb/rsufw/
H A DMakefile.inc15 uudecode -p $? > ${.TARGET}
/freebsd-10-stable/sys/modules/usb/urtwnfw/
H A DMakefile.inc15 uudecode -p $? > ${.TARGET}
/freebsd-10-stable/release/powerpc/
H A Dpowerpc64.conf8 TARGET="powerpc"
H A Dpowerpc.conf8 TARGET="powerpc"
/freebsd-10-stable/release/ia64/
H A Dia64.conf8 TARGET="ia64"
/freebsd-10-stable/release/amd64/
H A Damd64.conf8 TARGET="amd64"
/freebsd-10-stable/release/sparc64/
H A Dsparc64.conf8 TARGET="sparc64"
/freebsd-10-stable/lib/libc/yp/
H A DMakefile.inc16 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
19 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-10-stable/sys/conf/
H A DmakeLINT.mk11 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
18 cat ${NOTES} | sed -E -n -f ${MAKELINT_SED} > ${.TARGET}
19 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
20 echo "include ${.TARGET}" > ${.TARGET}-VIMAGE
21 echo "ident ${.TARGET}-VIMAGE" >> ${.TARGET}-VIMAGE
22 echo "options VIMAGE" >> ${.TARGET}
[all...]
/freebsd-10-stable/contrib/opie/libmissing/
H A DMakefile.in20 TARGET=libmissing.a
22 all: $(TARGET)
24 $(TARGET): $(OBJS)
25 @AR@ @ARFLAGS@ $(TARGET) $(OBJS)
26 @RANLIB@ $(TARGET)
29 -rm -f $(OBJS) $(TARGET)
/freebsd-10-stable/sys/modules/netgraph/iface/
H A DMakefile9 echo "#define NETATALK 1" > ${.TARGET}
12 echo "#define INET 1" > ${.TARGET}
15 echo "#define INET6 1" > ${.TARGET}
18 echo "#define IPX 1" > ${.TARGET}
/freebsd-10-stable/contrib/ncurses/misc/
H A Dmakellib106 TARGET=$LLIB
111 TARGET=$llib.c
112 ln $llib $TARGET
116 TARGET=$llib.c
117 ln $llib $TARGET
121 TARGET=$llib.c
122 ln $llib $TARGET
126 TARGET=$llib.c
127 ln $llib $TARGET
131 TARGET
[all...]
/freebsd-10-stable/share/syscons/scrnmaps/
H A DMakefile17 ${SCRMAPS}: ${.TARGET:R}.mk
18 ./${.TARGET:R}.mk ${.TARGET:R}.tmp
19 uuencode ${.TARGET:R}.tmp ${.TARGET:R} > ${.TARGET}
20 rm -f ${.TARGET:R}.tmp
22 ${SCRMAPS_MK}: ${.TARGET:R} mkscrfil.c
23 ${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \
24 -o ${.TARGET}
[all...]

Completed in 291 milliseconds

1234567891011>>