view src/cdrom/Makefile.am @ 719:269c97e24da6

Date: Fri, 12 Sep 2003 18:04:19 -0400 From: Matthew Danish Subject: patch for k*bsd support I am forwarding this patch from Robert Millan <rmh@debian.org> for supporting K*BSD systems (BSD kernel GNU userland, and hurd) in configure.in.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 Sep 2003 18:18:17 +0000 (2003-09-21)
parents e92bcf2573cb
children 6b3dfe0198bb
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	\
	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)