|
a/src/Makefile.in |
|
b/src/Makefile.in |
|
... |
|
... |
17 |
cd $(QTGUI); ${QMAKE} recoll.pro; ${MAKE} depth=..
|
17 |
cd $(QTGUI); ${QMAKE} recoll.pro; ${MAKE} depth=..
|
18 |
|
18 |
|
19 |
mk/sysconf:
|
19 |
mk/sysconf:
|
20 |
@echo "You need to run configure first" ; exit 1
|
20 |
@echo "You need to run configure first" ; exit 1
|
21 |
|
21 |
|
22 |
common/rclversion.h: VERSION
|
22 |
versfile=common/rclversion.h
|
|
|
23 |
${versfile} : VERSION
|
|
|
24 |
echo '#include <xapian/version.h>' > ${versfile}
|
23 |
echo 'static const char *rclversion = "'`cat VERSION`'";' \
|
25 |
echo 'static const char *rclversion = "'`cat VERSION`'"' >> ${versfile}
|
24 |
> common/rclversion.h
|
26 |
echo '" + Xapian " XAPIAN_VERSION;' >> ${versfile}
|
25 |
|
27 |
|
26 |
static: mk/sysconf common/rclversion.h
|
28 |
static: mk/sysconf common/rclversion.h
|
27 |
cd lib; ${MAKE}
|
29 |
cd lib; ${MAKE}
|
28 |
cd index; rm -f recollindex; \
|
30 |
cd index; rm -f recollindex; \
|
29 |
${MAKE} BSTATIC=-Wl,-Bstatic BDYNAMIC=-Wl,-Bdynamic recollindex
|
31 |
${MAKE} BSTATIC=-Wl,-Bstatic BDYNAMIC=-Wl,-Bdynamic recollindex
|