Switch to unified view

a/src/Makefile.in b/src/Makefile.in
1
# @(#$Id: Makefile.in,v 1.13 2008-09-07 06:43:30 dockes Exp $  (C) 2005 J.F.Dockes
1
# @(#$Id: Makefile.in,v 1.14 2008-09-07 07:08:41 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 qt4gui/.moc qt4gui/.ui
51
    rm -rf qtgui/.obj qt4gui/.moc qt4gui/.ui
52
    (cd qt4gui; make -f uifrom3 clean)
52
    (cd qt4gui; make -f uifrom3 clean)
53
53
54
# Note: we don't remove the top Makefile, to keep the "clean" targets
54
# 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
55
# available but a "Make" won't work without a configure anyway
56
distclean: clean
56
distclean: clean
...
...
58
       qtgui/recoll.pro qt4gui/recoll.pro \
58
       qtgui/recoll.pro qt4gui/recoll.pro \
59
       config.log config.status \
59
       config.log config.status \
60
       recollinstall \
60
       recollinstall \
61
       lib/*.dep common/autoconfig.h \
61
       lib/*.dep common/autoconfig.h \
62
       wasabi/Makefile wasabi/client/Makefile wasabi/server/Makefile
62
       wasabi/Makefile wasabi/client/Makefile wasabi/server/Makefile
63
  rm -f bincimapmime/alldeps index/alldeps lib/alldeps query/alldeps
63
    rm -rf autom4te.cache
64
    rm -rf autom4te.cache
64
65
65
maintainer-clean: distclean
66
maintainer-clean: distclean
66
    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
67
    rm -f qtgui/i18n/*.qm
68
    rm -f qtgui/i18n/*.qm