HomeSort by relevance Sort by last modified time
    Searched refs:PROG (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/dhcpcd/mk/
prog.mk 2 # based on FreeBSD's bsd.prog.mk
31 all: ${PROG} ${SCRIPTS} _man
36 ${PROG}: ${OBJS}
42 echo "" > _${PROG}.c
43 for src in ${SRCS}; do echo "#include \"$$src\"" >> _${PROG}.c; done
44 ${CC} ${CFLAGS} ${CPPFLAGS} -c _${PROG}.c -o _${PROG}.o
45 ${CC} ${LDFLAGS} -o ${PROG} _${PROG}.o ${LDADD}
47 _proginstall: ${PROG}
    [all...]
dist.mk 5 DISTPREFIX?= ${PROG}-${VERSION}
  /ndk/build/tools/
gen-toolchain-wrapper.sh 118 local PROG="$1"
121 local DST_FILE="$4/${SRC_PREFIX}$PROG"
124 case $PROG in
139 ${DST_PREFIX}$PROG $FLAGS "\$@"
142 log "Generating: ${SRC_PREFIX}$PROG"
147 for PROG in $PROGRAMS; do
148 gen_wrapper_program $PROG "$SRC_PREFIX" "$DST_PREFIX" "$DST_DIR"
  /external/openssh/regress/
bsd.regress.mk 8 # If REGRESSTARGETS is defined and PROG is not defined, set NOPROG
9 .if defined(REGRESSTARGETS) && !defined(PROG)
13 .include <bsd.prog.mk>
23 .if defined(PROG) && !empty(PROG)
24 run-regress-${PROG}: ${PROG}
25 ./${PROG}
29 REGRESSTARGETS=run-regress-${PROG}
31 REGRESSSKIPTARGETS=run-regress-${PROG}
    [all...]
  /external/dhcpcd/
Makefile 3 PROG= dhcpcd
49 DISTPREFIX?= ${PROG}-${VERSION}
63 all: config.h ${PROG} ${SCRIPTS} ${MAN5} ${MAN8}
73 ${PROG}: ${DEPEND} ${OBJS}
76 _proginstall: ${PROG}
78 ${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${SBINDIR}
100 rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
  /external/openssl/apps/
errstr.c 68 #undef PROG
69 #define PROG errstr_main
prime.c 56 #undef PROG
57 #define PROG prime_main
version.c 135 #undef PROG
136 #define PROG version_main
nseq.c 65 #undef PROG
66 #define PROG nseq_main
ciphers.c 69 #undef PROG
70 #define PROG ciphers_main
gendh.c 82 #undef PROG
83 #define PROG gendh_main
rand.c 66 #undef PROG
67 #define PROG rand_main
pkeyparam.c 65 #define PROG pkeyparam_main
crl2p7.c 75 #undef PROG
76 #define PROG crl2pkcs7_main
91 char *infile,*outfile,*prog,*certfile; local
111 prog=argv[0];
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
dh.c 74 #undef PROG
75 #define PROG dh_main
95 char *infile,*outfile,*prog; local
117 prog=argv[0];
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
dsa.c 74 #undef PROG
75 #define PROG dsa_main
107 char *infile,*outfile,*prog; local
134 prog=argv[0];
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
ec.c 70 #undef PROG
71 #define PROG ec_main
96 char *infile, *outfile, *prog, *engine; local
119 prog = argv[0];
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
gendsa.c 74 #undef PROG
75 #define PROG gendsa_main
  /external/mksh/src/
Makefile 25 PROG= mksh
62 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${_i}
65 MLINKS+= ${PROG}.1 ${_i}.1
68 regress: ${PROG} check.pl check.t
73 -s ${.CURDIR}/check.t -v -p ./${PROG}
97 .include <bsd.prog.mk>
  /external/qemu/android/build/
common.sh 607 local PROG
608 PROG=`which $2 2>/dev/null`
609 if [ -n "$PROG" ] ; then
610 if pattern_match '^no ' "$PROG"; then
611 PROG=
614 eval $1="$PROG"
  /external/bison/build-aux/
ylwrap 51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
93 prog="$1"
95 # Make any relative path in $prog absolute.
96 case "$prog" in
98 *[\\/]*) prog="`pwd`/$prog" ;;
110 0) $prog "$input" ;;
111 *) $prog "$@" "$input" ;;
  /external/elfutils/config/
ylwrap 51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
93 prog="$1"
95 # Make any relative path in $prog absolute.
96 case "$prog" in
98 *[\\/]*) prog="`pwd`/$prog" ;;
110 0) "$prog" "$input" ;;
111 *) "$prog" "$@" "$input" ;;
  /external/openssl/crypto/bn/
bnspeed.c 64 #undef PROG
65 #define PROG bnspeed_main
  /ndk/build/core/
ndk-common.sh 558 local PROG RET
559 PROG=`which $2 2>/dev/null`
562 PROG=
564 eval $1=\"$PROG\"
  /ndk/
ndk-gdb 43 local PROG RET
44 PROG=$(which "$1" 2>/dev/null)
47 PROG=
49 echo "$PROG"

Completed in 799 milliseconds

1 2 3