Makefile 297 Bytes
Newer Older
James Almer's avatar
James Almer committed
1
TOOLS = qt-faststart trasher uncoded_frame
Paul B Mahol's avatar
Paul B Mahol committed
2
TOOLS-$(CONFIG_LIBMYSOFA) += sofa2wavs
3 4
TOOLS-$(CONFIG_ZLIB) += cws2fws

5
tools/target_dec_%_fuzzer.o: tools/target_dec_fuzzer.c
6
	$(COMPILE_C) -DFFMPEG_DECODER=$*
7

8 9 10 11 12 13
OBJDIRS += tools

clean::
	$(RM) $(CLEANSUFFIXES:%=tools/%)

-include $(wildcard tools/*.d)