xref: /netbsd-src/external/bsd/tre/dist/src/Makefile.am (revision 1580a27b92f58fcdcb23fdfbc04a7c2b54a0b7c8)
1## Process this file with automake to produce Makefile.in
2
3localedir = $(datadir)/locale
4AM_CPPFLAGS = -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