Switch to unified view

a/src/Makefile.in b/src/Makefile.in
...
...
44
    ${MAKE} -C index clean
44
    ${MAKE} -C index clean
45
    ${MAKE} -C internfile clean
45
    ${MAKE} -C internfile clean
46
    ${MAKE} -C query clean
46
    ${MAKE} -C query clean
47
    ${MAKE} -C utils clean
47
    ${MAKE} -C utils clean
48
    -${MAKE} -C lib clean
48
    -${MAKE} -C lib clean
49
  -${MAKE} -C desktop/unity-lens-recoll clean
50
    -${MAKE} -C python/recoll clean
49
    -${MAKE} -C python/recoll clean
51
    @NOQTMAKE@@-${MAKE} -C $(QTGUI) clean
50
    @NOQTMAKE@@-${MAKE} -C $(QTGUI) clean
52
    rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
51
    rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
53
    rm -f filters/rclexecm.pyc
52
    rm -f filters/rclexecm.pyc
54
    rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
53
    rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
...
...
59
58
60
# Note: we don't remove the top Makefile, to keep the "clean" targets
59
# Note: we don't remove the top Makefile, to keep the "clean" targets
61
# available but a "Make" won't work without a configure anyway
60
# available but a "Make" won't work without a configure anyway
62
distclean: clean
61
distclean: clean
63
    ${MAKE} -C query distclean
62
    ${MAKE} -C query distclean
64
  -${MAKE} -C desktop/unity-lens-recoll distclean
65
    -${MAKE} -C python/recoll distclean
63
    -${MAKE} -C python/recoll distclean
66
    rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
64
    rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
67
       qtgui/recoll.pro \
65
       qtgui/recoll.pro \
68
       config.log config.status \
66
       config.log config.status \
69
       recollinstall \
67
       recollinstall \