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/iowatcher/
DMakefile5 PROGS = iowatcher macro
12 ALL = $(PROGS)
14 $(PROGS): | depend
28 -rm -f *.o $(PROGS) .depend
/external/blktrace/btreplay/
DMakefile15 PROGS = btrecord btreplay macro
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/e2fsprogs/scrub/
DMakefile.in14 PROGS= e2scrub e2scrub_all
41 all:: $(PROGS) $(MANPAGES) $(CONFFILES) $(UDEV_RULES) $(SERVICE_FILES) $(CRONTABS) $(LIBPROGS)
132 install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs $(INSTALL_TGT)
133 $(Q) for i in $(PROGS); do \
170 for i in $(PROGS); do \
181 $(RM) -f $(PROGS)
/external/libcap/progs/
DMakefile7 PROGS=getpcaps capsh getcap setcap macro
9 BUILD=$(PROGS)
26 for p in $(PROGS) ; do \
/external/nos/host/android/manual_tests/
DMakefile20 PROGS = test_citadel macro
53 all: $(PROGS)
57 rm -f $(PROGS)
/external/blktrace/
DMakefile4 PROGS = blkparse blktrace verify_blkparse blkrawverify blkiomon macro
8 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
43 $(PROGS): | depend
79 -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2
/external/blktrace/btt/
DMakefile14 PROGS = btt macro
22 all: depend $(PROGS)
35 -rm -f *.o $(PROGS) .depend
/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/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/tests/progs/
DMakefile.in16 PROGS= test_icount crcsum
33 all:: $(PROGS)
56 $(RM) -f $(PROGS) test_rel_cmds.c test_icount_cmds.c \
/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)
124 install: $(PROGS) $(MANPAGES) installdirs
125 $(Q) for i in $(PROGS); do \
138 $(Q) for i in $(PROGS); do \
144 for i in $(PROGS); do \
152 $(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 \
248 $(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e2fsck.static \
/external/strace/
DChangeLog33887 * test/Makefile (PROGS): Remove fork and vfork.
39229 * test/Makefile (PROGS): Remove sigreturn.
40321 * test/Makefile (PROGS): Likewise.
40418 * test/Makefile (PROGS): Remove select.
45775 * test/Makefile: Declare all tests in a PROGS var.
45777 (all): Depend on $(PROGS) instead of hardcoded list.
45778 (clean): Remove $(PROGS) instead of hardcoded list.