2013-04-27 22:22:24 -04:00
|
|
|
SUBDIRS = deps test-fixtures
|
|
|
|
|
|
|
|
# Until we can bump the cogl soname cogl-path is built as
|
|
|
|
# a noinst_LTLIBRARY and linked into libcogl.so so it needs
|
|
|
|
# to be built before cogl...
|
|
|
|
if BUILD_COGL_PATH
|
|
|
|
SUBDIRS += cogl-path
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS += cogl
|
2011-05-05 16:39:40 -04:00
|
|
|
|
|
|
|
if BUILD_COGL_PANGO
|
2011-05-05 17:04:07 -04:00
|
|
|
SUBDIRS += cogl-pango
|
2011-05-05 16:39:40 -04:00
|
|
|
endif
|
2011-02-09 21:32:11 -05:00
|
|
|
|
2012-03-23 21:41:48 -04:00
|
|
|
if BUILD_COGL_GLES2
|
|
|
|
SUBDIRS += cogl-gles2
|
|
|
|
endif
|
|
|
|
|
2013-02-22 09:56:05 -05:00
|
|
|
if BUILD_COGL_GST
|
|
|
|
SUBDIRS += cogl-gst
|
|
|
|
endif
|
|
|
|
|
2013-04-27 22:22:24 -04:00
|
|
|
SUBDIRS += tests examples doc po build
|
2011-05-06 13:21:00 -04:00
|
|
|
|
2011-02-09 21:32:11 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
2011-05-06 07:26:15 -04:00
|
|
|
|
2011-06-13 08:09:47 -04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.in \
|
2011-05-12 05:06:32 -04:00
|
|
|
config-custom.h \
|
|
|
|
config.h.win32 \
|
|
|
|
config.h.win32.in
|
2011-06-08 09:34:00 -04:00
|
|
|
|
|
|
|
# .changelog expects these to be initializes
|
|
|
|
CLEANFILES=
|
|
|
|
DISTCLEANFILES=
|
|
|
|
|
2011-07-20 11:37:42 -04: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 18:31:04 -05:00
|
|
|
--enable-wayland-egl-platform \
|
|
|
|
--enable-glx \
|
2013-02-22 09:56:05 -05:00
|
|
|
--enable-wayland-egl-server \
|
|
|
|
--enable-cogl-gst
|
2011-06-14 09:52:08 -04:00
|
|
|
|
2011-06-08 09:34:00 -04:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|