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

123

/external/chromium_org/tools/gyp/test/same-source-file-name/src/
H A Dfunc.c5 printf("Hello %s from func.c\n", PROG);
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/
H A Dfunc.c5 printf("Hello %s from subdir1/func.c\n", PROG);
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/
H A Dfunc.c5 printf("Hello %s from subdir2/func.c\n", PROG);
/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/lzma/C/Util/Lzma/
H A Dmakefile2 PROG = LZMAc.exe macro
/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
/external/lzma/C/Util/7z/
H A Dmakefile4 PROG = 7zDec.exe macro
/external/lzma/C/Util/LzmaLib/
H A Dmakefile3 PROG = LZMA.dll macro
/external/lzma/C/Util/SfxSetup/
H A Dmakefile0 PROG = 7zS2.sfx
1 PROG = 7zS2.sfx macro
/external/qemu/android/build/
H A Dcommon.sh617 local PROG
618 PROG=`which $2 2>/dev/null`
619 if [ -n "$PROG" ] ; then
620 if pattern_match '^no ' "$PROG"; then
621 PROG=
624 eval $1="$PROG"
/external/bison/build-aux/
H A Dylwrap49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
/external/elfutils/0.153/config/
H A Dylwrap49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
/external/lzma/CPP/7zip/UI/Client7z/
H A Dmakefile0 PROG = 7z.exe
1 PROG = 7z.exe macro
/external/openssl/crypto/bn/
H A Dbnspeed.c64 #undef PROG macro
65 #define PROG bnspeed_main macro
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile0 PROG = lzma.exe
1 PROG = lzma.exe macro
/external/lzma/CPP/
H A DBuild.mak71 PROGPATH = $O\$(PROG)

Completed in 326 milliseconds

123