data/tool/ubuntu/ffmpeg/ffmpeg-3.1/tests/checkasm/x86/Makefile

7 lines
226 B
Makefile
Raw Normal View History

2024-01-29 10:44:43 +08:00
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) $(ASMSTRIPFLAGS) $@