From 9bce82fa00271920cc2497989834dd35301e4580 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 27 Sep 2008 05:01:57 +0000 Subject: Add alltools target to build all the tools/ stuff. Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8caf7735a..0b1d2da217 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,8 @@ tools/%$(EXESUF): tools/%.c ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS) +alltools: $(addsuffix $(EXESUF),$(addprefix tools/, cws2fws pktdumper qt-faststart trasher)) + VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS)) BASEHOOKS = fish null watermark @@ -329,6 +331,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS) $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS) -.PHONY: lib videohook documentation *test regtest-* swscale-error +.PHONY: lib videohook documentation *test regtest-* swscale-error alltools -include $(VHOOK_DEPS) -- cgit v1.2.3