3 CPSRC
= $(sort $(wildcard $(SRC
)/*.txt
))
4 CPOBJ
= $(notdir $(CPSRC
))
5 GENFILES
= $(patsubst %.txt
,%.cp
,$(CPOBJ
))
11 # This generates codepage files where the display and filesystem
12 # codepages are both the same.
13 %.cp
: %.txt cptable.pl UnicodeData
14 $(PERL
) $(SRC
)/cptable.pl
$(SRC
)/UnicodeData
$< $< $@