repo.or.cz
/
rofl0r-VisualBoyAdvance.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove unportable,glibc/gcc specific remote profiling support
[rofl0r-VisualBoyAdvance.git]
/
src
/
i386
/
Makefile.am
blob
c82cac350daad94e3c93bc864bd0df7ce5544e53
1
SUFFIXES = .asm
2
3
noinst_LIBRARIES = lib386.a
4
5
lib386_a_SOURCES = 2xSaImmx.asm
6
7
.asm.o:
8
$(NASM) -f elf -o $@ $<