From 4a623c8c816e3f4ec9393e31aa94a6ed88fb7609 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 27 Sep 2008 05:01:57 +0000 Subject: [PATCH] Add alltools target to build all the tools/ stuff. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15438 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8caf7735..0b1d2da21 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) -- 2.39.2