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 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 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 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
10
DEPS =  rclaspell.dep.stamp beaglequeuecache.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 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 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
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
...
...
17
    $(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
17
    $(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
18
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
18
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
19
    $(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
19
    $(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
20
beaglequeuecache.o : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
20
beaglequeuecache.o : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
21
    $(CXX) $(ALL_CXXFLAGS) -c ../common/beaglequeuecache.cpp
21
    $(CXX) $(ALL_CXXFLAGS) -c ../common/beaglequeuecache.cpp
22
cstr.o : ../common/cstr.cpp $(depth)/mk/localdefs
23
  $(CXX) $(ALL_CXXFLAGS) -c ../common/cstr.cpp
22
rclconfig.o : ../common/rclconfig.cpp $(depth)/mk/localdefs
24
rclconfig.o : ../common/rclconfig.cpp $(depth)/mk/localdefs
23
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
25
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
24
rclinit.o : ../common/rclinit.cpp $(depth)/mk/localdefs
26
rclinit.o : ../common/rclinit.cpp $(depth)/mk/localdefs
25
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclinit.cpp
27
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclinit.cpp
26
textsplit.o : ../common/textsplit.cpp $(depth)/mk/localdefs
28
textsplit.o : ../common/textsplit.cpp $(depth)/mk/localdefs
...
...
165
    $(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
167
    $(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
166
    touch rclaspell.dep.stamp
168
    touch rclaspell.dep.stamp
167
beaglequeuecache.dep.stamp : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
169
beaglequeuecache.dep.stamp : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
168
    $(CXX) -M $(ALL_CXXFLAGS) ../common/beaglequeuecache.cpp > beaglequeuecache.dep
170
    $(CXX) -M $(ALL_CXXFLAGS) ../common/beaglequeuecache.cpp > beaglequeuecache.dep
169
    touch beaglequeuecache.dep.stamp
171
    touch beaglequeuecache.dep.stamp
172
cstr.dep.stamp : ../common/cstr.cpp $(depth)/mk/localdefs
173
  $(CXX) -M $(ALL_CXXFLAGS) ../common/cstr.cpp > cstr.dep
174
  touch cstr.dep.stamp
170
rclconfig.dep.stamp : ../common/rclconfig.cpp $(depth)/mk/localdefs
175
rclconfig.dep.stamp : ../common/rclconfig.cpp $(depth)/mk/localdefs
171
    $(CXX) -M $(ALL_CXXFLAGS) ../common/rclconfig.cpp > rclconfig.dep
176
    $(CXX) -M $(ALL_CXXFLAGS) ../common/rclconfig.cpp > rclconfig.dep
172
    touch rclconfig.dep.stamp
177
    touch rclconfig.dep.stamp
173
rclinit.dep.stamp : ../common/rclinit.cpp $(depth)/mk/localdefs
178
rclinit.dep.stamp : ../common/rclinit.cpp $(depth)/mk/localdefs
174
    $(CXX) -M $(ALL_CXXFLAGS) ../common/rclinit.cpp > rclinit.dep
179
    $(CXX) -M $(ALL_CXXFLAGS) ../common/rclinit.cpp > rclinit.dep
...
...
341
x11mon.dep.stamp : ../utils/x11mon.cpp $(depth)/mk/localdefs
346
x11mon.dep.stamp : ../utils/x11mon.cpp $(depth)/mk/localdefs
342
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/x11mon.cpp > x11mon.dep
347
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/x11mon.cpp > x11mon.dep
343
    touch x11mon.dep.stamp
348
    touch x11mon.dep.stamp
344
include rclaspell.dep
349
include rclaspell.dep
345
include beaglequeuecache.dep
350
include beaglequeuecache.dep
351
include cstr.dep
346
include rclconfig.dep
352
include rclconfig.dep
347
include rclinit.dep
353
include rclinit.dep
348
include textsplit.dep
354
include textsplit.dep
349
include unacpp.dep
355
include unacpp.dep
350
include beaglequeue.dep
356
include beaglequeue.dep