]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/Makefile.in
make the length of string proportional to the parameter to study test time dependency...
[wxWidgets.git] / samples / html / Makefile.in
index 0375358920e92fadec2cf5a4a9df1d29fd92152a..d216c12f734fa3d9df6a7e3a99f6a93c51345264 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.8 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -9,6 +9,7 @@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 INSTALL = @INSTALL@
 
 ### Variables: ###
@@ -31,17 +32,25 @@ install-strip: install
 clean: 
        rm -rf ./.deps ./.pch
        rm -f ./*.o
-       (cd about && $(MAKE) clean)
-       (cd help && $(MAKE) clean)
-       (cd helpview && $(MAKE) clean)
-       (cd printing && $(MAKE) clean)
-       (cd test && $(MAKE) clean)
-       (cd virtual && $(MAKE) clean)
-       (cd widget && $(MAKE) clean)
-       (cd zip && $(MAKE) clean)
+       -(cd about && $(MAKE) clean)
+       -(cd help && $(MAKE) clean)
+       -(cd helpview && $(MAKE) clean)
+       -(cd printing && $(MAKE) clean)
+       -(cd test && $(MAKE) clean)
+       -(cd virtual && $(MAKE) clean)
+       -(cd widget && $(MAKE) clean)
+       -(cd zip && $(MAKE) clean)
 
 distclean: clean
        rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
+       -(cd about && $(MAKE) distclean)
+       -(cd help && $(MAKE) distclean)
+       -(cd helpview && $(MAKE) distclean)
+       -(cd printing && $(MAKE) distclean)
+       -(cd test && $(MAKE) distclean)
+       -(cd virtual && $(MAKE) distclean)
+       -(cd widget && $(MAKE) distclean)
+       -(cd zip && $(MAKE) distclean)
 
 about: 
        (cd about && $(MAKE) all)