Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set library and header installation directories from configuration | Dan Nicholson | 2008-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Currently the installation directories for libraries and headers are resolved within the install commands. For instance, the libraries will be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility of the installation, such as when the libraries should be installed to a subdirectory like /usr/lib/tls. This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR) to define the locations that the libraries and headers are installed. For the static configs, this resolves exactly as before to $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they are derived directly from the --libdir and --includedir settings. | ||||
* | Move make install logic for libGL back into src/mesa/Makefile. | Kristian Høgsberg | 2008-03-10 | 1 | -0/+11 |
| | | | | | | | | | This makes make install work again for non-glx libGL implementations. The make install logic is split into three sub-targets: install-libgl, install-osmesa, install-drivers. The install target in src/glx/x11 is then implemented using the src/mesa make install-libgl rule. Thanks to Dan Nicholson for pointing out the breakage. | ||||
* | Move libGL install target to the libGL Makefile. | Kristian Høgsberg | 2008-03-08 | 1 | -11/+0 |
| | |||||
* | pkg-config support | Dan Nicholson | 2007-09-12 | 1 | -0/+11 |