]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/Makefile.in
shave 30KB off configure size by using a single AC_CHECK_HEADER() for multiple header...
[wxWidgets.git] / samples / html / Makefile.in
index 0d333e131c3662b8fab37d2e5882fbe52b8810f4..9aad1d65773812dbf18e37a29841f468051ad68b 100644 (file)
@@ -42,6 +42,14 @@ 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)