mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-18 03:19:31 +02:00
7 lines
223 B
Makefile
7 lines
223 B
Makefile
|
CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o
|
||
|
|
||
|
tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm
|
||
|
$(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
|
||
|
$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
|
||
|
-$(STRIP) $(STRIPFLAGS) $@
|