Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 517 Bytes

Makefile.am

File metadata and controls

33 lines (27 loc) · 517 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
## Makefile.am for the SDL cdrom library
noinst_LTLIBRARIES = libcdrom.la
Aug 18, 2001
Aug 18, 2001
6
7
# Define which subdirectories need to be built
SUBDIRS = @CDROM_SUBDIRS@
Jul 22, 2003
Jul 22, 2003
8
9
10
11
12
13
14
15
16
17
DIST_SUBDIRS = \
aix \
beos \
bsdi \
dc \
dummy \
freebsd \
linux \
macos \
macosx \
Oct 6, 2003
Oct 6, 2003
18
mint \
Jul 22, 2003
Jul 22, 2003
19
20
21
openbsd \
osf \
qnx \
Apr 15, 2003
Apr 15, 2003
22
win32
Apr 26, 2001
Apr 26, 2001
23
Aug 18, 2001
Aug 18, 2001
24
DRIVERS = @CDROM_DRIVERS@
Apr 26, 2001
Apr 26, 2001
25
Aug 18, 2001
Aug 18, 2001
26
27
28
29
# Include the architecture-independent sources
COMMON_SRCS = \
SDL_cdrom.c \
SDL_syscdrom.h
Apr 26, 2001
Apr 26, 2001
30
Aug 18, 2001
Aug 18, 2001
31
32
33
libcdrom_la_SOURCES = $(COMMON_SRCS)
libcdrom_la_LIBADD = $(DRIVERS)
libcdrom_la_DEPENDENCIES = $(DRIVERS)