lwipopts: increase the number of netbufs
[syslinux.git] / codepage / Makefile
blob2a6fd126926f5af552ee076c93bb0e22b0c7ef37
1 PERL = perl
2 CPSRC = $(wildcard *.txt)
3 GENFILES = $(patsubst %.txt,%.cp,$(CPSRC))
5 .SUFFIXES: .txt .cp
7 all: $(GENFILES)
9 # This generates codepage files where the display and filesystem
10 # codepages are both the same.
11 %.cp: %.txt cptable.pl UnicodeData
12 $(PERL) cptable.pl UnicodeData $< $< $@
14 tidy:
15 rm -f *.cp *.bin
17 clean: tidy
19 dist: tidy
21 spotless: clean