- rm -f $(bindir)/wx-config
- rm -f $(libdir)/@WX_TARGET_LIBRARY@
- rm -f -r -d $(libdir)/wx
- rm -f -r -d $(includedir)/wx
+ @echo " "
+ @echo " Uninstalling wxWindows..."
+ @echo " "
+ @echo " Removing library..."
+ @rm -f $(libdir)/@WX_TARGET_LIBRARY@
+ @rm -f $(libdir)/@WX_LIBRARY_LINK1@
+ @rm -f $(libdir)/@WX_LIBRARY_LINK2@
+ @rm -f $(libdir)/@WX_LIBRARY_LINK3@
+ @echo " Removing helper files..."
+ @rm -f $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
+ @rm -f $(bindir)/wx-config
+ @echo " Removing headers..."
+ @list='$(HEADERS)'; for p in $$list; do \
+ rm -f $(includedir)/wx/$$p; \
+ done
+ @echo " Removing directories..."
+ @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
+ @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
+ @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
+ @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
+ @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
+ @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
+ @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
+ @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
+ @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
+ @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
+ @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi