File: Makefile.am

package info (click to toggle)
ogmrip 1.0.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,560 kB
  • sloc: ansic: 47,390; sh: 11,160; xml: 2,248; makefile: 968
file content (42 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (3)
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
SUBDIRS = \
  libogmdvd \
  libogmjob \
  libogmrip \
  avibox \
  dvdcpy

if HAVE_GTK_SUPPORT
SUBDIRS +=      \
  libogmdvd-gtk \
  libogmrip-gtk \
  src
endif

if HAVE_THEORA_SUPPORT
SUBDIRS += \
  theoraenc
endif

if HAVE_SRT_SUPPORT
SUBDIRS += \
  subrip
endif

SUBDIRS += \
  data \
  docs \
  po

EXTRA_DIST= \
  intltool-update.in  \
  intltool-extract.in \
  intltool-merge.in   \
  po/Makefile.in.in   \
  po/POTFILES.in

DISTCLEANFILES = \
  intltool-update  \
  intltool-extract \
  intltool-merge

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc=yes