Dan Nicholson
9ef1d9f03a
simplify APP_LIB_DEPS (patch 2/3)
18 年之前
Dan Nicholson
2a3e33865d
add support for LDFLAGS env var
18 年之前
Brian
c128c3ce8c
master/trunk is now for Mesa 7.1 devel: bump versions
18 年之前
Brian
e371a5f084
Version bumps for 7.0
18 年之前
Brian
5dba996dba
add glsl to PROGRAM_DIRS
18 年之前
Brian
20d85c609a
bump version to 6.5.3 to match version.h
18 年之前
Brian Paul
79b5d3e539
remove some debug/test changes
19 年之前
Brian Paul
464fcd0dd8
New bin/minstall script - a minimal replacement for 'install'.
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
19 年之前
Brian Paul
4af404038c
bump version to 6.5.2
19 年之前
Brian Paul
2216aac8ea
comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
19 年之前
Brian Paul
459db7bd72
bump MESA_TINY to 1
19 年之前
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
19 年之前
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
19 年之前
Brian Paul
249160fdfa
update version to 6.5.0
20 年之前
Adam Jackson
8fcd1e0287
Convert libGL and DRI drivers to require libdrm.
libdrm can be had from:
http://people.freedesktop.org/~ajax/libdrm/
20 年之前
Brian Paul
05fe2871e3
Bump version to 6.3.2
20 年之前
Brian Paul
db251d72c8
bump version to 6.3.1
20 年之前
Jon Smirl
78be0b5dad
Put default back to the normal DRM path
20 年之前
Ian Romanick
9204e87b2e
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity
to them.
20 年之前
Brian Paul
f4f1c29597
Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and
include $(TOP)/configs/current in glapi/Makefile so those vars can be
easily overridden by any system config, if needed.
20 年之前
Brian Paul
4417d4cb61
fix error in OSMESA_LIB_NAME line
20 年之前
Brian Paul
cb34c11663
added a comment
20 年之前
Brian Paul
05bbafa01a
use $(*_LIB) in the *_LIB_NAME definitions
20 年之前
Keith Whitwell
fc23672327
Improve the behaviour of the build system wrt depend files.
- 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.
21 年之前
Brian Paul
83fb8c34fb
bump version to 6.3
21 年之前
Brian Paul
c7a24118e2
bump minor version to 2
21 年之前
Brian Paul
d84f09306c
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
21 年之前
Brian Paul
9408fe0c09
remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default
21 年之前
Dave Airlie
d7f76c7c88
try and find the drm in a more likely place
21 年之前
Eric Anholt
2fb5d15ce3
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".
21 年之前
Jon Smirl
c0b0b48e5b
Add DRM_SOURCE_PATH to make system.
Needed for linux-solo to build
21 年之前
Brian Paul
9f4ccd8aa0
use new MKDEP, MKDEP_OPTIONS variables
21 年之前
Brian Paul
533befc8f9
don't try to make GLwMDrawA.c by default since it needs Motif
21 年之前
Brian Paul
f4044955ca
added glw to SRC_DIRS
21 年之前
Brian Paul
a70ad91209
new system configurations
21 年之前