|
a/src/utils/Makefile |
|
b/src/utils/Makefile |
|
... |
|
... |
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 |
|
76 |
CONFTREE_OBJS= trconftree.o ../lib/pathut.o ../lib/smallut.o ../lib/conftree.o
|
76 |
CONFTREE_OBJS= trconftree.o ../lib/pathut.o ../lib/smallut.o ../lib/conftree.o
|
77 |
trconftree : $(CONFTREE_OBJS)
|
77 |
trconftree : $(CONFTREE_OBJS) $(BIGLIB)
|
78 |
$(CXX) $(ALL_CXXFLAGS) -o trconftree $(CONFTREE_OBJS)
|
78 |
$(CXX) $(ALL_CXXFLAGS) -o trconftree $(CONFTREE_OBJS)
|
79 |
trconftree.o : conftree.cpp
|
79 |
trconftree.o : conftree.cpp
|
80 |
$(CXX) $(ALL_CXXFLAGS) -DTEST_CONFTREE -c -o trconftree.o \
|
80 |
$(CXX) $(ALL_CXXFLAGS) -DTEST_CONFTREE -c -o trconftree.o \
|
81 |
conftree.cpp
|
81 |
conftree.cpp
|
82 |
|
82 |
|