|
a/src/Makefile.in |
|
b/src/Makefile.in |
1 |
# @(#$Id: Makefile.in,v 1.14 2008-09-07 07:08:41 dockes Exp $ (C) 2005 J.F.Dockes
|
1 |
# @(#$Id: Makefile.in,v 1.15 2008-09-07 07:22:33 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@
|
|
... |
|
... |
46 |
@-cd qt4gui; ${MAKE} clean
|
46 |
@-cd qt4gui; ${MAKE} clean
|
47 |
rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
|
47 |
rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
|
48 |
rm -f qt4gui/Makefile qt4gui/preview/Makefile qt4gui/recoll
|
48 |
rm -f qt4gui/Makefile qt4gui/preview/Makefile qt4gui/recoll
|
49 |
rm -f common/rclversion.h
|
49 |
rm -f common/rclversion.h
|
50 |
rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
|
50 |
rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
|
51 |
rm -rf qtgui/.obj qt4gui/.moc qt4gui/.ui
|
51 |
rm -rf qtgui/.obj qt4gui/.moc qt4gui/.ui qt4gui/.obj
|
52 |
(cd qt4gui; make -f uifrom3 clean)
|
|
|
53 |
|
52 |
|
54 |
# Note: we don't remove the top Makefile, to keep the "clean" targets
|
53 |
# Note: we don't remove the top Makefile, to keep the "clean" targets
|
55 |
# available but a "Make" won't work without a configure anyway
|
54 |
# available but a "Make" won't work without a configure anyway
|
56 |
distclean: clean
|
55 |
distclean: clean
|
57 |
rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
|
56 |
rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
|
|
... |
|
... |
60 |
recollinstall \
|
59 |
recollinstall \
|
61 |
lib/*.dep common/autoconfig.h \
|
60 |
lib/*.dep common/autoconfig.h \
|
62 |
wasabi/Makefile wasabi/client/Makefile wasabi/server/Makefile
|
61 |
wasabi/Makefile wasabi/client/Makefile wasabi/server/Makefile
|
63 |
rm -f bincimapmime/alldeps index/alldeps lib/alldeps query/alldeps
|
62 |
rm -f bincimapmime/alldeps index/alldeps lib/alldeps query/alldeps
|
64 |
rm -rf autom4te.cache
|
63 |
rm -rf autom4te.cache
|
|
|
64 |
(cd qt4gui; make -f uifrom3 distclean)
|
65 |
|
65 |
|
66 |
maintainer-clean: distclean
|
66 |
maintainer-clean: distclean
|
67 |
rm -f doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest
|
67 |
rm -f doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest
|
68 |
rm -f qtgui/i18n/*.qm
|
68 |
rm -f qtgui/i18n/*.qm
|
69 |
|
69 |
|