-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
75 lines (65 loc) · 1.11 KB
/
Makefile.am
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
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = \
libogmrip-base \
libogmrip-job \
libogmrip-media \
libogmrip-module \
libogmrip-dvd \
libogmrip-file \
libogmrip-encode \
libogmrip-mplayer \
avibox \
dvdcpy
if HAVE_BLURAY_SUPPORT
SUBDIRS += \
libogmrip-bluray
endif
if HAVE_GTK_SUPPORT
SUBDIRS += \
libogmrip-media-gtk \
libogmrip-file-gtk \
libogmrip-encode-gtk
endif
if HAVE_THEORA_SUPPORT
SUBDIRS += \
theoraenc
endif
if HAVE_SRT_SUPPORT
SUBDIRS += \
subrip
endif
SUBDIRS += \
plugins \
data \
src \
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
MAINTAINERCLEANFILES = \
aclocal.m4 \
compile \
config.guess \
config.h.in \
config.h.in~ \
config.rpath \
config.sub \
configure \
depcomp \
gtk-doc.make \
install-sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
ltmain.sh \
missing \
Makefile.in
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc=yes