comparison Makefile.gen @ 598:6699a8b25535

Remove setupfont.h and setupimage.h from direct build targets, so that they do not get deleted, only updated when needed by other targets.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Apr 2013 07:49:11 +0300
parents 8a9361179a1a
children a0082ce261c8
comparison
equal deleted inserted replaced
597:8a9361179a1a 598:6699a8b25535
253 253
254 FONTCONV_BIN=$(BINPATH)fontconv$(EXEEXT) 254 FONTCONV_BIN=$(BINPATH)fontconv$(EXEEXT)
255 DATA2INC_BIN=$(BINPATH)data2inc$(EXEEXT) 255 DATA2INC_BIN=$(BINPATH)data2inc$(EXEEXT)
256 256
257 TOOL_TARGETS = $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(TOOL_BINARIES))) 257 TOOL_TARGETS = $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(TOOL_BINARIES)))
258 TARGETS += $(DMLIB_A) $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(BINARIES))) \ 258 TARGETS += $(DMLIB_A) $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(BINARIES))) $(TOOL_TARGETS)
259 $(TOOL_TARGETS) $(DMLIB)setupfont.h $(DMLIB)setupimage.h
260 259
261 all: $(TARGETS) 260 all: $(TARGETS)
262 261
263 ### 262 ###
264 ### Generic rules 263 ### Generic rules