X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FMakefile.am;h=1fdb1ca3d3f733b5642ff63f43674be69caedc9d;hb=975c6ee564162419cfb589ee2d3f497c2b11e8c9;hp=524f39d788251268a89e452b88429df58076b937;hpb=669c4118ae5a01b7ce76dcd56e40e2dec7eaaaca;p=catta diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 524f39d..1fdb1ca 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -48,12 +46,13 @@ EXTRA_DIST = \ $(srcdir)/gencfg.sh $(ASSEMBLY): $(AVAHISOURCES) - mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix + $(AM_V_GEN)MONO_SHARED_DIR=. mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix $(ASSEMBLY).config: $(ASSEMBLY).config.in - $(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \ - $(top_builddir)/avahi-common/libavahi-common.la < $< > $@ + $(AM_V_GEN)$(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \ + $(top_builddir)/avahi-common/libavahi-common.la \ + $(top_builddir)/avahi-glib/libavahi-glib.la < $< > $@ if HAVE_MONO if HAVE_DBUS @@ -61,21 +60,23 @@ all: $(ASSEMBLY) $(ASSEMBLY).config if HAVE_MONODOC update-docs: $(ASSEMBLY) - $(MONODOCER) -assembly:$(ASSEMBLY) -path:en + $(AM_V_GEN)$(MONODOCER) -assembly:$(ASSEMBLY) -path:en + +avahi-sharp-docs.zip: avahi-sharp-docs.tree -avahi-sharp-docs.zip avahi-sharp-docs.tree: $(srcdir)/en/*/* - $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en +avahi-sharp-docs.tree: $(srcdir)/en/*/* + $(AM_V_GEN)$(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en -docdir = $(MONODOC_DIR) -doc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source +monodocdir = $(MONODOC_DIR) +monodoc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source endif install-data-hook: $(ASSEMBLY) - $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) + $(AM_V_GEN)MONO_SHARED_DIR=. $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) uninstall-hook: $(ASSEMBLY) - $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) + $(AM_V_GEN)MONO_SHARED_DIR=. $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) endif endif