Searched defs:PROGS (Results 1 - 13 of 13) sorted by relevance

/external/strace/test/
H A DMakefile3 PROGS = \ macro
9 all: $(PROGS)
18 rm -f *.o core $(PROGS) *.gdb
/external/libcap/progs/
H A DMakefile7 PROGS=getpcaps capsh macro
9 PROGS += getcap setcap
12 BUILD=$(PROGS)
29 for p in $(PROGS) ; do \
/external/autotest/client/tests/rtc/src/
H A DMakefile4 PROGS= rtctest macro
10 all: $(PROGS)
19 -rm -f $(PROGS)
/external/autotest/client/tests/tsc/src/
H A DMakefile5 PROGS= checktsc macro
11 all: $(PROGS)
20 -rm -f $(PROGS)
/external/blktrace/btreplay/
H A DMakefile15 PROGS = btrecord btreplay macro
18 all: depend $(PROGS)
20 $(PROGS): | depend
29 -rm -f *.o $(PROGS) .depend
/external/blktrace/btt/
H A DMakefile14 PROGS = btt macro
22 all: depend $(PROGS)
35 -rm -f *.o $(PROGS) .depend
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/
H A DMakefile4 PROGS=tools/fxdis macro
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A DMakefile4 PROGS=tools/dxbc2tgsi macro
/external/mesa3d/src/gallium/tests/trivial/
H A DMakefile26 PROGS = $(OBJECTS:.o=) macro
35 default: $(PROGS) pipes
40 -rm -f $(PROGS)
53 $(PROGS): %: %.o $(LINKS)
/external/mesa3d/src/gallium/tests/unit/
H A DMakefile32 PROGS = $(OBJECTS:.o=) macro
36 default: $(PROGS)
39 -rm -f $(PROGS)
48 $(PROGS): %: %.o
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A DMakefile54 PROGS := lp_test_format \ macro
74 $(PROGS): lp_test_main.o libllvmpipe.a
/external/blktrace/
H A DMakefile4 PROGS = blkparse blktrace verify_blkparse blkrawverify blkiomon macro
8 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
40 $(PROGS): | depend
76 -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2
/external/fio/
H A DMakefile22 PROGS = fio macro
26 PROGS += gfio
224 PROGS += $(T_PROGS)
252 all: $(PROGS) $(T_TEST_PROGS) $(SCRIPTS) FORCE
357 @rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
373 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
375 $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)

Completed in 1550 milliseconds