Add support for creating codepage/Unicode mapping tables
[syslinux.git] / codepage / Makefile
blob70e2cf0612ffca4f96aa0465aeebe1a0938da076
1 PERL = perl
2 CPSRC = $(wildcard *.txt)
3 GENFILES = $(patsubst %.txt,%.bin,$(CPSRC))
5 .SUFFIXES: .txt .bin
7 all: $(GENFILES)
9 tidy:
11 clean:
12 rm -f $(GENFILES)
14 dist: tidy
16 %.bin: %.txt cptable.pl UnicodeData
17 $(PERL) cptable.pl UnicodeData $< $@