Close client sockets in case of exceptions
[remote/remote-mci.git] / Makefile.am
blob196e7269b06f6116dc88c4f60fa5ce94f1fdafbb
1 AUTOMAKE_OPTIONS = foreign dist-zip
3 SUBDIRS = src
5 DIST_SUBDIRS = doc $(SUBDIRS)
7 dist_man1_MANS = \
8  doc/remote-mch.1 \
9  doc/remote-mcs.1
11 dist_man7_MANS = \
12  doc/remote-device-add.7 \
13  doc/remote-device-name.7 \
14  doc/remote-device-remove.7
16 # TODO: At some point the contrib EXTRA_DIST should probably be moved to
17 # contrib/Makefile.am with the choice to autogenerate some of them
18 # depending on the configure scripts via AC_OUTPUT. --jonas
20 EXTRA_DIST = \
21  COPYING \
22  INSTALL \
23  README \
24  bootstrap \
25  contrib
27 doc:
28         $(MAKE) -C doc remote-doc DOCDIR=$(DOCDIR)
30 doxygen:
31         $(MAKE) -C doc code
33 ctags:
34         find . -name "*.cc" -or -name "*.h" | ctags -L -
36 .PHONY: doc
38 include $(top_srcdir)/Makefile.lib