|
a/src/lib/Makefile |
|
b/src/lib/Makefile |
|
... |
|
... |
13 |
htmlparse.o \
|
13 |
htmlparse.o \
|
14 |
idfile.o indexer.o internfile.o md5.o \
|
14 |
idfile.o indexer.o internfile.o md5.o \
|
15 |
mimehandler.o mimeparse.o mimetype.o myhtmlparse.o pathhash.o pathut.o \
|
15 |
mimehandler.o mimeparse.o mimetype.o myhtmlparse.o pathhash.o pathut.o \
|
16 |
rclconfig.o rcldb.o rclinit.o readfile.o smallut.o \
|
16 |
rclconfig.o rcldb.o rclinit.o readfile.o smallut.o \
|
17 |
textsplit.o transcode.o \
|
17 |
textsplit.o transcode.o \
|
18 |
unacpp.o unac.o docseq.o sortseq.o copyfile.o
|
18 |
unacpp.o unac.o docseq.o sortseq.o copyfile.o stemdb.o
|
19 |
|
19 |
|
20 |
SRCS = \
|
20 |
SRCS = \
|
21 |
$(depth)/utils/conftree.cpp $(depth)/index/csguess.cpp \
|
21 |
$(depth)/utils/conftree.cpp $(depth)/index/csguess.cpp \
|
22 |
$(depth)/utils/debuglog.cpp $(depth)/utils/execmd.cpp \
|
22 |
$(depth)/utils/debuglog.cpp $(depth)/utils/execmd.cpp \
|
23 |
$(depth)/utils/idfile.cpp $(depth)/utils/md5.cpp \
|
23 |
$(depth)/utils/idfile.cpp $(depth)/utils/md5.cpp \
|
|
... |
|
... |
28 |
$(depth)/common/internfile.cpp $(depth)/common/mimehandler.cpp \
|
28 |
$(depth)/common/internfile.cpp $(depth)/common/mimehandler.cpp \
|
29 |
$(depth)/utils/mimeparse.cpp $(depth)/index/mimetype.cpp \
|
29 |
$(depth)/utils/mimeparse.cpp $(depth)/index/mimetype.cpp \
|
30 |
$(depth)/common/myhtmlparse.cpp $(depth)/common/pathhash.cpp \
|
30 |
$(depth)/common/myhtmlparse.cpp $(depth)/common/pathhash.cpp \
|
31 |
$(depth)/utils/pathut.cpp $(depth)/common/rclconfig.cpp \
|
31 |
$(depth)/utils/pathut.cpp $(depth)/common/rclconfig.cpp \
|
32 |
$(depth)/common/rcldb.cpp $(depth)/common/rclinit.cpp \
|
32 |
$(depth)/common/rcldb.cpp $(depth)/common/rclinit.cpp \
|
|
|
33 |
$(depth)/common/stemdb.cpp \
|
33 |
$(depth)/utils/base64.cpp $(depth)/utils/readfile.cpp \
|
34 |
$(depth)/utils/base64.cpp $(depth)/utils/readfile.cpp \
|
34 |
$(depth)/utils/smallut.cpp $(depth)/common/textsplit.cpp \
|
35 |
$(depth)/utils/smallut.cpp $(depth)/common/textsplit.cpp \
|
35 |
$(depth)/utils/transcode.cpp $(depth)/common/unacpp.cpp \
|
36 |
$(depth)/utils/transcode.cpp $(depth)/common/unacpp.cpp \
|
36 |
$(depth)/unac/unac.c $(depth)/query/history.cpp \
|
37 |
$(depth)/unac/unac.c $(depth)/query/history.cpp \
|
37 |
$(depth)/query/docseq.cpp $(depth)/query/sortseq.cpp \
|
38 |
$(depth)/query/docseq.cpp $(depth)/query/sortseq.cpp \
|
|
... |
|
... |
94 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
95 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
95 |
rclinit.o : $(depth)/common/rclinit.cpp
|
96 |
rclinit.o : $(depth)/common/rclinit.cpp
|
96 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
97 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
97 |
rcldb.o : $(depth)/common/rcldb.cpp
|
98 |
rcldb.o : $(depth)/common/rcldb.cpp
|
98 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
99 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
|
|
100 |
stemdb.o : $(depth)/common/stemdb.cpp
|
|
|
101 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
99 |
readfile.o : $(depth)/utils/readfile.cpp
|
102 |
readfile.o : $(depth)/utils/readfile.cpp
|
100 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
103 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
101 |
base64.o : $(depth)/utils/base64.cpp
|
104 |
base64.o : $(depth)/utils/base64.cpp
|
102 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
105 |
$(CXX) $(ALL_CXXFLAGS) -c $<
|
103 |
smallut.o : $(depth)/utils/smallut.cpp
|
106 |
smallut.o : $(depth)/utils/smallut.cpp
|