]> git.meshlink.io Git - catta/blobdiff - Makefile.am
follow rename of ga-errors.[ch] to ga-error.[ch] for doxygen, too
[catta] / Makefile.am
index f5af878c86c1023ac62e112de00be45e8742db90..a5a0ab0dbe84c572aff601f29b1463cde8d5b65a 100644 (file)
@@ -42,13 +42,15 @@ EXTRA_DIST = \
        avahi-core.pc.in \
        avahi-client.pc.in \
        avahi-glib.pc.in \
+       avahi-gobject.pc.in \
        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-ui.pc.in
+       avahi-ui.pc.in \
+       doxygen_to_devhelp.xsl
 
 SUBDIRS = \
        common \
@@ -57,6 +59,7 @@ SUBDIRS = \
        avahi-qt \
        avahi-client \
        avahi-glib \
+       avahi-gobject \
        avahi-discover-standalone \
        avahi-daemon \
        avahi-sharp \
@@ -103,6 +106,17 @@ if HAVE_GLIB
 DX_INPUT += \
        $(srcdir)/avahi-glib/glib-watch.h \
        $(srcdir)/avahi-glib/glib-malloc.h
+
+if HAVE_GOBJECT
+DX_INPUT += \
+       $(srcdir)/avahi-gobject/ga-client.h \
+       $(srcdir)/avahi-gobject/ga-entry-group.h \
+       $(srcdir)/avahi-gobject/ga-enums.h \
+       $(srcdir)/avahi-gobject/ga-error.h \
+       $(srcdir)/avahi-gobject/ga-record-browser.h \
+       $(srcdir)/avahi-gobject/ga-service-browser.h \
+       $(srcdir)/avahi-gobject/ga-service-resolver.h
+endif
 endif
 
 if HAVE_DBUS
@@ -211,6 +225,18 @@ avahi-glib.pc: avahi-glib.pc.in
 
 CLEANFILES += avahi-glib.pc
 
+if HAVE_GOBJECT
+
+pkgconfig_DATA += avahi-gobject.pc
+
+avahi-gobject.pc: avahi-gobject.pc.in
+       sed -e 's,@prefix\@,$(prefix),g' \
+           -e 's,@libdir\@,$(libdir),g' \
+           -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
+
+CLEANFILES += avahi-gobject.pc
+
+endif
 endif
 
 if HAVE_GTK
@@ -254,6 +280,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 = \
@@ -269,3 +300,10 @@ homepage:
        $(MAKE) doxygen-run
        ssh tango rm -rf www/avahi.org/tree/download/doxygen
        scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen
+
+dist-hook:
+       if test -d .svn ; then \
+               svn update ; \
+               chmod u+w ${distdir}/ChangeLog || true ; \
+               svn2cl -o ${distdir}/ChangeLog ; \
+       fi