aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fix make tarballsGeorge Sapountzis2008-04-251-11/+0
|
* glcore: build from mesaGeorge Sapountzis2008-04-231-0/+7
|
* Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-101-1/+2
| | | | | Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7)
* Distribute dri_sarea.h with the tarballsDan Nicholson2008-02-171-0/+1
| | | | | The GL/internal/dri_sarea.h header was missing from the tarballs, causing the build to bomb for DRI2.
* Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>)Brian2008-01-231-0/+1
|
* autoconf: Include necessary files for the tarballsDan Nicholson2007-12-071-1/+21
| | | | | | | | Add targets to the top Makefile so that configure and the necessary scripts are added to the tarball for distribution. Variables are used for autoconf and aclocal in case anyone needs to use a specific version or pass any extra flags.
* autoconf: Initial support for an autoconf configurationDan Nicholson2007-12-071-0/+3
| | | | | | | | | | | | | | | | | | | | | This adds the initial support for using autoconf configuration. Support is available for shared Xlib driver builds. Later this will be extended to dri and osmesa-only builds and possibly targetting non-X backends. Support for static library builds will also be added. The configure script fills in the autoconf config. This is then used by running `make autoconf' after ./configure. Testing has been done on Linux/GNU. The configure script tries to faithfully reproduce the current configs/linux* and configs/freebsd*. Other platforms can be handled later by adding similar statements and feature tests. Pkg-config is used to search for packages when possible. This makes the build much more flexible and robust to the user's configuration. This requires that the pkg-config autoconf macros pkg.m4 are included in aclocal.m4. This requires autoconf and aclocal from autoconf and automake, respectively.
* add glw.pc.in to tarball list, remove from DEPEND_FILESBrian2007-11-121-1/+1
|
* added catamount-osmesa-pgi configAlex Neundorf2007-10-241-0/+1
|
* add directfb glut sources to tarballBrian2007-10-231-0/+3
|
* fixes for bluegene-xlc-osmesa configBrian2007-09-201-0/+1
|
* added .pc.in files to tarballsBrian2007-09-131-0/+4
|
* remove SHELL line, replace -e test with new logic (Daniel Stone)Brian2007-08-071-3/+1
|
* fix missing backslashBrian2007-08-021-1/+1
|
* added bluegene-osmesaBrian2007-08-021-0/+1
|
* added sunos5-v9-cc-g++ configBrian2007-07-311-0/+3
|
* Fix a number of MINGW32 issuesZhang2007-07-211-0/+1
|
* remove VC6/VC7 project files until updatedBrian2007-07-211-11/+0
|
* add fbdev/ to DEMO_FILESBrian2007-07-041-0/+2
|
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-4/+4
|
* Tweak the shell scripting for descending into and building subdirs.Brian2007-05-091-3/+10
| | | | | | | | | | | | | | In general, use this: @for dir in $(SUBDIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE)) || exit 1; \ fi \ done Basically, silently skip missing subdirs but generate an error and stop if there's a compilation or install problem. This was done inconsistantly before. In once case, a missing subdir was causing us to go into an infinte loop!
* add *gc, *syn files to tarballsBrian2007-05-021-0/+3
|
* Version bumps for 7.0Brian2007-04-271-4/+4
|
* remove rc4 suffixBrian2007-04-271-4/+4
|
* RC4mesa_6_5_3_rc4Brian2007-04-251-4/+4
|
* fix typomesa_6_5_3_rc3Brian2007-04-241-1/+1
|
* added missing VC8 .sln filesBrian2007-04-241-0/+2
|
* added new VC* files, bump version to rc3Brian2007-04-241-5/+12
|
* prep for 6.5.3 rc2Brian2007-04-211-4/+4
|
* add progs/glsl/ to DEMO_FILES, s/pre/rc1/Brian2007-04-181-4/+7
|
* set version for tarballs to 6.5.3pre for nowRichard Hughes2007-04-071-4/+4
|
* remove array_cache/, add vbo/Richard Hughes2007-04-071-3/+2
|
* added linux-dri-debugBrian2007-02-231-0/+1
|
* remove directfbgl.h filemesa_6_5_2Brian Paul2006-12-021-1/+0
|
* fix typoBrian Paul2006-11-231-1/+1
|
* added new 'sources' file to tarball (might not get used though)Brian Paul2006-11-201-0/+12
|
* add minstall script to MAIN_FILES (bug 8720)Brian Paul2006-10-221-0/+1
|
* bump version to 6.5.2Brian Paul2006-09-211-4/+4
|
* remove VERSIONS from tarballsBrian Paul2006-08-311-1/+0
|
* omit installmesa script from tarballsBrian Paul2006-08-281-1/+0
|
* added glut/mini/ sources to glut tarballBrian Paul2006-08-241-0/+1
|
* update glut fbdev sources listBrian Paul2006-08-231-2/+1
|
* Added a check to prevent rebuilding Mesa with a different configurationBrian Paul2006-08-031-0/+4
| | | | without first doing 'make realclean'.
* added glut fbdev filesBrian Paul2006-07-311-0/+3
|
* added linux-osmesaBrian Paul2006-07-041-0/+1
|
* added src/glx/x11/depend to DEPEND_FILESBrian Paul2006-06-281-0/+1
|
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-2/+3
|
* added solaris-x86-gcc-staticBrian Paul2006-05-171-0/+1
|
* add new configs (Dan Schikore)Brian Paul2006-04-131-0/+12
|
* added sunos5-64-gcc (bug 6484)Brian Paul2006-04-071-0/+1
|