start the GLcore build system

This commit is contained in:
Adam Jackson 2005-07-16 00:51:14 +00:00
commit 6ce3743948
9 changed files with 165 additions and 0 deletions

9
GL/mesa/X/Makefile.am Normal file
View file

@ -0,0 +1,9 @@
noinst_LTLIBRARIES = libX.la
libX_la_SOURCES = xf86glx.c \
xf86glx_util.c \
xm_api.c \
xm_dd.c \
xm_line.c \
xm_span.c \
xm_tri.c