2011-05-05 23:34:38 +01:00
|
|
|
SUBDIRS = cogl tests
|
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
|
|
|
|
2011-05-12 17:06:32 +08:00
|
|
|
SUBDIRS += examples doc po build
|
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 \
|
2011-05-12 17:06:32 +08:00
|
|
|
config-custom.h \
|
|
|
|
config.h.win32 \
|
|
|
|
config.h.win32.in
|
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-gtk-doc \
|
|
|
|
--enable-maintainer-flags \
|
|
|
|
--enable-profile \
|
|
|
|
--enable-gles1 \
|
|
|
|
--enable-gles2 \
|
|
|
|
--enable-gl \
|
|
|
|
--enable-xlib-egl-platform \
|
|
|
|
--enable-glx
|
2011-06-14 14:52:08 +01:00
|
|
|
|
2011-06-08 14:34:00 +01:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|