revert Makefile.am
[kdenetwork.git] / kopete / Makefile.am
blob9532f16b6e202213b937c1477d407769ca13e589
1 SUBDIRS = libkopete kopete protocols plugins icons sounds styles
3 api:
4         $(mkinstalldirs) $(top_builddir)/kopete/apidocs/libkopete
5         if test ! -x $(top_builddir)/kopete/apidocs/common; then \
6                 $(LN_S) $(kde_libs_htmldir)/en/common $(top_builddir)/kopete/apidocs/common; \
7         fi
8         doxygen $(top_srcdir)/kopete/kopete.api
11 messages:
12         $(EXTRACTRC) --context="Translators: The %FOO% placeholders are variables that are substituted in the code, please leave them untranslated" --tag-group=none --tag kopete-i18n styles/*.xsl > xml_doc.cpp
13         $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc | egrep -v '(libkopete/compat|protocols/testbed)'` > rc.cpp
14         LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.c | egrep -v '(libkopete/compat|protocols/testbed)'`; \
15         if test -n "$$LIST"; then \
16                 $(XGETTEXT) $$LIST -o $(podir)/kopete.pot; \
17         fi
18         -rm xml_doc.cpp
21 DOXYGEN_EMPTY = YES
22 include $(top_srcdir)/admin/Doxyfile.am