forked from mia/Aegisub
3ed84ba70d
The list of files to include was out of date and only included files for dependencies which were actually enabled, and the script was FreeBSD-specific. Originally committed to SVN as r6298.
23 lines
390 B
Makefile
23 lines
390 B
Makefile
include ../Makefile.inc
|
|
|
|
PROGRAM = common-respack
|
|
|
|
SRC += common-respack.cpp
|
|
|
|
ifdef $(BUILD_DARWIN)
|
|
bin_PROGRAMS += osx-bundle-restart-helper
|
|
osx_bundle_restart_helper_SOURCES = osx-bundle-restart-helper.c
|
|
endif
|
|
|
|
|
|
EXTRA_DIST = \
|
|
osx-bundle-restart-helper.c \
|
|
osx-bundle.sh \
|
|
osx-bundle.sed.in \
|
|
osx-dmg.sh \
|
|
osx-fix-libs.py
|
|
|
|
CLEANFILES= \
|
|
osx-bundle.sed
|
|
|
|
include ../Makefile.target
|