|
a/src/utils/Makefile |
|
b/src/utils/Makefile |
|
... |
|
... |
63 |
$(CXX) $(ALL_CXXFLAGS) -o wipedir $(WIPEDIR_OBJS) $(LIBICONV)
|
63 |
$(CXX) $(ALL_CXXFLAGS) -o wipedir $(WIPEDIR_OBJS) $(LIBICONV)
|
64 |
trwipedir.o : wipedir.cpp
|
64 |
trwipedir.o : wipedir.cpp
|
65 |
$(CXX) $(ALL_CXXFLAGS) -DTEST_WIPEDIR -c -o trwipedir.o \
|
65 |
$(CXX) $(ALL_CXXFLAGS) -DTEST_WIPEDIR -c -o trwipedir.o \
|
66 |
wipedir.cpp
|
66 |
wipedir.cpp
|
67 |
|
67 |
|
68 |
UTF8ITER_OBJS= trutf8iter.o $(BIGLIB)
|
68 |
UTF8ITER_OBJS= trutf8iter.o
|
69 |
utf8iter : $(UTF8ITER_OBJS)
|
69 |
utf8iter : $(UTF8ITER_OBJS)
|
70 |
$(CXX) $(ALL_CXXFLAGS) -o utf8iter $(UTF8ITER_OBJS) $(LIBICONV)
|
70 |
$(CXX) $(ALL_CXXFLAGS) -o utf8iter $(UTF8ITER_OBJS) $(BIGLIB) $(LIBICONV)
|
71 |
trutf8iter.o : utf8iter.cpp utf8iter.h
|
71 |
trutf8iter.o : utf8iter.cpp utf8iter.h
|
72 |
$(CXX) $(ALL_CXXFLAGS) -DTEST_UTF8ITER -c -o trutf8iter.o \
|
72 |
$(CXX) $(ALL_CXXFLAGS) -DTEST_UTF8ITER -c -o trutf8iter.o \
|
73 |
utf8iter.cpp
|
73 |
utf8iter.cpp
|
74 |
|
74 |
|
75 |
|
75 |
|