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 (28 lines) | stat: -rw-r--r-- 386 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

if HAVE_PLAYER
player_subdirs = player
else
player_subdirs =
endif

if HAVE_TRANSCODER
transcoder_subdirs = transcoder
else
transcoder_subdirs =
endif

if HAVE_THUMBNAILER
thumbnailer_subdirs = thumbnailer
else
thumbnailer_subdirs =
endif

SUBDIRS = $(player_subdirs) \
cmdlineplayer \
mdb-tool \
mediainfo \
remote \
renderer \
server \
$(transcoder_subdirs) \
$(thumbnailer_subdirs)