NOTE: This project has moved to http://gitorious.org/meego-graphics/glmemperf
[glmemperf] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index f5cfa0b..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-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