comparison src/cpuinfo/Makefile.am @ 742:528a52626680

Fixed building cpuinfo under mingw32
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Nov 2003 08:03:10 +0000
parents e70f80e98f60
children 71ee03909f42
comparison
equal deleted inserted replaced
741:97b9c301df94 742:528a52626680
5 STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh 5 STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
6 6
7 SUFFIXES = .asm 7 SUFFIXES = .asm
8 8
9 .asm.lo: 9 .asm.lo:
10 $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(NASM) -t -D __FLAT__ -D __NOU__ @NASMFLAGS@ $< -o $*.o 10 $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(NASM) -t -D __FLAT__ @NASMFLAGS@ $< -o $*.o
11 11
12 ########################################################################### 12 ###########################################################################
13 13
14 # The cpuinfo library target 14 # The cpuinfo library target
15 noinst_LTLIBRARIES = libcpuinfo.la 15 noinst_LTLIBRARIES = libcpuinfo.la