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 rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.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 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
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 rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.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 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
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
...
...
97
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
97
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
98
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
98
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
99
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
99
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
100
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
100
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
101
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
101
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
102
synfamily.o : ../rcldb/synfamily.cpp $(depth)/mk/localdefs
103
  $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/synfamily.cpp
102
unac.o : ../unac/unac.cpp $(depth)/mk/localdefs
104
unac.o : ../unac/unac.cpp $(depth)/mk/localdefs
103
    $(CXX) $(ALL_CXXFLAGS) -c ../unac/unac.cpp
105
    $(CXX) $(ALL_CXXFLAGS) -c ../unac/unac.cpp
104
base64.o : ../utils/base64.cpp $(depth)/mk/localdefs
106
base64.o : ../utils/base64.cpp $(depth)/mk/localdefs
105
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
107
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
106
circache.o : ../utils/circache.cpp $(depth)/mk/localdefs
108
circache.o : ../utils/circache.cpp $(depth)/mk/localdefs
...
...
292
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
294
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
293
    touch stemdb.dep.stamp
295
    touch stemdb.dep.stamp
294
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
296
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
295
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
297
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
296
    touch stoplist.dep.stamp
298
    touch stoplist.dep.stamp
299
synfamily.dep.stamp : ../rcldb/synfamily.cpp $(depth)/mk/localdefs
300
  $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/synfamily.cpp > synfamily.dep
301
  touch synfamily.dep.stamp
297
unac.dep.stamp : ../unac/unac.cpp $(depth)/mk/localdefs
302
unac.dep.stamp : ../unac/unac.cpp $(depth)/mk/localdefs
298
    $(CXX) -M $(ALL_CXXFLAGS) ../unac/unac.cpp > unac.dep
303
    $(CXX) -M $(ALL_CXXFLAGS) ../unac/unac.cpp > unac.dep
299
    touch unac.dep.stamp
304
    touch unac.dep.stamp
300
base64.dep.stamp : ../utils/base64.cpp $(depth)/mk/localdefs
305
base64.dep.stamp : ../utils/base64.cpp $(depth)/mk/localdefs
301
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
306
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
...
...
404
include rcldoc.dep
409
include rcldoc.dep
405
include rclquery.dep
410
include rclquery.dep
406
include searchdata.dep
411
include searchdata.dep
407
include stemdb.dep
412
include stemdb.dep
408
include stoplist.dep
413
include stoplist.dep
414
include synfamily.dep
409
include unac.dep
415
include unac.dep
410
include base64.dep
416
include base64.dep
411
include circache.dep
417
include circache.dep
412
include closefrom.dep
418
include closefrom.dep
413
include conftree.dep
419
include conftree.dep