Switch to unified view

a/src/lib/Makefile b/src/lib/Makefile
...
...
6
6
7
LIBS = librcl.a
7
LIBS = librcl.a
8
8
9
all: $(LIBS)
9
all: $(LIBS)
10
10
11
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 history.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o searchdata.o stemdb.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o md5.o mimeparse.o pathut.o readfile.o smallut.o transcode.o wipedir.o x11mon.o
11
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 history.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o searchdata.o stemdb.o stoplist.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o md5.o mimeparse.o pathut.o readfile.o smallut.o transcode.o wipedir.o x11mon.o
12
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 history.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp searchdata.dep.stamp stemdb.dep.stamp base64.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp execmd.dep.stamp fstreewalk.dep.stamp idfile.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
12
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 history.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.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 md5.dep.stamp mimeparse.dep.stamp pathut.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp
13
13
14
librcl.a : $(DEPS) $(OBJS) unac.o
14
librcl.a : $(DEPS) $(OBJS) unac.o
15
    ar ru librcl.a $(OBJS) unac.o
15
    ar ru librcl.a $(OBJS) unac.o
16
    $(RANLIB) librcl.a
16
    $(RANLIB) librcl.a
17
17
...
...
71
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
71
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
72
searchdata.o : ../rcldb/searchdata.cpp
72
searchdata.o : ../rcldb/searchdata.cpp
73
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
73
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
74
stemdb.o : ../rcldb/stemdb.cpp
74
stemdb.o : ../rcldb/stemdb.cpp
75
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
75
    $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
76
stoplist.o : ../rcldb/stoplist.cpp
77
  $(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
76
base64.o : ../utils/base64.cpp
78
base64.o : ../utils/base64.cpp
77
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
79
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
78
conftree.o : ../utils/conftree.cpp
80
conftree.o : ../utils/conftree.cpp
79
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
81
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
80
copyfile.o : ../utils/copyfile.cpp
82
copyfile.o : ../utils/copyfile.cpp
...
...
191
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
193
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
192
    touch searchdata.dep.stamp
194
    touch searchdata.dep.stamp
193
stemdb.dep.stamp : ../rcldb/stemdb.cpp
195
stemdb.dep.stamp : ../rcldb/stemdb.cpp
194
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
196
    $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
195
    touch stemdb.dep.stamp
197
    touch stemdb.dep.stamp
198
stoplist.dep.stamp : ../rcldb/stoplist.cpp
199
  $(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
200
  touch stoplist.dep.stamp
196
base64.dep.stamp : ../utils/base64.cpp
201
base64.dep.stamp : ../utils/base64.cpp
197
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
202
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
198
    touch base64.dep.stamp
203
    touch base64.dep.stamp
199
conftree.dep.stamp : ../utils/conftree.cpp
204
conftree.dep.stamp : ../utils/conftree.cpp
200
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/conftree.cpp > conftree.dep
205
    $(CXX) -M $(ALL_CXXFLAGS) ../utils/conftree.cpp > conftree.dep
...
...
264
include wasatorcl.dep
269
include wasatorcl.dep
265
include pathhash.dep
270
include pathhash.dep
266
include rcldb.dep
271
include rcldb.dep
267
include searchdata.dep
272
include searchdata.dep
268
include stemdb.dep
273
include stemdb.dep
274
include stoplist.dep
269
include base64.dep
275
include base64.dep
270
include conftree.dep
276
include conftree.dep
271
include copyfile.dep
277
include copyfile.dep
272
include debuglog.dep
278
include debuglog.dep
273
include execmd.dep
279
include execmd.dep