From 7d6792ecfffa0e0df15aa6eaf023ff88dcd62731 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 7 Apr 2002 05:27:15 +0000 Subject: [PATCH] don't build libasm at all when not doing asm --- nq/source/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nq/source/Makefile.am b/nq/source/Makefile.am index d93a5bb20..448c11d36 100644 --- a/nq/source/Makefile.am +++ b/nq/source/Makefile.am @@ -38,15 +38,17 @@ bin_PROGRAMS= @NQ_TARGETS@ EXTRA_PROGRAMS= nq-fbdev nq-glx nq-mgl nq-sdl nq-sdl32 nq-sgl nq-svga nq-3dfx \ nq-wgl nq-x11 nq-server -asm_src= sys_ia32.S worlda.S - if ASM_ARCH -libasm_la_SOURCES= $(asm_src) +asm= libasm.la else -libasm_la_SOURCES= +asm= endif -noinst_LTLIBRARIES= libqfnet.la libasm.la +asm_src= sys_ia32.S worlda.S + +libasm_la_SOURCES= $(asm_src) + +noinst_LTLIBRARIES= libqfnet.la $(asm) common_sources= game.c world.c com.c