1. make install/uninstall seems to work
2. setup.h will be automatically updated/recreated when needed (due to automake stupidness I have to create the real setup.h in the top level build directory now) 3. wx-config --cflags gives -I@prefix@/include only once, not twice git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user