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