File: Makefile.am

package info (click to toggle)
gmerlin 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,108 kB
  • sloc: ansic: 133,761; javascript: 6,967; makefile: 1,400; sh: 702; sed: 16
file content (95 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
if HAVE_X11
x11_subdirs = x11
else
x11_subdirs =
endif

if HAVE_WAYLAND
wayland_subdirs = wayland
else
wayland_subdirs =
endif


if HAVE_LIBPNG
png_subdirs = png
else
png_subdirs =
endif

if HAVE_LIBTIFF
tiff_subdirs = tiff
else
tiff_subdirs =
endif

if HAVE_V4L2
v4l2_subdirs = v4l2
else
v4l2_subdirs =
endif

if HAVE_LIBJPEG
jpeg_subdirs = jpeg
else
jpeg_subdirs =
endif

if HAVE_ALSA
alsa_subdirs = alsa
else
alsa_subdirs = 
endif

if HAVE_PULSEAUDIO
pulseaudio_subdirs = pulseaudio
else
pulseaudio_subdirs = 
endif

# if HAVE_PIPEWIRE
# pipewire_subdirs = pipewire
# pipewire_subdirs =
# else
# pipewire_subdirs = 
# endif

if HAVE_DBUS
dbus_subdirs = mpris
else
dbus_subdirs = 
endif


if HAVE_CDIO
cdio_subdirs = cdaudio
else
cdio_subdirs = 
endif

SUBDIRS = \
audiofilters \
backends \
frontends \
edl \
resources \
test \
videofilters \
visualization \
$(alsa_subdirs) \
$(dbus_subdirs) \
$(jpeg_subdirs) \
$(v4l2_subdirs) \
$(png_subdirs) \
$(tiff_subdirs) \
$(x11_subdirs) \
$(wayland_subdirs) \
$(cdio_subdirs) \
$(pipewire_subdirs) \
$(pulseaudio_subdirs) \
upnp \
wavwrite \
image \
subwriters