Refactor installation targets
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 7 May 2008 14:48:29 +0000 (07:48 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 7 May 2008 14:48:29 +0000 (07:48 -0700)
commite8c2b9967f22a672753b2662f7858734ec328b06
treeef09f054cfc6fe7d2752a69b2019b8fe77d624ce
parentec813878e4889be97535cf01bd2b49fd09467a47
Refactor installation targets

Currently, there is a single path in src/mesa/Makefile to install that
has a few conditionals in it. This commit changes install to act like
default where we loop over $(DRIVER_DIRS), deciding what to do.

A new target, install-headers, has been broken out to accomodate
installing a standalone OSMesa where neither libGL or gl.pc are wanted.
src/mesa/Makefile