forked from mia/Aegisub
68eaab0f43
Speeds up a no-op build from 500ms to 60ms and significantly improves dependency tracking.
17 lines
527 B
Makefile
17 lines
527 B
Makefile
include $(dir $(lastword $(MAKEFILE_LIST)))../header.mk
|
|
|
|
osx-bundle-restart-helper_OBJ := $(d)osx-bundle-restart-helper.o
|
|
|
|
ifeq (yes, $(BUILD_DARWIN))
|
|
PROGRAM += $(d)osx-bundle-restart-helper
|
|
endif
|
|
|
|
repack-thes-dict_OBJ := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
|
|
repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU)
|
|
repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
|
|
|
|
PROGRAM += $(d)repack-thes-dict
|
|
|
|
$(TOP)tools/respack.lua: $(TOP)vendor/luajit/src/host/minilua
|
|
|
|
include $(TOP)Makefile.target
|