summaryrefslogtreecommitdiffstats
path: root/avahi-ui-sharp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-25 02:06:54 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 02:06:54 +0200
commit35fb9ebe352a141ee9fe72b1e2a160e8c198bd16 (patch)
tree7f839f44a5b31b767d37e52374ee2b8c31bc4a07 /avahi-ui-sharp
parentc8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 (diff)
build-sys: almost completely make the build clean, missing are howl and avahi-gobject
Diffstat (limited to 'avahi-ui-sharp')
-rw-r--r--avahi-ui-sharp/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/avahi-ui-sharp/Makefile.am b/avahi-ui-sharp/Makefile.am
index 6183f48..e8cf23f 100644
--- a/avahi-ui-sharp/Makefile.am
+++ b/avahi-ui-sharp/Makefile.am
@@ -34,13 +34,13 @@ EXTRA_DIST = \
$(srcdir)/bssh.cs
$(ASSEMBLY): $(AVAHISOURCES)
- mcs -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
+ $(AM_V_GEN)mcs -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
$(ASSEMBLY).config: $(ASSEMBLY).config.in
- $(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@
+ $(AM_V_GEN)$(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@
bssh.exe: $(srcdir)/bssh.cs $(ASSEMBLY)
- mcs -out:$@ $(srcdir)/bssh.cs -r:./avahi-ui-sharp.dll -r:../avahi-sharp/avahi-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix
+ $(AM_V_GEN)mcs -out:$@ $(srcdir)/bssh.cs -r:./avahi-ui-sharp.dll -r:../avahi-sharp/avahi-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix
if HAVE_MONO
if HAVE_DBUS
@@ -49,12 +49,12 @@ all: $(ASSEMBLY) $(ASSEMBLY).config bssh.exe
if HAVE_MONODOC
update-docs: $(ASSEMBLY)
- $(MONODOCER) -assembly:$(ASSEMBLY) -path:en
+ $(AM_V_GEN)$(MONODOCER) -assembly:$(ASSEMBLY) -path:en
avahi-ui-sharp-docs.zip: avahi-ui-sharp-docs.tree
avahi-ui-sharp-docs.tree: $(srcdir)/en/*/*
- $(MDASSEMBLER) --out avahi-ui-sharp-docs --ecma $(srcdir)/en
+ $(AM_V_GEN)$(MDASSEMBLER) --out avahi-ui-sharp-docs --ecma $(srcdir)/en
monodocdir = $(MONODOC_DIR)
monodoc_DATA = avahi-ui-sharp-docs.zip avahi-ui-sharp-docs.tree avahi-ui-sharp-docs.source