repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial message templates support
[claws.git]
/
libkcc
/
Makefile.am
blob
a60b56e3c41c25d257dd9f56827d6374a2696fda
1
noinst_LIBRARIES = libkcc.a
2
3
libkcc_a_SOURCES = \
4
compare.c \
5
getstr.c \
6
guess.c \
7
showcode.c \
8
check.c \
9
filter.c \
10
buffer.c \
11
dec.c \
12
euc.c \
13
jis.c \
14
out.c \
15
outchar.c \
16
setfunc.c \
17
sjis.c \
18
kcc.h \
19
libkcc.h
20
21
EXTRA_DIST = \
22
Makefile.std \
23
ROUTINE \
24
outsjis.c \
25
test.c \
26
test_check.c \
27
test_file \
28
test_file.sjis \
29
test_filter.c \
30
testfile
31
32
#lib_LTLIBRARIES = libkcc.la
33
34
#libkcc_la_SOURCES = \
35
# compare.c \
36
# getstr.c \
37
# guess.c \
38
# showcode.c \
39
# check.c \
40
# filter.c \
41
# buffer.c \
42
# dec.c \
43
# euc.c \
44
# jis.c \
45
# out.c \
46
# outchar.c \
47
# setfunc.c \
48
# sjis.c \
49
# kcc.h \
50
# libkcc.h
51
52
#libkcc_la_LDFLAGS = \
53
# -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
54
# -release $(LT_RELEASE)