2010-12-05 20:12:42 +01:00
|
|
|
include Makefile.inc
|
2006-03-25 17:14:24 +01:00
|
|
|
|
2010-12-05 20:12:42 +01:00
|
|
|
SUBDIRS += \
|
2010-06-12 09:04:12 +02:00
|
|
|
universalchardet \
|
2010-05-21 03:13:36 +02:00
|
|
|
libaegisub \
|
2009-07-25 11:35:44 +02:00
|
|
|
tools \
|
2009-03-09 01:58:38 +01:00
|
|
|
src \
|
2009-03-08 09:30:39 +01:00
|
|
|
automation \
|
2009-07-25 11:35:44 +02:00
|
|
|
desktop \
|
|
|
|
po
|
2008-03-03 08:22:58 +01:00
|
|
|
|
2012-08-21 16:02:51 +02:00
|
|
|
ifeq (yes, $(ENABLE_REPORTER))
|
|
|
|
SUBDIRS += reporter
|
|
|
|
endif
|
|
|
|
|
2010-12-05 20:12:42 +01:00
|
|
|
all: ;
|
|
|
|
|
|
|
|
ifeq (yes, $(BUILD_DARWIN))
|
2009-03-08 09:30:39 +01:00
|
|
|
osx-bundle:
|
2012-08-19 23:33:50 +02:00
|
|
|
$(BIN_SHELL) tools/osx-bundle.sh "$(AEGISUB_COMMAND)" "$(BIN_WX_CONFIG)" DICT_DIR=$(DICT_DIR)
|
2006-03-25 17:14:24 +01:00
|
|
|
|
2012-05-13 02:57:56 +02:00
|
|
|
osx-dmg: osx-bundle
|
2012-08-19 23:33:50 +02:00
|
|
|
$(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)"
|
2009-04-29 01:25:42 +02:00
|
|
|
|
|
|
|
osx-tinderbox-bundle:
|
2012-05-14 15:21:58 +02:00
|
|
|
$(BIN_SHELL) tools/osx-bundle.sh "$(T_BUNDLE)" $(AEGISUB_VERSION_DATA) "$(BIN_WX_CONFIG)" DICT_DIR="$(DICT_DIR)"
|
2009-04-29 01:25:42 +02:00
|
|
|
|
|
|
|
osx-tinderbox-dmg:
|
2010-12-05 20:12:42 +01:00
|
|
|
$(BIN_SHELL) tools/osx-dmg.sh "$(T_DMG)" "$(T_BUNDLE)"
|
|
|
|
$(BIN_MV) "$(T_DMG).dmg" bundle.dmg
|
|
|
|
endif
|
|
|
|
|
2008-03-03 08:22:58 +01:00
|
|
|
|
2008-03-08 23:22:01 +01:00
|
|
|
EXTRA_DIST = \
|
2009-03-08 09:30:39 +01:00
|
|
|
INSTALL \
|
2010-12-05 20:12:42 +01:00
|
|
|
LICENCE \
|
2009-03-08 09:30:39 +01:00
|
|
|
README \
|
2010-12-05 20:12:42 +01:00
|
|
|
acinclude.m4 \
|
|
|
|
autogen.sh \
|
|
|
|
configure.in \
|
|
|
|
acconf.h.in\
|
|
|
|
configure \
|
2012-10-07 18:03:44 +02:00
|
|
|
build/git_version.h \
|
2010-12-05 20:12:42 +01:00
|
|
|
config.log \
|
2012-01-14 19:46:43 +01:00
|
|
|
config.sub \
|
|
|
|
config.guess \
|
2010-12-05 20:12:42 +01:00
|
|
|
install-sh \
|
|
|
|
Makefile.inc.in \
|
|
|
|
Makefile.target
|
|
|
|
|
2009-03-08 09:30:39 +01:00
|
|
|
|
|
|
|
# m4macros/
|
|
|
|
EXTRA_DIST += \
|
|
|
|
m4macros/ac_agi.m4 \
|
|
|
|
m4macros/ac_agi_mdcpucfg.m4 \
|
2012-01-14 19:46:43 +01:00
|
|
|
m4macros/ac_flag.m4 \
|
|
|
|
m4macros/agi_find_libheader.m4 \
|
2009-03-08 09:30:39 +01:00
|
|
|
m4macros/ax_check_gl.m4 \
|
2012-01-14 19:46:43 +01:00
|
|
|
m4macros/ax_lang_compiler_ms.m4 \
|
|
|
|
m4macros/ax_pthread.m4 \
|
|
|
|
m4macros/check_gnu_make.m4
|
2009-03-08 09:30:39 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
2010-12-05 20:12:42 +01:00
|
|
|
DISTCLEANFILES += \
|
|
|
|
acconf.h \
|
|
|
|
configure \
|
|
|
|
acconf.h.in~ \
|
2012-10-07 18:03:44 +02:00
|
|
|
build/git_version.h \
|
2010-12-05 20:12:42 +01:00
|
|
|
Makefile.inc \
|
|
|
|
config.log \
|
|
|
|
acconf.h.in \
|
|
|
|
config.status \
|
|
|
|
autom4te.cache \
|
|
|
|
aclocal.m4 \
|
|
|
|
|
|
|
|
include Makefile.target
|