mapi: Workaround a bug in makedepend.
authorChia-I Wu <olv@lunarg.com>
Sat, 29 Jan 2011 11:06:27 +0000 (19:06 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 29 Jan 2011 11:22:54 +0000 (19:22 +0800)
commitb825e4955243b8ecb57e58afafd8b2286fdd4369
treeb9b8d5d3f7d2ff1855174f31a5068beddb91ca24
parent2a456dc123e8263de8e4666890a34f403faa9a39
mapi: Workaround a bug in makedepend.

makedepend would crash when a source includes a header indirectly, such
as

  #define HEADER "some-header.h"
  #include HEADER

Do not define HEADER (makedepend would detects this as an incomplete
include) and add the dependency manually in the Makefile.

This should hopefully fix bug #33374.
src/mapi/es1api/Makefile
src/mapi/glapi/Makefile
src/mapi/shared-glapi/Makefile
src/mapi/vgapi/Makefile