initial import

This commit is contained in:
Josh Coalson
2001-05-27 18:32:15 +00:00
parent 697b603ed1
commit 60d9d01a84
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# nasm build rule:
%.lo: %.s
$(NASM) -f elf -d ELF $< -o $@
noinst_LTLIBRARIES = libFLAC-asm.la
libFLAC_asm_la_SOURCES = \
cpu_asm.s \
fixed_asm.s \
lpc_asm.s