slightly updated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7ee392a2ca
commit
ff684c98ad
54 changed files with 391 additions and 345 deletions
|
|
@ -79,6 +79,7 @@ EXTRA_VPATH = @EXTRA_VPATH@
|
|||
GTK_CFLAGS = @GTK_CFLAGS@
|
||||
GTK_CONFIG = @GTK_CONFIG@
|
||||
GTK_LIBS = @GTK_LIBS@
|
||||
INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
|
||||
LD = @LD@
|
||||
LEX = @LEX@
|
||||
LIBS = @LIBS@
|
||||
|
|
@ -316,6 +317,11 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
|
|||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
# do nothing during "make install" in the samples subdirectory (can't override
|
||||
# install because install-recursive is its dependency which is still built)
|
||||
install-recursive:
|
||||
@true
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue