summaryrefslogtreecommitdiff
path: root/Makefile.win32
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-06-21 18:12:29 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-06-24 14:13:09 +0200
commit463a8b67a3e2dfacede3f4e2ed1f65afc8ae5662 (patch)
treefe5f605137cee9626e0bba692b782c72721f8951 /Makefile.win32
parent33403cfb378de03a2cff707b4b1cc16025378822 (diff)
perf: Fix build on win32
The performance tools build system for Win32 hasn't been maintained for some time. The makefiles are now structured as in other directories (Makefile.sources used by both Makefile.am and Makefile.win32) and some additional code hides os-specific parts.
Diffstat (limited to 'Makefile.win32')
-rw-r--r--Makefile.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.win32 b/Makefile.win32
index 770df70f..f475246c 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -9,5 +9,8 @@ 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