diff options
author | George Sapountzis <[email protected]> | 2010-02-26 04:02:41 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-02-26 04:02:41 +0200 |
commit | 9a4a219d20127378793217da4c10ab865b96e477 (patch) | |
tree | 45d35a8c6a96cfab26d6136be3174e6984fb3af8 /include/GL/Makefile.am | |
parent | 25da8e66f8f9b5a6a20ba95412e80b1f422f48d0 (diff) |
drop header files and demos for dropped window systems
Diffstat (limited to 'include/GL/Makefile.am')
-rw-r--r-- | include/GL/Makefile.am | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am deleted file mode 100644 index a62495766cb..00000000000 --- a/include/GL/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -## Process this file with automake to produce Makefile.in - -GLincludedir = $(includedir)/GL - -INC_GGI = ggimesa.h -INC_OSMESA = osmesa.h -INC_SVGA = svgamesa.h -INC_X11 = glx.h glxext.h glx_mangle.h -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 foomesa.h glut_h.dja mesa_wgl.h mglmesa.h \ - vms_x_fix.h wmesa.h \ - $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT) - -GLinclude_HEADERS = gl.h glext.h gl_mangle.h glu.h glu_mangle.h \ - $(sel_inc_ggi) $(sel_inc_osmesa) $(sel_inc_svga) \ - $(sel_inc_x11) $(sel_inc_glut) -include $(top_srcdir)/common_rules.make |