|
a/src/Makefile.in |
|
b/src/Makefile.in |
1 |
# @(#$Id: Makefile.in,v 1.9 2006-12-24 08:07:15 dockes Exp $ (C) 2005 J.F.Dockes
|
1 |
# @(#$Id: Makefile.in,v 1.10 2007-01-10 16:03:24 dockes Exp $ (C) 2005 J.F.Dockes
|
2 |
|
2 |
|
3 |
prefix = @prefix@
|
3 |
prefix = @prefix@
|
4 |
exec_prefix = @exec_prefix@
|
4 |
exec_prefix = @exec_prefix@
|
5 |
|
5 |
|
6 |
bindir = @bindir@
|
6 |
bindir = @bindir@
|
|
... |
|
... |
43 |
#cd doc/user; ${MAKE} clean
|
43 |
#cd doc/user; ${MAKE} clean
|
44 |
@-cd qtgui; ${MAKE} clean
|
44 |
@-cd qtgui; ${MAKE} clean
|
45 |
@-cd qt4gui; ${MAKE} clean
|
45 |
@-cd qt4gui; ${MAKE} clean
|
46 |
rm -f qtgui/Makefile qtgui/preview/Makefile qtgui/recoll
|
46 |
rm -f qtgui/Makefile qtgui/preview/Makefile qtgui/recoll
|
47 |
rm -f qt4gui/Makefile qt4gui/preview/Makefile qt4gui/recoll
|
47 |
rm -f qt4gui/Makefile qt4gui/preview/Makefile qt4gui/recoll
|
|
|
48 |
rm -f common/rclversion.h
|
|
|
49 |
rm -rf qtgui/.moc qtgui/.ui
|
|
|
50 |
rm -rf qt4gui/.moc qt4gui/.ui
|
48 |
|
51 |
|
49 |
distclean: clean
|
52 |
distclean: clean
|
50 |
rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
|
53 |
rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
|
|
|
54 |
qtgui/recoll.pro qt4gui/recoll.pro \
|
51 |
$(QTGUI)/recoll.pro Makefile config.log config.status \
|
55 |
Makefile config.log config.status \
|
52 |
recollinstall \
|
56 |
recollinstall \
|
|
|
57 |
lib/*.dep common/autoconfig.h \
|
|
|
58 |
wasabi/Makefile wasabi/client/Makefile wasabi/server/Makefile
|
|
|
59 |
rm -rf autom4te.cache
|
|
|
60 |
|
|
|
61 |
maintainer-clean: distclean
|
53 |
doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest \
|
62 |
rm -f doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest
|
54 |
lib/*.dep
|
63 |
rm -f qtgui/i18n/*.qm
|
|
|
64 |
rm -f qt4gui/i18n/*.qm
|
55 |
|
65 |
|
56 |
# recollinstall can be executed by the user and will compute 'normal'
|
66 |
# recollinstall can be executed by the user and will compute 'normal'
|
57 |
# values for bindir etc., relative to the prefix argument. When executed
|
67 |
# values for bindir etc., relative to the prefix argument. When executed
|
58 |
# here, we pass a bunch of variables in the environment, the values will
|
68 |
# here, we pass a bunch of variables in the environment, the values will
|
59 |
# override the computed defaults.
|
69 |
# override the computed defaults.
|