opengl: Clean Makefile.am
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 25 Feb 2015 00:01:45 +0000 (19:01 -0500)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:55 +0000 (19:31 +0000)
commitd3c7f20aee13237762b9c7058b1fec3bfa6a7c30
treeee44312c19addc1ae98c663c4bb00f855d49d389
parentc8e43e5581a87a4139d50bcfaffe58c48f215f67
opengl: Clean Makefile.am

+ Split headers from source
+ Remove uneeded AM_CFLAGS, AM_LDFLAGS
+ Always set OBJCFLAGS

Due to the presence of a .m and regardless of the conditional values,
automake will promote the link command to OBJC using OBJCFLAGS. Only
the basic flags (like warnings and optimization) are going to make a
difference though.

This cleanup builds up the makefile with less specific files first
toward more specific file. FLAGS are built with the basic that unused
flags will have empty variable.
ext/gl/Makefile.am