X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee929bcff4394798c02c0c9bbca6d345eac933c2..be7c2a2033f57f92c23f0db8220cb53ad47eabde:/build/bakefiles/wx.bkl?ds=inline diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index feded73cb9..197f1b4d7a 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -2,7 +2,7 @@ - + @@ -12,29 +12,61 @@ 1 - + - + - - + + + + + + $(MSVC6PRJ_MERGED_TARGETS_MULTILIB) + $(MSVC6PRJ_MERGED_TARGETS_MONOLIB) + + + - - + + + no samples - ../../samples + ../../samples - - + + + + + + + all + + (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) all) || true + + + + clean + + (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) clean) || true + + + + install + + (test -d utils/wxrc && cd utils/wxrc && $(DOLLAR)(MAKE) install) || true + + + @@ -42,33 +74,28 @@ $(DATADIR)/aclocal - - misc/afm/*.afm - $(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/afm - - - misc/gs_afm/*.afm - $(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/gs_afm - - install - $(INSTALL_DIR) $(BINDIR) - $(INSTALL_PROGRAM) wx$(TOOLCHAIN_NAME)-config $(BINDIR) - (cd $(BINDIR) && rm -f wx-config && $(LN_S) wx$(TOOLCHAIN_NAME)-config wx-config) + $(INSTALL_DIR) $(DESTDIR)$(BINDIR) + $(INSTALL_DIR) $(DESTDIR)$(LIBDIR)/wx/config + $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(LIBDIR)/wx/config + (cd $(DESTDIR)$(BINDIR) && rm -f wx-config && $(LN_S) $(DESTDIR)$(LIBDIR)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) $(BUILDDIR) - lib/wx/include/$(TOOLCHAIN_NAME)/wx/setup.h - $(LIBDIR)/wx/include/$(TOOLCHAIN_NAME)/wx + lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h + $(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx $(SRCDIR)/include $(ALL_HEADERS) + + $(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR) + @@ -90,7 +117,7 @@ all $(MACOS_R) - $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/apprsrc.r $(top_srcdir)/src/mac/carbrsrc.r $(top_srcdir)/src/mac/corersrc.r -o $(MACOS_RSRC) + $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/carbon/apprsrc.r $(top_srcdir)/src/mac/carbon/carbrsrc.r $(top_srcdir)/src/mac/carbon/corersrc.r -o $(MACOS_RSRC) $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R) $(MACOS_RSRC) $(MACOS_R) @@ -124,8 +151,8 @@ - - + + $(LIBDIRNAME) @@ -141,7 +168,7 @@ univ - msw + $(TOOLKIT_LOWERCASE) @@ -154,6 +181,7 @@ $(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h $(SETUPHDIR)/wx/setup.h + @@ -163,15 +191,19 @@ @echo " " -@echo " The installation of wxWindows is finished. On certain" +@echo " ------------------------------------------------------" +@echo " " +@echo " The installation of wxWidgets is finished. On certain" @echo " platforms (e.g. Linux) you'll now have to run ldconfig" @echo " if you installed a shared library and also modify the" @echo " LD_LIBRARY_PATH (or equivalent) environment variable." @echo " " -@echo " wxWindows comes with no guarantees and doesn't claim" +@echo " wxWidgets comes with no guarantees and doesn't claim" @echo " to be suitable for any purpose." @echo " " -@echo " Read the wxWindows Licence on licencing conditions." +@echo " Read the wxWidgets Licence on licencing conditions." +@echo " " +@echo " ------------------------------------------------------" @echo " " @@ -183,5 +215,7 @@ + +