X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af594ecaf137bb98fda1de03d37ae9160db42c2f..6f4a67aca8b8c037b1984a9c8e8cf5b4d308471b:/build/bakefiles/wx.bkl diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 0907ece4a7..8b8b4cdcb6 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -2,7 +2,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -40,10 +40,33 @@ 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 + + + @@ -53,31 +76,35 @@ misc/afm/*.afm - $(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/afm + $(DATADIR)/wx/afm misc/gs_afm/*.afm - $(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/gs_afm + $(DATADIR)/wx/gs_afm install $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_PROGRAM) wx$(TOOLCHAIN_NAME)-config $(DESTDIR)$(BINDIR) - (cd $(DESTDIR)$(BINDIR) && rm -f wx-config && $(LN_S) wx$(TOOLCHAIN_NAME)-config wx-config) + $(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) + @@ -133,8 +160,8 @@ - - + + $(LIBDIRNAME) @@ -150,7 +177,7 @@ univ - msw + $(TOOLKIT_LOWERCASE) @@ -175,15 +202,15 @@ @echo " " @echo " ------------------------------------------------------" @echo " " -@echo " The installation of wxWindows is finished. On certain" +@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 " "