]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/Makefile.am
wxSpinButton::GetValue() returns correct result now
[wxWidgets.git] / samples / Makefile.am
index 049d87056efdc42eba933f52802cef06cf43e1dc..d119098a496c9267995b4a451c2c60251c8aded4 100644 (file)
@@ -8,8 +8,17 @@
 SUBDIRS = minimal \
  @SAMPLES_SUBDIRS@
 
-# do nothing during "make install" in the samples subdirectory (can't override
-# install because install-recursive is its dependency which is still built)
+# do nothing during "make [un]install" in the samples subdirectory (can't
+# override install because install-recursive is its dependency which is still
+# built)
+#
+# this results in warnings from make about "overriding commands for garget
+# install-recursive", but it's more than compensated by the time we gain by not
+# entering/leaving all samples directories (but if somebody has a better
+# solution it would be welcome!)
 install-recursive:
        @true
 
+uninstall-recursive:
+       @true
+