Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: convert libmesa and libmesagallium | Jon TURNEY | 2012-07-13 | 1 | -56/+1 |
| | | | | | | | | | | | | | | | | | * "configure substitutions are not allowed in _SOURCES variables" in automake, so instead of MESA_ASM_FILES, use some AM_CONDITIONALS to choose which architecture's asm sources are used in libmesa_la_SOURCES. (Can't remove MESA_ASM_FILES autoconf variable as it's still used in sources.mak) * Update to link with the .la file in other Makefile.am files, and make a link to the .a file for the convenience of other Makefiles which have not yet been converted to automake v2: Remove stray -static from LDFLAGS v3: Remove .a compatibility link on clean Signed-off-by: Jon TURNEY <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Tested-by: Matt Turner <[email protected]> | ||||
* | automake: Convert Mesa built sources generation to automake. | Eric Anholt | 2012-06-21 | 1 | -61/+0 |
| | |||||
* | mesa: Move GL header installation to automake. | Eric Anholt | 2012-06-21 | 1 | -12/+1 |
| | | | | | This cuts some cruft related to osmesa where we were being careful to not install headers twice. | ||||
* | automake: Move mesa subdirs processing to automake. | Eric Anholt | 2012-06-21 | 1 | -45/+2 |
| | |||||
* | automake: Move .pc installation to automake. | Eric Anholt | 2012-06-21 | 1 | -10/+2 |
| | |||||
* | automake: Move the master Mesa makefile to Makefile.old. | Eric Anholt | 2012-06-21 | 1 | -0/+205 |
This will let me incrementally move stuff to automake without converting libmesa.a all at once. |