view src/cpuinfo/Makefile.am @ 987:d9f3b5bb7870

Do not use registers when not necessary
author Patrice Mandin <patmandin@gmail.com>
date Mon, 22 Nov 2004 20:36:59 +0000
parents 71ee03909f42
children
line wrap: on
line source


# The cpuinfo library target
noinst_LTLIBRARIES = libcpuinfo.la

COMMON_SRCS = 			\
	SDL_cpuinfo.c

libcpuinfo_la_SOURCES = $(COMMON_SRCS)