Initial import
[glmemperf] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..f5cfa0b
--- /dev/null
@@ -0,0 +1,30 @@
+AUTOMAKE_OPTIONS = foreign
+SUBDIRS = data debian
+
+LDFLAGS=${X_LIBS} ${OSSO_LIBS}
+CFLAGS=${X_CFLAGS} ${X_CLAGS} -Wall -g -O3 -DSUPPORT_X11 -DPREFIX=\"$(prefix)\"
+CXXFLAGS=${X_CFLAGS} ${OSSO_CFLAGS} -Wall -g -O3 -DSUPPORT_X11 -DPREFIX=\"$(prefix)\"
+
+bin_PROGRAMS = glmemperf
+glmemperf_SOURCES = \
+    glmemperf.cpp \
+    native_x11.c \
+    util.cpp \
+    test.cpp \
+    cleartest.cpp \
+    blittest.cpp \
+    pixmapblittest.cpp \
+    fboblittest.cpp \
+    shaderblittest.cpp \
+    cpuinterleavingtest.cpp
+
+noinst_HEADERS = \
+    blittest.h \
+    cleartest.h \
+    cpuinterleavingtest.h \
+    fboblittest.h \
+    native.h \
+    pixmapblittest.h \
+    shaderblittest.h \
+    test.h \
+    util.h