summaryrefslogtreecommitdiff
path: root/src/input/vcd/libcdio/Makefile.am
blob: 799d4585f1094b907f74dd695d4d0e474ce1cfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
include $(top_srcdir)/misc/Makefile.common

SUBDIRS = cdio MSWindows image

INCLUDES = $(LIBCDIO_CFLAGS)

libcdio_SRCS = \
	image/bincue.c \
	image/nrg.c \
	MSWindows/aspi32.c \
	MSWindows/aspi32.h \
	MSWindows/ioctl.c \
	MSWindows/win32.c \
	MSWindows/win32.h \
	_cdio_bsdi.c \
	_cdio_freebsd.c \
	_cdio_generic.c \
	_cdio_linux.c \
	_cdio_osx.c \
	_cdio_stdio.c \
	_cdio_stream.c \
	_cdio_sunos.c \
	cdio.c \
	cd_types.c \
	ds.c \
	logging.c \
	sector.c \
	util.c
libiso9660_SRCS = \
	iso9660.c \
	iso9660_fs.c \
	xa.c

EXTRA_DIST = $(libcdio_SRCS) $(libiso9660_SRCS)

if ENABLE_VCD
if HAVE_VCDNAV
else
noinst_LTLIBRARIES = libcdio.la libiso9660.la
libcdio_la_SOURCES = $(libcdio_SRCS)
libcdio_la_LDFLAGS = -avoid-version -module
libiso9660_la_SOURCES = $(libiso9660_SRCS)
libiso9660_la_LDFLAGS = -avoid-version -module
endif
endif

noinst_HEADERS = \
	bytesex_asm.h \
	cdio_assert.h \
	_cdio_stdio.h \
	ds.h \
	scsi_mmc.h \
	bytesex.h \
	cdio_private.h \
	_cdio_stream.h \
	iso9660_private.h