view src/cdrom/Makefile.am @ 1227:3202d727bb4b

From Mike Frysinger and/or Gentoo: - libsdl-PIC-hermes-cpuid.patch rewrites the code in _Hermes_X86_CPU so that it doesnt require the local cpu_flags memory variable, it just uses registers. test case: http://dev.gentoo.org/~vapier/libsdl/hermes-cpuid-test.tar.bz2
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 05 Jan 2006 07:08:59 +0000
parents faaa676b20ef
children
line wrap: on
line source


## Makefile.am for the SDL cdrom library

noinst_LTLIBRARIES = libcdrom.la

# Define which subdirectories need to be built
SUBDIRS = @CDROM_SUBDIRS@
DIST_SUBDIRS =	\
	aix	\
	beos	\
	bsdi	\
	dc	\
	dummy	\
	freebsd	\
	linux	\
	macos	\
	macosx	\
	mint	\
	openbsd	\
	osf	\
	qnx	\
	win32

DRIVERS = @CDROM_DRIVERS@

# Include the architecture-independent sources
COMMON_SRCS =			\
	SDL_cdrom.c		\
	SDL_syscdrom.h

libcdrom_la_SOURCES = $(COMMON_SRCS)
libcdrom_la_LIBADD = $(DRIVERS)
libcdrom_la_DEPENDENCIES = $(DRIVERS)