Fix bug in _cairo_gl_has_extension
[platform/core/graphics/cairo.git] / Makefile.am
1 include $(top_srcdir)/build/Makefile.am.common
2
3 EXTRA_DIST += \
4         KNOWN_ISSUES \
5         README.win32 \
6         Makefile.win32 \
7         build/Makefile.win32.common \
8         build/Makefile.win32.inform \
9         build/Makefile.win32.features \
10         build/Makefile.win32.features-h \
11         $(NULL)
12 #MAINTAINERCLEANFILES += \
13 #       $(srcdir)/build/Makefile.win32.features \
14 #       $(srcdir)/build/Makefile.win32.features-h \
15 #       $(NULL)
16
17 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
18
19 #DIST_SUBDIRS = src doc util boilerplate test perf
20 #SUBDIRS = src doc util
21 DIST_SUBDIRS = src util
22 SUBDIRS = src util
23 # libpng is required for our test programs
24 if CAIRO_HAS_PNG_FUNCTIONS
25 #SUBDIRS += boilerplate test perf
26 endif
27
28 configure: cairo-version.h
29
30 #doc:
31 #       cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
32 #test retest recheck: all
33 #       cd test && $(MAKE) $(AM_MAKEFLAGS) $@
34 #perf: all
35 #       cd perf && $(MAKE) $(AM_MAKEFLAGS) $@
36 #check-valgrind: all
37 #       cd test && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
38 #       cd perf && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
39 #.PHONY: doc test retest recheck perf check-valgrind
40
41
42 EXTRA_DIST += \
43         AUTHORS \
44         BIBLIOGRAPHY \
45         BUGS \
46         CODING_STYLE \
47         COPYING \
48         COPYING-LGPL-2.1 \
49         COPYING-MPL-1.1 \
50         HACKING \
51         INSTALL \
52         NEWS \
53         PORTING_GUIDE \
54         README \
55         RELEASING \
56         autogen.sh \
57         cairo-version.h \
58         $(NULL)
59
60 DISTCLEANFILES += config.cache
61
62 MAINTAINERCLEANFILES += \
63         $(srcdir)/aclocal.m4 \
64         $(srcdir)/autoscan.log \
65         $(srcdir)/build/compile \
66         $(srcdir)/build/config.guess \
67         $(srcdir)/build/config.sub \
68         $(srcdir)/build/depcomp \
69         $(srcdir)/build/install-sh \
70         $(srcdir)/build/ltmain.sh \
71         $(srcdir)/build/missing \
72         $(srcdir)/build/mkinstalldirs \
73         $(srcdir)/config.h.in \
74         $(srcdir)/configure.scan \
75         $(NULL)
76
77 DISTCHECK_CONFIGURE_FLAGS = \
78         --enable-gtk-doc \
79         --enable-test-surfaces \
80         --enable-full-testing \
81         $(NULL)
82
83 include $(srcdir)/build/Makefile.am.changelog
84 include $(srcdir)/build/Makefile.am.releasing
85 include $(srcdir)/build/Makefile.am.analysis