add object file format guessing from configure

This commit is contained in:
Josh Coalson
2001-06-18 23:07:19 +00:00
parent 2ac3a5429c
commit da0adb2056
2 changed files with 28 additions and 24 deletions

View File

@@ -19,7 +19,7 @@
# nasm build rule:
SUFFIXES = .nasm .lo
.nasm.lo:
$(NASM) -f elf -d OBJ_FORMAT_elf $< -o $@
$(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) $< -o $@
noinst_LTLIBRARIES = libFLAC-asm.la
libFLAC_asm_la_SOURCES = \