diff options
author | Jon TURNEY <[email protected]> | 2012-06-29 18:09:37 +0100 |
---|---|---|
committer | Jon TURNEY <[email protected]> | 2012-07-13 12:44:07 +0100 |
commit | b2a37e242ea60fde6d616814a30b89325875d0df (patch) | |
tree | e1b3080f675b836e6d8eab38259f0354accb788e /src/mapi/glapi/.gitignore | |
parent | 1e48dfeee6007b87b45cb3817aa375aa46e9c249 (diff) |
automake: convert libglapi
* "configure substitutions are not allowed in _SOURCES variables" in automake,
so remove the AC_SUBST'ed GLAPI_ASM_SOURCES and instead use some AM_CONDITIONALS
to choose which asm sources are used
* Change GLAPI_LIB to point to the .la file in other Makefile.am files, and make a link
to the .a file for the convenience of other Makefiles which have not yet been converted
to automake
v2:
- Use AM_CPPFLAGS for cleaner build output
- EXTRA_SOURCES is not needed
- Remove libglapi.a compatibility link on clean
Signed-off-by: Jon TURNEY <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi/glapi/.gitignore')
-rw-r--r-- | src/mapi/glapi/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/.gitignore b/src/mapi/glapi/.gitignore index ecae56a3f3f..25d3dfdcf8f 100644 --- a/src/mapi/glapi/.gitignore +++ b/src/mapi/glapi/.gitignore @@ -7,3 +7,4 @@ glapi_x86.S glapitable.h glapitemp.h glprocs.h +\Makefile |