summaryrefslogtreecommitdiff
path: root/utilities/Makefile.am
blob: 4e4cd3078e02569f619ffedd7ec1a6f857891b4e (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
AUTOMAKE_OPTIONS = 1.5
INCLUDES = -I $(top_srcdir)/include
LDADD = -L$(top_builddir)/lib -lsword 

noinst_PROGRAMS = cipherraw ciphertest ciphertest2 lexdump mkfastmod \
mod2vpl vpl2mod stepdump step2vpl mod2zmod modwrite addvs addld emptyvss \
txt2sword addgb imp2gbs imp2ld imp2vs thml2gbs

if ICU
ICUPROG = normcode
else
ICUPROG =
endif

noinst_PROGRAMS += $(ICUPROG)

if ICU
normcode_SOURCES = normcode.cpp
normcode_LDADD = -licui18n -licuuc
endif

cipherraw_SOURCES = cipherraw.cpp
ciphertest_SOURCES = ciphertest.cpp
ciphertest2_SOURCES = ciphertest2.cpp
lexdump_SOURCES = lexdump.c
lexdump_LDADD = -lstdc++
mkfastmod_SOURCES = mkfastmod.cpp
mod2vpl_SOURCES = mod2vpl.cpp
vpl2mod_SOURCES = vpl2mod.cpp
stepdump_SOURCES = stepdump.cpp
step2vpl_SOURCES = step2vpl.cpp
mod2zmod_SOURCES = mod2zmod.cpp
modwrite_SOURCES = modwrite.cpp
addvs_SOURCES = addvs.cpp
addld_SOURCES = addld.cpp
emptyvss_SOURCES = emptyvss.cpp
txt2sword_SOURCES = txt2sword.cpp
addgb_SOURCES = addgb.cpp
imp2gbs_SOURCES = imp2gbs.cpp
imp2ld_SOURCES = imp2ld.cpp
imp2vs_SOURCES = imp2vs.cpp
thml2gbs_SOURCES = thml2gbs.cpp