2008-09-11 15:49:09 -04:00
|
|
|
include $(top_srcdir)/build/Makefile.am.common
|
|
|
|
|
|
2008-09-22 21:18:09 -04:00
|
|
|
EXTRA_DIST += \
|
2008-09-24 17:22:51 -04:00
|
|
|
README.win32 \
|
2008-09-22 21:18:09 -04:00
|
|
|
Makefile.win32 \
|
|
|
|
|
build/Makefile.win32.common \
|
|
|
|
|
build/Makefile.win32.features \
|
2008-09-22 23:41:07 -04:00
|
|
|
build/Makefile.win32.features-h \
|
2008-09-22 21:18:09 -04:00
|
|
|
$(NULL)
|
|
|
|
|
MAINTAINERCLEANFILES += \
|
|
|
|
|
$(srcdir)/build/Makefile.win32.features \
|
2008-09-22 23:41:07 -04:00
|
|
|
$(srcdir)/build/Makefile.win32.features-h \
|
2008-09-22 21:18:09 -04:00
|
|
|
$(NULL)
|
|
|
|
|
|
2008-09-11 04:17:43 -04:00
|
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
|
|
2008-09-15 15:48:57 -04:00
|
|
|
DIST_SUBDIRS = src doc util boilerplate test perf
|
|
|
|
|
SUBDIRS = src doc util
|
2006-09-06 13:47:37 -04:00
|
|
|
# libpng is required for our test programs
|
|
|
|
|
if CAIRO_HAS_PNG_FUNCTIONS
|
2007-04-19 23:12:09 +01:00
|
|
|
SUBDIRS += boilerplate test perf
|
2006-09-06 13:47:37 -04:00
|
|
|
endif
|
|
|
|
|
|
2008-08-28 18:18:23 -04:00
|
|
|
configure: cairo-version.h
|
2005-07-28 10:43:27 +00:00
|
|
|
|
2008-09-03 12:16:36 -04:00
|
|
|
doc:
|
|
|
|
|
cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
|
|
|
|
|
test retest recheck: all
|
|
|
|
|
cd test && $(MAKE) $(AM_MAKEFLAGS) $@
|
|
|
|
|
perf: all
|
|
|
|
|
cd perf && $(MAKE) $(AM_MAKEFLAGS) $@
|
2006-08-11 00:24:01 -04:00
|
|
|
check-valgrind: all
|
|
|
|
|
cd test && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
|
2007-04-19 23:12:09 +01:00
|
|
|
cd perf && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
|
2008-09-03 12:16:36 -04:00
|
|
|
.PHONY: doc test retest recheck perf check-valgrind
|
2008-09-03 12:06:51 -04:00
|
|
|
|
|
|
|
|
|
2008-09-11 15:49:09 -04:00
|
|
|
EXTRA_DIST += \
|
2007-04-03 20:46:14 -04:00
|
|
|
AUTHORS \
|
|
|
|
|
BIBLIOGRAPHY \
|
2006-08-18 14:30:01 -07:00
|
|
|
BUGS \
|
|
|
|
|
CODING_STYLE \
|
2003-04-21 12:41:30 +00:00
|
|
|
COPYING \
|
2004-10-21 08:51:52 +00:00
|
|
|
COPYING-LGPL-2.1 \
|
2006-08-18 14:30:01 -07:00
|
|
|
COPYING-MPL-1.1 \
|
2008-09-02 20:20:49 -04:00
|
|
|
HACKING \
|
2007-04-03 20:46:14 -04:00
|
|
|
INSTALL \
|
|
|
|
|
NEWS \
|
2006-08-18 14:30:01 -07:00
|
|
|
PORTING_GUIDE \
|
2007-04-03 20:46:14 -04:00
|
|
|
README \
|
2008-09-03 12:16:36 -04:00
|
|
|
RELEASING \
|
|
|
|
|
autogen.sh \
|
|
|
|
|
cairo-version.h \
|
|
|
|
|
$(NULL)
|
2007-12-03 09:59:52 +00:00
|
|
|
|
2008-09-11 15:49:09 -04:00
|
|
|
DISTCLEANFILES += config.cache
|
|
|
|
|
MAINTAINERCLEANFILES += \
|
2006-03-15 10:59:59 -05:00
|
|
|
$(srcdir)/aclocal.m4 \
|
|
|
|
|
$(srcdir)/autoscan.log \
|
2008-09-03 19:09:57 -04:00
|
|
|
$(srcdir)/build/compile \
|
|
|
|
|
$(srcdir)/build/config.guess \
|
|
|
|
|
$(srcdir)/build/config.sub \
|
|
|
|
|
$(srcdir)/build/depcomp \
|
|
|
|
|
$(srcdir)/build/install-sh \
|
|
|
|
|
$(srcdir)/build/ltmain.sh \
|
|
|
|
|
$(srcdir)/build/missing \
|
|
|
|
|
$(srcdir)/build/mkinstalldirs \
|
2006-03-15 10:59:59 -05:00
|
|
|
$(srcdir)/config.h.in \
|
|
|
|
|
$(srcdir)/configure.scan \
|
2008-09-11 15:49:09 -04:00
|
|
|
$(NULL)
|
2003-04-21 12:41:30 +00:00
|
|
|
|
2008-09-03 12:16:36 -04:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
|
|
|
--enable-gtk-doc \
|
2008-09-11 15:49:09 -04:00
|
|
|
--enable-test-surfaces \
|
|
|
|
|
$(NULL)
|
2005-06-20 17:01:36 +00:00
|
|
|
|
2008-09-04 22:25:33 -04:00
|
|
|
include $(srcdir)/build/Makefile.am.changelog
|
|
|
|
|
include $(srcdir)/build/Makefile.am.releasing
|
|
|
|
|
include $(srcdir)/build/Makefile.am.analysis
|