blob: f475246cba00865d6e83be6c412ce38d025ab1f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Do not edit this file.
# Edit build/Makefile.win32.common for customization
top_srcdir = .
include $(top_srcdir)/build/Makefile.win32.common
all: cairo
cairo: inform
@$(MAKE) -C src -f Makefile.win32
perf: inform
@$(MAKE) -C perf -f Makefile.win32 perf
test: inform
@$(MAKE) -C test -f Makefile.win32 test
|