From ef71b3d9674cc97e3a4b8a7cf62ab5ff043a2c77 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 19:03:19 +0000 Subject: Remove init/final and embed entity trie at build time. r=vince svn path=/trunk/hubbub/; revision=10976 --- src/tokeniser/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tokeniser/Makefile') diff --git a/src/tokeniser/Makefile b/src/tokeniser/Makefile index 1dcb100..9cc7604 100644 --- a/src/tokeniser/Makefile +++ b/src/tokeniser/Makefile @@ -1,4 +1,12 @@ # Sources DIR_SOURCES := entities.c tokeniser.c +$(DIR)entities.c: $(DIR)entities.inc + +$(DIR)entities.inc: build/make-entities.pl build/Entities + $(VQ)$(ECHO) "ENTITIES: $@" + $(Q)$(PERL) build/make-entities.pl + +CLEAN_ITEMS := $(CLEAN_ITEMS) $(DIR)entities.inc + include build/makefiles/Makefile.subdir -- cgit v1.2.3