|
a/src/lib/Makefile |
|
b/src/lib/Makefile |
|
... |
|
... |
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 |
|
16 |
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h
|
16 |
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h $
|
17 |
$(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
|
17 |
$(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
|
18 |
rclaspell.o : ../aspell/rclaspell.cpp
|
18 |
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
|
19 |
$(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
|
19 |
$(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
|
20 |
rclconfig.o : ../common/rclconfig.cpp
|
20 |
rclconfig.o : ../common/rclconfig.cpp $(depth)/mk/localdefs
|
21 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
|
21 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
|
22 |
rclinit.o : ../common/rclinit.cpp
|
22 |
rclinit.o : ../common/rclinit.cpp $(depth)/mk/localdefs
|
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 $(depth)/mk/localdefs
|
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 $(depth)/mk/localdefs
|
27 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
|
27 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/unacpp.cpp
|
28 |
beaglequeue.o : ../index/beaglequeue.cpp
|
28 |
beaglequeue.o : ../index/beaglequeue.cpp $(depth)/mk/localdefs
|
29 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/beaglequeue.cpp
|
29 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/beaglequeue.cpp
|
30 |
csguess.o : ../index/csguess.cpp
|
30 |
csguess.o : ../index/csguess.cpp $(depth)/mk/localdefs
|
31 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/csguess.cpp
|
31 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/csguess.cpp
|
32 |
fsindexer.o : ../index/fsindexer.cpp
|
32 |
fsindexer.o : ../index/fsindexer.cpp $(depth)/mk/localdefs
|
33 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/fsindexer.cpp
|
33 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/fsindexer.cpp
|
34 |
indexer.o : ../index/indexer.cpp
|
34 |
indexer.o : ../index/indexer.cpp $(depth)/mk/localdefs
|
35 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
|
35 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/indexer.cpp
|
36 |
mimetype.o : ../index/mimetype.cpp
|
36 |
mimetype.o : ../index/mimetype.cpp $(depth)/mk/localdefs
|
37 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
|
37 |
$(CXX) $(ALL_CXXFLAGS) -c ../index/mimetype.cpp
|
38 |
htmlparse.o : ../internfile/htmlparse.cpp
|
38 |
htmlparse.o : ../internfile/htmlparse.cpp $(depth)/mk/localdefs
|
39 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/htmlparse.cpp
|
39 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/htmlparse.cpp
|
40 |
myhtmlparse.o : ../internfile/myhtmlparse.cpp
|
40 |
myhtmlparse.o : ../internfile/myhtmlparse.cpp $(depth)/mk/localdefs
|
41 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/myhtmlparse.cpp
|
41 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/myhtmlparse.cpp
|
42 |
mimehandler.o : ../internfile/mimehandler.cpp
|
42 |
mimehandler.o : ../internfile/mimehandler.cpp $(depth)/mk/localdefs
|
43 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mimehandler.cpp
|
43 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mimehandler.cpp
|
44 |
internfile.o : ../internfile/internfile.cpp
|
44 |
internfile.o : ../internfile/internfile.cpp $(depth)/mk/localdefs
|
45 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/internfile.cpp
|
45 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/internfile.cpp
|
46 |
mh_exec.o : ../internfile/mh_exec.cpp
|
46 |
mh_exec.o : ../internfile/mh_exec.cpp $(depth)/mk/localdefs
|
47 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_exec.cpp
|
47 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_exec.cpp
|
48 |
mh_execm.o : ../internfile/mh_execm.cpp
|
48 |
mh_execm.o : ../internfile/mh_execm.cpp $(depth)/mk/localdefs
|
49 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_execm.cpp
|
49 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_execm.cpp
|
50 |
mh_html.o : ../internfile/mh_html.cpp
|
50 |
mh_html.o : ../internfile/mh_html.cpp $(depth)/mk/localdefs
|
51 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_html.cpp
|
51 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_html.cpp
|
52 |
mh_mail.o : ../internfile/mh_mail.cpp
|
52 |
mh_mail.o : ../internfile/mh_mail.cpp $(depth)/mk/localdefs
|
53 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mail.cpp
|
53 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mail.cpp
|
54 |
mh_mbox.o : ../internfile/mh_mbox.cpp
|
54 |
mh_mbox.o : ../internfile/mh_mbox.cpp $(depth)/mk/localdefs
|
55 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mbox.cpp
|
55 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_mbox.cpp
|
56 |
mh_text.o : ../internfile/mh_text.cpp
|
56 |
mh_text.o : ../internfile/mh_text.cpp $(depth)/mk/localdefs
|
57 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_text.cpp
|
57 |
$(CXX) $(ALL_CXXFLAGS) -c ../internfile/mh_text.cpp
|
58 |
docseq.o : ../query/docseq.cpp
|
58 |
docseq.o : ../query/docseq.cpp $(depth)/mk/localdefs
|
59 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseq.cpp
|
59 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseq.cpp
|
60 |
docseqdb.o : ../query/docseqdb.cpp
|
60 |
docseqdb.o : ../query/docseqdb.cpp $(depth)/mk/localdefs
|
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqdb.cpp
|
61 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqdb.cpp
|
62 |
docseqhist.o : ../query/docseqhist.cpp
|
62 |
docseqhist.o : ../query/docseqhist.cpp $(depth)/mk/localdefs
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqhist.cpp
|
63 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/docseqhist.cpp
|
64 |
filtseq.o : ../query/filtseq.cpp
|
64 |
filtseq.o : ../query/filtseq.cpp $(depth)/mk/localdefs
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/filtseq.cpp
|
65 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/filtseq.cpp
|
66 |
dynconf.o : ../query/dynconf.cpp
|
66 |
dynconf.o : ../query/dynconf.cpp $(depth)/mk/localdefs
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/dynconf.cpp
|
67 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/dynconf.cpp
|
68 |
plaintorich.o : ../query/plaintorich.cpp
|
68 |
plaintorich.o : ../query/plaintorich.cpp $(depth)/mk/localdefs
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/plaintorich.cpp
|
69 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/plaintorich.cpp
|
70 |
recollq.o : ../query/recollq.cpp
|
70 |
recollq.o : ../query/recollq.cpp $(depth)/mk/localdefs
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/recollq.cpp
|
71 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/recollq.cpp
|
72 |
reslistpager.o : ../query/reslistpager.cpp
|
72 |
reslistpager.o : ../query/reslistpager.cpp $(depth)/mk/localdefs
|
73 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/reslistpager.cpp
|
73 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/reslistpager.cpp
|
74 |
sortseq.o : ../query/sortseq.cpp
|
74 |
sortseq.o : ../query/sortseq.cpp $(depth)/mk/localdefs
|
75 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
|
75 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/sortseq.cpp
|
76 |
wasastringtoquery.o : ../query/wasastringtoquery.cpp
|
76 |
wasastringtoquery.o : ../query/wasastringtoquery.cpp $(depth)/mk/localdefs
|
77 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
|
77 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasastringtoquery.cpp
|
78 |
wasatorcl.o : ../query/wasatorcl.cpp
|
78 |
wasatorcl.o : ../query/wasatorcl.cpp $(depth)/mk/localdefs
|
79 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
|
79 |
$(CXX) $(ALL_CXXFLAGS) -c ../query/wasatorcl.cpp
|
80 |
rcldb.o : ../rcldb/rcldb.cpp
|
80 |
rcldb.o : ../rcldb/rcldb.cpp $(depth)/mk/localdefs
|
81 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
|
81 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldb.cpp
|
82 |
rcldoc.o : ../rcldb/rcldoc.cpp
|
82 |
rcldoc.o : ../rcldb/rcldoc.cpp $(depth)/mk/localdefs
|
83 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldoc.cpp
|
83 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rcldoc.cpp
|
84 |
rclquery.o : ../rcldb/rclquery.cpp
|
84 |
rclquery.o : ../rcldb/rclquery.cpp $(depth)/mk/localdefs
|
85 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rclquery.cpp
|
85 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/rclquery.cpp
|
86 |
searchdata.o : ../rcldb/searchdata.cpp
|
86 |
searchdata.o : ../rcldb/searchdata.cpp $(depth)/mk/localdefs
|
87 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
|
87 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/searchdata.cpp
|
88 |
stemdb.o : ../rcldb/stemdb.cpp
|
88 |
stemdb.o : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
|
89 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
|
89 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stemdb.cpp
|
90 |
stoplist.o : ../rcldb/stoplist.cpp
|
90 |
stoplist.o : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
|
91 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
|
91 |
$(CXX) $(ALL_CXXFLAGS) -c ../rcldb/stoplist.cpp
|
92 |
base64.o : ../utils/base64.cpp
|
92 |
base64.o : ../utils/base64.cpp $(depth)/mk/localdefs
|
93 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
|
93 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/base64.cpp
|
94 |
circache.o : ../utils/circache.cpp
|
94 |
circache.o : ../utils/circache.cpp $(depth)/mk/localdefs
|
95 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/circache.cpp
|
95 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/circache.cpp
|
96 |
closefrom.o : ../utils/closefrom.cpp
|
96 |
closefrom.o : ../utils/closefrom.cpp $(depth)/mk/localdefs
|
97 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/closefrom.cpp
|
97 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/closefrom.cpp
|
98 |
conftree.o : ../utils/conftree.cpp
|
98 |
conftree.o : ../utils/conftree.cpp $(depth)/mk/localdefs
|
99 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
|
99 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/conftree.cpp
|
100 |
copyfile.o : ../utils/copyfile.cpp
|
100 |
copyfile.o : ../utils/copyfile.cpp $(depth)/mk/localdefs
|
101 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/copyfile.cpp
|
101 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/copyfile.cpp
|
102 |
debuglog.o : ../utils/debuglog.cpp
|
102 |
debuglog.o : ../utils/debuglog.cpp $(depth)/mk/localdefs
|
103 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/debuglog.cpp
|
103 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/debuglog.cpp
|
104 |
execmd.o : ../utils/execmd.cpp
|
104 |
execmd.o : ../utils/execmd.cpp $(depth)/mk/localdefs
|
105 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
|
105 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/execmd.cpp
|
106 |
fstreewalk.o : ../utils/fstreewalk.cpp
|
106 |
fstreewalk.o : ../utils/fstreewalk.cpp $(depth)/mk/localdefs
|
107 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
|
107 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fstreewalk.cpp
|
108 |
idfile.o : ../utils/idfile.cpp
|
108 |
idfile.o : ../utils/idfile.cpp $(depth)/mk/localdefs
|
109 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/idfile.cpp
|
109 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/idfile.cpp
|
110 |
fileudi.o : ../utils/fileudi.cpp
|
110 |
fileudi.o : ../utils/fileudi.cpp $(depth)/mk/localdefs
|
111 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fileudi.cpp
|
111 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/fileudi.cpp
|
112 |
md5.o : ../utils/md5.cpp
|
112 |
md5.o : ../utils/md5.cpp $(depth)/mk/localdefs
|
113 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/md5.cpp
|
113 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/md5.cpp
|
114 |
mimeparse.o : ../utils/mimeparse.cpp
|
114 |
mimeparse.o : ../utils/mimeparse.cpp $(depth)/mk/localdefs
|
115 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/mimeparse.cpp
|
115 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/mimeparse.cpp
|
116 |
netcon.o : ../utils/netcon.cpp
|
116 |
netcon.o : ../utils/netcon.cpp $(depth)/mk/localdefs
|
117 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/netcon.cpp
|
117 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/netcon.cpp
|
118 |
pathut.o : ../utils/pathut.cpp
|
118 |
pathut.o : ../utils/pathut.cpp $(depth)/mk/localdefs
|
119 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/pathut.cpp
|
119 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/pathut.cpp
|
120 |
pxattr.o : ../utils/pxattr.cpp
|
120 |
pxattr.o : ../utils/pxattr.cpp $(depth)/mk/localdefs
|
121 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/pxattr.cpp
|
121 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/pxattr.cpp
|
122 |
readfile.o : ../utils/readfile.cpp
|
122 |
readfile.o : ../utils/readfile.cpp $(depth)/mk/localdefs
|
123 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/readfile.cpp
|
123 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/readfile.cpp
|
124 |
smallut.o : ../utils/smallut.cpp
|
124 |
smallut.o : ../utils/smallut.cpp $(depth)/mk/localdefs
|
125 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/smallut.cpp
|
125 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/smallut.cpp
|
126 |
transcode.o : ../utils/transcode.cpp
|
126 |
transcode.o : ../utils/transcode.cpp $(depth)/mk/localdefs
|
127 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
|
127 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
|
128 |
wipedir.o : ../utils/wipedir.cpp
|
128 |
wipedir.o : ../utils/wipedir.cpp $(depth)/mk/localdefs
|
129 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
|
129 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
|
130 |
x11mon.o : ../utils/x11mon.cpp
|
130 |
x11mon.o : ../utils/x11mon.cpp $(depth)/mk/localdefs
|
131 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/x11mon.cpp
|
131 |
$(CXX) $(ALL_CXXFLAGS) -c ../utils/x11mon.cpp
|
132 |
mime-getpart.o : ../bincimapmime/mime-getpart.cc
|
132 |
mime-getpart.o : ../bincimapmime/mime-getpart.cc $(depth)/mk/localdefs
|
133 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-getpart.cc
|
133 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-getpart.cc
|
134 |
mime-parsefull.o : ../bincimapmime/mime-parsefull.cc
|
134 |
mime-parsefull.o : ../bincimapmime/mime-parsefull.cc $(depth)/mk/localdefs
|
135 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parsefull.cc
|
135 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parsefull.cc
|
136 |
mime-parseonlyheader.o : ../bincimapmime/mime-parseonlyheader.cc
|
136 |
mime-parseonlyheader.o : ../bincimapmime/mime-parseonlyheader.cc $(depth)/mk/localdefs
|
137 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parseonlyheader.cc
|
137 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parseonlyheader.cc
|
138 |
mime-printbody.o : ../bincimapmime/mime-printbody.cc
|
138 |
mime-printbody.o : ../bincimapmime/mime-printbody.cc $(depth)/mk/localdefs
|
139 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printbody.cc
|
139 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printbody.cc
|
140 |
mime-printdoc.o : ../bincimapmime/mime-printdoc.cc
|
140 |
mime-printdoc.o : ../bincimapmime/mime-printdoc.cc $(depth)/mk/localdefs
|
141 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printdoc.cc
|
141 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printdoc.cc
|
142 |
mime-printheader.o : ../bincimapmime/mime-printheader.cc
|
142 |
mime-printheader.o : ../bincimapmime/mime-printheader.cc $(depth)/mk/localdefs
|
143 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printheader.cc
|
143 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printheader.cc
|
144 |
mime.o : ../bincimapmime/mime.cc
|
144 |
mime.o : ../bincimapmime/mime.cc $(depth)/mk/localdefs
|
145 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime.cc
|
145 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime.cc
|
146 |
convert.o : ../bincimapmime/convert.cc
|
146 |
convert.o : ../bincimapmime/convert.cc $(depth)/mk/localdefs
|
147 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/convert.cc
|
147 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/convert.cc
|
148 |
iodevice.o : ../bincimapmime/iodevice.cc
|
148 |
iodevice.o : ../bincimapmime/iodevice.cc $(depth)/mk/localdefs
|
149 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
|
149 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
|
150 |
iofactory.o : ../bincimapmime/iofactory.cc
|
150 |
iofactory.o : ../bincimapmime/iofactory.cc $(depth)/mk/localdefs
|
151 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
|
151 |
$(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
|
152 |
depend: $(DEPS)
|
152 |
depend: $(DEPS)
|
153 |
clean:
|
153 |
clean:
|
154 |
rm -f $(OBJS) $(LIBS) $(DEPS) *.stamp unac.o
|
154 |
rm -f $(OBJS) $(LIBS) $(DEPS) *.stamp unac.o
|
155 |
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
|
156 |
distclean: clean
|
156 |
distclean: clean
|
157 |
rm -f *.dep
|
157 |
rm -f *.dep
|
158 |
rclaspell.dep.stamp : ../aspell/rclaspell.cpp
|
158 |
rclaspell.dep.stamp : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
|
159 |
$(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
|
159 |
$(CXX) -M $(ALL_CXXFLAGS) ../aspell/rclaspell.cpp > rclaspell.dep
|
160 |
touch rclaspell.dep.stamp
|
160 |
touch rclaspell.dep.stamp
|
161 |
rclconfig.dep.stamp : ../common/rclconfig.cpp
|
161 |
rclconfig.dep.stamp : ../common/rclconfig.cpp $(depth)/mk/localdefs
|
162 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclconfig.cpp > rclconfig.dep
|
162 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclconfig.cpp > rclconfig.dep
|
163 |
touch rclconfig.dep.stamp
|
163 |
touch rclconfig.dep.stamp
|
164 |
rclinit.dep.stamp : ../common/rclinit.cpp
|
164 |
rclinit.dep.stamp : ../common/rclinit.cpp $(depth)/mk/localdefs
|
165 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclinit.cpp > rclinit.dep
|
165 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/rclinit.cpp > rclinit.dep
|
166 |
touch rclinit.dep.stamp
|
166 |
touch rclinit.dep.stamp
|
167 |
textsplit.dep.stamp : ../common/textsplit.cpp
|
167 |
textsplit.dep.stamp : ../common/textsplit.cpp $(depth)/mk/localdefs
|
168 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/textsplit.cpp > textsplit.dep
|
168 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/textsplit.cpp > textsplit.dep
|
169 |
touch textsplit.dep.stamp
|
169 |
touch textsplit.dep.stamp
|
170 |
unacpp.dep.stamp : ../common/unacpp.cpp
|
170 |
unacpp.dep.stamp : ../common/unacpp.cpp $(depth)/mk/localdefs
|
171 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
|
171 |
$(CXX) -M $(ALL_CXXFLAGS) ../common/unacpp.cpp > unacpp.dep
|
172 |
touch unacpp.dep.stamp
|
172 |
touch unacpp.dep.stamp
|
173 |
beaglequeue.dep.stamp : ../index/beaglequeue.cpp
|
173 |
beaglequeue.dep.stamp : ../index/beaglequeue.cpp $(depth)/mk/localdefs
|
174 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/beaglequeue.cpp > beaglequeue.dep
|
174 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/beaglequeue.cpp > beaglequeue.dep
|
175 |
touch beaglequeue.dep.stamp
|
175 |
touch beaglequeue.dep.stamp
|
176 |
csguess.dep.stamp : ../index/csguess.cpp
|
176 |
csguess.dep.stamp : ../index/csguess.cpp $(depth)/mk/localdefs
|
177 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/csguess.cpp > csguess.dep
|
177 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/csguess.cpp > csguess.dep
|
178 |
touch csguess.dep.stamp
|
178 |
touch csguess.dep.stamp
|
179 |
fsindexer.dep.stamp : ../index/fsindexer.cpp
|
179 |
fsindexer.dep.stamp : ../index/fsindexer.cpp $(depth)/mk/localdefs
|
180 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/fsindexer.cpp > fsindexer.dep
|
180 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/fsindexer.cpp > fsindexer.dep
|
181 |
touch fsindexer.dep.stamp
|
181 |
touch fsindexer.dep.stamp
|
182 |
indexer.dep.stamp : ../index/indexer.cpp
|
182 |
indexer.dep.stamp : ../index/indexer.cpp $(depth)/mk/localdefs
|
183 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
|
183 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/indexer.cpp > indexer.dep
|
184 |
touch indexer.dep.stamp
|
184 |
touch indexer.dep.stamp
|
185 |
mimetype.dep.stamp : ../index/mimetype.cpp
|
185 |
mimetype.dep.stamp : ../index/mimetype.cpp $(depth)/mk/localdefs
|
186 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/mimetype.cpp > mimetype.dep
|
186 |
$(CXX) -M $(ALL_CXXFLAGS) ../index/mimetype.cpp > mimetype.dep
|
187 |
touch mimetype.dep.stamp
|
187 |
touch mimetype.dep.stamp
|
188 |
htmlparse.dep.stamp : ../internfile/htmlparse.cpp
|
188 |
htmlparse.dep.stamp : ../internfile/htmlparse.cpp $(depth)/mk/localdefs
|
189 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/htmlparse.cpp > htmlparse.dep
|
189 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/htmlparse.cpp > htmlparse.dep
|
190 |
touch htmlparse.dep.stamp
|
190 |
touch htmlparse.dep.stamp
|
191 |
myhtmlparse.dep.stamp : ../internfile/myhtmlparse.cpp
|
191 |
myhtmlparse.dep.stamp : ../internfile/myhtmlparse.cpp $(depth)/mk/localdefs
|
192 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/myhtmlparse.cpp > myhtmlparse.dep
|
192 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/myhtmlparse.cpp > myhtmlparse.dep
|
193 |
touch myhtmlparse.dep.stamp
|
193 |
touch myhtmlparse.dep.stamp
|
194 |
mimehandler.dep.stamp : ../internfile/mimehandler.cpp
|
194 |
mimehandler.dep.stamp : ../internfile/mimehandler.cpp $(depth)/mk/localdefs
|
195 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mimehandler.cpp > mimehandler.dep
|
195 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mimehandler.cpp > mimehandler.dep
|
196 |
touch mimehandler.dep.stamp
|
196 |
touch mimehandler.dep.stamp
|
197 |
internfile.dep.stamp : ../internfile/internfile.cpp
|
197 |
internfile.dep.stamp : ../internfile/internfile.cpp $(depth)/mk/localdefs
|
198 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/internfile.cpp > internfile.dep
|
198 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/internfile.cpp > internfile.dep
|
199 |
touch internfile.dep.stamp
|
199 |
touch internfile.dep.stamp
|
200 |
mh_exec.dep.stamp : ../internfile/mh_exec.cpp
|
200 |
mh_exec.dep.stamp : ../internfile/mh_exec.cpp $(depth)/mk/localdefs
|
201 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_exec.cpp > mh_exec.dep
|
201 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_exec.cpp > mh_exec.dep
|
202 |
touch mh_exec.dep.stamp
|
202 |
touch mh_exec.dep.stamp
|
203 |
mh_execm.dep.stamp : ../internfile/mh_execm.cpp
|
203 |
mh_execm.dep.stamp : ../internfile/mh_execm.cpp $(depth)/mk/localdefs
|
204 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_execm.cpp > mh_execm.dep
|
204 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_execm.cpp > mh_execm.dep
|
205 |
touch mh_execm.dep.stamp
|
205 |
touch mh_execm.dep.stamp
|
206 |
mh_html.dep.stamp : ../internfile/mh_html.cpp
|
206 |
mh_html.dep.stamp : ../internfile/mh_html.cpp $(depth)/mk/localdefs
|
207 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_html.cpp > mh_html.dep
|
207 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_html.cpp > mh_html.dep
|
208 |
touch mh_html.dep.stamp
|
208 |
touch mh_html.dep.stamp
|
209 |
mh_mail.dep.stamp : ../internfile/mh_mail.cpp
|
209 |
mh_mail.dep.stamp : ../internfile/mh_mail.cpp $(depth)/mk/localdefs
|
210 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mail.cpp > mh_mail.dep
|
210 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mail.cpp > mh_mail.dep
|
211 |
touch mh_mail.dep.stamp
|
211 |
touch mh_mail.dep.stamp
|
212 |
mh_mbox.dep.stamp : ../internfile/mh_mbox.cpp
|
212 |
mh_mbox.dep.stamp : ../internfile/mh_mbox.cpp $(depth)/mk/localdefs
|
213 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mbox.cpp > mh_mbox.dep
|
213 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_mbox.cpp > mh_mbox.dep
|
214 |
touch mh_mbox.dep.stamp
|
214 |
touch mh_mbox.dep.stamp
|
215 |
mh_text.dep.stamp : ../internfile/mh_text.cpp
|
215 |
mh_text.dep.stamp : ../internfile/mh_text.cpp $(depth)/mk/localdefs
|
216 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_text.cpp > mh_text.dep
|
216 |
$(CXX) -M $(ALL_CXXFLAGS) ../internfile/mh_text.cpp > mh_text.dep
|
217 |
touch mh_text.dep.stamp
|
217 |
touch mh_text.dep.stamp
|
218 |
docseq.dep.stamp : ../query/docseq.cpp
|
218 |
docseq.dep.stamp : ../query/docseq.cpp $(depth)/mk/localdefs
|
219 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseq.cpp > docseq.dep
|
219 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseq.cpp > docseq.dep
|
220 |
touch docseq.dep.stamp
|
220 |
touch docseq.dep.stamp
|
221 |
docseqdb.dep.stamp : ../query/docseqdb.cpp
|
221 |
docseqdb.dep.stamp : ../query/docseqdb.cpp $(depth)/mk/localdefs
|
222 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseqdb.cpp > docseqdb.dep
|
222 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseqdb.cpp > docseqdb.dep
|
223 |
touch docseqdb.dep.stamp
|
223 |
touch docseqdb.dep.stamp
|
224 |
docseqhist.dep.stamp : ../query/docseqhist.cpp
|
224 |
docseqhist.dep.stamp : ../query/docseqhist.cpp $(depth)/mk/localdefs
|
225 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseqhist.cpp > docseqhist.dep
|
225 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/docseqhist.cpp > docseqhist.dep
|
226 |
touch docseqhist.dep.stamp
|
226 |
touch docseqhist.dep.stamp
|
227 |
filtseq.dep.stamp : ../query/filtseq.cpp
|
227 |
filtseq.dep.stamp : ../query/filtseq.cpp $(depth)/mk/localdefs
|
228 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/filtseq.cpp > filtseq.dep
|
228 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/filtseq.cpp > filtseq.dep
|
229 |
touch filtseq.dep.stamp
|
229 |
touch filtseq.dep.stamp
|
230 |
dynconf.dep.stamp : ../query/dynconf.cpp
|
230 |
dynconf.dep.stamp : ../query/dynconf.cpp $(depth)/mk/localdefs
|
231 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/dynconf.cpp > dynconf.dep
|
231 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/dynconf.cpp > dynconf.dep
|
232 |
touch dynconf.dep.stamp
|
232 |
touch dynconf.dep.stamp
|
233 |
plaintorich.dep.stamp : ../query/plaintorich.cpp
|
233 |
plaintorich.dep.stamp : ../query/plaintorich.cpp $(depth)/mk/localdefs
|
234 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/plaintorich.cpp > plaintorich.dep
|
234 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/plaintorich.cpp > plaintorich.dep
|
235 |
touch plaintorich.dep.stamp
|
235 |
touch plaintorich.dep.stamp
|
236 |
recollq.dep.stamp : ../query/recollq.cpp
|
236 |
recollq.dep.stamp : ../query/recollq.cpp $(depth)/mk/localdefs
|
237 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/recollq.cpp > recollq.dep
|
237 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/recollq.cpp > recollq.dep
|
238 |
touch recollq.dep.stamp
|
238 |
touch recollq.dep.stamp
|
239 |
reslistpager.dep.stamp : ../query/reslistpager.cpp
|
239 |
reslistpager.dep.stamp : ../query/reslistpager.cpp $(depth)/mk/localdefs
|
240 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/reslistpager.cpp > reslistpager.dep
|
240 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/reslistpager.cpp > reslistpager.dep
|
241 |
touch reslistpager.dep.stamp
|
241 |
touch reslistpager.dep.stamp
|
242 |
sortseq.dep.stamp : ../query/sortseq.cpp
|
242 |
sortseq.dep.stamp : ../query/sortseq.cpp $(depth)/mk/localdefs
|
243 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/sortseq.cpp > sortseq.dep
|
243 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/sortseq.cpp > sortseq.dep
|
244 |
touch sortseq.dep.stamp
|
244 |
touch sortseq.dep.stamp
|
245 |
wasastringtoquery.dep.stamp : ../query/wasastringtoquery.cpp
|
245 |
wasastringtoquery.dep.stamp : ../query/wasastringtoquery.cpp $(depth)/mk/localdefs
|
246 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
|
246 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasastringtoquery.cpp > wasastringtoquery.dep
|
247 |
touch wasastringtoquery.dep.stamp
|
247 |
touch wasastringtoquery.dep.stamp
|
248 |
wasatorcl.dep.stamp : ../query/wasatorcl.cpp
|
248 |
wasatorcl.dep.stamp : ../query/wasatorcl.cpp $(depth)/mk/localdefs
|
249 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
|
249 |
$(CXX) -M $(ALL_CXXFLAGS) ../query/wasatorcl.cpp > wasatorcl.dep
|
250 |
touch wasatorcl.dep.stamp
|
250 |
touch wasatorcl.dep.stamp
|
251 |
rcldb.dep.stamp : ../rcldb/rcldb.cpp
|
251 |
rcldb.dep.stamp : ../rcldb/rcldb.cpp $(depth)/mk/localdefs
|
252 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldb.cpp > rcldb.dep
|
252 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldb.cpp > rcldb.dep
|
253 |
touch rcldb.dep.stamp
|
253 |
touch rcldb.dep.stamp
|
254 |
rcldoc.dep.stamp : ../rcldb/rcldoc.cpp
|
254 |
rcldoc.dep.stamp : ../rcldb/rcldoc.cpp $(depth)/mk/localdefs
|
255 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldoc.cpp > rcldoc.dep
|
255 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rcldoc.cpp > rcldoc.dep
|
256 |
touch rcldoc.dep.stamp
|
256 |
touch rcldoc.dep.stamp
|
257 |
rclquery.dep.stamp : ../rcldb/rclquery.cpp
|
257 |
rclquery.dep.stamp : ../rcldb/rclquery.cpp $(depth)/mk/localdefs
|
258 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rclquery.cpp > rclquery.dep
|
258 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/rclquery.cpp > rclquery.dep
|
259 |
touch rclquery.dep.stamp
|
259 |
touch rclquery.dep.stamp
|
260 |
searchdata.dep.stamp : ../rcldb/searchdata.cpp
|
260 |
searchdata.dep.stamp : ../rcldb/searchdata.cpp $(depth)/mk/localdefs
|
261 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
|
261 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/searchdata.cpp > searchdata.dep
|
262 |
touch searchdata.dep.stamp
|
262 |
touch searchdata.dep.stamp
|
263 |
stemdb.dep.stamp : ../rcldb/stemdb.cpp
|
263 |
stemdb.dep.stamp : ../rcldb/stemdb.cpp $(depth)/mk/localdefs
|
264 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
|
264 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stemdb.cpp > stemdb.dep
|
265 |
touch stemdb.dep.stamp
|
265 |
touch stemdb.dep.stamp
|
266 |
stoplist.dep.stamp : ../rcldb/stoplist.cpp
|
266 |
stoplist.dep.stamp : ../rcldb/stoplist.cpp $(depth)/mk/localdefs
|
267 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
|
267 |
$(CXX) -M $(ALL_CXXFLAGS) ../rcldb/stoplist.cpp > stoplist.dep
|
268 |
touch stoplist.dep.stamp
|
268 |
touch stoplist.dep.stamp
|
269 |
base64.dep.stamp : ../utils/base64.cpp
|
269 |
base64.dep.stamp : ../utils/base64.cpp $(depth)/mk/localdefs
|
270 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
|
270 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/base64.cpp > base64.dep
|
271 |
touch base64.dep.stamp
|
271 |
touch base64.dep.stamp
|
272 |
circache.dep.stamp : ../utils/circache.cpp
|
272 |
circache.dep.stamp : ../utils/circache.cpp $(depth)/mk/localdefs
|
273 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/circache.cpp > circache.dep
|
273 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/circache.cpp > circache.dep
|
274 |
touch circache.dep.stamp
|
274 |
touch circache.dep.stamp
|
275 |
closefrom.dep.stamp : ../utils/closefrom.cpp
|
275 |
closefrom.dep.stamp : ../utils/closefrom.cpp $(depth)/mk/localdefs
|
276 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/closefrom.cpp > closefrom.dep
|
276 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/closefrom.cpp > closefrom.dep
|
277 |
touch closefrom.dep.stamp
|
277 |
touch closefrom.dep.stamp
|
278 |
conftree.dep.stamp : ../utils/conftree.cpp
|
278 |
conftree.dep.stamp : ../utils/conftree.cpp $(depth)/mk/localdefs
|
279 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/conftree.cpp > conftree.dep
|
279 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/conftree.cpp > conftree.dep
|
280 |
touch conftree.dep.stamp
|
280 |
touch conftree.dep.stamp
|
281 |
copyfile.dep.stamp : ../utils/copyfile.cpp
|
281 |
copyfile.dep.stamp : ../utils/copyfile.cpp $(depth)/mk/localdefs
|
282 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/copyfile.cpp > copyfile.dep
|
282 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/copyfile.cpp > copyfile.dep
|
283 |
touch copyfile.dep.stamp
|
283 |
touch copyfile.dep.stamp
|
284 |
debuglog.dep.stamp : ../utils/debuglog.cpp
|
284 |
debuglog.dep.stamp : ../utils/debuglog.cpp $(depth)/mk/localdefs
|
285 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/debuglog.cpp > debuglog.dep
|
285 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/debuglog.cpp > debuglog.dep
|
286 |
touch debuglog.dep.stamp
|
286 |
touch debuglog.dep.stamp
|
287 |
execmd.dep.stamp : ../utils/execmd.cpp
|
287 |
execmd.dep.stamp : ../utils/execmd.cpp $(depth)/mk/localdefs
|
288 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/execmd.cpp > execmd.dep
|
288 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/execmd.cpp > execmd.dep
|
289 |
touch execmd.dep.stamp
|
289 |
touch execmd.dep.stamp
|
290 |
fstreewalk.dep.stamp : ../utils/fstreewalk.cpp
|
290 |
fstreewalk.dep.stamp : ../utils/fstreewalk.cpp $(depth)/mk/localdefs
|
291 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
|
291 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fstreewalk.cpp > fstreewalk.dep
|
292 |
touch fstreewalk.dep.stamp
|
292 |
touch fstreewalk.dep.stamp
|
293 |
idfile.dep.stamp : ../utils/idfile.cpp
|
293 |
idfile.dep.stamp : ../utils/idfile.cpp $(depth)/mk/localdefs
|
294 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/idfile.cpp > idfile.dep
|
294 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/idfile.cpp > idfile.dep
|
295 |
touch idfile.dep.stamp
|
295 |
touch idfile.dep.stamp
|
296 |
fileudi.dep.stamp : ../utils/fileudi.cpp
|
296 |
fileudi.dep.stamp : ../utils/fileudi.cpp $(depth)/mk/localdefs
|
297 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fileudi.cpp > fileudi.dep
|
297 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/fileudi.cpp > fileudi.dep
|
298 |
touch fileudi.dep.stamp
|
298 |
touch fileudi.dep.stamp
|
299 |
md5.dep.stamp : ../utils/md5.cpp
|
299 |
md5.dep.stamp : ../utils/md5.cpp $(depth)/mk/localdefs
|
300 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/md5.cpp > md5.dep
|
300 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/md5.cpp > md5.dep
|
301 |
touch md5.dep.stamp
|
301 |
touch md5.dep.stamp
|
302 |
mimeparse.dep.stamp : ../utils/mimeparse.cpp
|
302 |
mimeparse.dep.stamp : ../utils/mimeparse.cpp $(depth)/mk/localdefs
|
303 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/mimeparse.cpp > mimeparse.dep
|
303 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/mimeparse.cpp > mimeparse.dep
|
304 |
touch mimeparse.dep.stamp
|
304 |
touch mimeparse.dep.stamp
|
305 |
netcon.dep.stamp : ../utils/netcon.cpp
|
305 |
netcon.dep.stamp : ../utils/netcon.cpp $(depth)/mk/localdefs
|
306 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/netcon.cpp > netcon.dep
|
306 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/netcon.cpp > netcon.dep
|
307 |
touch netcon.dep.stamp
|
307 |
touch netcon.dep.stamp
|
308 |
pathut.dep.stamp : ../utils/pathut.cpp
|
308 |
pathut.dep.stamp : ../utils/pathut.cpp $(depth)/mk/localdefs
|
309 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/pathut.cpp > pathut.dep
|
309 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/pathut.cpp > pathut.dep
|
310 |
touch pathut.dep.stamp
|
310 |
touch pathut.dep.stamp
|
311 |
pxattr.dep.stamp : ../utils/pxattr.cpp
|
311 |
pxattr.dep.stamp : ../utils/pxattr.cpp $(depth)/mk/localdefs
|
312 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/pxattr.cpp > pxattr.dep
|
312 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/pxattr.cpp > pxattr.dep
|
313 |
touch pxattr.dep.stamp
|
313 |
touch pxattr.dep.stamp
|
314 |
readfile.dep.stamp : ../utils/readfile.cpp
|
314 |
readfile.dep.stamp : ../utils/readfile.cpp $(depth)/mk/localdefs
|
315 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/readfile.cpp > readfile.dep
|
315 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/readfile.cpp > readfile.dep
|
316 |
touch readfile.dep.stamp
|
316 |
touch readfile.dep.stamp
|
317 |
smallut.dep.stamp : ../utils/smallut.cpp
|
317 |
smallut.dep.stamp : ../utils/smallut.cpp $(depth)/mk/localdefs
|
318 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/smallut.cpp > smallut.dep
|
318 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/smallut.cpp > smallut.dep
|
319 |
touch smallut.dep.stamp
|
319 |
touch smallut.dep.stamp
|
320 |
transcode.dep.stamp : ../utils/transcode.cpp
|
320 |
transcode.dep.stamp : ../utils/transcode.cpp $(depth)/mk/localdefs
|
321 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/transcode.cpp > transcode.dep
|
321 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/transcode.cpp > transcode.dep
|
322 |
touch transcode.dep.stamp
|
322 |
touch transcode.dep.stamp
|
323 |
wipedir.dep.stamp : ../utils/wipedir.cpp
|
323 |
wipedir.dep.stamp : ../utils/wipedir.cpp $(depth)/mk/localdefs
|
324 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/wipedir.cpp > wipedir.dep
|
324 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/wipedir.cpp > wipedir.dep
|
325 |
touch wipedir.dep.stamp
|
325 |
touch wipedir.dep.stamp
|
326 |
x11mon.dep.stamp : ../utils/x11mon.cpp
|
326 |
x11mon.dep.stamp : ../utils/x11mon.cpp $(depth)/mk/localdefs
|
327 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/x11mon.cpp > x11mon.dep
|
327 |
$(CXX) -M $(ALL_CXXFLAGS) ../utils/x11mon.cpp > x11mon.dep
|
328 |
touch x11mon.dep.stamp
|
328 |
touch x11mon.dep.stamp
|
329 |
include rclaspell.dep
|
329 |
include rclaspell.dep
|
330 |
include rclconfig.dep
|
330 |
include rclconfig.dep
|
331 |
include rclinit.dep
|
331 |
include rclinit.dep
|
|
... |
|
... |
381 |
include readfile.dep
|
381 |
include readfile.dep
|
382 |
include smallut.dep
|
382 |
include smallut.dep
|
383 |
include transcode.dep
|
383 |
include transcode.dep
|
384 |
include wipedir.dep
|
384 |
include wipedir.dep
|
385 |
include x11mon.dep
|
385 |
include x11mon.dep
|
386 |
mime-getpart.dep.stamp : ../bincimapmime/mime-getpart.cc
|
386 |
mime-getpart.dep.stamp : ../bincimapmime/mime-getpart.cc $(depth)/mk/localdefs
|
387 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-getpart.cc > mime-getpart.dep
|
387 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-getpart.cc > mime-getpart.dep
|
388 |
touch mime-getpart.dep.stamp
|
388 |
touch mime-getpart.dep.stamp
|
389 |
mime-parsefull.dep.stamp : ../bincimapmime/mime-parsefull.cc
|
389 |
mime-parsefull.dep.stamp : ../bincimapmime/mime-parsefull.cc $(depth)/mk/localdefs
|
390 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parsefull.cc > mime-parsefull.dep
|
390 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parsefull.cc > mime-parsefull.dep
|
391 |
touch mime-parsefull.dep.stamp
|
391 |
touch mime-parsefull.dep.stamp
|
392 |
mime-parseonlyheader.dep.stamp : ../bincimapmime/mime-parseonlyheader.cc
|
392 |
mime-parseonlyheader.dep.stamp : ../bincimapmime/mime-parseonlyheader.cc $(depth)/mk/localdefs
|
393 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parseonlyheader.cc > mime-parseonlyheader.dep
|
393 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parseonlyheader.cc > mime-parseonlyheader.dep
|
394 |
touch mime-parseonlyheader.dep.stamp
|
394 |
touch mime-parseonlyheader.dep.stamp
|
395 |
mime-printbody.dep.stamp : ../bincimapmime/mime-printbody.cc
|
395 |
mime-printbody.dep.stamp : ../bincimapmime/mime-printbody.cc $(depth)/mk/localdefs
|
396 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printbody.cc > mime-printbody.dep
|
396 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printbody.cc > mime-printbody.dep
|
397 |
touch mime-printbody.dep.stamp
|
397 |
touch mime-printbody.dep.stamp
|
398 |
mime-printdoc.dep.stamp : ../bincimapmime/mime-printdoc.cc
|
398 |
mime-printdoc.dep.stamp : ../bincimapmime/mime-printdoc.cc $(depth)/mk/localdefs
|
399 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printdoc.cc > mime-printdoc.dep
|
399 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printdoc.cc > mime-printdoc.dep
|
400 |
touch mime-printdoc.dep.stamp
|
400 |
touch mime-printdoc.dep.stamp
|
401 |
mime-printheader.dep.stamp : ../bincimapmime/mime-printheader.cc
|
401 |
mime-printheader.dep.stamp : ../bincimapmime/mime-printheader.cc $(depth)/mk/localdefs
|
402 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printheader.cc > mime-printheader.dep
|
402 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printheader.cc > mime-printheader.dep
|
403 |
touch mime-printheader.dep.stamp
|
403 |
touch mime-printheader.dep.stamp
|
404 |
mime.dep.stamp : ../bincimapmime/mime.cc
|
404 |
mime.dep.stamp : ../bincimapmime/mime.cc $(depth)/mk/localdefs
|
405 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime.cc > mime.dep
|
405 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime.cc > mime.dep
|
406 |
touch mime.dep.stamp
|
406 |
touch mime.dep.stamp
|
407 |
convert.dep.stamp : ../bincimapmime/convert.cc
|
407 |
convert.dep.stamp : ../bincimapmime/convert.cc $(depth)/mk/localdefs
|
408 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/convert.cc > convert.dep
|
408 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/convert.cc > convert.dep
|
409 |
touch convert.dep.stamp
|
409 |
touch convert.dep.stamp
|
410 |
iodevice.dep.stamp : ../bincimapmime/iodevice.cc
|
410 |
iodevice.dep.stamp : ../bincimapmime/iodevice.cc $(depth)/mk/localdefs
|
411 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iodevice.cc > iodevice.dep
|
411 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iodevice.cc > iodevice.dep
|
412 |
touch iodevice.dep.stamp
|
412 |
touch iodevice.dep.stamp
|
413 |
iofactory.dep.stamp : ../bincimapmime/iofactory.cc
|
413 |
iofactory.dep.stamp : ../bincimapmime/iofactory.cc $(depth)/mk/localdefs
|
414 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iofactory.cc > iofactory.dep
|
414 |
$(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iofactory.cc > iofactory.dep
|
415 |
touch iofactory.dep.stamp
|
415 |
touch iofactory.dep.stamp
|
416 |
include mime-getpart.dep
|
416 |
include mime-getpart.dep
|
417 |
include mime-parsefull.dep
|
417 |
include mime-parsefull.dep
|
418 |
include mime-parseonlyheader.dep
|
418 |
include mime-parseonlyheader.dep
|