2009-08-14 08:08:17 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
2008-04-04 09:20:02 -04:00
|
|
|
libclutterinclude_HEADERS = clutter-egl.h
|
2007-07-06 09:56:01 -04:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
2008-10-30 13:04:34 -04:00
|
|
|
-DCLUTTER_COMPILATION \
|
2007-07-06 09:56:01 -04:00
|
|
|
-I$(top_srcdir) \
|
2009-03-09 08:28:22 -04:00
|
|
|
-I$(top_srcdir)/clutter \
|
2009-08-14 08:08:17 -04:00
|
|
|
-I$(top_builddir)/clutter
|
2007-07-06 09:56:01 -04:00
|
|
|
|
2009-08-14 08:08:17 -04:00
|
|
|
common_ldadd = $(CLUTTER_LIBS)
|
2007-07-06 09:56:01 -04: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 10:21:22 -04:00
|
|
|
clutter-stage-egl.c \
|
|
|
|
clutter-egl-headers.h
|
2009-08-14 08:08:17 -04:00
|
|
|
libclutter_eglnative_la_CPPFLAGS = $(CLUTTER_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS)
|
|
|
|
libclutter_eglnative_la_LIBADD = $(common_ldadd)
|