Move initial TTY setup from validate() to Mote constructor
[remote/remote-mci.git] / Makefile.am
blob550740065954d89c69567cf3279d5dc3320891d8
1 SUBDIRS = doc libutil protocols
3 if CONFIG_DIKU_MCH
4 SUBDIRS += diku_mch
5 endif
7 if CONFIG_DIKU_MCS
8 SUBDIRS += mcs diku_mcs
9 endif
11 # TODO: At some point the contrib EXTRA_DIST should probably be moved to
12 # contrib/Makefile.am with the choice to autogenerate some of them
13 # depending on the configure scripts via AC_OUTPUT. --jonas
15 EXTRA_DIST = \
16  AUTHORS \
17  COPYING \
18  INSTALL \
19  NEWS \
20  README \
21  bootstrap \
22  contrib
24 doc doxygen:
25         $(MAKE) -C doc code
27 ctags:
28         find . -name "*.cc" -or -name "*.h" | ctags -L -
30 .PHONY: doc
32 include $(top_srcdir)/Makefile.lib