mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
initial import
This commit is contained in:
9
src/libFLAC/i386/Makefile.am
Normal file
9
src/libFLAC/i386/Makefile.am
Normal 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
|
||||
Reference in New Issue
Block a user