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