2009-08-14 12:08:17 +00:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
2008-04-04 13:20:02 +00:00
|
|
|
libclutterinclude_HEADERS = clutter-egl.h
|
2007-07-06 13:56:01 +00:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
2008-10-30 17:04:34 +00:00
|
|
|
-DCLUTTER_COMPILATION \
|
2007-07-06 13:56:01 +00:00
|
|
|
-I$(top_srcdir) \
|
2009-03-09 12:28:22 +00:00
|
|
|
-I$(top_srcdir)/clutter \
|
2009-08-14 12:08:17 +00:00
|
|
|
-I$(top_builddir)/clutter
|
2007-07-06 13:56:01 +00:00
|
|
|
|
2009-08-14 12:08:17 +00:00
|
|
|
common_ldadd = $(CLUTTER_LIBS)
|
2007-07-06 13:56:01 +00:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libclutter-eglnative.la
|
|
|
|
|
|
|
|
libclutter_eglnative_la_SOURCES = \
|
|
|
|
clutter-backend-egl.h \
|
|
|
|
clutter-backend-egl.c \
|
|
|
|
clutter-event-egl.c \
|
|
|
|
clutter-stage-egl.h \
|
2008-06-06 14:21:22 +00:00
|
|
|
clutter-stage-egl.c \
|
|
|
|
clutter-egl-headers.h
|
2009-08-14 12:08:17 +00:00
|
|
|
libclutter_eglnative_la_CPPFLAGS = $(CLUTTER_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS)
|
|
|
|
libclutter_eglnative_la_LIBADD = $(common_ldadd)
|