Searched refs:TARGET (Results 1 - 25 of 452) sorted by path

1234567891011>>

/freebsd-10.0-release/
H A DMakefile32 # targets - Print a list of supported TARGET/TARGET_ARCH pairs
81 # If TARGET=machine (e.g. ia64, sparc64, ...) is specified you can
160 _MAKE= PATH=${PATH} ${SUB_MAKE} -f Makefile.inc1 TARGET=${_TARGET} TARGET_ARCH=${_TARGET_ARCH}
163 .if !defined(TARGET_ARCH) && defined(TARGET)
164 _TARGET_ARCH= ${TARGET:S/pc98/i386/}
165 .elif !defined(TARGET) && defined(TARGET_ARCH) && \
170 .if defined(TARGET) && defined(TARGET_ARCH) && \
171 ${TARGET} == "mips" && ${TARGET_ARCH:Mmips*eb}
175 .if defined(TARGET) && ${TARGET}
[all...]
H A DMakefile.inc127 # TARGET="machine" to crossbuild world for a different machine type
28 # TARGET_ARCH= may be required when a TARGET supports multiple endians
44 .if !defined(TARGET) || !defined(TARGET_ARCH)
45 .error "Both TARGET and TARGET_ARCH must be defined."
140 .if ${TARGET} == ${TARGET_ARCH}
141 _t= ${TARGET}
143 _t= ${TARGET_ARCH}/${TARGET}
147 .error Unknown target ${TARGET_ARCH}:${TARGET}.
151 .if ${TARGET} == ${MACHINE}
173 .if ${MACHINE} == ${TARGET}
[all...]
/freebsd-10.0-release/bin/csh/
H A DMakefile97 cp ${.CURDIR}/iconv_stub.h ${.TARGET}
110 cat ${.ALLSRC} > ${.TARGET}
115 @rm -f ${.TARGET}
120 @rm -f ${.TARGET}
121 @echo "/* Do not edit this file, make creates it */" > ${.TARGET}
122 ./gethost ${TCSHDIR}/host.defs >> ${.TARGET}
125 @rm -f ${.TARGET}
126 @echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
127 @echo '#ifndef _h_ed_defns' >> ${.TARGET}
128 @echo '#define _h_ed_defns' >> ${.TARGET}
[all...]
/freebsd-10.0-release/bin/freebsd-version/
H A DMakefile15 " ${.ALLSRC} >${.TARGET} ; then \
16 rm -f ${.TARGET} ; \
/freebsd-10.0-release/bin/sh/
H A DMakefile47 ${CC} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET}
/freebsd-10.0-release/contrib/apr-util/
H A Dconfigure1413 --target=TARGET configure for building compilers for TARGET [HOST]
/freebsd-10.0-release/contrib/apr/
H A Dconfigure1539 --target=TARGET configure for building compilers for TARGET [HOST]
/freebsd-10.0-release/contrib/atf/
H A Dconfigure1413 --target=TARGET configure for building compilers for TARGET [HOST]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dconfigure991 --target=TARGET configure for building compilers for TARGET [HOST]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dbucomm.c109 /* The macro TARGET is defined by Makefile. */
110 const char *target = TARGET;
H A Dconfig.in188 #undef TARGET
H A Dconfigure991 --target=TARGET configure for building compilers for TARGET [HOST]
14605 #define TARGET "${target}"
H A Ddllwrap.c82 static char *target = TARGET;
/freebsd-10.0-release/contrib/binutils/
H A Dconfigure913 --target=TARGET configure for building compilers for TARGET [HOST]
H A Dylwrap176 TARGET=`echo "$2" | sed \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/freebsd-10.0-release/contrib/binutils/gas/
H A Dconfigure991 --target=TARGET configure for building compilers for TARGET [HOST]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dconfigure991 --target=TARGET configure for building compilers for TARGET [HOST]
H A Dldmain.c232 a different target. The macro TARGET is defined by Makefile. */
233 if (! bfd_set_default_target (TARGET))
235 einfo (_("%X%P: can't set BFD default target to `%s': %E\n"), TARGET);
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dconfigure991 --target=TARGET configure for building compilers for TARGET [HOST]
/freebsd-10.0-release/contrib/bmake/
H A DMakefile221 cd ${.CURDIR}/unit-tests && MAKEFLAGS= ${.MAKE} -r -m / TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
H A Darch.c1222 * TARGET variable for this node to be the node's name. Otherwise,
1223 * we set the TARGET variable to be the full path of the library,
1242 Var_Set(TARGET, gn->name, gn, 0);
1244 Var_Set(TARGET, gn->path == NULL ? gn->name : gn->path, gn, 0);
H A Dbsd.after-import.mk57 touch ${.TARGET}
108 echo ) > ${.TARGET}
109 @cmp -s ${.TARGET} ${.CURDIR}/Makefile || \
110 mv ${.TARGET} ${.CURDIR}/Makefile
H A Dcompat.c167 char *file = Var_Value(TARGET, curTarg, &p1);
541 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), pgn, 0);
645 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), pgn, 0);
H A Djob.c1252 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), gn, 0);
H A Dmake.c698 cname = Var_Value(TARGET, cgn, &p1);
967 * If the node is a .JOIN node, its TARGET variable will be set to
989 Var_Set(TARGET, Var_Value(ALLSRC, gn, &p1), gn, 0);
1149 * value for .TARGET when building up the context variables
1331 * Make sure that the TARGET is set, so that we can make
1349 Var_Set(TARGET, gn->path ? gn->path : gn->name, gn, 0);

Completed in 425 milliseconds

1234567891011>>