]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/Makefile.in
Suppress warnings about double to int truncation in wxHTML code.
[wxWidgets.git] / samples / html / Makefile.in
index d2003173e9803fb463e000ec9c598667abebd9c9..e4f601fb6c50c2955384c6d93587740b192152b0 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.8 (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: ###
@@ -22,23 +23,37 @@ DESTDIR =
 
 all: about help helpview printing test virtual widget zip
 
-about: 
-       (cd about && $(MAKE) all)
+install: 
+
+uninstall: 
+
+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 configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
+       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)
 
 help: 
        (cd help && $(MAKE) all)
@@ -46,18 +61,12 @@ help:
 helpview: 
        (cd helpview && $(MAKE) all)
 
-install: all
-
-install-strip: install
-
 printing: 
        (cd printing && $(MAKE) all)
 
 test: 
        (cd test && $(MAKE) all)
 
-uninstall: 
-
 virtual: 
        (cd virtual && $(MAKE) all)
 
@@ -69,6 +78,7 @@ zip:
 
 
 # Include dependency info, if present:
-@IF_GNU_MAKE@-include .deps/*.d
+@IF_GNU_MAKE@-include ./.deps/*.d
 
-.PHONY: all about clean distclean help helpview install printing test uninstall virtual widget zip
+.PHONY: all install uninstall clean distclean about help helpview printing test \
+       virtual widget zip