]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/Makefile.am
Work on streams of all sorts. More to come.
[wxWidgets.git] / samples / Makefile.am
index 6470d0556d4a8d2876f8fe1f8ba551c719a6a93f..d119098a496c9267995b4a451c2c60251c8aded4 100644 (file)
@@ -7,3 +7,18 @@
 
 SUBDIRS = minimal \
  @SAMPLES_SUBDIRS@
+
+# 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
+