~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Simple component buildsystem
include $(top_srcdir)/build.rules.mk

ASSEMBLY = Do.Interface.Linux.Mini
TARGET = library

FILES = \
	AssemblyInfo.cs \
	src/MiniRenderer.cs \
	src/MiniTheme.cs

RESOURCES = \
	Resources/Do.Interface.Linux.Mini.addin.xml

REFERENCES =  \
	System \
	System.Core \
	Mono.Cairo \
	$(GTK_SHARP_20_LIBS)

PROJECT_REFERENCES = \
	Do.Interface.Linux \
	Do.Interface.Linux.AnimationBase \
	Do.Platform