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 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 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 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 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 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 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
...
...
27
    $(CXX) $(ALL_CXXFLAGS) -c ../common/textsplit.cpp
27
    $(CXX) $(ALL_CXXFLAGS) -c ../common/textsplit.cpp
28
unacpp.o : ../common/unacpp.cpp $(depth)/mk/localdefs
28
unacpp.o : ../common/unacpp.cpp $(depth)/mk/localdefs
29
    $(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
29
    $(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
30
beaglequeue.o : ../index/beaglequeue.cpp $(depth)/mk/localdefs
30
beaglequeue.o : ../index/beaglequeue.cpp $(depth)/mk/localdefs
31
    $(CXX) $(ALL_CXXFLAGS) -c ../index/beaglequeue.cpp
31
    $(CXX) $(ALL_CXXFLAGS) -c ../index/beaglequeue.cpp
32
bglfetcher.o : ../index/bglfetcher.cpp $(depth)/mk/localdefs
33
  $(CXX) $(ALL_CXXFLAGS) -c ../index/bglfetcher.cpp
34
fetcher.o : ../index/fetcher.cpp $(depth)/mk/localdefs
35
  $(CXX) $(ALL_CXXFLAGS) -c ../index/fetcher.cpp
36
fsfetcher.o : ../index/fsfetcher.cpp $(depth)/mk/localdefs
37
  $(CXX) $(ALL_CXXFLAGS) -c ../index/fsfetcher.cpp
32
fsindexer.o : ../index/fsindexer.cpp $(depth)/mk/localdefs
38
fsindexer.o : ../index/fsindexer.cpp $(depth)/mk/localdefs
33
    $(CXX) $(ALL_CXXFLAGS) -c ../index/fsindexer.cpp
39
    $(CXX) $(ALL_CXXFLAGS) -c ../index/fsindexer.cpp
34
indexer.o : ../index/indexer.cpp $(depth)/mk/localdefs
40
indexer.o : ../index/indexer.cpp $(depth)/mk/localdefs
35
    $(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
41
    $(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
36
mimetype.o : ../index/mimetype.cpp $(depth)/mk/localdefs
42
mimetype.o : ../index/mimetype.cpp $(depth)/mk/localdefs
37
    $(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
43
    $(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
38
subtreelist.o : ../index/subtreelist.cpp $(depth)/mk/localdefs
44
subtreelist.o : ../index/subtreelist.cpp $(depth)/mk/localdefs
39
    $(CXX) $(ALL_CXXFLAGS) -c ../index/subtreelist.cpp
45
    $(CXX) $(ALL_CXXFLAGS) -c ../index/subtreelist.cpp
40
htmlparse.o : ../internfile/htmlparse.cpp $(depth)/mk/localdefs
46
htmlparse.o : ../internfile/htmlparse.cpp $(depth)/mk/localdefs
41
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/htmlparse.cpp
47
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/htmlparse.cpp
42
myhtmlparse.o : ../internfile/myhtmlparse.cpp $(depth)/mk/localdefs
43
  $(CXX) $(ALL_CXXFLAGS) -c ../internfile/myhtmlparse.cpp
44
mimehandler.o : ../internfile/mimehandler.cpp $(depth)/mk/localdefs
45
  $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mimehandler.cpp
46
internfile.o : ../internfile/internfile.cpp $(depth)/mk/localdefs
48
internfile.o : ../internfile/internfile.cpp $(depth)/mk/localdefs
47
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/internfile.cpp
49
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/internfile.cpp
48
mh_exec.o : ../internfile/mh_exec.cpp $(depth)/mk/localdefs
50
mh_exec.o : ../internfile/mh_exec.cpp $(depth)/mk/localdefs
49
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_exec.cpp
51
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_exec.cpp
50
mh_execm.o : ../internfile/mh_execm.cpp $(depth)/mk/localdefs
52
mh_execm.o : ../internfile/mh_execm.cpp $(depth)/mk/localdefs
...
...
55
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mail.cpp
57
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mail.cpp
56
mh_mbox.o : ../internfile/mh_mbox.cpp $(depth)/mk/localdefs
58
mh_mbox.o : ../internfile/mh_mbox.cpp $(depth)/mk/localdefs
57
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mbox.cpp
59
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mbox.cpp
58
mh_text.o : ../internfile/mh_text.cpp $(depth)/mk/localdefs
60
mh_text.o : ../internfile/mh_text.cpp $(depth)/mk/localdefs
59
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_text.cpp
61
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_text.cpp
62
mimehandler.o : ../internfile/mimehandler.cpp $(depth)/mk/localdefs
63
  $(CXX) $(ALL_CXXFLAGS) -c ../internfile/mimehandler.cpp
64
myhtmlparse.o : ../internfile/myhtmlparse.cpp $(depth)/mk/localdefs
65
  $(CXX) $(ALL_CXXFLAGS) -c ../internfile/myhtmlparse.cpp
60
txtdcode.o : ../internfile/txtdcode.cpp $(depth)/mk/localdefs
66
txtdcode.o : ../internfile/txtdcode.cpp $(depth)/mk/localdefs
61
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/txtdcode.cpp
67
    $(CXX) $(ALL_CXXFLAGS) -c ../internfile/txtdcode.cpp
62
docseq.o : ../query/docseq.cpp $(depth)/mk/localdefs
68
docseq.o : ../query/docseq.cpp $(depth)/mk/localdefs
63
    $(CXX) $(ALL_CXXFLAGS) -c ../query/docseq.cpp
69
    $(CXX) $(ALL_CXXFLAGS) -c ../query/docseq.cpp
64
docseqdb.o : ../query/docseqdb.cpp $(depth)/mk/localdefs
70
docseqdb.o : ../query/docseqdb.cpp $(depth)/mk/localdefs
...
...
181
    $(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
187
    $(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
182
    touch unacpp.dep.stamp
188
    touch unacpp.dep.stamp
183
beaglequeue.dep.stamp : ../index/beaglequeue.cpp $(depth)/mk/localdefs
189
beaglequeue.dep.stamp : ../index/beaglequeue.cpp $(depth)/mk/localdefs
184
    $(CXX) -M $(ALL_CXXFLAGS) ../index/beaglequeue.cpp > beaglequeue.dep
190
    $(CXX) -M $(ALL_CXXFLAGS) ../index/beaglequeue.cpp > beaglequeue.dep
185
    touch beaglequeue.dep.stamp
191
    touch beaglequeue.dep.stamp
192
bglfetcher.dep.stamp : ../index/bglfetcher.cpp $(depth)/mk/localdefs
193
  $(CXX) -M $(ALL_CXXFLAGS) ../index/bglfetcher.cpp > bglfetcher.dep
194
  touch bglfetcher.dep.stamp
195
fetcher.dep.stamp : ../index/fetcher.cpp $(depth)/mk/localdefs
196
  $(CXX) -M $(ALL_CXXFLAGS) ../index/fetcher.cpp > fetcher.dep
197
  touch fetcher.dep.stamp
198
fsfetcher.dep.stamp : ../index/fsfetcher.cpp $(depth)/mk/localdefs
199
  $(CXX) -M $(ALL_CXXFLAGS) ../index/fsfetcher.cpp > fsfetcher.dep
200
  touch fsfetcher.dep.stamp
186
fsindexer.dep.stamp : ../index/fsindexer.cpp $(depth)/mk/localdefs
201
fsindexer.dep.stamp : ../index/fsindexer.cpp $(depth)/mk/localdefs
187
    $(CXX) -M $(ALL_CXXFLAGS) ../index/fsindexer.cpp > fsindexer.dep
202
    $(CXX) -M $(ALL_CXXFLAGS) ../index/fsindexer.cpp > fsindexer.dep
188
    touch fsindexer.dep.stamp
203
    touch fsindexer.dep.stamp
189
indexer.dep.stamp : ../index/indexer.cpp $(depth)/mk/localdefs
204
indexer.dep.stamp : ../index/indexer.cpp $(depth)/mk/localdefs
190
    $(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
205
    $(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
...
...
196
    $(CXX) -M $(ALL_CXXFLAGS) ../index/subtreelist.cpp > subtreelist.dep
211
    $(CXX) -M $(ALL_CXXFLAGS) ../index/subtreelist.cpp > subtreelist.dep
197
    touch subtreelist.dep.stamp
212
    touch subtreelist.dep.stamp
198
htmlparse.dep.stamp : ../internfile/htmlparse.cpp $(depth)/mk/localdefs
213
htmlparse.dep.stamp : ../internfile/htmlparse.cpp $(depth)/mk/localdefs
199
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/htmlparse.cpp > htmlparse.dep
214
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/htmlparse.cpp > htmlparse.dep
200
    touch htmlparse.dep.stamp
215
    touch htmlparse.dep.stamp
201
myhtmlparse.dep.stamp : ../internfile/myhtmlparse.cpp $(depth)/mk/localdefs
202
  $(CXX) -M $(ALL_CXXFLAGS) ../internfile/myhtmlparse.cpp > myhtmlparse.dep
203
  touch myhtmlparse.dep.stamp
204
mimehandler.dep.stamp : ../internfile/mimehandler.cpp $(depth)/mk/localdefs
205
  $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mimehandler.cpp > mimehandler.dep
206
  touch mimehandler.dep.stamp
207
internfile.dep.stamp : ../internfile/internfile.cpp $(depth)/mk/localdefs
216
internfile.dep.stamp : ../internfile/internfile.cpp $(depth)/mk/localdefs
208
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/internfile.cpp > internfile.dep
217
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/internfile.cpp > internfile.dep
209
    touch internfile.dep.stamp
218
    touch internfile.dep.stamp
210
mh_exec.dep.stamp : ../internfile/mh_exec.cpp $(depth)/mk/localdefs
219
mh_exec.dep.stamp : ../internfile/mh_exec.cpp $(depth)/mk/localdefs
211
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_exec.cpp > mh_exec.dep
220
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_exec.cpp > mh_exec.dep
...
...
223
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mbox.cpp > mh_mbox.dep
232
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mbox.cpp > mh_mbox.dep
224
    touch mh_mbox.dep.stamp
233
    touch mh_mbox.dep.stamp
225
mh_text.dep.stamp : ../internfile/mh_text.cpp $(depth)/mk/localdefs
234
mh_text.dep.stamp : ../internfile/mh_text.cpp $(depth)/mk/localdefs
226
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_text.cpp > mh_text.dep
235
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_text.cpp > mh_text.dep
227
    touch mh_text.dep.stamp
236
    touch mh_text.dep.stamp
237
mimehandler.dep.stamp : ../internfile/mimehandler.cpp $(depth)/mk/localdefs
238
  $(CXX) -M $(ALL_CXXFLAGS) ../internfile/mimehandler.cpp > mimehandler.dep
239
  touch mimehandler.dep.stamp
240
myhtmlparse.dep.stamp : ../internfile/myhtmlparse.cpp $(depth)/mk/localdefs
241
  $(CXX) -M $(ALL_CXXFLAGS) ../internfile/myhtmlparse.cpp > myhtmlparse.dep
242
  touch myhtmlparse.dep.stamp
228
txtdcode.dep.stamp : ../internfile/txtdcode.cpp $(depth)/mk/localdefs
243
txtdcode.dep.stamp : ../internfile/txtdcode.cpp $(depth)/mk/localdefs
229
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/txtdcode.cpp > txtdcode.dep
244
    $(CXX) -M $(ALL_CXXFLAGS) ../internfile/txtdcode.cpp > txtdcode.dep
230
    touch txtdcode.dep.stamp
245
    touch txtdcode.dep.stamp
231
docseq.dep.stamp : ../query/docseq.cpp $(depth)/mk/localdefs
246
docseq.dep.stamp : ../query/docseq.cpp $(depth)/mk/localdefs
232
    $(CXX) -M $(ALL_CXXFLAGS) ../query/docseq.cpp > docseq.dep
247
    $(CXX) -M $(ALL_CXXFLAGS) ../query/docseq.cpp > docseq.dep
...
...
354
include rclconfig.dep
369
include rclconfig.dep
355
include rclinit.dep
370
include rclinit.dep
356
include textsplit.dep
371
include textsplit.dep
357
include unacpp.dep
372
include unacpp.dep
358
include beaglequeue.dep
373
include beaglequeue.dep
374
include bglfetcher.dep
375
include fetcher.dep
376
include fsfetcher.dep
359
include fsindexer.dep
377
include fsindexer.dep
360
include indexer.dep
378
include indexer.dep
361
include mimetype.dep
379
include mimetype.dep
362
include subtreelist.dep
380
include subtreelist.dep
363
include htmlparse.dep
381
include htmlparse.dep
364
include myhtmlparse.dep
365
include mimehandler.dep
366
include internfile.dep
382
include internfile.dep
367
include mh_exec.dep
383
include mh_exec.dep
368
include mh_execm.dep
384
include mh_execm.dep
369
include mh_html.dep
385
include mh_html.dep
370
include mh_mail.dep
386
include mh_mail.dep
371
include mh_mbox.dep
387
include mh_mbox.dep
372
include mh_text.dep
388
include mh_text.dep
389
include mimehandler.dep
390
include myhtmlparse.dep
373
include txtdcode.dep
391
include txtdcode.dep
374
include docseq.dep
392
include docseq.dep
375
include docseqdb.dep
393
include docseqdb.dep
376
include docseqhist.dep
394
include docseqhist.dep
377
include filtseq.dep
395
include filtseq.dep