Home
last modified time | relevance | path

Searched refs:PROGS (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/tests/btreplay/
DMakefile.patch9 PROGS = blkparse blktrace verify_blkparse blkrawverify
14 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
19 -$(PROGS): | depend
20 +$(PROGS): depend
39 PROGS = btrecord btreplay
43 all: depend $(PROGS)
45 -$(PROGS): | depend
46 +$(PROGS): depend
63 PROGS = btt
/external/blktrace/btreplay/
DMakefile15 PROGS = btrecord btreplay
18 all: depend $(PROGS)
20 $(PROGS): | depend
29 -rm -f *.o $(PROGS) .depend
/external/linux-kselftest/tools/testing/selftests/ptp/
Dtestptp.mk23 PROGS = testptp
25 all: $(PROGS)
33 rm -f $(PROGS)
/external/autotest/client/tests/rtc/src/
DMakefile4 PROGS= rtctest macro
10 all: $(PROGS)
19 -rm -f $(PROGS)
/external/autotest/client/tests/tsc/src/
DMakefile5 PROGS= checktsc macro
11 all: $(PROGS)
20 -rm -f $(PROGS)
/external/libcap/progs/
DMakefile7 PROGS=getpcaps capsh getcap setcap macro
9 BUILD=$(PROGS)
26 for p in $(PROGS) ; do \
/external/blktrace/
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/blktrace/btt/
DMakefile14 PROGS = btt
22 all: depend $(PROGS)
35 -rm -f *.o $(PROGS) .depend
/external/e2fsprogs/util/
DMakefile.in22 PROGS= subst symlinks
24 all:: $(PROGS) gen-tarball
55 $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball \
/external/e2fsprogs/resize/
DMakefile.in14 PROGS= resize2fs
43 all:: $(PROGS) $(TEST_PROGS) $(MANPAGES)
67 install: $(PROGS) $(MANPAGES) installdirs
68 $(Q) for i in $(PROGS); do \
81 $(Q) for i in $(PROGS); do \
87 for i in $(PROGS); do \
107 $(RM) -f $(PROGS) $(TEST_PROGS) $(MANPAGES) \#* *.s *.o *.a *~ core \
/external/e2fsprogs/tests/progs/
DMakefile.in16 PROGS= test_icount crcsum
33 all:: $(PROGS)
56 $(RM) -f $(PROGS) test_rel_cmds.c test_icount_cmds.c \
/external/c-ares/
DMakefile.am45 PROGS = macro
47 PROGS = ahost adig acountry macro
50 noinst_PROGRAMS =$(PROGS)
DMakefile.in315 @CURLDEBUG_FALSE@PROGS = ahost adig acountry
316 @CURLDEBUG_TRUE@PROGS =
/external/fio/
DMakefile28 PROGS = fio macro
36 PROGS += gfio
277 PROGS += $(T_PROGS)
305 all: $(PROGS) $(T_TEST_PROGS) $(SCRIPTS) FORCE
434 …@rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core…
455 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
457 $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
/external/e2fsprogs/ext2ed/
DMakefile.in14 PROGS= ext2ed
56 all:: $(PROGS) $(MANPAGES) ext2ed.conf
/external/autotest/client/profilers/lockmeter/
Dlockstat.diff11 PROGS = lockstat
/external/e2fsprogs/debugfs/
DMakefile.in14 PROGS= debugfs
60 all:: $(PROGS) $(MANPAGES)
119 install: $(PROGS) $(MANPAGES) installdirs
120 $(Q) for i in $(PROGS); do \
133 $(Q) for i in $(PROGS); do \
139 for i in $(PROGS); do \
147 $(RM) -f $(PROGS) debugfs.8 \#* *.s *.o *.a *~ debug_cmds.c \
/external/e2fsprogs/e2fsck/
DMakefile.in14 PROGS= e2fsck
108 all:: profiled $(PROGS) e2fsck $(MANPAGES) $(FMANPAGES)
194 install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs
195 $(Q) for i in $(PROGS); do \
225 $(Q) for i in $(PROGS); do \
231 for i in $(PROGS); do \
250 $(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e2fsck.static \
/external/strace/
DChangeLog19243 * test/Makefile (PROGS): Remove fork and vfork.
24585 * test/Makefile (PROGS): Remove sigreturn.
25677 * test/Makefile (PROGS): Likewise.
25774 * test/Makefile (PROGS): Remove select.
31131 * test/Makefile: Declare all tests in a PROGS var.
31133 (all): Depend on $(PROGS) instead of hardcoded list.
31134 (clean): Remove $(PROGS) instead of hardcoded list.