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 \
|
2009-04-30 13:00:22 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-bitmap.h \
|
2008-10-30 13:25:00 -04:00
|
|
|
$(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 \
|
2009-02-23 07:47:02 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-matrix.h \
|
|
|
|
$(top_builddir)/clutter/cogl/cogl-debug.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-06-15 05:48:56 -04:00
|
|
|
-DG_DISABLE_SINGLE_INCLUDES \
|
2009-01-12 06:21:06 -05:00
|
|
|
-DG_LOG_DOMAIN=\"Cogl-GLES\" \
|
2009-05-14 18:23:00 -04:00
|
|
|
-DCLUTTER_COMPILATION
|
2007-03-27 17:09:11 -04:00
|
|
|
|
2009-05-29 07:50:48 -04:00
|
|
|
noinst_LTLIBRARIES = libclutter-cogl-gles.la
|
2007-03-27 17:09:11 -04:00
|
|
|
|
2009-05-29 07:50:48 -04:00
|
|
|
libclutter_cogl_gles_la_CPPFLAGS = $(CLUTTER_CFLAGS) $(COGL_DEBUG_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS)
|
|
|
|
libclutter_cogl_gles_la_LIBADD = -lm $(CLUTTER_LIBS) $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
|
|
|
libclutter_cogl_gles_la_DEPENDENCIES = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
|
|
|
libclutter_cogl_gles_la_SOURCES = \
|
2008-04-25 09:37:36 -04:00
|
|
|
$(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 \
|
2009-04-30 13:00:22 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-bitmap.h \
|
2008-10-30 13:25:00 -04:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-texture.h \
|
2008-11-03 18:58:13 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-types.h \
|
2009-02-23 07:47:02 -05:00
|
|
|
$(top_builddir)/clutter/cogl/cogl-debug.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
|
2009-05-29 07:50:48 -04:00
|
|
|
libclutter_cogl_gles_la_SOURCES += \
|
2008-05-27 13:42:50 -04:00
|
|
|
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
|
|
|
|
2009-08-19 10:38:25 -04:00
|
|
|
BUILT_SOURCES = \
|
|
|
|
cogl-fixed-vertex-shader.h \
|
|
|
|
cogl-fixed-vertex-shader.c \
|
|
|
|
cogl-fixed-fragment-shader.h \
|
|
|
|
cogl-fixed-fragment-shader.c
|
2008-05-27 13:42:50 -04:00
|
|
|
|
2009-08-19 10:38:25 -04:00
|
|
|
%.h: $(srcdir)/%.glsl
|
|
|
|
/bin/sh $(srcdir)/stringify.sh -h $< > $@
|
|
|
|
%.c: $(srcdir)/%.glsl
|
|
|
|
/bin/sh $(srcdir)/stringify.sh $< > $@
|
2008-05-27 13:42:50 -04:00
|
|
|
|