Home
last modified time | relevance | path

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

1234

/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/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)
Dmakefile2 PROG = LZMAc.exe macro
/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/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/tcpdump/
DMakefile.in45 PROG = tcpdump
210 CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
282 all: $(PROG)
284 $(PROG): $(OBJ) @V_PCAPDEP@
332 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
333 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
336 $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
339 rm -f $(DESTDIR)$(sbindir)/$(PROG)
340 rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1
348 rm -f $(CLEANFILES) $(PROG)-`cat VERSION`.tar.gz
[all …]
/external/qemu/android/build/
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/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()
Ddouble-executable.gyp17 'PROG="prog3"',
/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
Dciphers.c69 #undef PROG
70 #define PROG ciphers_main macro
Dgendh.c82 #undef PROG
83 #define PROG gendh_main macro
Drand.c66 #undef PROG
67 #define PROG rand_main macro
Dgendsa.c74 #undef PROG
75 #define PROG gendsa_main macro
/external/elfutils/0.153/config/
Dylwrap49 OUTPUT is one file PROG generates
52 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()
/external/openssl/crypto/bn/
Dbnspeed.c64 #undef PROG
65 #define PROG bnspeed_main macro
/external/mksh/
DMakefrag.inc3 PROG= mksh
25 #all: $(PROG)
26 #$(PROG): $(OBJS_BP)

1234