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

1 2 3 4 5 6

  /external/chromium_org/tools/gyp/test/same-source-file-name/src/
func.c 5 printf("Hello %s from func.c\n", PROG);
  /external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/
func.c 5 printf("Hello %s from subdir1/func.c\n", PROG);
  /external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/
func.c 5 printf("Hello %s from subdir2/func.c\n", PROG);
  /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 138 local PROG="$1"
141 local DST_FILE="$4/${SRC_PREFIX}$PROG"
145 case $PROG in
148 if mingw_has_dlfcn_h ${DST_PREFIX}$PROG; then
154 if mingw_has_dlfcn_h ${DST_PREFIX}$PROG; then
170 ${DST_PREFIX}$PROG $FLAGS "\$@" $LDFLAGS
173 log "Generating: ${SRC_PREFIX}$PROG"
178 for PROG in $PROGRAMS; do
179 gen_wrapper_program $PROG "$SRC_PREFIX" "$DST_PREFIX" "$DST_DIR"
  /external/lzma/C/Util/Lzma/
makefile 2 PROG = LZMAc.exe
  /external/chromium_org/third_party/openssl/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
  /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
  /external/lzma/C/Util/7z/
makefile 4 PROG = 7zDec.exe
  /external/lzma/C/Util/LzmaLib/
makefile 3 PROG = LZMA.dll
  /external/lzma/C/Util/SfxSetup/
makefile 0 PROG = 7zS2.sfx
  /external/qemu/android/build/
common.sh 617 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/
ylwrap 49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
91 prog="$1"
93 # Make any relative path in $prog absolute.
94 case "$prog" in
96 *[\\/]*) prog="`pwd`/$prog" ;;
112 0) "$prog" "$input" ;;
113 *) "$prog" "$@" "$input" ;;
  /external/elfutils/0.153/config/
ylwrap 49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
91 prog="$1"
93 # Make any relative path in $prog absolute.
94 case "$prog" in
96 *[\\/]*) prog="`pwd`/$prog" ;;
108 0) "$prog" "$input" ;;
109 *) "$prog" "$@" "$input" ;;
  /external/lzma/CPP/7zip/UI/Client7z/
makefile 0 PROG = 7z.exe

Completed in 585 milliseconds

1 2 3 4 5 6