/external/dhcpcd/mk/ |
D | 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} 49 ${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR} 62 rm -f ${OBJS} ${PROG} _${PROG}.c _${PROG}.o ${PROG}.core ${CLEANFILES}
|
/external/openssh/regress/ |
D | bsd.regress.mk | 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/lzma/C/Util/Lzma/ |
D | makefile.gcc | 1 PROG = lzma 17 all: $(PROG) 19 $(PROG): $(OBJS) 20 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2) 44 -$(RM) $(PROG) $(OBJS)
|
/external/dhcpcd/ |
D | Makefile | 3 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/tcpdump/ |
D | Makefile.in | 43 PROG = tcpdump 121 CLEANFILES = $(PROG) $(OBJ) $(GENSRC) 123 all: $(PROG) 125 $(PROG): $(OBJ) @V_PCAPDEP@ 162 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG) 165 $(INSTALL_DATA) $(srcdir)/$(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1 168 rm -f $(DESTDIR)$(sbindir)/$(PROG) 169 rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1 187 @cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
|
/external/lzma/C/Util/7z/ |
D | makefile.gcc | 1 PROG = 7zDec 9 all: $(PROG) 11 $(PROG): $(OBJS) 12 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) 69 -$(RM) $(PROG) $(OBJS)
|
/external/qemu/android/build/ |
D | common.sh | 605 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/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | makefile.gcc | 1 PROG = lzma 54 all: $(PROG) 56 $(PROG): $(OBJS) 57 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2) 154 -$(RM) $(PROG) $(OBJS)
|
/external/chromium_org/tools/gyp/test/same-source-file-name/src/ |
D | all.gyp | 11 'PROG="prog1"', 22 'PROG="prog2"',
|
D | func.c | 5 printf("Hello %s from func.c\n", PROG); in func()
|
/external/openssl/apps/ |
D | errstr.c | 68 #undef PROG 69 #define PROG errstr_main macro
|
D | version.c | 135 #undef PROG 136 #define PROG version_main macro
|
D | prime.c | 56 #undef PROG 57 #define PROG prime_main macro
|
D | nseq.c | 65 #undef PROG 66 #define PROG nseq_main macro
|
D | gendh.c | 82 #undef PROG 83 #define PROG gendh_main macro
|
D | ciphers.c | 69 #undef PROG 70 #define PROG ciphers_main macro
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | errstr.c | 68 #undef PROG 69 #define PROG errstr_main macro
|
D | version.c | 135 #undef PROG 136 #define PROG version_main macro
|
D | prime.c | 56 #undef PROG 57 #define PROG prime_main macro
|
D | nseq.c | 65 #undef PROG 66 #define PROG nseq_main macro
|
D | ciphers.c | 69 #undef PROG 70 #define PROG ciphers_main macro
|
/external/elfutils/config/ |
D | ylwrap | 51 OUTPUT is one file PROG generates 54 ARGS are passed to PROG
|
/external/bison/build-aux/ |
D | ylwrap | 49 OUTPUT is one file PROG generates 52 ARGS are passed to PROG
|
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/ |
D | func.c | 5 printf("Hello %s from subdir2/func.c\n", PROG); in subdir2_func()
|
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/ |
D | func.c | 5 printf("Hello %s from subdir1/func.c\n", PROG); in subdir1_func()
|