José Fonseca
|
90b2beb661
|
Simplify makefile boilerplate code.
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
|
vor 17 Jahren |
Dan Nicholson
|
013dbcd611
|
Add -fno-strict-aliasing workaround for Linux GCC targets
Most Linux distros work around aliasing problems in Mesa by compiling
with the GCC option -fno-strict-aliasing. Two examples:
https://bugs.freedesktop.org/show_bug.cgi?id=6046
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311
This makes -fno-strict-aliasing the default with a comment that
developers should consider commenting it out. There is a already a note
about these bugs in docs/helpwanted.html.
|
vor 18 Jahren |
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.
|
vor 19 Jahren |
Brian Paul
|
28569c25f6
|
use ASM_API variable, bug 4415
|
vor 20 Jahren |
Brian Paul
|
d84f09306c
|
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
|
vor 21 Jahren |
Brian Paul
|
9408fe0c09
|
remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default
|
vor 21 Jahren |
Ian Romanick
|
ea93e6d378
|
Don't include glapi_*.S files in DRI / solo builds.
|
vor 21 Jahren |
Daniel Borca
|
d3746ca27e
|
revived linux-glide build process
some small Makefile changes for MinGW & DJGPP
|
vor 21 Jahren |
Brian Paul
|
a70ad91209
|
new system configurations
|
vor 21 Jahren |