|
a/src/lib/Makefile |
|
b/src/lib/Makefile |
|
... |
|
... |
4 |
|
4 |
|
5 |
LIBS = librcl.a
|
5 |
LIBS = librcl.a
|
6 |
|
6 |
|
7 |
all: $(LIBS)
|
7 |
all: $(LIBS)
|
8 |
|
8 |
|
9 |
OBJS = rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o beaglequeue.o csguess.o fsindexer.o indexer.o mimetype.o htmlparse.o myhtmlparse.o mimehandler.o internfile.o mh_exec.o mh_execm.o mh_html.o mh_mail.o mh_mbox.o mh_text.o docseq.o docseqdb.o docseqhist.o filtseq.o history.o plaintorich.o recollq.o reslistpager.o sortseq.o wasastringtoquery.o wasatorcl.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o circache.o closefrom.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o netcon.o pathut.o pxattr.o readfile.o smallut.o transcode.o wipedir.o x11mon.o mime-getpart.o mime-parsefull.o mime-parseonlyheader.o mime-printbody.o mime-printdoc.o mime-printheader.o mime.o convert.o iodevice.o iofactory.o
|
9 |
OBJS = rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o beaglequeue.o csguess.o fsindexer.o indexer.o mimetype.o htmlparse.o myhtmlparse.o mimehandler.o internfile.o mh_exec.o mh_execm.o mh_html.o mh_mail.o mh_mbox.o mh_text.o docseq.o docseqdb.o docseqhist.o filtseq.o dynconf.o plaintorich.o recollq.o reslistpager.o sortseq.o wasastringtoquery.o wasatorcl.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o circache.o closefrom.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o netcon.o pathut.o pxattr.o readfile.o smallut.o transcode.o wipedir.o x11mon.o mime-getpart.o mime-parsefull.o mime-parseonlyheader.o mime-printbody.o mime-printdoc.o mime-printheader.o mime.o convert.o iodevice.o iofactory.o
|
10 |
DEPS = rclaspell.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp beaglequeue.dep.stamp csguess.dep.stamp fsindexer.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_execm.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 filtseq.dep.stamp history.dep.stamp plaintorich.dep.stamp recollq.dep.stamp reslistpager.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp base64.dep.stamp circache.dep.stamp closefrom.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 netcon.dep.stamp pathut.dep.stamp pxattr.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp mime-getpart.dep.stamp mime-parsefull.dep.stamp mime-parseonlyheader.dep.stamp mime-printbody.dep.stamp mime-printdoc.dep.stamp mime-printheader.dep.stamp mime.dep.stamp convert.dep.stamp iodevice.dep.stamp iofactory.dep.stamp
|
10 |
DEPS = rclaspell.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp beaglequeue.dep.stamp csguess.dep.stamp fsindexer.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_execm.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 filtseq.dep.stamp dynconf.dep.stamp plaintorich.dep.stamp recollq.dep.stamp reslistpager.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp base64.dep.stamp circache.dep.stamp closefrom.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 netcon.dep.stamp pathut.dep.stamp pxattr.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp mime-getpart.dep.stamp mime-parsefull.dep.stamp mime-parseonlyheader.dep.stamp mime-printbody.dep.stamp mime-printdoc.dep.stamp mime-printheader.dep.stamp mime.dep.stamp convert.dep.stamp iodevice.dep.stamp iofactory.dep.stamp
|
11 |
|
11 |
|
12 |
librcl.a : $(DEPS) $(OBJS) unac.o
|
12 |
librcl.a : $(DEPS) $(OBJS) unac.o
|
13 |
ar ru librcl.a $(OBJS) unac.o
|
13 |
ar ru librcl.a $(OBJS) unac.o
|
14 |
$(RANLIB) librcl.a
|
14 |
$(RANLIB) librcl.a
|
15 |
|
15 |
|
|
... |
|
... |
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqdb.cpp
|
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqdb.cpp
|
62 |
docseqhist.o : ../query/docseqhist.cpp
|
62 |
docseqhist.o : ../query/docseqhist.cpp
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqhist.cpp
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqhist.cpp
|
64 |
filtseq.o : ../query/filtseq.cpp
|
64 |
filtseq.o : ../query/filtseq.cpp
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/filtseq.cpp
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/filtseq.cpp
|
66 |
history.o : ../query/history.cpp
|
66 |
dynconf.o : ../query/dynconf.cpp
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/history.cpp
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/dynconf.cpp
|
68 |
plaintorich.o : ../query/plaintorich.cpp
|
68 |
plaintorich.o : ../query/plaintorich.cpp
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/plaintorich.cpp
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/plaintorich.cpp
|
70 |
recollq.o : ../query/recollq.cpp
|
70 |
recollq.o : ../query/recollq.cpp
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/recollq.cpp
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/recollq.cpp
|
72 |
reslistpager.o : ../query/reslistpager.cpp
|
72 |
reslistpager.o : ../query/reslistpager.cpp
|
|
... |
|
... |
225 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseqhist.cpp > docseqhist.dep
|
225 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseqhist.cpp > docseqhist.dep
|
226 |
touch docseqhist.dep.stamp
|
226 |
touch docseqhist.dep.stamp
|
227 |
filtseq.dep.stamp : ../query/filtseq.cpp
|
227 |
filtseq.dep.stamp : ../query/filtseq.cpp
|
228 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/filtseq.cpp > filtseq.dep
|
228 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/filtseq.cpp > filtseq.dep
|
229 |
touch filtseq.dep.stamp
|
229 |
touch filtseq.dep.stamp
|
230 |
history.dep.stamp : ../query/history.cpp
|
230 |
dynconf.dep.stamp : ../query/dynconf.cpp
|
231 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/history.cpp > history.dep
|
231 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/dynconf.cpp > dynconf.dep
|
232 |
touch history.dep.stamp
|
232 |
touch dynconf.dep.stamp
|
233 |
plaintorich.dep.stamp : ../query/plaintorich.cpp
|
233 |
plaintorich.dep.stamp : ../query/plaintorich.cpp
|
234 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/plaintorich.cpp > plaintorich.dep
|
234 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/plaintorich.cpp > plaintorich.dep
|
235 |
touch plaintorich.dep.stamp
|
235 |
touch plaintorich.dep.stamp
|
236 |
recollq.dep.stamp : ../query/recollq.cpp
|
236 |
recollq.dep.stamp : ../query/recollq.cpp
|
237 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/recollq.cpp > recollq.dep
|
237 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/recollq.cpp > recollq.dep
|
|
... |
|
... |
348 |
include mh_text.dep
|
348 |
include mh_text.dep
|
349 |
include docseq.dep
|
349 |
include docseq.dep
|
350 |
include docseqdb.dep
|
350 |
include docseqdb.dep
|
351 |
include docseqhist.dep
|
351 |
include docseqhist.dep
|
352 |
include filtseq.dep
|
352 |
include filtseq.dep
|
353 |
include history.dep
|
353 |
include dynconf.dep
|
354 |
include plaintorich.dep
|
354 |
include plaintorich.dep
|
355 |
include recollq.dep
|
355 |
include recollq.dep
|
356 |
include reslistpager.dep
|
356 |
include reslistpager.dep
|
357 |
include sortseq.dep
|
357 |
include sortseq.dep
|
358 |
include wasastringtoquery.dep
|
358 |
include wasastringtoquery.dep
|