1 # Do not edit this file.
2 # Edit build/Makefile.win32.common for customization
5 include $(top_srcdir)/build/Makefile.win32.common
6 include $(top_srcdir)/build/Makefile.win32.features-h
9 TEST_SUBDIRS = boilerplate test
13 cairo: src/cairo-features.h
14 @list='$(SUBDIRS)'; for f in $$list ; do \
15 echo making all in $$f... ; \
16 ($(MAKE) -C $$f -f Makefile.win32) || exit 1 ; \
20 @list='$(TEST_SUBDIRS)'; for f in $$list ; do \
21 echo making all in $$f... ; \
22 ($(MAKE) -C $$f -f Makefile.win32) || exit 1 ; \
24 @(cd test ; make -f Makefile.win32 test)
27 @(cd test ; make -f Makefile.win32 html)