summaryrefslogtreecommitdiff
path: root/configs/default
AgeCommit message (Collapse)Author
2008-02-19Simplify makefile boilerplate code.José Fonseca
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
2008-02-19Bring rtasm from mesa to gallium.José Fonseca
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca
In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files.
2008-02-15Code reorganization: update build.José Fonseca
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
2008-01-23Use HOST_CC for programs that will run on the build hostIan Romanick
2008-01-23Use EXTRA_LIB_PATH with *_LIB_DEPSIan Romanick
Make sure EXTRA_LIB_PATH is used with all the LIB_DEPS. Re-order some of the options and tweak the whitespace to make the various LIB_DEPS more readable. This makes building for Cell on x86 a bit easier and doesn't seem to effect other builds.
2007-12-02glut doesn't need -lXtBrian
2007-10-24Cleanup some code.Zack Rusin
2007-10-24Introduce linux-llvm target. Remove the llvm code from the default build for ↵Zack Rusin
now. Cleanup some of the debugging output.
2007-10-24Implement the conversion and do the initial execution pass.Zack Rusin
2007-10-24Initial stab at LLVM integration.Zack Rusin
2007-05-14master/trunk is now for Mesa 7.1 devel: bump versionsBrian
2007-04-27Version bumps for 7.0Brian
2007-04-08add glsl to PROGRAM_DIRSBrian
2007-03-28bump version to 6.5.3 to match version.hBrian
2006-10-19remove some debug/test changesBrian Paul
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
2006-09-21bump version to 6.5.2Brian Paul
2006-09-06comment out EXTRA_LIB_PATH, ?= causes problems on HP-UXBrian Paul
2006-07-20bump MESA_TINY to 1Brian Paul
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2005-08-23update version to 6.5.0Brian Paul
2005-08-19Convert libGL and DRI drivers to require libdrm.Adam Jackson
libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/
2005-08-16Bump version to 6.3.2Brian Paul
2005-07-21bump version to 6.3.1Brian Paul
2005-07-02Put default back to the normal DRM pathJon Smirl
2005-07-02Massive refactor of (most of) the Linux config files. This reducesIan Romanick
the length of each config and brings a lot of much needed uniformity to them.
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul
include $(TOP)/configs/current in glapi/Makefile so those vars can be easily overridden by any system config, if needed.
2005-06-07fix error in OSMESA_LIB_NAME lineBrian Paul
2005-05-05added a commentBrian Paul
2005-03-23use $(*_LIB) in the *_LIB_NAME definitionsBrian Paul
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
- Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
2004-10-02bump version to 6.3Brian Paul
2004-09-27bump minor version to 2Brian Paul
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-07-20remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul
2004-06-10try and find the drm in a more likely placeDave Airlie
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
Needed for linux-solo to build
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul
2004-03-26don't try to make GLwMDrawA.c by default since it needs MotifBrian Paul
2004-03-26added glw to SRC_DIRSBrian Paul
2004-03-26new system configurationsBrian Paul