Mercurial > sdl-ios-xcode
view src/cdrom/Makefile.am @ 769:b8d311d90021
Updated copyright information for 2004 (Happy New Year!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2004 16:49:27 +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)