OSDN Git Service

egl/main: Convert to automake.
authorEric Anholt <eric@anholt.net>
Sun, 5 Feb 2012 09:46:13 +0000 (10:46 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 29 Feb 2012 19:52:40 +0000 (11:52 -0800)
commit88612029f6ce9d2717220a0ef31bfe71a8c85529
treed86254fa4af549ab8850c39d07b929ea6cb82fd2
parent28d92eff73a0821e7a73b04d3f50e715850dc5e9
egl/main: Convert to automake.

The drivers/ walk-through-subdirs makefile is converted as well so I
didn't need to keep EGL_DRIVERS_DIRS along with the per-driver
HAVE_EGL_DRIVER_WHATEVER.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
14 files changed:
configs/autoconf.in
configs/default
configs/linux-dri
configs/linux-opengl-es
configure.ac
src/egl/drivers/.gitignore [new file with mode: 0644]
src/egl/drivers/Makefile [deleted file]
src/egl/drivers/Makefile.am [new file with mode: 0644]
src/egl/drivers/Makefile.template
src/egl/main/.gitignore [new file with mode: 0644]
src/egl/main/Makefile [deleted file]
src/egl/main/Makefile.am [new file with mode: 0644]
src/egl/main/egl.pc.in
src/egl/main/egllog.c