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 =  unac.o 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 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
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
10
DEPS =  unac.dep.stamp 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 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
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
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
16
unac.o : ../unac/unac.cpp $(depth)/mk/localdefs
17
  $(CXX) $(ALL_CXXFLAGS) -c ../unac/unac.cpp
18
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
16
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
19
    $(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
17
    $(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
20
beaglequeuecache.o : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
18
beaglequeuecache.o : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
21
    $(CXX) $(ALL_CXXFLAGS) -c ../common/beaglequeuecache.cpp
19
    $(CXX) $(ALL_CXXFLAGS) -c ../common/beaglequeuecache.cpp
22
cstr.o : ../common/cstr.cpp $(depth)/mk/localdefs
20
cstr.o : ../common/cstr.cpp $(depth)/mk/localdefs
...
...
93
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
91
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
94
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
92
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
95
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
93
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
96
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
94
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
97
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
95
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
96
unac.o : ../unac/unac.cpp $(depth)/mk/localdefs
97
  $(CXX) $(ALL_CXXFLAGS) -c ../unac/unac.cpp
98
base64.o : ../utils/base64.cpp $(depth)/mk/localdefs
98
base64.o : ../utils/base64.cpp $(depth)/mk/localdefs
99
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
99
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
100
circache.o : ../utils/circache.cpp $(depth)/mk/localdefs
100
circache.o : ../utils/circache.cpp $(depth)/mk/localdefs
101
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/circache.cpp
101
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/circache.cpp
102
closefrom.o : ../utils/closefrom.cpp $(depth)/mk/localdefs
102
closefrom.o : ../utils/closefrom.cpp $(depth)/mk/localdefs
...
...
137
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
137
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
138
wipedir.o : ../utils/wipedir.cpp $(depth)/mk/localdefs
138
wipedir.o : ../utils/wipedir.cpp $(depth)/mk/localdefs
139
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
139
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
140
x11mon.o : ../utils/x11mon.cpp $(depth)/mk/localdefs
140
x11mon.o : ../utils/x11mon.cpp $(depth)/mk/localdefs
141
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/x11mon.cpp
141
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/x11mon.cpp
142
mime-getpart.o : ../bincimapmime/mime-getpart.cc $(depth)/mk/localdefs
143
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-getpart.cc
144
mime-parsefull.o : ../bincimapmime/mime-parsefull.cc $(depth)/mk/localdefs
142
mime-parsefull.o : ../bincimapmime/mime-parsefull.cc $(depth)/mk/localdefs
145
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parsefull.cc
143
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parsefull.cc
146
mime-parseonlyheader.o : ../bincimapmime/mime-parseonlyheader.cc $(depth)/mk/localdefs
144
mime-parseonlyheader.o : ../bincimapmime/mime-parseonlyheader.cc $(depth)/mk/localdefs
147
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parseonlyheader.cc
145
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parseonlyheader.cc
148
mime-printbody.o : ../bincimapmime/mime-printbody.cc $(depth)/mk/localdefs
146
mime-printbody.o : ../bincimapmime/mime-printbody.cc $(depth)/mk/localdefs
149
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printbody.cc
147
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printbody.cc
150
mime-printdoc.o : ../bincimapmime/mime-printdoc.cc $(depth)/mk/localdefs
151
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printdoc.cc
152
mime-printheader.o : ../bincimapmime/mime-printheader.cc $(depth)/mk/localdefs
153
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printheader.cc
154
mime.o : ../bincimapmime/mime.cc $(depth)/mk/localdefs
148
mime.o : ../bincimapmime/mime.cc $(depth)/mk/localdefs
155
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime.cc
149
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime.cc
156
convert.o : ../bincimapmime/convert.cc $(depth)/mk/localdefs
150
convert.o : ../bincimapmime/convert.cc $(depth)/mk/localdefs
157
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/convert.cc
151
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/convert.cc
158
iodevice.o : ../bincimapmime/iodevice.cc $(depth)/mk/localdefs
152
iodevice.o : ../bincimapmime/iodevice.cc $(depth)/mk/localdefs
159
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
153
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
160
iofactory.o : ../bincimapmime/iofactory.cc $(depth)/mk/localdefs
154
iofactory.o : ../bincimapmime/iofactory.cc $(depth)/mk/localdefs
161
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
155
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
162
depend: $(DEPS)
156
depend: $(DEPS)
163
clean:
157
clean:
164
    rm -f $(OBJS) $(LIBS) $(DEPS) *.stamp unac.o
158
    rm -f $(OBJS) $(LIBS) $(DEPS) *.stamp
165
    for i in *.dep;do test -f $$i && cp /dev/null $$i;done
159
    for i in *.dep;do test -f $$i && cp /dev/null $$i;done
166
distclean: clean
160
distclean: clean
167
    rm -f *.dep   
161
    rm -f *.dep   
168
unac.dep.stamp : ../unac/unac.cpp $(depth)/mk/localdefs
169
  $(CXX) -M $(ALL_CXXFLAGS) ../unac/unac.cpp > unac.dep
170
  touch unac.dep.stamp
171
rclaspell.dep.stamp : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
162
rclaspell.dep.stamp : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
172
    $(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
163
    $(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
173
    touch rclaspell.dep.stamp
164
    touch rclaspell.dep.stamp
174
beaglequeuecache.dep.stamp : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
165
beaglequeuecache.dep.stamp : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
175
    $(CXX) -M $(ALL_CXXFLAGS) ../common/beaglequeuecache.cpp > beaglequeuecache.dep
166
    $(CXX) -M $(ALL_CXXFLAGS) ../common/beaglequeuecache.cpp > beaglequeuecache.dep
...
...
286
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
277
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
287
    touch stemdb.dep.stamp
278
    touch stemdb.dep.stamp
288
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
279
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
289
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
280
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
290
    touch stoplist.dep.stamp
281
    touch stoplist.dep.stamp
282
unac.dep.stamp : ../unac/unac.cpp $(depth)/mk/localdefs
283
  $(CXX) -M $(ALL_CXXFLAGS) ../unac/unac.cpp > unac.dep
284
  touch unac.dep.stamp
291
base64.dep.stamp : ../utils/base64.cpp $(depth)/mk/localdefs
285
base64.dep.stamp : ../utils/base64.cpp $(depth)/mk/localdefs
292
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
286
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
293
    touch base64.dep.stamp
287
    touch base64.dep.stamp
294
circache.dep.stamp : ../utils/circache.cpp $(depth)/mk/localdefs
288
circache.dep.stamp : ../utils/circache.cpp $(depth)/mk/localdefs
295
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/circache.cpp > circache.dep
289
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/circache.cpp > circache.dep
...
...
352
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/wipedir.cpp > wipedir.dep
346
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/wipedir.cpp > wipedir.dep
353
    touch wipedir.dep.stamp
347
    touch wipedir.dep.stamp
354
x11mon.dep.stamp : ../utils/x11mon.cpp $(depth)/mk/localdefs
348
x11mon.dep.stamp : ../utils/x11mon.cpp $(depth)/mk/localdefs
355
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/x11mon.cpp > x11mon.dep
349
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/x11mon.cpp > x11mon.dep
356
    touch x11mon.dep.stamp
350
    touch x11mon.dep.stamp
357
include unac.dep
358
include rclaspell.dep
351
include rclaspell.dep
359
include beaglequeuecache.dep
352
include beaglequeuecache.dep
360
include cstr.dep
353
include cstr.dep
361
include rclconfig.dep
354
include rclconfig.dep
362
include rclinit.dep
355
include rclinit.dep
...
...
393
include rcldoc.dep
386
include rcldoc.dep
394
include rclquery.dep
387
include rclquery.dep
395
include searchdata.dep
388
include searchdata.dep
396
include stemdb.dep
389
include stemdb.dep
397
include stoplist.dep
390
include stoplist.dep
391
include unac.dep
398
include base64.dep
392
include base64.dep
399
include circache.dep
393
include circache.dep
400
include closefrom.dep
394
include closefrom.dep
401
include conftree.dep
395
include conftree.dep
402
include copyfile.dep
396
include copyfile.dep
...
...
415
include readfile.dep
409
include readfile.dep
416
include smallut.dep
410
include smallut.dep
417
include transcode.dep
411
include transcode.dep
418
include wipedir.dep
412
include wipedir.dep
419
include x11mon.dep
413
include x11mon.dep
420
mime-getpart.dep.stamp : ../bincimapmime/mime-getpart.cc $(depth)/mk/localdefs
421
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-getpart.cc > mime-getpart.dep
422
  touch mime-getpart.dep.stamp
423
mime-parsefull.dep.stamp : ../bincimapmime/mime-parsefull.cc $(depth)/mk/localdefs
414
mime-parsefull.dep.stamp : ../bincimapmime/mime-parsefull.cc $(depth)/mk/localdefs
424
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parsefull.cc > mime-parsefull.dep
415
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parsefull.cc > mime-parsefull.dep
425
    touch mime-parsefull.dep.stamp
416
    touch mime-parsefull.dep.stamp
426
mime-parseonlyheader.dep.stamp : ../bincimapmime/mime-parseonlyheader.cc $(depth)/mk/localdefs
417
mime-parseonlyheader.dep.stamp : ../bincimapmime/mime-parseonlyheader.cc $(depth)/mk/localdefs
427
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parseonlyheader.cc > mime-parseonlyheader.dep
418
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parseonlyheader.cc > mime-parseonlyheader.dep
428
    touch mime-parseonlyheader.dep.stamp
419
    touch mime-parseonlyheader.dep.stamp
429
mime-printbody.dep.stamp : ../bincimapmime/mime-printbody.cc $(depth)/mk/localdefs
420
mime-printbody.dep.stamp : ../bincimapmime/mime-printbody.cc $(depth)/mk/localdefs
430
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printbody.cc > mime-printbody.dep
421
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printbody.cc > mime-printbody.dep
431
    touch mime-printbody.dep.stamp
422
    touch mime-printbody.dep.stamp
432
mime-printdoc.dep.stamp : ../bincimapmime/mime-printdoc.cc $(depth)/mk/localdefs
433
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printdoc.cc > mime-printdoc.dep
434
  touch mime-printdoc.dep.stamp
435
mime-printheader.dep.stamp : ../bincimapmime/mime-printheader.cc $(depth)/mk/localdefs
436
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printheader.cc > mime-printheader.dep
437
  touch mime-printheader.dep.stamp
438
mime.dep.stamp : ../bincimapmime/mime.cc $(depth)/mk/localdefs
423
mime.dep.stamp : ../bincimapmime/mime.cc $(depth)/mk/localdefs
439
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime.cc > mime.dep
424
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime.cc > mime.dep
440
    touch mime.dep.stamp
425
    touch mime.dep.stamp
441
convert.dep.stamp : ../bincimapmime/convert.cc $(depth)/mk/localdefs
426
convert.dep.stamp : ../bincimapmime/convert.cc $(depth)/mk/localdefs
442
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/convert.cc > convert.dep
427
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/convert.cc > convert.dep
...
...
445
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iodevice.cc > iodevice.dep
430
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iodevice.cc > iodevice.dep
446
    touch iodevice.dep.stamp
431
    touch iodevice.dep.stamp
447
iofactory.dep.stamp : ../bincimapmime/iofactory.cc $(depth)/mk/localdefs
432
iofactory.dep.stamp : ../bincimapmime/iofactory.cc $(depth)/mk/localdefs
448
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iofactory.cc > iofactory.dep
433
    $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iofactory.cc > iofactory.dep
449
    touch iofactory.dep.stamp
434
    touch iofactory.dep.stamp
450
include mime-getpart.dep
451
include mime-parsefull.dep
435
include mime-parsefull.dep
452
include mime-parseonlyheader.dep
436
include mime-parseonlyheader.dep
453
include mime-printbody.dep
437
include mime-printbody.dep
454
include mime-printdoc.dep
455
include mime-printheader.dep
456
include mime.dep
438
include mime.dep
457
include convert.dep
439
include convert.dep
458
include iodevice.dep
440
include iodevice.dep
459
include iofactory.dep
441
include iofactory.dep