Switch to unified view

a/src/Makefile.in b/src/Makefile.in
...
...
43
    -cd lib; ${MAKE} clean
43
    -cd lib; ${MAKE} clean
44
    -cd query; ${MAKE} clean
44
    -cd query; ${MAKE} clean
45
    -cd utils; ${MAKE} clean
45
    -cd utils; ${MAKE} clean
46
        #cd doc/user; ${MAKE} clean
46
        #cd doc/user; ${MAKE} clean
47
    @NOQTMAKE@@-cd qtgui; ${MAKE} clean
47
    @NOQTMAKE@@-cd qtgui; ${MAKE} clean
48
  @NOQTMAKE@@-cd qt4gui; ${MAKE} clean
49
    @NOCMDLINE@ cd query; ${MAKE} clean
48
    @NOCMDLINE@ cd query; ${MAKE} clean
50
    rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
49
    rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
51
  rm -f qt4gui/Makefile qt4gui/preview/Makefile qt4gui/recoll
52
    rm -f common/rclversion.h
50
    rm -f common/rclversion.h
53
    rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
51
    rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
54
    rm -rf qtgui/.obj qt4gui/.moc qt4gui/.ui qt4gui/.obj
52
    rm -rf qtgui/.obj qtgui/.moc qtgui/.ui 
55
53
56
# 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
57
# available but a "Make" won't work without a configure anyway
55
# available but a "Make" won't work without a configure anyway
58
distclean: clean
56
distclean: clean
59
    rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
57
    rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
60
     qtgui/recoll.pro qt4gui/recoll.pro \
58
     qtgui/recoll.pro \
61
       config.log config.status \
59
       config.log config.status \
62
       recollinstall \
60
       recollinstall \
63
       lib/*.dep common/autoconfig.h
61
       lib/*.dep common/autoconfig.h
64
    rm -f index/alldeps lib/alldeps query/alldeps bincimapmime/alldeps
62
    rm -f index/alldeps lib/alldeps query/alldeps bincimapmime/alldeps
65
    rm -rf autom4te.cache
63
    rm -rf autom4te.cache
66
    rm -f filters/rclexecm.pyc
64
    rm -f filters/rclexecm.pyc
67
  @NOQTMAKE@(cd qt4gui; make -f uifrom3 distclean)
68
65
69
maintainer-clean: distclean
66
maintainer-clean: distclean
70
    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
71
    rm -f qtgui/i18n/*.qm
68
    rm -f qtgui/i18n/*.qm
72
69