## Process this file through Automake to create Makefile.in. include $(top_srcdir)/scribo/scribo.mk bin_PROGRAMS = \ erase \ extract erase_SOURCES = erase.cc extract_SOURCES = extract.cc