Hello!
I tried the good ol' make distclean on a DFB-1.4.15 to make it fresh(er) and to my surprize building failed after that. Apparently the makefile src/core thought it was a good idea to remove a couple of source files. Namely:

distclean-local:
    rm -f CoreDFB.c
    rm -f CoreDFB.h
    rm -f CoreGraphicsState.c
    rm -f CoreGraphicsState.h
    rm -f CoreInputDevice.c
    rm -f CoreInputDevice.h
    rm -f CoreLayerContext.c
    rm -f CoreLayerContext.h
    rm -f CoreLayer.c
    rm -f CoreLayer.h
    rm -f CoreLayerRegion.c
    rm -f CoreLayerRegion.h
    rm -f CorePalette.c
    rm -f CorePalette.h
    rm -f CoreScreen.c
    rm -f CoreScreen.h
    rm -f CoreSurface.c
    rm -f CoreSurface.h
    rm -f CoreWindow.c
    rm -f CoreWindow.h
    rm -f CoreWindowStack.c
    rm -f CoreWindowStack.h

All of these files are part of the distribution and (obviously) weren't generated in any way during building. So the question: someone went out of their way to write this so it is definately a feature and no bug. Would someone elaborate on that a bit?
Thank you in advance
Chris Perivolaropoulos
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to