|
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 = conftree.o csguess.o debuglog.o execmd.o idfile.o md5.o wipedir.o fstreewalk.o mh_html.o mh_mail.o searchdata.o mh_exec.o mh_text.o htmlparse.o indexer.o internfile.o mimehandler.o mimeparse.o mimetype.o myhtmlparse.o pathhash.o pathut.o rclconfig.o rcldb.o rclinit.o stemdb.o base64.o readfile.o smallut.o textsplit.o transcode.o unacpp.o history.o docseq.o sortseq.o copyfile.o rclaspell.o
|
11 |
OBJS = rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o csguess.o indexer.o mimetype.o htmlparse.o internfile.o mh_exec.o mh_html.o mh_mail.o mh_text.o mimehandler.o myhtmlparse.o docseq.o history.o sortseq.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
|
12 |
DEPS = conftree.dep.stamp csguess.dep.stamp debuglog.dep.stamp execmd.dep.stamp idfile.dep.stamp md5.dep.stamp wipedir.dep.stamp fstreewalk.dep.stamp mh_html.dep.stamp mh_mail.dep.stamp searchdata.dep.stamp mh_exec.dep.stamp mh_text.dep.stamp htmlparse.dep.stamp indexer.dep.stamp internfile.dep.stamp mimehandler.dep.stamp mimeparse.dep.stamp mimetype.dep.stamp myhtmlparse.dep.stamp pathhash.dep.stamp pathut.dep.stamp rclconfig.dep.stamp rcldb.dep.stamp rclinit.dep.stamp stemdb.dep.stamp base64.dep.stamp readfile.dep.stamp smallut.dep.stamp textsplit.dep.stamp transcode.dep.stamp unacpp.dep.stamp history.dep.stamp docseq.dep.stamp sortseq.dep.stamp copyfile.dep.stamp rclaspell.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 internfile.dep.stamp mh_exec.dep.stamp mh_html.dep.stamp mh_mail.dep.stamp mh_text.dep.stamp mimehandler.dep.stamp myhtmlparse.dep.stamp docseq.dep.stamp history.dep.stamp sortseq.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
|
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 |
|
18 |
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h
|
18 |
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h
|
19 |
$(CC) $(UNACCFLAGS) -c $(depth)/unac/unac.c
|
19 |
$(CC) $(UNACCFLAGS) -c $(depth)/unac/unac.c
|
|
|
20 |
rclaspell.o : ../aspell/rclaspell.cpp
|
|
|
21 |
$(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
|
|
|
22 |
rclconfig.o : ../common/rclconfig.cpp
|
|
|
23 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
|
|
|
24 |
rclinit.o : ../common/rclinit.cpp
|
|
|
25 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rclinit.cpp
|
|
|
26 |
textsplit.o : ../common/textsplit.cpp
|
|
|
27 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/textsplit.cpp
|
|
|
28 |
unacpp.o : ../common/unacpp.cpp
|
|
|
29 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
|
|
|
30 |
csguess.o : ../index/csguess.cpp
|
|
|
31 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/csguess.cpp
|
|
|
32 |
indexer.o : ../index/indexer.cpp
|
|
|
33 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
|
|
|
34 |
mimetype.o : ../index/mimetype.cpp
|
|
|
35 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
|
|
|
36 |
htmlparse.o : ../internfile/htmlparse.cpp
|
|
|
37 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/htmlparse.cpp
|
|
|
38 |
internfile.o : ../internfile/internfile.cpp
|
|
|
39 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/internfile.cpp
|
|
|
40 |
mh_exec.o : ../internfile/mh_exec.cpp
|
|
|
41 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_exec.cpp
|
|
|
42 |
mh_html.o : ../internfile/mh_html.cpp
|
|
|
43 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_html.cpp
|
|
|
44 |
mh_mail.o : ../internfile/mh_mail.cpp
|
|
|
45 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mail.cpp
|
|
|
46 |
mh_text.o : ../internfile/mh_text.cpp
|
|
|
47 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_text.cpp
|
|
|
48 |
mimehandler.o : ../internfile/mimehandler.cpp
|
|
|
49 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mimehandler.cpp
|
|
|
50 |
myhtmlparse.o : ../internfile/myhtmlparse.cpp
|
|
|
51 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/myhtmlparse.cpp
|
|
|
52 |
docseq.o : ../query/docseq.cpp
|
|
|
53 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseq.cpp
|
|
|
54 |
history.o : ../query/history.cpp
|
|
|
55 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/history.cpp
|
|
|
56 |
sortseq.o : ../query/sortseq.cpp
|
|
|
57 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
|
|
|
58 |
pathhash.o : ../rcldb/pathhash.cpp
|
|
|
59 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/pathhash.cpp
|
|
|
60 |
rcldb.o : ../rcldb/rcldb.cpp
|
|
|
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
|
|
|
62 |
searchdata.o : ../rcldb/searchdata.cpp
|
|
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
|
|
|
64 |
stemdb.o : ../rcldb/stemdb.cpp
|
|
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
|
|
|
66 |
base64.o : ../utils/base64.cpp
|
|
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
|
20 |
conftree.o : ../utils/conftree.cpp
|
68 |
conftree.o : ../utils/conftree.cpp
|
21 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
|
22 |
csguess.o : ../index/csguess.cpp
|
70 |
copyfile.o : ../utils/copyfile.cpp
|
23 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/csguess.cpp
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/copyfile.cpp
|
24 |
debuglog.o : ../utils/debuglog.cpp
|
72 |
debuglog.o : ../utils/debuglog.cpp
|
25 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/debuglog.cpp
|
73 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/debuglog.cpp
|
26 |
execmd.o : ../utils/execmd.cpp
|
74 |
execmd.o : ../utils/execmd.cpp
|
27 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
|
75 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
|
|
|
76 |
fstreewalk.o : ../utils/fstreewalk.cpp
|
|
|
77 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
|
28 |
idfile.o : ../utils/idfile.cpp
|
78 |
idfile.o : ../utils/idfile.cpp
|
29 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/idfile.cpp
|
79 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/idfile.cpp
|
30 |
md5.o : ../utils/md5.cpp
|
80 |
md5.o : ../utils/md5.cpp
|
31 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/md5.cpp
|
81 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/md5.cpp
|
32 |
wipedir.o : ../utils/wipedir.cpp
|
|
|
33 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
|
|
|
34 |
fstreewalk.o : ../utils/fstreewalk.cpp
|
|
|
35 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
|
|
|
36 |
mh_html.o : ../common/mh_html.cpp
|
|
|
37 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/mh_html.cpp
|
|
|
38 |
mh_mail.o : ../common/mh_mail.cpp
|
|
|
39 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/mh_mail.cpp
|
|
|
40 |
searchdata.o : ../common/searchdata.cpp
|
|
|
41 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/searchdata.cpp
|
|
|
42 |
mh_exec.o : ../common/mh_exec.cpp
|
|
|
43 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/mh_exec.cpp
|
|
|
44 |
mh_text.o : ../common/mh_text.cpp
|
|
|
45 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/mh_text.cpp
|
|
|
46 |
htmlparse.o : ../common/htmlparse.cpp
|
|
|
47 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/htmlparse.cpp
|
|
|
48 |
indexer.o : ../index/indexer.cpp
|
|
|
49 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
|
|
|
50 |
internfile.o : ../common/internfile.cpp
|
|
|
51 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/internfile.cpp
|
|
|
52 |
mimehandler.o : ../common/mimehandler.cpp
|
|
|
53 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/mimehandler.cpp
|
|
|
54 |
mimeparse.o : ../utils/mimeparse.cpp
|
82 |
mimeparse.o : ../utils/mimeparse.cpp
|
55 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/mimeparse.cpp
|
83 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/mimeparse.cpp
|
56 |
mimetype.o : ../index/mimetype.cpp
|
|
|
57 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
|
|
|
58 |
myhtmlparse.o : ../common/myhtmlparse.cpp
|
|
|
59 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/myhtmlparse.cpp
|
|
|
60 |
pathhash.o : ../common/pathhash.cpp
|
|
|
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/pathhash.cpp
|
|
|
62 |
pathut.o : ../utils/pathut.cpp
|
84 |
pathut.o : ../utils/pathut.cpp
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/pathut.cpp
|
85 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/pathut.cpp
|
64 |
rclconfig.o : ../common/rclconfig.cpp
|
|
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
|
|
|
66 |
rcldb.o : ../common/rcldb.cpp
|
|
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rcldb.cpp
|
|
|
68 |
rclinit.o : ../common/rclinit.cpp
|
|
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rclinit.cpp
|
|
|
70 |
stemdb.o : ../common/stemdb.cpp
|
|
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/stemdb.cpp
|
|
|
72 |
base64.o : ../utils/base64.cpp
|
|
|
73 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
|
|
|
74 |
readfile.o : ../utils/readfile.cpp
|
86 |
readfile.o : ../utils/readfile.cpp
|
75 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/readfile.cpp
|
87 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/readfile.cpp
|
76 |
smallut.o : ../utils/smallut.cpp
|
88 |
smallut.o : ../utils/smallut.cpp
|
77 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/smallut.cpp
|
89 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/smallut.cpp
|
78 |
textsplit.o : ../common/textsplit.cpp
|
|
|
79 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/textsplit.cpp
|
|
|
80 |
transcode.o : ../utils/transcode.cpp
|
90 |
transcode.o : ../utils/transcode.cpp
|
81 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
|
91 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
|
82 |
unacpp.o : ../common/unacpp.cpp
|
92 |
wipedir.o : ../utils/wipedir.cpp
|
83 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
|
|
|
84 |
history.o : ../query/history.cpp
|
|
|
85 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/history.cpp
|
|
|
86 |
docseq.o : ../query/docseq.cpp
|
|
|
87 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseq.cpp
|
|
|
88 |
sortseq.o : ../query/sortseq.cpp
|
|
|
89 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
|
|
|
90 |
copyfile.o : ../utils/copyfile.cpp
|
|
|
91 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/copyfile.cpp
|
93 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
|
92 |
rclaspell.o : ../aspell/rclaspell.cpp
|
|
|
93 |
$(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
|
|
|
94 |
depend: $(DEPS)
|
94 |
depend: $(DEPS)
|
95 |
clean:
|
95 |
clean:
|
96 |
rm -f $(OBJS) $(LIBS) $(DEPS) unac.o
|
96 |
rm -f $(OBJS) $(LIBS) $(DEPS) unac.o
|
97 |
for i in *.dep;do test -f $$i && cp /dev/null $$i;done
|
97 |
for i in *.dep;do test -f $$i && cp /dev/null $$i;done
|
98 |
distclean: clean
|
98 |
distclean: clean
|
99 |
rm -f *.dep
|
99 |
rm -f *.dep
|
|
|
100 |
rclaspell.dep.stamp : ../aspell/rclaspell.cpp
|
|
|
101 |
$(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
|
|
|
102 |
touch rclaspell.dep.stamp
|
|
|
103 |
rclconfig.dep.stamp : ../common/rclconfig.cpp
|
|
|
104 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclconfig.cpp > rclconfig.dep
|
|
|
105 |
touch rclconfig.dep.stamp
|
|
|
106 |
rclinit.dep.stamp : ../common/rclinit.cpp
|
|
|
107 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclinit.cpp > rclinit.dep
|
|
|
108 |
touch rclinit.dep.stamp
|
|
|
109 |
textsplit.dep.stamp : ../common/textsplit.cpp
|
|
|
110 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/textsplit.cpp > textsplit.dep
|
|
|
111 |
touch textsplit.dep.stamp
|
|
|
112 |
unacpp.dep.stamp : ../common/unacpp.cpp
|
|
|
113 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
|
|
|
114 |
touch unacpp.dep.stamp
|
|
|
115 |
csguess.dep.stamp : ../index/csguess.cpp
|
|
|
116 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/csguess.cpp > csguess.dep
|
|
|
117 |
touch csguess.dep.stamp
|
|
|
118 |
indexer.dep.stamp : ../index/indexer.cpp
|
|
|
119 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
|
|
|
120 |
touch indexer.dep.stamp
|
|
|
121 |
mimetype.dep.stamp : ../index/mimetype.cpp
|
|
|
122 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/mimetype.cpp > mimetype.dep
|
|
|
123 |
touch mimetype.dep.stamp
|
|
|
124 |
htmlparse.dep.stamp : ../internfile/htmlparse.cpp
|
|
|
125 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/htmlparse.cpp > htmlparse.dep
|
|
|
126 |
touch htmlparse.dep.stamp
|
|
|
127 |
internfile.dep.stamp : ../internfile/internfile.cpp
|
|
|
128 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/internfile.cpp > internfile.dep
|
|
|
129 |
touch internfile.dep.stamp
|
|
|
130 |
mh_exec.dep.stamp : ../internfile/mh_exec.cpp
|
|
|
131 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_exec.cpp > mh_exec.dep
|
|
|
132 |
touch mh_exec.dep.stamp
|
|
|
133 |
mh_html.dep.stamp : ../internfile/mh_html.cpp
|
|
|
134 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_html.cpp > mh_html.dep
|
|
|
135 |
touch mh_html.dep.stamp
|
|
|
136 |
mh_mail.dep.stamp : ../internfile/mh_mail.cpp
|
|
|
137 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mail.cpp > mh_mail.dep
|
|
|
138 |
touch mh_mail.dep.stamp
|
|
|
139 |
mh_text.dep.stamp : ../internfile/mh_text.cpp
|
|
|
140 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_text.cpp > mh_text.dep
|
|
|
141 |
touch mh_text.dep.stamp
|
|
|
142 |
mimehandler.dep.stamp : ../internfile/mimehandler.cpp
|
|
|
143 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mimehandler.cpp > mimehandler.dep
|
|
|
144 |
touch mimehandler.dep.stamp
|
|
|
145 |
myhtmlparse.dep.stamp : ../internfile/myhtmlparse.cpp
|
|
|
146 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/myhtmlparse.cpp > myhtmlparse.dep
|
|
|
147 |
touch myhtmlparse.dep.stamp
|
|
|
148 |
docseq.dep.stamp : ../query/docseq.cpp
|
|
|
149 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseq.cpp > docseq.dep
|
|
|
150 |
touch docseq.dep.stamp
|
|
|
151 |
history.dep.stamp : ../query/history.cpp
|
|
|
152 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/history.cpp > history.dep
|
|
|
153 |
touch history.dep.stamp
|
|
|
154 |
sortseq.dep.stamp : ../query/sortseq.cpp
|
|
|
155 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/sortseq.cpp > sortseq.dep
|
|
|
156 |
touch sortseq.dep.stamp
|
|
|
157 |
pathhash.dep.stamp : ../rcldb/pathhash.cpp
|
|
|
158 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/pathhash.cpp > pathhash.dep
|
|
|
159 |
touch pathhash.dep.stamp
|
|
|
160 |
rcldb.dep.stamp : ../rcldb/rcldb.cpp
|
|
|
161 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldb.cpp > rcldb.dep
|
|
|
162 |
touch rcldb.dep.stamp
|
|
|
163 |
searchdata.dep.stamp : ../rcldb/searchdata.cpp
|
|
|
164 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
|
|
|
165 |
touch searchdata.dep.stamp
|
|
|
166 |
stemdb.dep.stamp : ../rcldb/stemdb.cpp
|
|
|
167 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
|
|
|
168 |
touch stemdb.dep.stamp
|
|
|
169 |
base64.dep.stamp : ../utils/base64.cpp
|
|
|
170 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
|
|
|
171 |
touch base64.dep.stamp
|
100 |
conftree.dep.stamp : ../utils/conftree.cpp
|
172 |
conftree.dep.stamp : ../utils/conftree.cpp
|
101 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/conftree.cpp > conftree.dep
|
173 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/conftree.cpp > conftree.dep
|
102 |
touch conftree.dep.stamp
|
174 |
touch conftree.dep.stamp
|
103 |
csguess.dep.stamp : ../index/csguess.cpp
|
175 |
copyfile.dep.stamp : ../utils/copyfile.cpp
|
104 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/csguess.cpp > csguess.dep
|
176 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/copyfile.cpp > copyfile.dep
|
105 |
touch csguess.dep.stamp
|
177 |
touch copyfile.dep.stamp
|
106 |
debuglog.dep.stamp : ../utils/debuglog.cpp
|
178 |
debuglog.dep.stamp : ../utils/debuglog.cpp
|
107 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/debuglog.cpp > debuglog.dep
|
179 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/debuglog.cpp > debuglog.dep
|
108 |
touch debuglog.dep.stamp
|
180 |
touch debuglog.dep.stamp
|
109 |
execmd.dep.stamp : ../utils/execmd.cpp
|
181 |
execmd.dep.stamp : ../utils/execmd.cpp
|
110 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/execmd.cpp > execmd.dep
|
182 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/execmd.cpp > execmd.dep
|
111 |
touch execmd.dep.stamp
|
183 |
touch execmd.dep.stamp
|
|
|
184 |
fstreewalk.dep.stamp : ../utils/fstreewalk.cpp
|
|
|
185 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
|
|
|
186 |
touch fstreewalk.dep.stamp
|
112 |
idfile.dep.stamp : ../utils/idfile.cpp
|
187 |
idfile.dep.stamp : ../utils/idfile.cpp
|
113 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/idfile.cpp > idfile.dep
|
188 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/idfile.cpp > idfile.dep
|
114 |
touch idfile.dep.stamp
|
189 |
touch idfile.dep.stamp
|
115 |
md5.dep.stamp : ../utils/md5.cpp
|
190 |
md5.dep.stamp : ../utils/md5.cpp
|
116 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/md5.cpp > md5.dep
|
191 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/md5.cpp > md5.dep
|
117 |
touch md5.dep.stamp
|
192 |
touch md5.dep.stamp
|
118 |
wipedir.dep.stamp : ../utils/wipedir.cpp
|
|
|
119 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/wipedir.cpp > wipedir.dep
|
|
|
120 |
touch wipedir.dep.stamp
|
|
|
121 |
fstreewalk.dep.stamp : ../utils/fstreewalk.cpp
|
|
|
122 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
|
|
|
123 |
touch fstreewalk.dep.stamp
|
|
|
124 |
mh_html.dep.stamp : ../common/mh_html.cpp
|
|
|
125 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/mh_html.cpp > mh_html.dep
|
|
|
126 |
touch mh_html.dep.stamp
|
|
|
127 |
mh_mail.dep.stamp : ../common/mh_mail.cpp
|
|
|
128 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/mh_mail.cpp > mh_mail.dep
|
|
|
129 |
touch mh_mail.dep.stamp
|
|
|
130 |
searchdata.dep.stamp : ../common/searchdata.cpp
|
|
|
131 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/searchdata.cpp > searchdata.dep
|
|
|
132 |
touch searchdata.dep.stamp
|
|
|
133 |
mh_exec.dep.stamp : ../common/mh_exec.cpp
|
|
|
134 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/mh_exec.cpp > mh_exec.dep
|
|
|
135 |
touch mh_exec.dep.stamp
|
|
|
136 |
mh_text.dep.stamp : ../common/mh_text.cpp
|
|
|
137 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/mh_text.cpp > mh_text.dep
|
|
|
138 |
touch mh_text.dep.stamp
|
|
|
139 |
htmlparse.dep.stamp : ../common/htmlparse.cpp
|
|
|
140 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/htmlparse.cpp > htmlparse.dep
|
|
|
141 |
touch htmlparse.dep.stamp
|
|
|
142 |
indexer.dep.stamp : ../index/indexer.cpp
|
|
|
143 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
|
|
|
144 |
touch indexer.dep.stamp
|
|
|
145 |
internfile.dep.stamp : ../common/internfile.cpp
|
|
|
146 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/internfile.cpp > internfile.dep
|
|
|
147 |
touch internfile.dep.stamp
|
|
|
148 |
mimehandler.dep.stamp : ../common/mimehandler.cpp
|
|
|
149 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/mimehandler.cpp > mimehandler.dep
|
|
|
150 |
touch mimehandler.dep.stamp
|
|
|
151 |
mimeparse.dep.stamp : ../utils/mimeparse.cpp
|
193 |
mimeparse.dep.stamp : ../utils/mimeparse.cpp
|
152 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/mimeparse.cpp > mimeparse.dep
|
194 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/mimeparse.cpp > mimeparse.dep
|
153 |
touch mimeparse.dep.stamp
|
195 |
touch mimeparse.dep.stamp
|
154 |
mimetype.dep.stamp : ../index/mimetype.cpp
|
|
|
155 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/mimetype.cpp > mimetype.dep
|
|
|
156 |
touch mimetype.dep.stamp
|
|
|
157 |
myhtmlparse.dep.stamp : ../common/myhtmlparse.cpp
|
|
|
158 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/myhtmlparse.cpp > myhtmlparse.dep
|
|
|
159 |
touch myhtmlparse.dep.stamp
|
|
|
160 |
pathhash.dep.stamp : ../common/pathhash.cpp
|
|
|
161 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/pathhash.cpp > pathhash.dep
|
|
|
162 |
touch pathhash.dep.stamp
|
|
|
163 |
pathut.dep.stamp : ../utils/pathut.cpp
|
196 |
pathut.dep.stamp : ../utils/pathut.cpp
|
164 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/pathut.cpp > pathut.dep
|
197 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/pathut.cpp > pathut.dep
|
165 |
touch pathut.dep.stamp
|
198 |
touch pathut.dep.stamp
|
166 |
rclconfig.dep.stamp : ../common/rclconfig.cpp
|
|
|
167 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclconfig.cpp > rclconfig.dep
|
|
|
168 |
touch rclconfig.dep.stamp
|
|
|
169 |
rcldb.dep.stamp : ../common/rcldb.cpp
|
|
|
170 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rcldb.cpp > rcldb.dep
|
|
|
171 |
touch rcldb.dep.stamp
|
|
|
172 |
rclinit.dep.stamp : ../common/rclinit.cpp
|
|
|
173 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclinit.cpp > rclinit.dep
|
|
|
174 |
touch rclinit.dep.stamp
|
|
|
175 |
stemdb.dep.stamp : ../common/stemdb.cpp
|
|
|
176 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/stemdb.cpp > stemdb.dep
|
|
|
177 |
touch stemdb.dep.stamp
|
|
|
178 |
base64.dep.stamp : ../utils/base64.cpp
|
|
|
179 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
|
|
|
180 |
touch base64.dep.stamp
|
|
|
181 |
readfile.dep.stamp : ../utils/readfile.cpp
|
199 |
readfile.dep.stamp : ../utils/readfile.cpp
|
182 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/readfile.cpp > readfile.dep
|
200 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/readfile.cpp > readfile.dep
|
183 |
touch readfile.dep.stamp
|
201 |
touch readfile.dep.stamp
|
184 |
smallut.dep.stamp : ../utils/smallut.cpp
|
202 |
smallut.dep.stamp : ../utils/smallut.cpp
|
185 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/smallut.cpp > smallut.dep
|
203 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/smallut.cpp > smallut.dep
|
186 |
touch smallut.dep.stamp
|
204 |
touch smallut.dep.stamp
|
187 |
textsplit.dep.stamp : ../common/textsplit.cpp
|
|
|
188 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/textsplit.cpp > textsplit.dep
|
|
|
189 |
touch textsplit.dep.stamp
|
|
|
190 |
transcode.dep.stamp : ../utils/transcode.cpp
|
205 |
transcode.dep.stamp : ../utils/transcode.cpp
|
191 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/transcode.cpp > transcode.dep
|
206 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/transcode.cpp > transcode.dep
|
192 |
touch transcode.dep.stamp
|
207 |
touch transcode.dep.stamp
|
193 |
unacpp.dep.stamp : ../common/unacpp.cpp
|
208 |
wipedir.dep.stamp : ../utils/wipedir.cpp
|
194 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
|
|
|
195 |
touch unacpp.dep.stamp
|
|
|
196 |
history.dep.stamp : ../query/history.cpp
|
|
|
197 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/history.cpp > history.dep
|
|
|
198 |
touch history.dep.stamp
|
|
|
199 |
docseq.dep.stamp : ../query/docseq.cpp
|
|
|
200 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseq.cpp > docseq.dep
|
|
|
201 |
touch docseq.dep.stamp
|
|
|
202 |
sortseq.dep.stamp : ../query/sortseq.cpp
|
|
|
203 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/sortseq.cpp > sortseq.dep
|
|
|
204 |
touch sortseq.dep.stamp
|
|
|
205 |
copyfile.dep.stamp : ../utils/copyfile.cpp
|
|
|
206 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/copyfile.cpp > copyfile.dep
|
209 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/wipedir.cpp > wipedir.dep
|
207 |
touch copyfile.dep.stamp
|
210 |
touch wipedir.dep.stamp
|
208 |
rclaspell.dep.stamp : ../aspell/rclaspell.cpp
|
211 |
include rclaspell.dep
|
209 |
$(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
|
212 |
include rclconfig.dep
|
210 |
touch rclaspell.dep.stamp
|
213 |
include rclinit.dep
|
|
|
214 |
include textsplit.dep
|
|
|
215 |
include unacpp.dep
|
|
|
216 |
include csguess.dep
|
|
|
217 |
include indexer.dep
|
|
|
218 |
include mimetype.dep
|
|
|
219 |
include htmlparse.dep
|
|
|
220 |
include internfile.dep
|
|
|
221 |
include mh_exec.dep
|
|
|
222 |
include mh_html.dep
|
|
|
223 |
include mh_mail.dep
|
|
|
224 |
include mh_text.dep
|
|
|
225 |
include mimehandler.dep
|
|
|
226 |
include myhtmlparse.dep
|
|
|
227 |
include docseq.dep
|
|
|
228 |
include history.dep
|
|
|
229 |
include sortseq.dep
|
|
|
230 |
include pathhash.dep
|
|
|
231 |
include rcldb.dep
|
|
|
232 |
include searchdata.dep
|
|
|
233 |
include stemdb.dep
|
|
|
234 |
include base64.dep
|
211 |
include conftree.dep
|
235 |
include conftree.dep
|
212 |
include csguess.dep
|
236 |
include copyfile.dep
|
213 |
include debuglog.dep
|
237 |
include debuglog.dep
|
214 |
include execmd.dep
|
238 |
include execmd.dep
|
|
|
239 |
include fstreewalk.dep
|
215 |
include idfile.dep
|
240 |
include idfile.dep
|
216 |
include md5.dep
|
241 |
include md5.dep
|
217 |
include wipedir.dep
|
|
|
218 |
include fstreewalk.dep
|
|
|
219 |
include mh_html.dep
|
|
|
220 |
include mh_mail.dep
|
|
|
221 |
include searchdata.dep
|
|
|
222 |
include mh_exec.dep
|
|
|
223 |
include mh_text.dep
|
|
|
224 |
include htmlparse.dep
|
|
|
225 |
include indexer.dep
|
|
|
226 |
include internfile.dep
|
|
|
227 |
include mimehandler.dep
|
|
|
228 |
include mimeparse.dep
|
242 |
include mimeparse.dep
|
229 |
include mimetype.dep
|
|
|
230 |
include myhtmlparse.dep
|
|
|
231 |
include pathhash.dep
|
|
|
232 |
include pathut.dep
|
243 |
include pathut.dep
|
233 |
include rclconfig.dep
|
|
|
234 |
include rcldb.dep
|
|
|
235 |
include rclinit.dep
|
|
|
236 |
include stemdb.dep
|
|
|
237 |
include base64.dep
|
|
|
238 |
include readfile.dep
|
244 |
include readfile.dep
|
239 |
include smallut.dep
|
245 |
include smallut.dep
|
240 |
include textsplit.dep
|
|
|
241 |
include transcode.dep
|
246 |
include transcode.dep
|
242 |
include unacpp.dep
|
|
|
243 |
include history.dep
|
247 |
include wipedir.dep
|
244 |
include docseq.dep
|
|
|
245 |
include sortseq.dep
|
|
|
246 |
include copyfile.dep
|
|
|
247 |
include rclaspell.dep
|
|
|