]> git.meshlink.io Git - catta/blobdiff - Makefile.am
generate devhelp index file
[catta] / Makefile.am
index d09f75ac9120ba9472d7aad226b8be45bd45c446..77040918c738426801829037b58b7a5d16c06ebb 100644 (file)
@@ -45,17 +45,20 @@ EXTRA_DIST = \
        avahi-qt3.pc.in \
        avahi-qt4.pc.in \
        avahi-sharp.pc.in \
+       avahi-ui-sharp.pc.in \
        avahi-compat-libdns_sd.pc.in \
-       avahi-compat-howl.pc.in
+       avahi-compat-howl.pc.in \
+       avahi-ui.pc.in \
+       doxygen_to_devhelp.xsl
 
 SUBDIRS = \
        common \
        avahi-common \
-       avahi-glib \
        avahi-core \
-       avahi-discover-standalone \
        avahi-qt \
        avahi-client \
+       avahi-glib \
+       avahi-discover-standalone \
        avahi-daemon \
        avahi-sharp \
        initscript \
@@ -67,21 +70,22 @@ SUBDIRS = \
        tests \
        service-type-database \
        avahi-compat-libdns_sd \
-       avahi-compat-howl 
-
+       avahi-compat-howl \
+       avahi-autoipd \
+       avahi-ui \
+       avahi-ui-sharp
 
 DX_INPUT = \
        $(srcdir)/avahi-common/address.h \
+       $(srcdir)/avahi-common/malloc.h \
        $(srcdir)/avahi-common/strlst.h \
        $(srcdir)/avahi-common/alternative.h \
        $(srcdir)/avahi-common/defs.h \
        $(srcdir)/avahi-common/error.h \
-       $(srcdir)/avahi-common/malloc.h \
        $(srcdir)/avahi-common/domain.h \
        $(srcdir)/avahi-common/watch.h \
        $(srcdir)/avahi-common/simple-watch.h \
-       $(srcdir)/avahi-common/thread-watch.h \
-       $(srcdir)/avahi-common/timeval.h
+       $(srcdir)/avahi-common/thread-watch.h
 
 DX_EXAMPLE_PATH = $(srcdir)/examples
 DX_EXAMPLE_PATTERNS = *.c
@@ -109,6 +113,13 @@ DX_INPUT += \
        $(srcdir)/avahi-client/publish.h
 endif
 
+if HAVE_DBUS
+if HAVE_GTK
+DX_INPUT += \
+       $(srcdir)/avahi-ui/avahi-ui.h
+endif
+endif
+
 if ENABLE_CORE_DOCS
 DX_INPUT += \
        $(srcdir)/avahi-core/core.h \
@@ -118,6 +129,11 @@ DX_INPUT += \
        $(srcdir)/avahi-core/log.h
 endif
 
+if HAVE_GTK
+DX_INPUT += \
+       $(srcdir)/avahi-ui/avahi-ui.h
+endif
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = avahi-core.pc
 
@@ -167,14 +183,19 @@ endif
 
 if HAVE_MONO
 
-pkgconfig_DATA += avahi-sharp.pc
+pkgconfig_DATA += avahi-sharp.pc avahi-ui-sharp.pc
 
 avahi-sharp.pc: avahi-sharp.pc.in
        sed -e 's,@prefix\@,$(prefix),g' \
            -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
            -e 's,@libdir\@,$(libdir),g' $< > $@
 
-CLEANFILES += avahi-sharp.pc
+avahi-ui-sharp.pc: avahi-ui-sharp.pc.in
+       sed -e 's,@prefix\@,$(prefix),g' \
+           -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
+           -e 's,@libdir\@,$(libdir),g' $< > $@
+
+CLEANFILES += avahi-sharp.pc avahi-ui-sharp.pc
 
 endif
 
@@ -193,6 +214,21 @@ CLEANFILES += avahi-glib.pc
 
 endif
 
+if HAVE_GTK
+if HAVE_DBUS
+
+pkgconfig_DATA += avahi-ui.pc
+
+avahi-ui.pc: avahi-ui.pc.in
+       sed -e 's,@prefix\@,$(prefix),g' \
+           -e 's,@libdir\@,$(libdir),g' \
+           -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
+
+CLEANFILES += avahi-ui.pc
+
+endif
+endif
+
 if HAVE_QT3
 
 pkgconfig_DATA += avahi-qt3.pc
@@ -219,6 +255,11 @@ CLEANFILES += avahi-qt4.pc
 
 endif
 
+CLEANFILES += avahi.devhelp
+
+avahi.devhelp: doxygen-run
+       xsltproc -o $@ doxygen_to_devhelp.xsl doxygen/xml/index.xml
+
 MOSTLYCLEANFILES = $(DX_CLEANFILES)
 
 DISTCHECK_CONFIGURE_FLAGS = \
@@ -229,6 +270,7 @@ homepage:
        scp avahi-daemon/*.introspect avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\
            man/*.xml man/xmltoman.dtd man/xmltoman.xsl \
            tango:www/avahi.org/tree/download/
+       scp avahi-$(PACKAGE_VERSION).tar.gz tango:www/avahi.org/tree/download/
        rm -rf doxygen
        $(MAKE) doxygen-run
        ssh tango rm -rf www/avahi.org/tree/download/doxygen