repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
external
/
bsd
/
drm
/
dist
/
tests
/
modetest
/
Makefile.am
blob
860fe0643dfb8bfba3807d5a194222f956d936a4
1
AM_CFLAGS = \
2
-I$(top_srcdir)/shared-core \
3
-I$(top_srcdir)/libdrm/intel/ \
4
-I$(top_srcdir)/libdrm \
5
$(CAIRO_CFLAGS)
6
7
noinst_PROGRAMS = \
8
modetest
9
10
modetest_SOURCES = \
11
modetest.c
12
modetest_LDADD = \
13
$(top_builddir)/libdrm/libdrm.la \
14
$(top_builddir)/libdrm/intel/libdrm_intel.la \
15
$(CAIRO_LIBS)