actually use bcond_without to enable wayland by default
[platform/upstream/cairo.git] / Makefile.win32
1 default: all
2
3 # Do not edit this file.
4 # Edit build/Makefile.win32.common for customization
5
6 top_srcdir = .
7 include $(top_srcdir)/build/Makefile.win32.inform
8
9 all: cairo
10
11 cairo: inform
12         @$(MAKE) -C src -f Makefile.win32
13
14 perf: inform
15         @$(MAKE) -C perf -f Makefile.win32 perf
16
17 test: inform
18         @$(MAKE) -C test -f Makefile.win32 test
19
20 clean:
21         @$(MAKE) -C boilerplate -f Makefile.win32 clean
22         @$(MAKE) -C perf -f Makefile.win32 clean
23         @$(MAKE) -C src -f Makefile.win32 clean
24         @$(MAKE) -C test -f Makefile.win32 clean