2016-04-11 17:52:46 +02:00
|
|
|
SUBDIRS = test-fixtures
|
2013-04-28 03:22:24 +01:00
|
|
|
|
2013-11-27 21:02:03 +00:00
|
|
|
SUBDIRS += cogl
|
|
|
|
|
2013-04-28 03:22:24 +01:00
|
|
|
if BUILD_COGL_PATH
|
|
|
|
SUBDIRS += cogl-path
|
|
|
|
endif
|
|
|
|
|
2011-05-05 21:39:40 +01:00
|
|
|
if BUILD_COGL_PANGO
|
2011-05-05 22:04:07 +01:00
|
|
|
SUBDIRS += cogl-pango
|
2011-05-05 21:39:40 +01: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
|
|
|
|
|
2016-04-11 17:06:57 +02:00
|
|
|
SUBDIRS += tests
|
2011-05-06 18:21:00 +01:00
|
|
|
|
2011-02-10 02:32:11 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
2011-05-06 12:26:15 +01:00
|
|
|
|
2011-06-13 13:09:47 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.in \
|
2016-01-12 16:44:14 -05:00
|
|
|
config-custom.h
|
2011-06-08 14:34:00 +01:00
|
|
|
|
|
|
|
# .changelog expects these to be initializes
|
|
|
|
CLEANFILES=
|
|
|
|
DISTCLEANFILES=
|
|
|
|
|
2011-07-20 16:37:42 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
|
|
--enable-maintainer-flags \
|
|
|
|
--enable-profile \
|
|
|
|
--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 14:52:08 +01:00
|
|
|
|
2011-06-08 14:34:00 +01:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|