Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 25 of 140) sorted by relevance

123456

/external/dhcpcd/mk/
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} ${DESTDIR}${BINDIR}
62 rm -f ${OBJS} ${PROG} _${PROG}.c _${PROG}.o ${PROG}.core ${CLEANFILES}
/external/openssh/regress/
Dbsd.regress.mk9 .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/
Dmakefile.gcc1 PROG = lzma
17 all: $(PROG)
19 $(PROG): $(OBJS)
20 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2)
44 -$(RM) $(PROG) $(OBJS)
/external/dhcpcd/
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/tcpdump/
DMakefile.in43 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/
Dmakefile.gcc1 PROG = 7zDec
9 all: $(PROG)
11 $(PROG): $(OBJS)
12 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB)
69 -$(RM) $(PROG) $(OBJS)
/external/qemu/android/build/
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/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile.gcc1 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/
Dall.gyp11 'PROG="prog1"',
22 'PROG="prog2"',
Dfunc.c5 printf("Hello %s from func.c\n", PROG); in func()
/external/openssl/apps/
Derrstr.c68 #undef PROG
69 #define PROG errstr_main macro
Dversion.c135 #undef PROG
136 #define PROG version_main macro
Dprime.c56 #undef PROG
57 #define PROG prime_main macro
Dnseq.c65 #undef PROG
66 #define PROG nseq_main macro
Dgendh.c82 #undef PROG
83 #define PROG gendh_main macro
Dciphers.c69 #undef PROG
70 #define PROG ciphers_main macro
/external/chromium_org/third_party/openssl/openssl/apps/
Derrstr.c68 #undef PROG
69 #define PROG errstr_main macro
Dversion.c135 #undef PROG
136 #define PROG version_main macro
Dprime.c56 #undef PROG
57 #define PROG prime_main macro
Dnseq.c65 #undef PROG
66 #define PROG nseq_main macro
Dciphers.c69 #undef PROG
70 #define PROG ciphers_main macro
/external/elfutils/config/
Dylwrap51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
/external/bison/build-aux/
Dylwrap49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/
Dfunc.c5 printf("Hello %s from subdir2/func.c\n", PROG); in subdir2_func()
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/
Dfunc.c5 printf("Hello %s from subdir1/func.c\n", PROG); in subdir1_func()

123456