2008-03-03 08:22:58 +01:00
|
|
|
automationdir = $(aegisubdatadir)/automation
|
2009-01-06 11:44:49 +01:00
|
|
|
share_docdir = $(aegisubdocdir)
|
2008-03-03 08:22:58 +01:00
|
|
|
|
2009-01-04 10:56:31 +01:00
|
|
|
# share/
|
2008-03-03 08:22:58 +01:00
|
|
|
data_general= \
|
|
|
|
include/Aegisub.pm \
|
|
|
|
include/Aegisub/Progress.pm \
|
|
|
|
include/Aegisub/Script.pm \
|
2009-01-04 10:56:31 +01:00
|
|
|
include/Auto4Utils.pm
|
2008-03-03 08:22:58 +01:00
|
|
|
|
|
|
|
data_auto4_lua = \
|
|
|
|
autoload/cleantags-autoload.lua \
|
|
|
|
autoload/kara-templater.lua \
|
|
|
|
autoload/karaoke-auto-leadin.lua \
|
2009-01-04 10:24:56 +01:00
|
|
|
autoload/macro-1-edgeblur.lua \
|
|
|
|
autoload/macro-2-mkfullwitdh.lua \
|
2008-03-03 08:22:58 +01:00
|
|
|
include/cleantags.lua \
|
|
|
|
include/karaskel-adv.lua \
|
|
|
|
include/karaskel-auto4.lua \
|
|
|
|
include/karaskel-base.lua \
|
|
|
|
include/karaskel.lua \
|
|
|
|
include/unicode.lua \
|
|
|
|
include/utils-auto4.lua \
|
2009-01-04 10:20:45 +01:00
|
|
|
include/utils.lua
|
2008-03-03 08:22:58 +01:00
|
|
|
|
|
|
|
data_auto3_lua = \
|
|
|
|
auto3/line-per-syllable.auto3 \
|
|
|
|
auto3/multi-template.auto3 \
|
|
|
|
auto3/simple-k-replacer.auto3 \
|
2009-01-04 10:56:31 +01:00
|
|
|
include/karaskel-adv.auto3 \
|
|
|
|
include/karaskel-base.auto3 \
|
|
|
|
include/karaskel.auto3 \
|
|
|
|
include/utils.auto3
|
|
|
|
|
|
|
|
data_auto4_perl = \
|
|
|
|
autoload/macro-1p-edgeblur.pl \
|
|
|
|
include/Aegisub/PerlConsole.pm
|
|
|
|
|
|
|
|
data_auto4_ruby = \
|
|
|
|
include/karaoke.rb \
|
|
|
|
include/utils.rb
|
|
|
|
|
|
|
|
|
|
|
|
# share/doc
|
|
|
|
|
|
|
|
data_general_doc = \
|
|
|
|
automation3.txt \
|
|
|
|
demos/raytracer-test1.ass \
|
|
|
|
v4-docs/basic-function-interface.txt \
|
|
|
|
v4-docs/configuration-dialogs.txt \
|
|
|
|
v4-docs/file-streams.txt \
|
|
|
|
v4-docs/misc.txt \
|
|
|
|
v4-docs/overview.txt \
|
|
|
|
v4-docs/progress-reporting.txt \
|
|
|
|
v4-docs/subtitle-data.txt \
|
|
|
|
v4-docs/template-scripting-ideas.ass
|
|
|
|
|
|
|
|
data_auto4_lua_doc = \
|
|
|
|
demos/future-windy-blur.lua \
|
|
|
|
demos/raytracer.lua
|
|
|
|
|
|
|
|
data_auto3_lua_doc = \
|
2008-03-03 08:22:58 +01:00
|
|
|
demos/auto3/readme.txt \
|
|
|
|
demos/auto3/1-minimal.lua \
|
|
|
|
demos/auto3/10-furigana.ass \
|
|
|
|
demos/auto3/10-furigana.lua \
|
|
|
|
demos/auto3/2-dump.lua \
|
|
|
|
demos/auto3/3-include.lua \
|
|
|
|
demos/auto3/4-text_extents.lua \
|
|
|
|
demos/auto3/5-configuration.lua \
|
|
|
|
demos/auto3/6-simple-effect.lua \
|
|
|
|
demos/auto3/7-advanced-effect.lua \
|
|
|
|
demos/auto3/8-skeleton.lua \
|
2009-01-04 10:56:31 +01:00
|
|
|
demos/auto3/9-advanced-skeleton.lua
|
2008-03-03 08:22:58 +01:00
|
|
|
|
2009-01-04 10:56:31 +01:00
|
|
|
data_auto4_perl_doc = \
|
2008-03-03 08:22:58 +01:00
|
|
|
demos/perl-console.pl \
|
|
|
|
v4-docs/perl-api.txt
|
|
|
|
|
2009-01-04 10:56:31 +01:00
|
|
|
data_auto4_ruby_doc = \
|
|
|
|
demos/k-replacer.rb
|
2008-03-03 08:22:58 +01:00
|
|
|
|
|
|
|
|
2009-01-04 10:56:31 +01:00
|
|
|
nobase_share_doc_DATA =
|
2008-06-16 06:45:59 +02:00
|
|
|
nobase_automation_DATA =
|
|
|
|
|
|
|
|
if HAVE_AUTOMATION
|
|
|
|
nobase_automation_DATA += $(data_general)
|
2009-01-04 10:56:31 +01:00
|
|
|
nobase_share_doc_DATA += $(data_general_doc)
|
2008-06-16 06:45:59 +02:00
|
|
|
endif
|
2008-03-03 08:22:58 +01:00
|
|
|
|
|
|
|
if HAVE_AUTO4_LUA
|
|
|
|
nobase_automation_DATA += $(data_auto4_lua)
|
2009-01-04 10:56:31 +01:00
|
|
|
nobase_share_doc_DATA += $(data_auto4_lua_doc)
|
2008-03-03 08:22:58 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_AUTO3_LUA
|
|
|
|
nobase_automation_DATA += $(data_auto3_lua)
|
2009-01-04 10:56:31 +01:00
|
|
|
nobase_share_doc_DATA += $(data_auto3_lua_doc)
|
2008-03-03 08:22:58 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_AUTO4_PERL
|
|
|
|
nobase_automation_DATA += $(data_auto4_perl)
|
2009-01-04 10:56:31 +01:00
|
|
|
nobase_share_doc_DATA += $(data_auto4_perl_doc)
|
2008-03-03 08:22:58 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_AUTO4_RUBY
|
|
|
|
nobase_automation_DATA += $(data_auto4_ruby)
|
2009-01-04 10:56:31 +01:00
|
|
|
nobase_share_doc_DATA += $(data_auto4_ruby_doc)
|
2008-03-03 08:22:58 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(data_general) \
|
|
|
|
$(data_auto4_lua) \
|
|
|
|
$(data_auto3_lua) \
|
|
|
|
$(data_auto4_perl) \
|
2009-01-04 10:56:31 +01:00
|
|
|
$(data_auto4_ruby) \
|
|
|
|
$(data_general_doc) \
|
|
|
|
$(data_auto4_lua_doc) \
|
|
|
|
$(data_auto3_lua_doc) \
|
|
|
|
$(data_auto4_perl_doc) \
|
|
|
|
$(data_auto4_ruby_doc)
|