1 AUTOMAKE_OPTIONS = foreign dist-zip
3 SUBDIRS = libutil protocols
13 DIST_SUBDIRS = doc $(SUBDIRS)
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
36 $(MAKE) -C doc remote-doc DOCDIR=$(DOCDIR)
42 find . -name "*.cc" -or -name "*.h" | ctags -L -
46 include $(top_srcdir)/Makefile.lib