Browse code

Add alltools target to build all the tools/ stuff.

Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2008/09/27 14:01:57
Showing 1 changed files
... ...
@@ -75,6 +75,8 @@ tools/%$(EXESUF): tools/%.c
75 75
 
76 76
 ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
77 77
 
78
+alltools: $(addsuffix $(EXESUF),$(addprefix tools/, cws2fws pktdumper qt-faststart trasher))
79
+
78 80
 VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))
79 81
 
80 82
 BASEHOOKS = fish null watermark
... ...
@@ -329,6 +331,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
329 329
 	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
330 330
 
331 331
 
332
-.PHONY: lib videohook documentation *test regtest-* swscale-error
332
+.PHONY: lib videohook documentation *test regtest-* swscale-error alltools
333 333
 
334 334
 -include $(VHOOK_DEPS)