2008-11-02 07:58:06 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
GLincludedir = $(includedir)/GL
|
|
|
|
|
|
|
|
INC_GGI = ggimesa.h
|
|
|
|
INC_OSMESA = osmesa.h
|
|
|
|
INC_SVGA = svgamesa.h
|
2009-05-17 14:26:36 -06:00
|
|
|
INC_X11 = glx.h glxext.h glx_mangle.h
|
2008-11-02 07:58:06 -07:00
|
|
|
INC_GLUT = glut.h glutf90.h
|
|
|
|
|
|
|
|
if HAVE_GGI
|
|
|
|
sel_inc_ggi = $(INC_GGI)
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_OSMESA
|
|
|
|
sel_inc_osmesa = $(INC_OSMESA)
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_SVGA
|
|
|
|
sel_inc_svga = $(INC_SVGA)
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_X11
|
|
|
|
sel_inc_x11 = $(INC_X11)
|
|
|
|
endif
|
|
|
|
|
|
|
|
if NEED_GLUT
|
|
|
|
sel_inc_glut = $(INC_GLUT)
|
|
|
|
endif
|
|
|
|
|
|
|
|
EXTRA_HEADERS = amesa.h dosmesa.h foomesa.h glut_h.dja mesa_wgl.h mglmesa.h \
|
|
|
|
vms_x_fix.h wmesa.h \
|
2009-05-17 14:26:36 -06:00
|
|
|
$(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
|
2008-11-02 07:58:06 -07:00
|
|
|
|
|
|
|
GLinclude_HEADERS = gl.h glext.h gl_mangle.h glu.h glu_mangle.h \
|
2009-05-17 14:26:36 -06:00
|
|
|
$(sel_inc_ggi) $(sel_inc_osmesa) $(sel_inc_svga) \
|
2008-11-02 07:58:06 -07:00
|
|
|
$(sel_inc_x11) $(sel_inc_glut)
|
|
|
|
include $(top_srcdir)/common_rules.make
|