New test.
[mono.git] / mcs / class / Mono.Cairo / Samples / x11 / Makefile
1
2 CSC = mcs
3 CAIRO = -r:Mono.Cairo.dll
4
5 all: arc.exe arcneg.exe clip.exe clip_img.exe curve_rect.exe curve_to.exe \
6         fillstroke.exe gradient.exe image.exe image_pattern.exe text.exe
7
8 arc.exe: arc.cs
9         $(CSC) $(CAIRO) arc.cs x11.cs
10
11 arcneg.exe: arcneg.cs
12         $(CSC) $(CAIRO) arcneg.cs x11.cs
13
14 clip.exe: clip.cs
15         $(CSC) $(CAIRO) clip.cs x11.cs
16
17 clip_img.exe: clip_img.cs
18         $(CSC) $(CAIRO) clip_img.cs x11.cs
19
20 curve_rect.exe: curve_rect.cs
21         $(CSC) $(CAIRO) curve_rect.cs x11.cs
22
23 curve_to.exe: curve_to.cs
24         $(CSC) $(CAIRO) curve_to.cs x11.cs
25
26 fillstroke.exe: fillstroke.cs
27         $(CSC) $(CAIRO) fillstroke.cs x11.cs
28
29 gradient.exe: gradient.cs
30         $(CSC) $(CAIRO) gradient.cs x11.cs
31
32 image.exe: image.cs
33         $(CSC) $(CAIRO) image.cs x11.cs
34
35 image_pattern.exe: image_pattern.cs
36         $(CSC) $(CAIRO) image_pattern.cs x11.cs
37
38 text.exe: text.cs
39         $(CSC) $(CAIRO) text.cs x11.cs
40