95e8e22f4142bd444edb9e8b733261a557ae152c
1 #
2 # Copyright (C) 2011 Texas Instruments
3 # Author: Rob Clark <rob.clark@linaro.org>
4 #
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 as published by
7 # the Free Software Foundation.
8 #
9 # This program is distributed in the hope that it will be useful, but WITHOUT
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 # more details.
13 #
14 # You should have received a copy of the GNU General Public License along with
15 # this program. If not, see <http://www.gnu.org/licenses/>.
16 #
18 SUBDIRS = util
19 bin_PROGRAMS = fliptest dmabuftest
21 LDADD_COMMON = @DRM_LIBS@ @X11_LIBS@ util/libutil.la
22 CFLAGS = @DRM_CFLAGS@ @X11_CFLAGS@ @WARN_CFLAGS@ -I$(top_srcdir)/util
24 fliptest_SOURCES = fliptest.c
25 fliptest_LDADD = $(LDADD_COMMON) util/libutil.la
27 dmabuftest_SOURCES = dmabuftest.c
28 dmabuftest_LDADD = $(LDADD_COMMON) util/libutil.la