"Initial commit to Gerrit"
[profile/ivi/cogl.git] / Makefile.am
1 SUBDIRS = cogl tests
2
3 if BUILD_COGL_PANGO
4 SUBDIRS += cogl-pango
5 endif
6
7 SUBDIRS += examples doc po build
8
9 ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
10
11 EXTRA_DIST = \
12         README.in \
13         config-custom.h \
14         config.h.win32 \
15         config.h.win32.in
16
17 # .changelog expects these to be initializes
18 CLEANFILES=
19 DISTCLEANFILES=
20
21 DISTCHECK_CONFIGURE_FLAGS = \
22         --enable-gtk-doc \
23         --enable-maintainer-flags \
24         --enable-profile \
25         --enable-gles1 \
26         --enable-gles2 \
27         --enable-gl \
28         --enable-xlib-egl-platform \
29         --enable-wayland-egl-platform \
30         --enable-glx \
31         --enable-wayland-egl-server
32
33 include $(top_srcdir)/build/autotools/Makefile.am.release