Make osdemos linking like other programs
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 6 Dec 2007 04:34:59 +0000 (20:34 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 7 Dec 2007 22:10:27 +0000 (14:10 -0800)
commitf1efacb92b4c7e52f5f060a655a2dacfdddac44b
treefa63e406c03cc4e55e7e24bbd43990bac198d11d
parent6aaf9bdd418e11d5ccb76a6ab85a8df36b0c8804
Make osdemos linking like other programs

Most of the programs list their dependencies on the Mesa libraries in
their Makefiles. This works with the default configuration where
APP_LIB_DEPS only lists external libraries. This changes the
linux-osmesa configs and the osdemos Makefile to follow that convention.

Some cleanup of the Makefile is also added to refer to the GL libraries
through the existing variables rather than hardcoding their names.
configs/linux-osmesa
configs/linux-osmesa16
configs/linux-osmesa16-static
configs/linux-osmesa32
progs/osdemos/Makefile