4
TwitterFriendItemSource.cs
7
ASSEMBLY=$(ASSEMBLY_NAME).dll
9
CSFLAGS+= -debug+ -debug:full
11
CLEANFILES = $(ASSEMBLY){,.mdb}
13
twitter_references = $(DO_ADDINS_LIBS) $(DO_LIBS) -r:System -r:Mono.Posix $(NDESK_DBUS_LIBS) $(GCONF_SHARP_LIBS)
18
TwitterFriendItemSource.cs
23
twitter_build_sources = $(addprefix $(srcdir)/, $(twitter_sources))
25
twitter_resource_args = $(addprefix -resource:$(srcdir)/, $(twitter_resources))
27
plugin_DATA = $(ASSEMBLY)
31
$(ASSEMBLY): $(twitter_build_sources)
32
$(CSC) $(CSFLAGS) $(twitter_references) $(twitter_resource_args) -target:library -out:$@ $(twitter_build_sources)