]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/Makefile.in
don't put the size of the data with the data itself by default (but allow it for...
[wxWidgets.git] / samples / mobile / Makefile.in
index 247ab795c7603c5178bf29d7b5f435be6f43223b..d51b950d6146a1ed14b6cfefc2e3d528a7650726 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.9 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -13,6 +13,7 @@ INSTALL = @INSTALL@
 
 ### Variables: ###
 
+DESTDIR = 
 
 ### Conditionally set variables: ###
 
@@ -21,29 +22,24 @@ INSTALL = @INSTALL@
 
 all: styles wxedit
 
+install: all
+
+uninstall: 
+
+install-strip: install
+
 clean: 
-       rm -rf ./.deps
+       rm -rf ./.deps ./.pch
        rm -f ./*.o
        (cd styles && $(MAKE) clean)
        (cd wxedit && $(MAKE) clean)
 
 distclean: clean
-       rm -f configure config.cache config.log config.status
-       rm -f bk-deps shared-ld-sh
-
-install: all
-       (cd styles && $(MAKE) install)
-       (cd wxedit && $(MAKE) install)
-
-install-strip: install
-       (cd styles && $(MAKE) install-strip)
-       (cd wxedit && $(MAKE) install-strip)
+       rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
 
 styles: 
        (cd styles && $(MAKE) all)
 
-uninstall: 
-
 wxedit: 
        (cd wxedit && $(MAKE) all)
 
@@ -51,4 +47,4 @@ wxedit:
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d
 
-.PHONY: all clean distclean install styles uninstall wxedit
+.PHONY: all install uninstall clean distclean styles wxedit