# Makefile.am -*-Makefile-*- include $(top_srcdir)/config/Makefile.xt -include boxedsdf-update.c.dep bin_PROGRAMS = boxedsdf-update SCFLAGS = --main $* --verbose 0 STRINCLUDES = -I $(top_builddir)/src/syn \ -I $(XTC)/share/xtc \ -I $(top_builddir)/config CLEANFILES = boxedsdf-update.{c.dep,c} $(man_MANS) boxedsdf-update.inc nodist_boxedsdf_update_SOURCES = boxedsdf-update.c EXTRA_DIST = boxedsdf-update.str if HAVE_HELP2MAN man_MANS = boxedsdf-update.1 EXTRA_DIST += boxedsdf-update.1 endif boxedsdf-update.1: boxedsdf-update boxedsdf-update.inc $(HELP2MAN) -S LRDE -i boxedsdf-update.inc \ --no-info ./boxedsdf-update -o $@ boxedsdf-update.inc: $(top_srcdir)/src/mancmds sed -e "/^boxedsdf-update$$/d" $< | \ sed -f $(top_srcdir)/config/seealso.sed >$@