X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d179e30b0a4b474d987714323eb56e86b67b1e23..0b9d8fe18e02e9d848d205c3f36812cd56fc1bcd:/samples/mobile/Makefile.in diff --git a/samples/mobile/Makefile.in b/samples/mobile/Makefile.in index 247ab795c7..af07b233de 100644 --- a/samples/mobile/Makefile.in +++ b/samples/mobile/Makefile.in @@ -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)