Aegisub/vendor/universalchardet/Makefile
Thomas Goyne 68eaab0f43 Convert the build system to non-recursive make
Speeds up a no-op build from 500ms to 60ms and significantly improves
dependency tracking.
2014-06-17 11:37:20 -07:00

9 lines
216 B
Makefile

include $(dir $(lastword $(MAKEFILE_LIST)))../../header.mk
universalchardet_OBJ := $(subst .cpp,.o,$(wildcard $(d)*.cpp))
universalchardet_CPPFLAGS := -D_X86_
LIB += universalchardet
include $(TOP)Makefile.target