forked from mia/Aegisub
5a635ebdb3
Originally committed to SVN as r4895.
24 lines
422 B
Makefile
24 lines
422 B
Makefile
include ../Makefile.inc
|
|
|
|
PROGRAM = common-respack
|
|
|
|
SRC += common-respack.cpp
|
|
CPPFLAGS += $(CPPFLAGS_WX)
|
|
LDFLAGS += $(LDFLAGS_WX)
|
|
|
|
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-dmg.sh \
|
|
osx-fix-libs.py
|
|
|
|
CLEANFILES= \
|
|
osx-bundle.sed
|
|
|
|
include ../Makefile.target
|