You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
474 B
47 lines
474 B
# ---- @OS_TYPE@/@ARCH_TYPE@ ----
|
|
|
|
# For cpu_accel compile we cannot have ansi
|
|
# (I dont have debugged why)
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libmmx.la
|
|
noinst_HEADERS =
|
|
|
|
kmpgincludedir = $(includedir)/$(THIS_LIB_NAME)/util/mmx
|
|
|
|
kmpginclude_HEADERS = mmx.h mmx_asm.h mm_accel.h
|
|
|
|
libmmx_la_SOURCES = cpu_accel.c mmx.c
|
|
|
|
AM_ASFLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(all_includes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|