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/proxy/requestor/Makefile.am | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 Source/DiVine/proxy/requestor/Makefile.am (limited to 'Source/DiVine/proxy/requestor/Makefile.am') diff --git a/Source/DiVine/proxy/requestor/Makefile.am b/Source/DiVine/proxy/requestor/Makefile.am new file mode 100755 index 0000000..4357df9 --- /dev/null +++ b/Source/DiVine/proxy/requestor/Makefile.am @@ -0,0 +1,34 @@ +## Makefile.am for DiVine/proxy/requestor + +INTERFACES_DIR = $(MODULEDIR)/interfaces + +idivinedir = $(INTERFACES_DIR)/IDiVine + +INCLUDES = \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib \ + -I$(top_srcdir)/proxy/dispatcher \ + $(DIRECTFB_INTERNAL_CFLAGS) \ + -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" + +LIBS = \ + $(top_builddir)/lib/libdivine.la \ + -lvoodoo \ + $(DIRECTFB_LIBS) + + +idivine_LTLIBRARIES = \ + libidivine_requestor.la + +if BUILD_STATIC +idivine_DATA = libidivine_requestor.o +endif + +libidivine_requestor_la_SOURCES = idivine_requestor.c +libidivine_requestor_la_LDFLAGS = -avoid-version -module +libidivine_requestor_la_LIBADDD = $(LIBS) + + +include $(top_srcdir)/rules/libobject.make -- cgit