1## Process this file with automake to produce Makefile.in
2
3localedir = $(datadir)/locale
4INCLUDES = -I$(top_srcdir)/lib -I$(top_builddir)/gnulib/lib \
5           -I$(top_srcdir)/gnulib/lib
6
7if TRE_AGREP
8bin_PROGRAMS = agrep
9
10agrep_SOURCES = agrep.c
11agrep_LDADD = ../lib/libtre.la ../gnulib/lib/libgnu.la $(LTLIBINTL)
12agrep_CFLAGS = -DLOCALEDIR=\"$(localedir)\"
13if TRE_PROFILE
14agrep_LDFLAGS = -static
15endif
16endif
17