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