summaryrefslogtreecommitdiff
path: root/src/charset/Makefile
blob: 9d25f24dbb998238c9e5fae5d64f42e5bfe96b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Sources
DIR_SOURCES := aliases.c codec.c

$(DIR)aliases.c: $(DIR)aliases.inc

$(DIR)aliases.inc: build/make-aliases.pl build/Aliases
	$(VQ)$(ECHO) "   ALIAS: $@"
	$(Q)$(PERL) build/make-aliases.pl

ifeq ($(findstring clean,$(MAKECMDGOALS)),clean)
  CLEAN_ITEMS := $(CLEAN_ITEMS) $(DIR)aliases.inc
endif

include build/makefiles/Makefile.subdir