2007-04-26 21:38:42 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2006-03-25 16:14:24 +00:00
|
|
|
|
2008-03-09 23:40:45 +00:00
|
|
|
|
2010-05-24 02:44:31 +00:00
|
|
|
if WITH_INTERNAL_LIBASS
|
2009-03-08 08:30:39 +00:00
|
|
|
libass = libass
|
2008-04-13 17:44:54 +00:00
|
|
|
endif
|
|
|
|
|
2009-03-08 08:30:39 +00:00
|
|
|
if HAVE_PROVIDER_FFMPEGSOURCE
|
2009-07-13 22:30:49 +00:00
|
|
|
ffmpegsource = libffms
|
2008-03-26 23:58:39 +00:00
|
|
|
endif
|
2008-03-05 18:52:09 +00:00
|
|
|
|
2009-03-08 08:30:39 +00:00
|
|
|
SUBDIRS = \
|
2010-06-12 07:04:12 +00:00
|
|
|
universalchardet \
|
2010-05-21 01:13:36 +00:00
|
|
|
libaegisub \
|
2009-03-08 08:30:39 +00:00
|
|
|
$(ffmpegsource) \
|
2009-07-25 09:35:44 +00:00
|
|
|
$(libass) \
|
|
|
|
tools \
|
2009-03-09 00:58:38 +00:00
|
|
|
src \
|
2009-09-26 20:00:34 +00:00
|
|
|
reporter \
|
2009-03-08 08:30:39 +00:00
|
|
|
automation \
|
2009-07-25 09:35:44 +00:00
|
|
|
desktop \
|
|
|
|
po
|
2008-03-03 07:22:58 +00:00
|
|
|
|
2009-03-08 08:30:39 +00:00
|
|
|
osx-bundle:
|
2010-01-21 00:34:45 +00:00
|
|
|
@SHELL@ scripts/osx-bundle.sh "@BUNDLE_STRING@" @AEGISUB_VERSION_DATA@ DICT_DIR=$(DICT_DIR)
|
2006-03-25 16:14:24 +00:00
|
|
|
|
2009-03-08 08:30:39 +00:00
|
|
|
osx-dmg:
|
2010-01-21 00:34:45 +00:00
|
|
|
@SHELL@ scripts/osx-dmg.sh "@BUNDLE_STRING@" "@DMG_STRING@"
|
2009-04-28 23:25:42 +00:00
|
|
|
|
|
|
|
osx-tinderbox-bundle:
|
2009-07-25 05:23:04 +00:00
|
|
|
@SHELL@ tools/osx-bundle.sh "$(T_BUNDLE)" @AEGISUB_VERSION_DATA@ DICT_DIR="$(DICT_DIR)"
|
2009-04-28 23:25:42 +00:00
|
|
|
|
|
|
|
osx-tinderbox-dmg:
|
2009-07-25 05:23:04 +00:00
|
|
|
@SHELL@ tools/osx-dmg.sh "$(T_DMG)" "$(T_BUNDLE)"
|
2009-04-28 23:25:42 +00:00
|
|
|
mv "$(T_DMG).dmg" bundle.dmg
|
2008-03-03 07:22:58 +00:00
|
|
|
|
2008-03-08 22:22:01 +00:00
|
|
|
EXTRA_DIST = \
|
2009-03-08 08:30:39 +00:00
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
|
|
|
config.guess \
|
|
|
|
config.sub \
|
|
|
|
depcomp \
|
|
|
|
install-sh \
|
2010-05-06 16:07:00 +00:00
|
|
|
LICENCE \
|
2009-03-08 08:30:39 +00:00
|
|
|
missing \
|
|
|
|
INSTALL \
|
|
|
|
README \
|
|
|
|
svn_revision
|
|
|
|
|
|
|
|
# m4macros/
|
|
|
|
EXTRA_DIST += \
|
|
|
|
m4macros/check_gnu_make.m4 \
|
|
|
|
m4macros/acx_pthread.m4 \
|
|
|
|
m4macros/ac_agi.m4 \
|
|
|
|
m4macros/ax_lang_compiler_ms.m4 \
|
|
|
|
m4macros/ac_agi_mdcpucfg.m4 \
|
|
|
|
m4macros/ax_openmp.m4 \
|
|
|
|
m4macros/ax_check_gl.m4 \
|
|
|
|
m4macros/ac_flag.m4
|
|
|
|
|
|
|
|
# packages/osx_bundle/
|
|
|
|
EXTRA_DIST += \
|
|
|
|
packages/osx_bundle/Contents/Info.plist \
|
|
|
|
packages/osx_bundle/Contents/Resources/*.icns \
|
|
|
|
packages/osx_bundle/Contents/Resources/etc/fonts/fonts.conf \
|
|
|
|
packages/osx_bundle/Contents/Resources/etc/fonts/fonts.dtd \
|
|
|
|
packages/osx_bundle/Contents/Resources/etc/fonts/conf.d/*.conf
|
|
|
|
|
|
|
|
# packages/osx_dmg/
|
|
|
|
EXTRA_DIST += \
|
|
|
|
packages/osx_dmg/dmg_background.png \
|
|
|
|
packages/osx_dmg/dmg_set_style.applescript
|
|
|
|
|
|
|
|
|
|
|
|
CLEANFILES= \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update
|