a/src/common/Makefile b/src/common/Makefile
1
# @(#$Id: Makefile,v 1.15 2008-11-24 15:47:40 dockes Exp $  (C) 2005 J.F.Dockes
1
# @(#$Id: Makefile,v 1.16 2008-12-17 14:26:49 dockes Exp $  (C) 2005 J.F.Dockes
2
depth = ..
2
depth = ..
3
include $(depth)/mk/sysconf
3
include $(depth)/mk/sysconf
4
4
5
# Only test executables get build in here
5
# Only test executables get build in here
6
PROGS = unacpp textsplit rclconfig
6
PROGS = unacpp textsplit rclconfig
...
...
18
trunacpp.o : unacpp.cpp unacpp.h
18
trunacpp.o : unacpp.cpp unacpp.h
19
    $(CXX) $(ALL_CXXFLAGS) -DTEST_UNACPP -c -o trunacpp.o unacpp.cpp
19
    $(CXX) $(ALL_CXXFLAGS) -DTEST_UNACPP -c -o trunacpp.o unacpp.cpp
20
20
21
TEXTSPLIT_OBJS= trtextsplit.o  $(BIGLIB)
21
TEXTSPLIT_OBJS= trtextsplit.o  $(BIGLIB)
22
textsplit : $(TEXTSPLIT_OBJS)
22
textsplit : $(TEXTSPLIT_OBJS)
23
    $(CXX) $(ALL_CXXFLAGS) -o textsplit $(TEXTSPLIT_OBJS)
23
    $(CXX) $(ALL_CXXFLAGS) -o textsplit $(TEXTSPLIT_OBJS) $(LIBICONV)
24
trtextsplit.o : textsplit.cpp 
24
trtextsplit.o : textsplit.cpp 
25
    $(CXX) $(ALL_CXXFLAGS) -DTEST_TEXTSPLIT -c -o trtextsplit.o \
25
    $(CXX) $(ALL_CXXFLAGS) -DTEST_TEXTSPLIT -c -o trtextsplit.o \
26
           textsplit.cpp
26
           textsplit.cpp
27
27
28
RCLCONFIG_OBJS= trrclconfig.o  $(BIGLIB) 
28
RCLCONFIG_OBJS= trrclconfig.o  $(BIGLIB)