mirror of https://git.ffmpeg.org/ffmpeg.git
12 lines
195 B
Makefile
12 lines
195 B
Makefile
|
TOOLS = qt-faststart trasher
|
||
|
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
||
|
|
||
|
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
||
|
|
||
|
OBJDIRS += tools
|
||
|
|
||
|
clean::
|
||
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
||
|
|
||
|
-include $(wildcard tools/*.d)
|