2006-05-06 14:59:48 +02:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2008-03-05 19:52:09 +01:00
|
|
|
|
|
|
|
if HAVE_UNIVCHARDET
|
|
|
|
univchardet = universalchardet
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_AUTO3_LUA
|
|
|
|
auto3 = auto3
|
|
|
|
endif
|
|
|
|
|
2008-03-23 23:56:21 +01:00
|
|
|
if WITH_LIBASS
|
2008-03-21 22:01:03 +01:00
|
|
|
libass = libass
|
|
|
|
endif
|
|
|
|
|
2008-10-28 03:18:14 +01:00
|
|
|
if HAVE_FFMPEGSOURCE
|
|
|
|
ffmpegsource = FFmpegSource2
|
|
|
|
endif
|
2008-03-05 19:52:09 +01:00
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
$(univchardet) \
|
|
|
|
$(auto3) \
|
2008-03-21 22:01:03 +01:00
|
|
|
$(libass) \
|
2008-10-28 03:18:14 +01:00
|
|
|
$(ffmpegsource) \
|
2008-03-05 19:52:09 +01:00
|
|
|
aegisub \
|
|
|
|
automation \
|
|
|
|
po \
|
|
|
|
m4macros
|
2007-01-11 04:52:17 +01:00
|
|
|
|
2007-04-25 04:18:55 +02:00
|
|
|
EXTRA_DIST = \
|
2008-03-03 08:22:58 +01:00
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
|
|
|
mkinstalldirs \
|
|
|
|
config.guess \
|
|
|
|
config.sub \
|
|
|
|
depcomp \
|
|
|
|
install-sh \
|
|
|
|
missing \
|
|
|
|
mkinstalldirs \
|
|
|
|
INSTALL \
|
|
|
|
README
|