-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBanshee.MusicCube.make
71 lines (48 loc) · 1.56 KB
/
Banshee.MusicCube.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Warning: This is an automatically generated file, do not edit!
if ENABLE_RELEASE
ASSEMBLY_COMPILER_COMMAND = dmcs
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
ASSEMBLY = lib/Banshee.MusicCube.dll
ASSEMBLY_MDB =
COMPILE_TARGET = library
PROJECT_REFERENCES =
BUILD_DIR = lib
endif
AL=al
SATELLITE_ASSEMBLY_NAME=$(notdir $(basename $(ASSEMBLY))).resources.dll
RESGEN=resgen2
all: $(ASSEMBLY)
FILES = \
Banshee.MusicCube/MusicCubeActions.cs \
Banshee.MusicCube/RandomByProximity.cs \
Banshee.MusicCube/MusicCubeService.cs \
Banshee.MusicCube/Coordinates.cs
DATA_FILES =
RESOURCES = \
Resources/GlobalUI.xml \
Banshee.MusicCube.addin.xml
EXTRAS = \
Resources
REFERENCES = \
System \
System.Core \
Mono.Posix \
$(BANSHEE_CORE_LIBS) \
$(BANSHEE_COLLECTION_INDEXER_LIBS) \
$(BANSHEE_PLAYQUEUE_LIBS) \
$(BANSHEE_SERVICES_LIBS) \
$(BANSHEE_THICKCLIENT_LIBS) \
$(BANSHEE_HYENA_LIBS) \
$(BANSHEE_HYENA_DATA_SQLITE_LIBS) \
$(BANSHEE_HYENA_GUI_LIBS) \
$(GTK_SHARP_20_LIBS)
DLL_REFERENCES =
CLEANFILES =
include $(top_srcdir)/Makefile.include
$(eval $(call emit_resgen_targets))
$(build_xamlg_list): %.xaml.g.cs: %.xaml
xamlg '$<'
$(ASSEMBLY_MDB): $(ASSEMBLY)
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
mkdir -p $(shell dirname $(ASSEMBLY))
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)