forked from mia/Aegisub
069b34a806
Originally committed to SVN as r6776.
23 lines
394 B
Makefile
23 lines
394 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
|
|
|
|
DISTCLEANFILES= \
|
|
osx-bundle.sed
|
|
|
|
include ../Makefile.target
|