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/DirectFB/Makefile.am | 60 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 Source/DirectFB/Makefile.am (limited to 'Source/DirectFB/Makefile.am') diff --git a/Source/DirectFB/Makefile.am b/Source/DirectFB/Makefile.am new file mode 100755 index 0000000..0682648 --- /dev/null +++ b/Source/DirectFB/Makefile.am @@ -0,0 +1,60 @@ +## Makefile.am for DirectFB + +ACLOCAL_AMFLAGS = -I m4 + +if HAVE_LINUX +LINUXONLY_DIRS = inputdrivers gfxdrivers +endif + +if BUILD_TOOLS +TOOLS_DIR = tools +endif + +if BUILD_TESTS +TESTS_DIR = tests +endif + +if ENABLE_VOODOO +PROXY_DIR = proxy +endif + +SUBDIRS = \ + data \ + docs \ + include \ + lib \ + src \ + systems \ + $(TOOLS_DIR) \ + wm \ + interfaces \ + $(PROXY_DIR) \ + $(LINUXONLY_DIRS) \ + $(TESTS_DIR) \ + patches \ + rules + +bin_SCRIPTS = directfb-config + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = directfb.pc directfb-internal.pc + +EXTRA_DIST = \ + autogen.sh \ + fb.modes \ + directfb.spec.in \ + directfb.spec + + +## Some special rules that may be useful ... + +# Generate the HTML API documentation: +html: + make -C docs/html + +# Compile the directfb-csource utility: +directfb-csource: + make -C tools directfb-csource + + +.PHONY: html directfb-csource -- cgit