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 csguess.o fsindexer.o indexer.o mimetype.o subtreelist.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 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 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 rclionice.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 beaglequeuecache.o cstr.o rclconfig.o rclinit.o textsplit.o unacpp.o beaglequeue.o csguess.o fsindexer.o indexer.o mimetype.o subtreelist.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 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 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-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 beaglequeuecache.dep.stamp cstr.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 subtreelist.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 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 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 rclionice.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 beaglequeuecache.dep.stamp cstr.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 subtreelist.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 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 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-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
...
...
107
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
107
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
108
copyfile.o : ../utils/copyfile.cpp $(depth)/mk/localdefs
108
copyfile.o : ../utils/copyfile.cpp $(depth)/mk/localdefs
109
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/copyfile.cpp
109
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/copyfile.cpp
110
debuglog.o : ../utils/debuglog.cpp $(depth)/mk/localdefs
110
debuglog.o : ../utils/debuglog.cpp $(depth)/mk/localdefs
111
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/debuglog.cpp
111
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/debuglog.cpp
112
ecrontab.o : ../utils/ecrontab.cpp $(depth)/mk/localdefs
113
  $(CXX) $(ALL_CXXFLAGS) -c ../utils/ecrontab.cpp
112
execmd.o : ../utils/execmd.cpp $(depth)/mk/localdefs
114
execmd.o : ../utils/execmd.cpp $(depth)/mk/localdefs
113
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
115
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
114
fstreewalk.o : ../utils/fstreewalk.cpp $(depth)/mk/localdefs
116
fstreewalk.o : ../utils/fstreewalk.cpp $(depth)/mk/localdefs
115
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
117
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
116
idfile.o : ../utils/idfile.cpp $(depth)/mk/localdefs
118
idfile.o : ../utils/idfile.cpp $(depth)/mk/localdefs
...
...
304
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/copyfile.cpp > copyfile.dep
306
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/copyfile.cpp > copyfile.dep
305
    touch copyfile.dep.stamp
307
    touch copyfile.dep.stamp
306
debuglog.dep.stamp : ../utils/debuglog.cpp $(depth)/mk/localdefs
308
debuglog.dep.stamp : ../utils/debuglog.cpp $(depth)/mk/localdefs
307
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/debuglog.cpp > debuglog.dep
309
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/debuglog.cpp > debuglog.dep
308
    touch debuglog.dep.stamp
310
    touch debuglog.dep.stamp
311
ecrontab.dep.stamp : ../utils/ecrontab.cpp $(depth)/mk/localdefs
312
  $(CXX) -M $(ALL_CXXFLAGS) ../utils/ecrontab.cpp > ecrontab.dep
313
  touch ecrontab.dep.stamp
309
execmd.dep.stamp : ../utils/execmd.cpp $(depth)/mk/localdefs
314
execmd.dep.stamp : ../utils/execmd.cpp $(depth)/mk/localdefs
310
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/execmd.cpp > execmd.dep
315
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/execmd.cpp > execmd.dep
311
    touch execmd.dep.stamp
316
    touch execmd.dep.stamp
312
fstreewalk.dep.stamp : ../utils/fstreewalk.cpp $(depth)/mk/localdefs
317
fstreewalk.dep.stamp : ../utils/fstreewalk.cpp $(depth)/mk/localdefs
313
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
318
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
...
...
396
include circache.dep
401
include circache.dep
397
include closefrom.dep
402
include closefrom.dep
398
include conftree.dep
403
include conftree.dep
399
include copyfile.dep
404
include copyfile.dep
400
include debuglog.dep
405
include debuglog.dep
406
include ecrontab.dep
401
include execmd.dep
407
include execmd.dep
402
include fstreewalk.dep
408
include fstreewalk.dep
403
include idfile.dep
409
include idfile.dep
404
include fileudi.dep
410
include fileudi.dep
405
include md5.dep
411
include md5.dep