2007-07-06 14:08:03 +00:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
|
|
|
libclutterinclude_HEADERS = clutter-eglx.h
|
2007-03-22 18:21:59 +00:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
2008-10-30 17:04:34 +00:00
|
|
|
-DCLUTTER_COMPILATION \
|
2007-03-22 18:21:59 +00:00
|
|
|
-I$(top_srcdir) \
|
2008-05-19 14:21:24 +00:00
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_srcdir)/clutter/x11 \
|
|
|
|
-I$(top_builddir)/clutter \
|
2007-03-22 18:21:59 +00:00
|
|
|
$(CLUTTER_CFLAGS) \
|
|
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
|
|
$(GCC_FLAGS)
|
|
|
|
|
2008-05-19 14:21:24 +00:00
|
|
|
LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
2007-03-22 18:21:59 +00:00
|
|
|
|
2007-07-06 13:56:01 +00:00
|
|
|
noinst_LTLIBRARIES = libclutter-eglx.la
|
2007-03-22 18:21:59 +00:00
|
|
|
|
2008-07-17 11:17:32 +00:00
|
|
|
libclutter_eglx_la_DEPENDENCIES = \
|
2008-06-30 15:58:25 +00:00
|
|
|
$(top_builddir)/clutter/x11/libclutter-x11.la
|
|
|
|
|
2007-07-06 13:56:01 +00:00
|
|
|
libclutter_eglx_la_SOURCES = \
|
2007-03-22 18:21:59 +00:00
|
|
|
clutter-backend-egl.h \
|
|
|
|
clutter-backend-egl.c \
|
|
|
|
clutter-stage-egl.h \
|
2007-07-06 14:08:03 +00:00
|
|
|
clutter-stage-egl.c \
|
2008-05-27 17:42:50 +00:00
|
|
|
clutter-eglx.h \
|
|
|
|
clutter-egl-headers.h
|