|
a/src/lib/mkMake |
|
b/src/lib/mkMake |
|
... |
|
... |
38 |
${depth}/rcldb/rclquery.cpp \
|
38 |
${depth}/rcldb/rclquery.cpp \
|
39 |
${depth}/rcldb/searchdata.cpp \
|
39 |
${depth}/rcldb/searchdata.cpp \
|
40 |
${depth}/rcldb/stemdb.cpp \
|
40 |
${depth}/rcldb/stemdb.cpp \
|
41 |
${depth}/rcldb/stoplist.cpp \
|
41 |
${depth}/rcldb/stoplist.cpp \
|
42 |
${depth}/utils/base64.cpp \
|
42 |
${depth}/utils/base64.cpp \
|
|
|
43 |
${depth}/utils/circache.cpp \
|
43 |
${depth}/utils/closefrom.cpp \
|
44 |
${depth}/utils/closefrom.cpp \
|
44 |
${depth}/utils/conftree.cpp \
|
45 |
${depth}/utils/conftree.cpp \
|
45 |
${depth}/utils/copyfile.cpp \
|
46 |
${depth}/utils/copyfile.cpp \
|
46 |
${depth}/utils/debuglog.cpp \
|
47 |
${depth}/utils/debuglog.cpp \
|
47 |
${depth}/utils/execmd.cpp \
|
48 |
${depth}/utils/execmd.cpp \
|
|
... |
|
... |
124 |
done
|
125 |
done
|
125 |
|
126 |
|
126 |
cat >> $mk <<EOF
|
127 |
cat >> $mk <<EOF
|
127 |
depend: \$(DEPS)
|
128 |
depend: \$(DEPS)
|
128 |
clean:
|
129 |
clean:
|
129 |
rm -f \$(OBJS) \$(LIBS) \$(DEPS) unac.o
|
130 |
rm -f \$(OBJS) \$(LIBS) \$(DEPS) *.stamp unac.o
|
130 |
for i in *.dep;do test -f \$\$i && cp /dev/null \$\$i;done
|
131 |
for i in *.dep;do test -f \$\$i && cp /dev/null \$\$i;done
|
131 |
distclean: clean
|
132 |
distclean: clean
|
132 |
rm -f *.dep
|
133 |
rm -f *.dep
|
133 |
EOF
|
134 |
EOF
|
134 |
|
135 |
|