MCS: Remove unused host specific mote info database
[remote/remote-mci.git] / Makefile.am
blobd40936df98939f7b580a5f84a1fa59a20d7cbdd6
1 AUTOMAKE_OPTIONS = foreign dist-zip
3 SUBDIRS = libutil protocols
5 if CONFIG_MCH
6 SUBDIRS += mch
7 endif
9 if CONFIG_MCS
10 SUBDIRS += mcs
11 endif
13 DIST_SUBDIRS = doc $(SUBDIRS)
15 dist_man1_MANS = \
16  doc/remote-mch.1 \
17  doc/remote-mcs.1
19 dist_man7_MANS = \
20  doc/remote-device-add.7 \
21  doc/remote-device-name.7 \
22  doc/remote-device-remove.7
24 # TODO: At some point the contrib EXTRA_DIST should probably be moved to
25 # contrib/Makefile.am with the choice to autogenerate some of them
26 # depending on the configure scripts via AC_OUTPUT. --jonas
28 EXTRA_DIST = \
29  COPYING \
30  INSTALL \
31  README \
32  bootstrap \
33  contrib
35 doc:
36         $(MAKE) -C doc remote-doc DOCDIR=$(DOCDIR)
38 doxygen:
39         $(MAKE) -C doc code
41 ctags:
42         find . -name "*.cc" -or -name "*.h" | ctags -L -
44 .PHONY: doc
46 include $(top_srcdir)/Makefile.lib