Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -2/+2 |
| | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | ||||
* | use ASM_API variable, bug 4415 | Brian Paul | 2005-09-12 | 1 | -1/+2 |
| | |||||
* | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | 2005-07-02 | 1 | -0/+1 |
| | | | | | | is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer. | ||||
* | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt | 2005-05-28 | 1 | -0/+8 |
EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES. |