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