additional preprocessor checks for stdint.h, inttypes.h, etc
[mesa.git] / include / GL / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 GLincludedir = $(includedir)/GL
4
5 INC_FX = fxmesa.h
6 INC_GGI = ggimesa.h
7 INC_OSMESA = osmesa.h
8 INC_SVGA = svgamesa.h
9 INC_X11 = glx.h glxext.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
10 INC_GLUT = glut.h glutf90.h
11
12 if HAVE_FX
13 sel_inc_fx = $(INC_FX)
14 endif
15
16 if HAVE_GGI
17 sel_inc_ggi = $(INC_GGI)
18 endif
19
20 if HAVE_OSMESA
21 sel_inc_osmesa = $(INC_OSMESA)
22 endif
23
24 if HAVE_SVGA
25 sel_inc_svga = $(INC_SVGA)
26 endif
27
28 if HAVE_X11
29 sel_inc_x11 = $(INC_X11)
30 endif
31
32 if NEED_GLUT
33 sel_inc_glut = $(INC_GLUT)
34 endif
35
36 EXTRA_HEADERS = amesa.h dosmesa.h foomesa.h glut_h.dja mesa_wgl.h mglmesa.h \
37 vms_x_fix.h wmesa.h \
38 $(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
39
40 GLinclude_HEADERS = gl.h glext.h gl_mangle.h glu.h glu_mangle.h \
41 $(sel_inc_fx) $(sel_inc_ggi) $(sel_inc_osmesa) $(sel_inc_svga) \
42 $(sel_inc_x11) $(sel_inc_glut)
43 include $(top_srcdir)/common_rules.make