|
a/src/lib/mkMake |
|
b/src/lib/mkMake |
|
... |
|
... |
3 |
mk=Makefile
|
3 |
mk=Makefile
|
4 |
depth=${depth:-..}
|
4 |
depth=${depth:-..}
|
5 |
|
5 |
|
6 |
SRC_CPP="\
|
6 |
SRC_CPP="\
|
7 |
${depth}/aspell/rclaspell.cpp \
|
7 |
${depth}/aspell/rclaspell.cpp \
|
|
|
8 |
${depth}/common/beaglequeuecache.cpp \
|
8 |
${depth}/common/rclconfig.cpp \
|
9 |
${depth}/common/rclconfig.cpp \
|
9 |
${depth}/common/rclinit.cpp \
|
10 |
${depth}/common/rclinit.cpp \
|
10 |
${depth}/common/textsplit.cpp \
|
11 |
${depth}/common/textsplit.cpp \
|
11 |
${depth}/common/unacpp.cpp \
|
12 |
${depth}/common/unacpp.cpp \
|
12 |
${depth}/index/beaglequeue.cpp \
|
13 |
${depth}/index/beaglequeue.cpp \
|