repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
chain.c32: minor stylistic cleanup
[syslinux.git]
/
codepage
/
Makefile
blob
5495a6a7e37e05c52c8719e49fdd097ad1c32d7d
1
PERL
=
perl
2
CPSRC
= $(
wildcard
*
.txt
)
3
GENFILES
= $(
patsubst
%
.txt
,%
.cp
,$(
CPSRC
))
4
5
.SUFFIXES
:
.txt .cp
6
7
all
: $(
GENFILES
)
8
9
%
.cp
: %
.txt cptable.pl UnicodeData
10
$(
PERL
)
cptable.pl UnicodeData
$< $
@
11
12
tidy
:
13
rm
-
f
*
.cp
*
.bin
14
15
clean
:
tidy
16
17
dist
:
tidy
18
19
spotless
:
clean