File: Makefile.win32

package info (click to toggle)
cairo 1.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100,404 kB
  • sloc: ansic: 226,667; xml: 16,073; sh: 12,046; cpp: 3,725; cs: 1,763; makefile: 1,070; python: 155; awk: 86
file content (24 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
default: all

# Do not edit this file.
# Edit build/Makefile.win32.common for customization

top_srcdir = .
include $(top_srcdir)/build/Makefile.win32.inform

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

clean:
	@$(MAKE) -C boilerplate -f Makefile.win32 clean
	@$(MAKE) -C perf -f Makefile.win32 clean
	@$(MAKE) -C src -f Makefile.win32 clean
	@$(MAKE) -C test -f Makefile.win32 clean