2013-04-28 02:22:24 +00:00
|
|
|
SUBDIRS = deps test-fixtures
|
|
|
|
|
2013-11-27 21:02:03 +00:00
|
|
|
SUBDIRS += cogl
|
|
|
|
|
2013-04-28 02:22:24 +00:00
|
|
|
if BUILD_COGL_PATH
|
|
|
|
SUBDIRS += cogl-path
|
|
|
|
endif
|
|
|
|
|
2011-05-05 20:39:40 +00:00
|
|
|
if BUILD_COGL_PANGO
|
2011-05-05 21:04:07 +00:00
|
|
|
SUBDIRS += cogl-pango
|
2011-05-05 20:39:40 +00:00
|
|
|
endif
|
2011-02-10 02:32:11 +00:00
|
|
|
|
2012-03-24 01:41:48 +00:00
|
|
|
if BUILD_COGL_GLES2
|
|
|
|
SUBDIRS += cogl-gles2
|
|
|
|
endif
|
|
|
|
|
2013-02-22 14:56:05 +00:00
|
|
|
if BUILD_COGL_GST
|
|
|
|
SUBDIRS += cogl-gst
|
|
|
|
endif
|
|
|
|
|
2013-04-28 02:22:24 +00:00
|
|
|
SUBDIRS += tests examples doc po build
|
2011-05-06 17:21:00 +00:00
|
|
|
|
2011-02-10 02:32:11 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
2011-05-06 11:26:15 +00:00
|
|
|
|
2011-06-13 12:09:47 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.in \
|
2011-05-12 09:06:32 +00:00
|
|
|
config-custom.h \
|
|
|
|
config.h.win32 \
|
|
|
|
config.h.win32.in
|
2011-06-08 13:34:00 +00:00
|
|
|
|
|
|
|
# .changelog expects these to be initializes
|
|
|
|
CLEANFILES=
|
|
|
|
DISTCLEANFILES=
|
|
|
|
|
2011-07-20 15:37:42 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--enable-maintainer-flags \
|
|
|
|
--enable-profile \
|
|
|
|
--enable-gles1 \
|
|
|
|
--enable-gles2 \
|
|
|
|
--enable-gl \
|
|
|
|
--enable-xlib-egl-platform \
|
2012-03-05 23:31:04 +00:00
|
|
|
--enable-wayland-egl-platform \
|
|
|
|
--enable-glx \
|
2013-02-22 14:56:05 +00:00
|
|
|
--enable-wayland-egl-server \
|
|
|
|
--enable-cogl-gst
|
2011-06-14 13:52:08 +00:00
|
|
|
|
2011-06-08 13:34:00 +00:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|