pcsx2/x86/ix86/Makefile.am
zerofrog df521ae24f 0.9.4 release
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.4@186 96395faa-99c1-11dd-bbfe-3dabce05a288
2007-11-11 02:55:00 +00:00

9 lines
217 B
Makefile

INCLUDES = -I@srcdir@/.. -I@srcdir@/../../
noinst_LIBRARIES = libix86.a
libix86_a_SOURCES = ix86_3dnow.c ix86.c ix86_cpudetect.c ix86_fpu.c ix86.h ix86_sse.c
if X86_64
else
libix86_a_SOURCES += ix86_mmx.c
endif