Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/arm64/signal/
DMakefile8 PROGS := $(patsubst %.c,%,$(SRCS)) macro
11 TEST_GEN_PROGS := $(notdir $(PROGS))
21 $(TEST_GEN_PROGS): $(PROGS)
22 cp $(PROGS) $(OUTPUT)/
26 rm -f $(PROGS)
31 $(PROGS): test_signals.c test_signals_utils.c testcases/testcases.c signals.S $$@.c test_signals.h …
/external/blktrace/btreplay/
DMakefile15 PROGS = btrecord btreplay
18 all: depend $(PROGS)
20 $(PROGS): | depend
29 -rm -f *.o $(PROGS) .depend
/external/blktrace/iowatcher/
DMakefile5 PROGS = iowatcher macro
12 ALL = $(PROGS)
14 $(PROGS): | depend
28 -rm -f *.o $(PROGS) .depend
/external/libcap/progs/
DMakefile7 PROGS=getpcaps capsh getcap setcap macro
9 BUILD=$(PROGS)
35 for p in $(PROGS) ; do \
42 test: $(PROGS)
/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)
134 install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs $(INSTALL_TGT)
135 $(Q) for i in $(PROGS); do \
172 for i in $(PROGS); do \
183 $(RM) -f $(PROGS) $(MANPAGES) $(CONFFILES) $(UDEV_RULES) $(SERVICE_FILES) $(CRONTABS) $(LIBPROGS)
/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
22 all: depend $(PROGS)
35 -rm -f *.o $(PROGS) .depend
/external/e2fsprogs/util/
DMakefile.in22 PROGS= subst symlinks mkutf8data
24 all:: $(PROGS) gen-tarball
59 $(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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.am46 PROGS = macro
48 PROGS = ahost adig acountry macro
51 noinst_PROGRAMS =$(PROGS)
/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/mesa3d/docs/relnotes/
D7.10.rst2223 - gallium: add $(PROGS_DEPS) as dependencies for $(PROGS)
/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.