git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9564
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
$(RANLIB) $@
clean:
- -$(RM) $(OBJECTS) $(LIBTARGET) core *.rsc *.res
+ -$(RM) $(OBJECTS) core *.rsc *.res
+
+cleanall: clean
+ -$(RM) $(LIBTARGET)
\ No newline at end of file
clean:
-$(RM) *.o
-$(RM) $(TARGET)_resources.o
- -$(RM) $(TARGET).exe
-$(RM) core
-$(RM) *.rsc
-$(RM) *.res
+
+cleanall: clean
+ -$(RM) $(TARGET).exe
-$(RM) ../xpm/*.bak
-$(RM) ../tiff/*.o
-$(RM) ../tiff/*.bak
+
+cleanall: clean
-$(RM) $(WXLIB)
-$(RM) $(ZLIBLIB)
-$(RM) $(PNGLIB)
-$(RM) wx.exp
endif
endif
-
-
-cleanall: clean
-
-