File: Makefile.am

package info (click to toggle)
halibut 1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,060 kB
  • sloc: ansic: 59,012; perl: 197; lisp: 76; makefile: 50; sh: 1
file content (30 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
bin_PROGRAMS = convcs cstable csshow confuse
lib_LIBRARIES = libcharset.a

convcs_SOURCES = convcs.c
convcs_LDADD = libcharset.a

cstable_SOURCES = cstable.c
cstable_LDADD = libcharset.a

csshow_SOURCES = csshow.c
csshow_LDADD = libcharset.a

confuse_SOURCES = confuse.c
confuse_LDADD = libcharset.a

libcharset_a_SOURCES = charset.h internal.h sbcsdat.h big5enc.c		\
big5set.c cns11643.c cp949.c emacsenc.c enum.h euc.c fromucs.c		\
gb2312.c htmlcs.c hz.c iso2022.c iso2022s.c iso6937.c istate.c		\
jisx0208.c jisx0212.c ksx1001.c locale.c localenc.c macenc.c		\
mimeenc.c sbcs.c sbcsdat.c shiftjis.c slookup.c superset.c toucs.c	\
utf16.c utf7.c utf8.c xenc.c

BUILT_SOURCES = sbcsdat.c sbcsdat.h
CLEANFILES = sbcsdat.c sbcsdat.h
sbcsdat.c: sbcsgen.pl sbcs.dat
	perl $^ --source=sbcsdat.c
sbcsdat.h: sbcsgen.pl sbcs.dat
	perl $^ --header=sbcsdat.h

EXTRA_DIST = sbcsgen.pl sbcs.dat