X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=Makefile.am;fp=Makefile.am;h=0000000000000000000000000000000000000000;hb=54cd8267e836b5c76989ef42284e1531dc406c17;hp=f5cfa0b6c782625f01daf269980dabdf8883964a;hpb=de9346e9b6426cb73d72c9812e871b8f8a042fc8;p=glmemperf diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index f5cfa0b..0000000 --- a/Makefile.am +++ /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