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