xserver-multidpi/GL/mesa/X/Makefile.am

34 lines
866 B
Makefile
Raw Normal View History

2005-07-16 02:51:14 +02:00
noinst_LTLIBRARIES = libX.la
INCLUDES = -I@MESA_SOURCE@/include \
-I../X \
-I../glapi \
-I../main \
-I../math \
-I../shader \
-I../swrast \
-I../swrast_setup \
-I../tnl \
-I.. \
-I../../glx \
2005-07-16 06:13:33 +02:00
-I$(top_srcdir)/GL/glx \
-I$(top_srcdir)/GL/include \
-I$(top_srcdir)/hw/xfree86/os-support
2005-07-16 06:13:33 +02:00
# -DXFree86Server is required because the X11 driver in Mesa thinks that
# symbol means "being built in the server"
AM_CFLAGS = \
$(DIX_CFLAGS) \
-DXFree86Server \
@GLX_DEFINES@
2005-07-16 06:13:33 +02:00
nodist_libX_la_SOURCES = \
2005-07-16 02:51:14 +02:00
xm_api.c \
xm_buffer.c \
2005-07-16 02:51:14 +02:00
xm_dd.c \
xm_image.c \
2005-07-16 02:51:14 +02:00
xm_line.c \
xm_span.c \
xm_tri.c \
drivers/common/driverfuncs.c