beta-0.89.2
[luatex.git] / source / libs / cairo / cairo-src / Makefile.win32
blobfbad7f3e4c91ecad74dc4fedd69e5387c77b2544
1 default: all
3 # Do not edit this file.
4 # Edit build/Makefile.win32.common for customization
6 top_srcdir = .
7 include $(top_srcdir)/build/Makefile.win32.inform
9 all: cairo
11 cairo: inform
12         @$(MAKE) -C src -f Makefile.win32
14 perf: inform
15         @$(MAKE) -C perf -f Makefile.win32 perf
17 test: inform
18         @$(MAKE) -C test -f Makefile.win32 test
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