]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/Makefile.in
Shell Script file to copy setup.h for ProjectBuilder
[wxWidgets.git] / samples / mobile / Makefile.in
index 247ab795c7603c5178bf29d7b5f435be6f43223b..af07b233deb6626b28d06f5cd800fffc6b2f13b4 100644 (file)
@@ -22,22 +22,17 @@ INSTALL = @INSTALL@
 all: styles wxedit
 
 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
+       rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
 
 install: all
-       (cd styles && $(MAKE) install)
-       (cd wxedit && $(MAKE) install)
 
 install-strip: install
-       (cd styles && $(MAKE) install-strip)
-       (cd wxedit && $(MAKE) install-strip)
 
 styles: 
        (cd styles && $(MAKE) all)