Switch to unified view

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 beaglequeuecache.o cstr.o rclconfig.o rclinit.o textsplit.o unacpp.o beaglequeue.o bglfetcher.o fetcher.o fsfetcher.o fsindexer.o indexer.o mimetype.o subtreelist.o htmlparse.o internfile.o mh_exec.o mh_execm.o mh_html.o mh_mail.o mh_mbox.o mh_text.o mimehandler.o myhtmlparse.o txtdcode.o docseq.o docseqdb.o docseqhist.o filtseq.o dynconf.o plaintorich.o recollq.o reslistpager.o sortseq.o wasastringtoquery.o wasatorcl.o expansiondbs.o rclabstract.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o synfamily.o unac.o base64.o circache.o closefrom.o conftree.o copyfile.o debuglog.o ecrontab.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o netcon.o pathut.o pxattr.o rclionice.o readfile.o smallut.o transcode.o wipedir.o x11mon.o mime-parsefull.o mime-parseonlyheader.o mime-printbody.o mime.o convert.o iodevice.o iofactory.o
9
OBJS =  rclaspell.o beaglequeuecache.o cstr.o rclconfig.o rclinit.o textsplit.o unacpp.o beaglequeue.o bglfetcher.o fetcher.o fsfetcher.o fsindexer.o indexer.o mimetype.o subtreelist.o htmlparse.o internfile.o mh_exec.o mh_execm.o mh_html.o mh_mail.o mh_mbox.o mh_text.o mimehandler.o myhtmlparse.o txtdcode.o docseq.o docseqdb.o docseqhist.o filtseq.o dynconf.o plaintorich.o recollq.o reslistpager.o sortseq.o wasastringtoquery.o wasatorcl.o daterange.o expansiondbs.o rclabstract.o rcldb.o rcldoc.o rclquery.o searchdata.o searchdataxml.o stemdb.o stoplist.o synfamily.o unac.o base64.o circache.o closefrom.o conftree.o copyfile.o debuglog.o ecrontab.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o netcon.o pathut.o pxattr.o rclionice.o readfile.o smallut.o transcode.o wipedir.o x11mon.o mime-parsefull.o mime-parseonlyheader.o mime-printbody.o mime.o convert.o iodevice.o iofactory.o
10
DEPS =  rclaspell.dep.stamp beaglequeuecache.dep.stamp cstr.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp beaglequeue.dep.stamp bglfetcher.dep.stamp fetcher.dep.stamp fsfetcher.dep.stamp fsindexer.dep.stamp indexer.dep.stamp mimetype.dep.stamp subtreelist.dep.stamp htmlparse.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 mimehandler.dep.stamp myhtmlparse.dep.stamp txtdcode.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 expansiondbs.dep.stamp rclabstract.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp synfamily.dep.stamp unac.dep.stamp base64.dep.stamp circache.dep.stamp closefrom.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp ecrontab.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 rclionice.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp mime-parsefull.dep.stamp mime-parseonlyheader.dep.stamp mime-printbody.dep.stamp mime.dep.stamp convert.dep.stamp iodevice.dep.stamp iofactory.dep.stamp
10
DEPS =  rclaspell.dep.stamp beaglequeuecache.dep.stamp cstr.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp beaglequeue.dep.stamp bglfetcher.dep.stamp fetcher.dep.stamp fsfetcher.dep.stamp fsindexer.dep.stamp indexer.dep.stamp mimetype.dep.stamp subtreelist.dep.stamp htmlparse.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 mimehandler.dep.stamp myhtmlparse.dep.stamp txtdcode.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 daterange.dep.stamp expansiondbs.dep.stamp rclabstract.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp searchdataxml.dep.stamp stemdb.dep.stamp stoplist.dep.stamp synfamily.dep.stamp unac.dep.stamp base64.dep.stamp circache.dep.stamp closefrom.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp ecrontab.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 rclionice.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp mime-parsefull.dep.stamp mime-parseonlyheader.dep.stamp mime-printbody.dep.stamp mime.dep.stamp convert.dep.stamp iodevice.dep.stamp iofactory.dep.stamp
11
11
12
librcl.a : $(DEPS) $(OBJS)
12
librcl.a : $(DEPS) $(OBJS)
13
    ar ru librcl.a $(OBJS)
13
    ar ru librcl.a $(OBJS)
14
    $(RANLIB) librcl.a
14
    $(RANLIB) librcl.a
