f5cfa0b6c782625f01daf269980dabdf8883964a
[glmemperf] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = data debian
3
4 LDFLAGS=${X_LIBS} ${OSSO_LIBS}
5 CFLAGS=${X_CFLAGS} ${X_CLAGS} -Wall -g -O3 -DSUPPORT_X11 -DPREFIX=\"$(prefix)\"
6 CXXFLAGS=${X_CFLAGS} ${OSSO_CFLAGS} -Wall -g -O3 -DSUPPORT_X11 -DPREFIX=\"$(prefix)\"
7
8 bin_PROGRAMS = glmemperf
9 glmemperf_SOURCES = \
10     glmemperf.cpp \
11     native_x11.c \
12     util.cpp \
13     test.cpp \
14     cleartest.cpp \
15     blittest.cpp \
16     pixmapblittest.cpp \
17     fboblittest.cpp \
18     shaderblittest.cpp \
19     cpuinterleavingtest.cpp
20
21 noinst_HEADERS = \
22     blittest.h \
23     cleartest.h \
24     cpuinterleavingtest.h \
25     fboblittest.h \
26     native.h \
27     pixmapblittest.h \
28     shaderblittest.h \
29     test.h \
30     util.h