# # Copyright (C) 2020,2021 CismonX # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty, provided the copyright notice and # this notice are preserved. This file is offered as-is, without any warranty. # AUTOMAKE_OPTIONS = dejagnu AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = tcsgrep tcsgrep_SOURCES = tcsgrep.c tcsgrep_LDADD = $(top_srcdir)/src/libctlseqs.la RUNTESTDEFAULTFLAGS = TCSGREP_BIN=$(srcdir)/tcsgrep EXTRA_DEJAGNU_SITE_CONFIG = $(srcdir)/init.exp