1 # The makefile for wxWindows samples: only one sample is always built, the
2 # minimal one, the other samples to build are determined at configure time
3 # because many of them require the library to have some features compiled into
11 # do nothing during "make [un]install" in the samples subdirectory (can't
12 # override install because install-recursive is its dependency which is still
15 # this results in warnings from make about "overriding commands for garget
16 # install-recursive", but it's more than compensated by the time we gain by not
17 # entering/leaving all samples directories (but if somebody has a better
18 # solution it would be welcome!)