2008-04-25 09:37:36 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
|
2008-10-30 12:37:55 -04:00
|
|
|
libclutterinclude_HEADERS = \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-defines-gles.h \
|
2008-10-30 12:50:07 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-color.h \
|
2008-11-12 08:57:58 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-deprecated.h \
|
2008-10-30 13:25:00 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-fixed.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-offscreen.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-path.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-shader.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-texture.h \
|
2008-11-12 07:08:44 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-types.h \
|
2009-01-23 10:23:49 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-vertex-buffer.h \
|
2009-01-06 10:53:35 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-material.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-matrix.h
|
2007-03-27 17:09:11 -04:00
|
|
|
|
|
|
|
INCLUDES = \
|
2008-04-25 09:37:36 -04:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
2007-03-27 17:09:11 -04:00
|
|
|
-I$(top_srcdir)/clutter/cogl \
|
2008-04-25 09:37:36 -04:00
|
|
|
-I$(top_srcdir)/clutter/cogl/common \
|
|
|
|
-I$(top_srcdir)/clutter/cogl/$(CLUTTER_COGL) \
|
|
|
|
-I$(top_builddir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter/cogl \
|
2009-01-12 06:21:06 -05:00
|
|
|
-DG_LOG_DOMAIN=\"Cogl-GLES\" \
|
2008-10-30 13:04:34 -04:00
|
|
|
-DCLUTTER_COMPILATION \
|
2008-04-25 09:37:36 -04:00
|
|
|
$(CLUTTER_CFLAGS) \
|
|
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
2009-01-23 08:09:51 -05:00
|
|
|
$(MAINTAINER_CFLAGS) \
|
2007-03-27 17:09:11 -04:00
|
|
|
$(GCC_FLAGS)
|
|
|
|
|
2008-04-09 10:18:42 -04:00
|
|
|
LDADD = $(CLUTTER_LIBS)
|
2007-03-27 17:09:11 -04:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libclutter-cogl.la
|
|
|
|
|
2008-04-25 09:37:36 -04:00
|
|
|
libclutter_cogl_la_SOURCES = \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl.h \
|
2008-04-28 12:57:44 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-defines-gles.h \
|
2008-10-30 12:50:07 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-color.h \
|
2008-11-12 08:57:58 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-deprecated.h \
|
2008-10-30 12:37:55 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-fixed.h \
|
2008-10-30 13:25:00 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-offscreen.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-path.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-shader.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-texture.h \
|
2008-11-03 18:58:13 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-types.h \
|
2008-04-25 09:37:36 -04:00
|
|
|
cogl-internal.h \
|
2008-10-30 13:25:00 -04:00
|
|
|
cogl-texture-private.h \
|
2008-04-25 09:37:36 -04:00
|
|
|
cogl-fbo.h \
|
|
|
|
cogl-context.h \
|
|
|
|
cogl.c \
|
|
|
|
cogl-primitives.c \
|
|
|
|
cogl-texture.c \
|
|
|
|
cogl-fbo.c \
|
2008-05-27 13:42:50 -04:00
|
|
|
cogl-context.c \
|
2008-06-02 06:58:57 -04:00
|
|
|
cogl-gles2-wrapper.h \
|
|
|
|
cogl-program.h \
|
|
|
|
cogl-program.c \
|
2008-10-30 13:25:00 -04:00
|
|
|
cogl-shader-private.h \
|
2008-06-02 06:58:57 -04:00
|
|
|
cogl-shader.c
|
2008-04-25 09:37:36 -04:00
|
|
|
|
2008-05-27 13:42:50 -04:00
|
|
|
if USE_GLES2_WRAPPER
|
|
|
|
libclutter_cogl_la_SOURCES += \
|
|
|
|
cogl-gles2-wrapper.c \
|
|
|
|
cogl-fixed-vertex-shader.h \
|
|
|
|
cogl-fixed-vertex-shader.c \
|
|
|
|
cogl-fixed-fragment-shader.h \
|
|
|
|
cogl-fixed-fragment-shader.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
EXTRA_DIST = cogl-defines.h.in \
|
|
|
|
stringify.sh \
|
|
|
|
cogl-fixed-vertex-shader.glsl \
|
|
|
|
cogl-fixed-fragment-shader.glsl
|
2008-04-28 12:57:44 -04:00
|
|
|
|
2008-11-03 18:58:13 -05:00
|
|
|
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
2008-05-27 13:42:50 -04:00
|
|
|
|
2008-05-28 09:17:03 -04:00
|
|
|
.glsl.h :
|
2008-05-27 13:42:50 -04:00
|
|
|
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh -h $<
|
|
|
|
|
2008-05-28 09:17:03 -04:00
|
|
|
.glsl.c :
|
2008-05-27 13:42:50 -04:00
|
|
|
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh $<
|
|
|
|
|
|
|
|
cogl-gles2-wrapper.lo : cogl-fixed-vertex-shader.h cogl-fixed-fragment-shader.h
|