summaryrefslogtreecommitdiffstats
path: root/src/glx/mini/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile clean-ups for miniglx.Brian2007-05-041-8/+13
|
* Move glcontextmodes.c to glx.George Sapountzis2007-04-051-5/+2
| | | | | It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-6/+6
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* make miniglx use libdrm properlyDave Airlie2006-04-071-2/+1
|
* make miniglx use libdrm and libpciaccessDave Airlie2006-04-031-4/+1
|
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-291-1/+1
| | | | | I have tested these on miniglx and they seem to be working. I'm sure Dave will give them a better test.
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick2005-07-261-1/+1
| | | | work again.
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-1/+2
| | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
* Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick2005-01-111-1/+1
| | | | them work with multi-work compiler names (e.g., "ccache gcc").
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
| | | | | | | | - 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.
* Add a solo-x86 config, and make solo use the x86 glapiDave Airlie2004-09-071-1/+4
|
* Convert miniglx to use xf86drm from dri/drm/libdrm instead of ↵Jon Smirl2004-07-051-4/+4
| | | | src/mesa/drivers/dri/dri_client
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-6/+13
| | | | | get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-251-1/+1
| | | | | | the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler.
* Missed in last commit:Eric Anholt2004-06-011-1/+2
| | | | | | | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE 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".
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
| | | | Needed for linux-solo to build
* New Makefile systemBrian Paul2004-03-261-0/+74