core: add support for the autoverbose feature
[fbsplash.git] / core / misc / Makefile.am
blob08fa3ccbe00b2d5df6a2727884be6c62ba2e5f82
1 if CONFIG_MISC
2 noinst_SCRIPTS  = avg.sh
3 noinst_PROGRAMS = benchmark blittest inputtest splashtest
4 endif
6 EXTRA_DIST              = avg.sh
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
13 blittest_LDADD     =
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
19 clean-local:
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.
23         @rm -rf .libs _libs