|
a/src/lib/Makefile |
|
b/src/lib/Makefile |
|
... |
|
... |
6 |
|
6 |
|
7 |
LIBS = librcl.a
|
7 |
LIBS = librcl.a
|
8 |
|
8 |
|
9 |
all: $(LIBS)
|
9 |
all: $(LIBS)
|
10 |
|
10 |
|
11 |
OBJS = rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o csguess.o indexer.o mimetype.o htmlparse.o myhtmlparse.o mimehandler.o internfile.o mh_exec.o mh_html.o mh_mail.o mh_mbox.o mh_text.o docseq.o docseqdb.o docseqhist.o history.o recollq.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o pathut.o readfile.o smallut.o transcode.o wipedir.o x11mon.o
|
11 |
OBJS = rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o csguess.o indexer.o mimetype.o htmlparse.o myhtmlparse.o mimehandler.o internfile.o mh_exec.o mh_html.o mh_mail.o mh_mbox.o mh_text.o docseq.o docseqdb.o docseqhist.o history.o recollq.o sortseq.o filtseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o pathut.o readfile.o smallut.o transcode.o wipedir.o x11mon.o
|
12 |
DEPS = rclaspell.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp csguess.dep.stamp indexer.dep.stamp mimetype.dep.stamp htmlparse.dep.stamp myhtmlparse.dep.stamp mimehandler.dep.stamp internfile.dep.stamp mh_exec.dep.stamp mh_html.dep.stamp mh_mail.dep.stamp mh_mbox.dep.stamp mh_text.dep.stamp docseq.dep.stamp docseqdb.dep.stamp docseqhist.dep.stamp history.dep.stamp recollq.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp base64.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp execmd.dep.stamp fstreewalk.dep.stamp idfile.dep.stamp fileudi.dep.stamp md5.dep.stamp mimeparse.dep.stamp pathut.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp
|
12 |
DEPS = rclaspell.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp csguess.dep.stamp indexer.dep.stamp mimetype.dep.stamp htmlparse.dep.stamp myhtmlparse.dep.stamp mimehandler.dep.stamp internfile.dep.stamp mh_exec.dep.stamp mh_html.dep.stamp mh_mail.dep.stamp mh_mbox.dep.stamp mh_text.dep.stamp docseq.dep.stamp docseqdb.dep.stamp docseqhist.dep.stamp history.dep.stamp recollq.dep.stamp sortseq.dep.stamp filtseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp base64.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp execmd.dep.stamp fstreewalk.dep.stamp idfile.dep.stamp fileudi.dep.stamp md5.dep.stamp mimeparse.dep.stamp pathut.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp
|
13 |
|
13 |
|
14 |
librcl.a : $(DEPS) $(OBJS) unac.o
|
14 |
librcl.a : $(DEPS) $(OBJS) unac.o
|
15 |
ar ru librcl.a $(OBJS) unac.o
|
15 |
ar ru librcl.a $(OBJS) unac.o
|
16 |
$(RANLIB) librcl.a
|
16 |
$(RANLIB) librcl.a
|
17 |
|
17 |
|
|
... |
|
... |
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/history.cpp
|
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/history.cpp
|
62 |
recollq.o : ../query/recollq.cpp
|
62 |
recollq.o : ../query/recollq.cpp
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/recollq.cpp
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/recollq.cpp
|
64 |
sortseq.o : ../query/sortseq.cpp
|
64 |
sortseq.o : ../query/sortseq.cpp
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
|
|
|
66 |
filtseq.o : ../query/filtseq.cpp
|
|
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/filtseq.cpp
|
66 |
wasastringtoquery.o : ../query/wasastringtoquery.cpp
|
68 |
wasastringtoquery.o : ../query/wasastringtoquery.cpp
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
|
68 |
wasatorcl.o : ../query/wasatorcl.cpp
|
70 |
wasatorcl.o : ../query/wasatorcl.cpp
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
|
70 |
pathhash.o : ../rcldb/pathhash.cpp
|
72 |
pathhash.o : ../rcldb/pathhash.cpp
|
|
... |
|
... |
186 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/recollq.cpp > recollq.dep
|
188 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/recollq.cpp > recollq.dep
|
187 |
touch recollq.dep.stamp
|
189 |
touch recollq.dep.stamp
|
188 |
sortseq.dep.stamp : ../query/sortseq.cpp
|
190 |
sortseq.dep.stamp : ../query/sortseq.cpp
|
189 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/sortseq.cpp > sortseq.dep
|
191 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/sortseq.cpp > sortseq.dep
|
190 |
touch sortseq.dep.stamp
|
192 |
touch sortseq.dep.stamp
|
|
|
193 |
filtseq.dep.stamp : ../query/filtseq.cpp
|
|
|
194 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/filtseq.cpp > filtseq.dep
|
|
|
195 |
touch filtseq.dep.stamp
|
191 |
wasastringtoquery.dep.stamp : ../query/wasastringtoquery.cpp
|
196 |
wasastringtoquery.dep.stamp : ../query/wasastringtoquery.cpp
|
192 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
|
197 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
|
193 |
touch wasastringtoquery.dep.stamp
|
198 |
touch wasastringtoquery.dep.stamp
|
194 |
wasatorcl.dep.stamp : ../query/wasatorcl.cpp
|
199 |
wasatorcl.dep.stamp : ../query/wasatorcl.cpp
|
195 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
|
200 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
|
|
... |
|
... |
284 |
include docseqdb.dep
|
289 |
include docseqdb.dep
|
285 |
include docseqhist.dep
|
290 |
include docseqhist.dep
|
286 |
include history.dep
|
291 |
include history.dep
|
287 |
include recollq.dep
|
292 |
include recollq.dep
|
288 |
include sortseq.dep
|
293 |
include sortseq.dep
|
|
|
294 |
include filtseq.dep
|
289 |
include wasastringtoquery.dep
|
295 |
include wasastringtoquery.dep
|
290 |
include wasatorcl.dep
|
296 |
include wasatorcl.dep
|
291 |
include pathhash.dep
|
297 |
include pathhash.dep
|
292 |
include rcldb.dep
|
298 |
include rcldb.dep
|
293 |
include rcldoc.dep
|
299 |
include rcldoc.dep
|