2 noinst_SCRIPTS = avg.sh
3 noinst_PROGRAMS = benchmark blittest inputtest splashtest
8 BUILT_SOURCES = $(top_builddir)/src/fbsplash.h
10 benchmark_SOURCES = benchmark.c $(top_builddir)/src/fbsplash.h
11 benchmark_LDADD = $(top_builddir)/src/libfbsplashrender.la $(top_builddir)/src/libfbsplash.la
12 blittest_SOURCES = blittest.c
14 inputtest_SOURCES = inputtest.c $(top_builddir)/src/fbsplash.h
15 inputtest_LDADD = $(top_builddir)/src/libfbsplashrender.la $(top_builddir)/src/libfbsplash.la
16 splashtest_SOURCES = splashtest.c $(top_builddir)/src/fbsplash.h
17 splashtest_LDADD = $(top_builddir)/src/libfbsplashrender.la $(top_builddir)/src/libfbsplash.la
20 @# For some reason automake is not removing this directory
21 @# even though it created it by calling libtool for linking.
22 @# Therefore, perform normal clean-libtool steps.