From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DiVine/examples/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 Source/DiVine/examples/Makefile.am (limited to 'Source/DiVine/examples/Makefile.am') diff --git a/Source/DiVine/examples/Makefile.am b/Source/DiVine/examples/Makefile.am new file mode 100755 index 0000000..7c6ce41 --- /dev/null +++ b/Source/DiVine/examples/Makefile.am @@ -0,0 +1,26 @@ +INCLUDES = \ + -I$(top_srcdir)/include \ + @DIRECTFB_CFLAGS@ + +bin_PROGRAMS = spooky + +noinst_PROGRAMS = divine-test + + +spooky_SOURCES = spooky.c + +spooky_LDADD = \ + $(top_builddir)/lib/libdivine.la \ + -lm + + +divine_test_SOURCES = divine-test.c + +divine_test_LDADD = \ + $(top_builddir)/lib/libdivine.la + +EXTRA_DIST = \ + scroll_circle.spooky \ + scroll_diagonal.spooky \ + scroll_vertical.spooky + -- cgit