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 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 filtseq.o history.o plaintorich.o recollq.o reslistpager.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 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 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 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 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 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 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 filtseq.dep.stamp history.dep.stamp plaintorich.dep.stamp recollq.dep.stamp reslistpager.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 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 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 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 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 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
...
...
69
    $(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
69
    $(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
70
wasastringtoquery.o : ../query/wasastringtoquery.cpp
70
wasastringtoquery.o : ../query/wasastringtoquery.cpp
71
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
71
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
72
wasatorcl.o : ../query/wasatorcl.cpp
72
wasatorcl.o : ../query/wasatorcl.cpp
73
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
73
    $(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
74
pathhash.o : ../rcldb/pathhash.cpp
75
  $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/pathhash.cpp
76
rcldb.o : ../rcldb/rcldb.cpp
74
rcldb.o : ../rcldb/rcldb.cpp
77
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
75
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
78
rcldoc.o : ../rcldb/rcldoc.cpp
76
rcldoc.o : ../rcldb/rcldoc.cpp
79
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldoc.cpp
77
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldoc.cpp
80
rclquery.o : ../rcldb/rclquery.cpp
78
rclquery.o : ../rcldb/rclquery.cpp
...
...
225
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
223
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
226
    touch wasastringtoquery.dep.stamp
224
    touch wasastringtoquery.dep.stamp
227
wasatorcl.dep.stamp : ../query/wasatorcl.cpp
225
wasatorcl.dep.stamp : ../query/wasatorcl.cpp
228
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
226
    $(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
229
    touch wasatorcl.dep.stamp
227
    touch wasatorcl.dep.stamp
230
pathhash.dep.stamp : ../rcldb/pathhash.cpp
231
  $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/pathhash.cpp > pathhash.dep
232
  touch pathhash.dep.stamp
233
rcldb.dep.stamp : ../rcldb/rcldb.cpp
228
rcldb.dep.stamp : ../rcldb/rcldb.cpp
234
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldb.cpp > rcldb.dep
229
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldb.cpp > rcldb.dep
235
    touch rcldb.dep.stamp
230
    touch rcldb.dep.stamp
236
rcldoc.dep.stamp : ../rcldb/rcldoc.cpp
231
rcldoc.dep.stamp : ../rcldb/rcldoc.cpp
237
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldoc.cpp > rcldoc.dep
232
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldoc.cpp > rcldoc.dep
...
...
322
include recollq.dep
317
include recollq.dep
323
include reslistpager.dep
318
include reslistpager.dep
324
include sortseq.dep
319
include sortseq.dep
325
include wasastringtoquery.dep
320
include wasastringtoquery.dep
326
include wasatorcl.dep
321
include wasatorcl.dep
327
include pathhash.dep
328
include rcldb.dep
322
include rcldb.dep
329
include rcldoc.dep
323
include rcldoc.dep
330
include rclquery.dep
324
include rclquery.dep
331
include searchdata.dep
325
include searchdata.dep
332
include stemdb.dep
326
include stemdb.dep