|
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 recollq.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o rclquery.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
|
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 recollq.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.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 recollq.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp rclquery.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
|
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 recollq.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp rclquery.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 fileudi.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 |
|
|
... |
|
... |
91 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
|
91 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
|
92 |
fstreewalk.o : ../utils/fstreewalk.cpp
|
92 |
fstreewalk.o : ../utils/fstreewalk.cpp
|
93 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
|
93 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
|
94 |
idfile.o : ../utils/idfile.cpp
|
94 |
idfile.o : ../utils/idfile.cpp
|
95 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/idfile.cpp
|
95 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/idfile.cpp
|
|
|
96 |
fileudi.o : ../utils/fileudi.cpp
|
|
|
97 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fileudi.cpp
|
96 |
md5.o : ../utils/md5.cpp
|
98 |
md5.o : ../utils/md5.cpp
|
97 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/md5.cpp
|
99 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/md5.cpp
|
98 |
mimeparse.o : ../utils/mimeparse.cpp
|
100 |
mimeparse.o : ../utils/mimeparse.cpp
|
99 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/mimeparse.cpp
|
101 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/mimeparse.cpp
|
100 |
pathut.o : ../utils/pathut.cpp
|
102 |
pathut.o : ../utils/pathut.cpp
|
|
... |
|
... |
227 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
|
229 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
|
228 |
touch fstreewalk.dep.stamp
|
230 |
touch fstreewalk.dep.stamp
|
229 |
idfile.dep.stamp : ../utils/idfile.cpp
|
231 |
idfile.dep.stamp : ../utils/idfile.cpp
|
230 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/idfile.cpp > idfile.dep
|
232 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/idfile.cpp > idfile.dep
|
231 |
touch idfile.dep.stamp
|
233 |
touch idfile.dep.stamp
|
|
|
234 |
fileudi.dep.stamp : ../utils/fileudi.cpp
|
|
|
235 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fileudi.cpp > fileudi.dep
|
|
|
236 |
touch fileudi.dep.stamp
|
232 |
md5.dep.stamp : ../utils/md5.cpp
|
237 |
md5.dep.stamp : ../utils/md5.cpp
|
233 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/md5.cpp > md5.dep
|
238 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/md5.cpp > md5.dep
|
234 |
touch md5.dep.stamp
|
239 |
touch md5.dep.stamp
|
235 |
mimeparse.dep.stamp : ../utils/mimeparse.cpp
|
240 |
mimeparse.dep.stamp : ../utils/mimeparse.cpp
|
236 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/mimeparse.cpp > mimeparse.dep
|
241 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/mimeparse.cpp > mimeparse.dep
|
|
... |
|
... |
289 |
include copyfile.dep
|
294 |
include copyfile.dep
|
290 |
include debuglog.dep
|
295 |
include debuglog.dep
|
291 |
include execmd.dep
|
296 |
include execmd.dep
|
292 |
include fstreewalk.dep
|
297 |
include fstreewalk.dep
|
293 |
include idfile.dep
|
298 |
include idfile.dep
|
|
|
299 |
include fileudi.dep
|
294 |
include md5.dep
|
300 |
include md5.dep
|
295 |
include mimeparse.dep
|
301 |
include mimeparse.dep
|
296 |
include pathut.dep
|
302 |
include pathut.dep
|
297 |
include readfile.dep
|
303 |
include readfile.dep
|
298 |
include smallut.dep
|
304 |
include smallut.dep
|