Make SerialControl automatically close the TTY when readBuf fails
[remote/remote-mci.git] / Makefile.am
bloba2ca49df39f1e3c05e357c1471f19ba12c1073ae
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 these should probably be moved to
12 # contrib/Makefile.am with the choice to autogenerate
13 # some of them depending on the configure scripts via
14 # AC_OUTPUT. --jonas
15 CONTRIB_EXTRA_DIST = \
16  contrib/etc/* \
17  contrib/etc/init.d/* \
18  contrib/etc/udev/rules.d/* \
19  contrib/etc/udev/scripts/*
21 EXTRA_DIST = \
22  AUTHORS \
23  COPYING \
24  INSTALL \
25  NEWS \
26  README \
27  TODO \
28  bootstrap \
29  $(CONTRIB_EXTRA_DIST)
31 doc doxygen:
32         $(MAKE) -C doc code
34 rfc:
35         $(MAKE) -C doc/rfc
37 ctags:
38         find . -name "*.cc" -or -name "*.h" | ctags -L -
40 .PHONY: doc
42 include $(top_srcdir)/Makefile.lib