diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-05-21 13:33:36 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-05-21 13:33:36 -0400 |
commit | c3eb5b80d8cc7ca6a425ccf359718d1ef3d5af55 (patch) | |
tree | 02bedd78921c0950f39cf951dee4dcee7dcde6ae /GL/glx/Makefile.am | |
parent | a8a9b40e554dd0c184866978889a39519afc466a (diff) |
Move GL/glx on level up now that it's the only thing left under GL.
Diffstat (limited to 'GL/glx/Makefile.am')
-rw-r--r-- | GL/glx/Makefile.am | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am deleted file mode 100644 index f62d2ed86..000000000 --- a/GL/glx/Makefile.am +++ /dev/null @@ -1,88 +0,0 @@ -if AIGLX -GLXDRI_LIBRARY = libglxdri.la -endif - -noinst_LTLIBRARIES = libglx.la $(GLXDRI_LIBRARY) - -AM_CFLAGS = \ - @DIX_CFLAGS@ \ - @GL_CFLAGS@ \ - @XLIB_CFLAGS@ \ - @LIBDRM_CFLAGS@ \ - @DRIPROTO_CFLAGS@ \ - -DXFree86Server \ - @GLX_DEFINES@ \ - @GLX_ARCH_DEFINES@ - -# none yet -#sdk_HEADERS = - -INCLUDES = \ - -I$(top_srcdir)/hw/xfree86/os-support \ - -I$(top_srcdir)/hw/xfree86/os-support/bus \ - -I$(top_srcdir)/hw/xfree86/common \ - -I$(top_srcdir)/hw/xfree86/dri \ - -I$(top_srcdir)/hw/xfree86/dri2 \ - -I$(top_srcdir)/mi - -glapi_sources = \ - indirect_dispatch.c \ - indirect_dispatch.h \ - indirect_dispatch_swap.c \ - indirect_reqsize.c \ - indirect_reqsize.h \ - indirect_size.h \ - indirect_size_get.c \ - indirect_size_get.h \ - indirect_table.c \ - dispatch.h \ - glapitable.h \ - glapitemp.h \ - glapi.c \ - glapi.h \ - glthread.c \ - glthread.h - -libglxdri_la_SOURCES = \ - glxdri.c \ - glxdri2.c \ - extension_string.c \ - extension_string.h - -libglx_la_SOURCES = \ - $(indirect_sources) \ - $(glapi_sources) \ - indirect_util.c \ - indirect_util.h \ - indirect_program.c \ - indirect_table.h \ - indirect_texture_compression.c \ - g_disptab.h \ - glxbyteorder.h \ - glxcmds.c \ - glxcmdsswap.c \ - glxcontext.h \ - glxdrawable.h \ - glxext.c \ - glxext.h \ - glxdriswrast.c \ - glxdricommon.c \ - glxscreens.c \ - glxscreens.h \ - glxserver.h \ - glxutil.c \ - glxutil.h \ - render2.c \ - render2swap.c \ - renderpix.c \ - renderpixswap.c \ - rensize.c \ - single2.c \ - single2swap.c \ - singlepix.c \ - singlepixswap.c \ - singlesize.c \ - singlesize.h \ - swap_interval.c \ - unpack.h \ - xfont.c |