repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
GL
/
mesa
/
shader
/
grammar
/
Makefile.am
blob
332c8e952032c5eedc8f9f5f4ad65a8a222f436a
1
noinst_LTLIBRARIES = libgrammar.la
2
3
AM_CFLAGS = \
4
$(DIX_CFLAGS) \
5
-DXFree86Server \
6
@GLX_DEFINES@
7
8
INCLUDES = -I@MESA_SOURCE@/include \
9
-I../../X \
10
-I../../glapi \
11
-I../../main \
12
-I../../math \
13
-I../../shader \
14
-I../../swrast \
15
-I../../swrast_setup \
16
-I../../tnl \
17
-I../.. \
18
-I$(top_srcdir)/hw/xfree86/os-support
19
20
nodist_libgrammar_la_SOURCES = grammar_mesa.c