Opensource Compliance Issue.
[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 boilerplate
22 SUBDIRS = src util
23 # libpng is required for our test programs
24 if CAIRO_HAS_PNG_FUNCTIONS
25 #SUBDIRS += boilerplate test perf
26 SUBDIRS += boilerplate
27 endif
28
29 configure: cairo-version.h
30
31 #doc:
32 #       cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
33 #test retest recheck: all
34 #       cd test && $(MAKE) $(AM_MAKEFLAGS) $@
35 #perf: all
36 #       cd perf && $(MAKE) $(AM_MAKEFLAGS) $@
37 #check-valgrind: all
38 #       cd test && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
39 #       cd perf && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
40 #.PHONY: doc test retest recheck perf check-valgrind
41
42
43 EXTRA_DIST += \
44         AUTHORS \
45         BIBLIOGRAPHY \
46         BUGS \
47         CODING_STYLE \
48         COPYING \
49         COPYING-LGPL-2.1 \
50         COPYING-MPL-1.1 \
51         HACKING \
52         INSTALL \
53         NEWS \
54         PORTING_GUIDE \
55         README \
56         RELEASING \
57         autogen.sh \
58         cairo-version.h \
59         $(NULL)
60
61 DISTCLEANFILES += config.cache
62
63 MAINTAINERCLEANFILES += \
64         $(srcdir)/aclocal.m4 \
65         $(srcdir)/autoscan.log \
66         $(srcdir)/build/compile \
67         $(srcdir)/build/config.guess \
68         $(srcdir)/build/config.sub \
69         $(srcdir)/build/depcomp \
70         $(srcdir)/build/install-sh \
71         $(srcdir)/build/ltmain.sh \
72         $(srcdir)/build/missing \
73         $(srcdir)/build/mkinstalldirs \
74         $(srcdir)/config.h.in \
75         $(srcdir)/configure.scan \
76         $(NULL)
77
78 DISTCHECK_CONFIGURE_FLAGS = \
79         --enable-gtk-doc \
80         --enable-test-surfaces \
81         --enable-full-testing \
82         $(NULL)
83
84 include $(srcdir)/build/Makefile.am.changelog
85 include $(srcdir)/build/Makefile.am.releasing
86 include $(srcdir)/build/Makefile.am.analysis