git.videolan.org
/
ffmpeg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Checkasm: assembly testing and benchmarking tool
[ffmpeg.git]
/
tests
/
checkasm
/
x86
/
Makefile
1
CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o
2
3
tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm
4
$(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
5
$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
6
-$(STRIP) $(STRIPFLAGS) $@