Searched refs:PROG (Results 1 - 25 of 59) sorted by relevance

123

/external/dhcpcd/mk/
H A Dprog.mk31 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}
49 ${INSTALL} -m ${BINMODE} ${PROG}
[all...]
H A Ddist.mk5 DISTPREFIX?= ${PROG}-${VERSION}
/external/openssh/regress/
H A Dbsd.regress.mk8 # If REGRESSTARGETS is defined and PROG is not defined, set NOPROG
9 .if defined(REGRESSTARGETS) && !defined(PROG)
23 .if defined(PROG) && !empty(PROG)
24 run-regress-${PROG}: ${PROG}
25 ./${PROG}
29 REGRESSTARGETS=run-regress-${PROG}
31 REGRESSSKIPTARGETS=run-regress-${PROG}
/external/dhcpcd/
H A DMakefile3 PROG= dhcpcd macro
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/
H A Derrstr.c68 #undef PROG macro
69 #define PROG errstr_main macro
H A Dprime.c56 #undef PROG macro
57 #define PROG prime_main macro
H A Dversion.c135 #undef PROG macro
136 #define PROG version_main macro
H A Dnseq.c65 #undef PROG macro
66 #define PROG nseq_main macro
H A Dciphers.c69 #undef PROG macro
70 #define PROG ciphers_main macro
H A Dgendh.c82 #undef PROG macro
83 #define PROG gendh_main macro
H A Drand.c66 #undef PROG macro
67 #define PROG rand_main macro
H A Dpkeyparam.c65 #define PROG pkeyparam_main macro
H A Dcrl2p7.c75 #undef PROG macro
76 #define PROG crl2pkcs7_main macro
H A Ddh.c74 #undef PROG macro
75 #define PROG dh_main macro
H A Ddsa.c74 #undef PROG macro
75 #define PROG dsa_main macro
H A Dec.c70 #undef PROG macro
71 #define PROG ec_main macro
H A Dgendsa.c74 #undef PROG macro
75 #define PROG gendsa_main macro
H A Dgenrsa.c82 #undef PROG macro
83 #define PROG genrsa_main macro
H A Dpkcs7.c71 #undef PROG macro
72 #define PROG pkcs7_main macro
/external/mksh/src/
H A DMakefile25 PROG= mksh macro
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}
/external/qemu/android/build/
H A Dcommon.sh605 local PROG
606 PROG=`which $2 2>/dev/null`
607 if [ -n "$PROG" ] ; then
608 if pattern_match '^no ' "$PROG"; then
609 PROG=
612 eval $1="$PROG"
/external/bison/build-aux/
H A Dylwrap51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
/external/elfutils/config/
H A Dylwrap51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
/external/openssl/crypto/bn/
H A Dbnspeed.c64 #undef PROG macro
65 #define PROG bnspeed_main macro
/external/libppp/src/
H A DMakefile5 PROG= ppp macro

Completed in 261 milliseconds

123