]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/Makefile.in
HitTest patch from Alberto
[wxWidgets.git] / samples / html / Makefile.in
index 4dbfd1dd5040bcc28240d0fce3d51390efc49e38..1af33adbfcf0ab3411bb6919b5d772551b40b5a0 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -25,8 +25,8 @@ about:
        (cd about && $(MAKE) all)
 
 clean: 
-       rm -rf ./.deps
-       rm -f -f ./*.o
+       rm -rf ./.deps ./.pch
+       rm -f ./*.o
        (cd about && $(MAKE) clean)
        (cd help && $(MAKE) clean)
        (cd helpview && $(MAKE) clean)
@@ -37,8 +37,7 @@ clean:
        (cd zip && $(MAKE) clean)
 
 distclean: clean
-       rm -f configure config.cache config.log config.status
-       rm -f bk-deps shared-ld-sh
+       rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
 
 help: 
        (cd help && $(MAKE) all)
@@ -47,24 +46,8 @@ helpview:
        (cd helpview && $(MAKE) all)
 
 install: all
-       (cd about && $(MAKE) install)
-       (cd help && $(MAKE) install)
-       (cd helpview && $(MAKE) install)
-       (cd printing && $(MAKE) install)
-       (cd test && $(MAKE) install)
-       (cd virtual && $(MAKE) install)
-       (cd widget && $(MAKE) install)
-       (cd zip && $(MAKE) install)
 
 install-strip: install
-       (cd about && $(MAKE) install-strip)
-       (cd help && $(MAKE) install-strip)
-       (cd helpview && $(MAKE) install-strip)
-       (cd printing && $(MAKE) install-strip)
-       (cd test && $(MAKE) install-strip)
-       (cd virtual && $(MAKE) install-strip)
-       (cd widget && $(MAKE) install-strip)
-       (cd zip && $(MAKE) install-strip)
 
 printing: 
        (cd printing && $(MAKE) all)