summaryrefslogtreecommitdiff
path: root/src/tokeniser/Makefile
blob: 9cc76044c311fe382a74c62239e6a1abf15804bf (plain)
1
2
3
4
5
6
7
8
9
10
11
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