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_execm.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 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 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 beaglequeue.o csguess.o fsindexer.o indexer.o mimetype.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 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 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 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_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 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 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 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 beaglequeue.dep.stamp csguess.dep.stamp fsindexer.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_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 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 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 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
...
...
23
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclinit.cpp
23
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclinit.cpp
24
textsplit.o : ../common/textsplit.cpp
24
textsplit.o : ../common/textsplit.cpp
25
    $(CXX) $(ALL_CXXFLAGS) -c ../common/textsplit.cpp
25
    $(CXX) $(ALL_CXXFLAGS) -c ../common/textsplit.cpp
26
unacpp.o : ../common/unacpp.cpp
26
unacpp.o : ../common/unacpp.cpp
27
    $(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
27
    $(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
28
beaglequeue.o : ../index/beaglequeue.cpp
29
  $(CXX) $(ALL_CXXFLAGS) -c ../index/beaglequeue.cpp
28
csguess.o : ../index/csguess.cpp
30
csguess.o : ../index/csguess.cpp
29
    $(CXX) $(ALL_CXXFLAGS) -c ../index/csguess.cpp
31
    $(CXX) $(ALL_CXXFLAGS) -c ../index/csguess.cpp
32
fsindexer.o : ../index/fsindexer.cpp
33
  $(CXX) $(ALL_CXXFLAGS) -c ../index/fsindexer.cpp
30
indexer.o : ../index/indexer.cpp
34
indexer.o : ../index/indexer.cpp
31
    $(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
35
    $(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
32
mimetype.o : ../index/mimetype.cpp
36
mimetype.o : ../index/mimetype.cpp
33
    $(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
37
    $(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
34
htmlparse.o : ../internfile/htmlparse.cpp
38
htmlparse.o : ../internfile/htmlparse.cpp
...
...
145
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
149
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
146
iofactory.o : ../bincimapmime/iofactory.cc
150
iofactory.o : ../bincimapmime/iofactory.cc
147
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
151
    $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
148
depend: $(DEPS)
152
depend: $(DEPS)
149
clean:
153
clean:
150
    rm -f $(OBJS) $(LIBS) $(DEPS) unac.o
154
    rm -f $(OBJS) $(LIBS) $(DEPS) *.stamp unac.o
151
    for i in *.dep;do test -f $$i && cp /dev/null $$i;done
155
    for i in *.dep;do test -f $$i && cp /dev/null $$i;done
152
distclean: clean
156
distclean: clean
153
    rm -f *.dep   
157
    rm -f *.dep   
154
rclaspell.dep.stamp : ../aspell/rclaspell.cpp
158
rclaspell.dep.stamp : ../aspell/rclaspell.cpp
155
    $(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
159
    $(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
...
...
164
    $(CXX) -M $(ALL_CXXFLAGS) ../common/textsplit.cpp > textsplit.dep
168
    $(CXX) -M $(ALL_CXXFLAGS) ../common/textsplit.cpp > textsplit.dep
165
    touch textsplit.dep.stamp
169
    touch textsplit.dep.stamp
166
unacpp.dep.stamp : ../common/unacpp.cpp
170
unacpp.dep.stamp : ../common/unacpp.cpp
167
    $(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
171
    $(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
168
    touch unacpp.dep.stamp
172
    touch unacpp.dep.stamp
173
beaglequeue.dep.stamp : ../index/beaglequeue.cpp
174
  $(CXX) -M $(ALL_CXXFLAGS) ../index/beaglequeue.cpp > beaglequeue.dep
175
  touch beaglequeue.dep.stamp
169
csguess.dep.stamp : ../index/csguess.cpp
176
csguess.dep.stamp : ../index/csguess.cpp
170
    $(CXX) -M $(ALL_CXXFLAGS) ../index/csguess.cpp > csguess.dep
177
    $(CXX) -M $(ALL_CXXFLAGS) ../index/csguess.cpp > csguess.dep
171
    touch csguess.dep.stamp
178
    touch csguess.dep.stamp
179
fsindexer.dep.stamp : ../index/fsindexer.cpp
180
  $(CXX) -M $(ALL_CXXFLAGS) ../index/fsindexer.cpp > fsindexer.dep
181
  touch fsindexer.dep.stamp
172
indexer.dep.stamp : ../index/indexer.cpp
182
indexer.dep.stamp : ../index/indexer.cpp
173
    $(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
183
    $(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
174
    touch indexer.dep.stamp
184
    touch indexer.dep.stamp
175
mimetype.dep.stamp : ../index/mimetype.cpp
185
mimetype.dep.stamp : ../index/mimetype.cpp
176
    $(CXX) -M $(ALL_CXXFLAGS) ../index/mimetype.cpp > mimetype.dep
186
    $(CXX) -M $(ALL_CXXFLAGS) ../index/mimetype.cpp > mimetype.dep
...
...
319
include rclaspell.dep
329
include rclaspell.dep
320
include rclconfig.dep
330
include rclconfig.dep
321
include rclinit.dep
331
include rclinit.dep
322
include textsplit.dep
332
include textsplit.dep
323
include unacpp.dep
333
include unacpp.dep
334
include beaglequeue.dep
324
include csguess.dep
335
include csguess.dep
336
include fsindexer.dep
325
include indexer.dep
337
include indexer.dep
326
include mimetype.dep
338
include mimetype.dep
327
include htmlparse.dep
339
include htmlparse.dep
328
include myhtmlparse.dep
340
include myhtmlparse.dep
329
include mimehandler.dep
341
include mimehandler.dep