15
15
...
...
85
    $(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
85
    $(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
86
wasastringtoquery.o : ../query/wasastringtoquery.cpp $(depth)/mk/localdefs
86
wasastringtoquery.o : ../query/wasastringtoquery.cpp $(depth)/mk/localdefs
87
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
87
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
88
wasatorcl.o : ../query/wasatorcl.cpp $(depth)/mk/localdefs
88
wasatorcl.o : ../query/wasatorcl.cpp $(depth)/mk/localdefs
89
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
89
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
90
daterange.o : ../rcldb/daterange.cpp $(depth)/mk/localdefs
91
  $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/daterange.cpp
90
expansiondbs.o : ../rcldb/expansiondbs.cpp $(depth)/mk/localdefs
92
expansiondbs.o : ../rcldb/expansiondbs.cpp $(depth)/mk/localdefs
91
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/expansiondbs.cpp
93
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/expansiondbs.cpp
92
rclabstract.o : ../rcldb/rclabstract.cpp $(depth)/mk/localdefs
94
rclabstract.o : ../rcldb/rclabstract.cpp $(depth)/mk/localdefs
93
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rclabstract.cpp
95
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rclabstract.cpp
94
rcldb.o : ../rcldb/rcldb.cpp $(depth)/mk/localdefs
96
rcldb.o : ../rcldb/rcldb.cpp $(depth)/mk/localdefs
...
...
97
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldoc.cpp
99
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldoc.cpp
98
rclquery.o : ../rcldb/rclquery.cpp $(depth)/mk/localdefs
100
rclquery.o : ../rcldb/rclquery.cpp $(depth)/mk/localdefs
99
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rclquery.cpp
101
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rclquery.cpp
100
searchdata.o : ../rcldb/searchdata.cpp $(depth)/mk/localdefs
102
searchdata.o : ../rcldb/searchdata.cpp $(depth)/mk/localdefs
101
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
103
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
104
searchdataxml.o : ../rcldb/searchdataxml.cpp $(depth)/mk/localdefs
105
  $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdataxml.cpp
102
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
106
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
103
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
107
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
104
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
108
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
105
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
109
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
106
synfamily.o : ../rcldb/synfamily.cpp $(depth)/mk/localdefs
110
synfamily.o : ../rcldb/synfamily.cpp $(depth)/mk/localdefs
...
...
280
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
284
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
281
    touch wasastringtoquery.dep.stamp
285
    touch wasastringtoquery.dep.stamp
282
wasatorcl.dep.stamp : ../query/wasatorcl.cpp $(depth)/mk/localdefs
286
wasatorcl.dep.stamp : ../query/wasatorcl.cpp $(depth)/mk/localdefs
283
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
287
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
284
    touch wasatorcl.dep.stamp
288
    touch wasatorcl.dep.stamp
289
daterange.dep.stamp : ../rcldb/daterange.cpp $(depth)/mk/localdefs
290
  $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/daterange.cpp > daterange.dep
291
  touch daterange.dep.stamp
285
expansiondbs.dep.stamp : ../rcldb/expansiondbs.cpp $(depth)/mk/localdefs
292
expansiondbs.dep.stamp : ../rcldb/expansiondbs.cpp $(depth)/mk/localdefs
286
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/expansiondbs.cpp > expansiondbs.dep
293
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/expansiondbs.cpp > expansiondbs.dep
287
    touch expansiondbs.dep.stamp
294
    touch expansiondbs.dep.stamp
288
rclabstract.dep.stamp : ../rcldb/rclabstract.cpp $(depth)/mk/localdefs
295
rclabstract.dep.stamp : ../rcldb/rclabstract.cpp $(depth)/mk/localdefs
289
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rclabstract.cpp > rclabstract.dep
296
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rclabstract.cpp > rclabstract.dep
...
...
298
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rclquery.cpp > rclquery.dep
305
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rclquery.cpp > rclquery.dep
299
    touch rclquery.dep.stamp
306
    touch rclquery.dep.stamp
300
searchdata.dep.stamp : ../rcldb/searchdata.cpp $(depth)/mk/localdefs
307
searchdata.dep.stamp : ../rcldb/searchdata.cpp $(depth)/mk/localdefs
301
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
308
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
302
    touch searchdata.dep.stamp
309
    touch searchdata.dep.stamp
310
searchdataxml.dep.stamp : ../rcldb/searchdataxml.cpp $(depth)/mk/localdefs
311
  $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdataxml.cpp > searchdataxml.dep
312
  touch searchdataxml.dep.stamp
303
stemdb.dep.stamp : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
313
stemdb.dep.stamp : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
304
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
314
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
305
    touch stemdb.dep.stamp
315
    touch stemdb.dep.stamp
306
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
316
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
307
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
317
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
...
...
413
include recollq.dep
423
include recollq.dep
414
include reslistpager.dep
424
include reslistpager.dep
415
include sortseq.dep
425
include sortseq.dep
416
include wasastringtoquery.dep
426
include wasastringtoquery.dep
417
include wasatorcl.dep
427
include wasatorcl.dep
428
include daterange.dep
418
include expansiondbs.dep
429
include expansiondbs.dep
419
include rclabstract.dep
430
include rclabstract.dep
420
include rcldb.dep
431
include rcldb.dep
421
include rcldoc.dep
432
include rcldoc.dep
422
include rclquery.dep
433
include rclquery.dep
423
include searchdata.dep
434
include searchdata.dep
435
include searchdataxml.dep
424
include stemdb.dep
436
include stemdb.dep
425
include stoplist.dep
437
include stoplist.dep
426
include synfamily.dep
438
include synfamily.dep
427
include unac.dep
439
include unac.dep
428
include base64.dep
440
include base64.dep